summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: Add sha256 sums for the 10.2.9 release10.2Emil Velikov2014-10-121-1/+3
* Add release notes for the 10.2.9 releasemesa-10.2.9Emil Velikov2014-10-121-0/+99
* Update VERSION to 10.2.9Emil Velikov2014-10-121-1/+1
* st/xa: Fix regression in xa_yuv_planar_blit()Thomas Hellstrom2014-10-032-0/+12
* st/dri: remove GALLIUM_MSAA and __GL_FSAA_MODE environment variablesMarek Olšák2014-09-281-35/+0
* radeonsi: properly destroy the GS copy shader and scratch_bo for computeMarek Olšák2014-09-272-3/+7
* radeonsi: release GS rings at context destructionMarek Olšák2014-09-271-0/+2
* configure.ac: Compute LLVM_VERSION_PATCH using llvm-configTom Stellard2014-09-271-5/+4
* nv50/ir: avoid deleting pseudo instructions too earlyIlia Mirkin2014-09-271-1/+10
* i915: Fix black buffers when importing prime fdsAndreas Pokorny2014-09-271-0/+2
* egl/drm: expose KHR_image_pixmap extensionAndreas Pokorny2014-09-271-0/+1
* gallivm: fix idivRoland Scheidegger2014-09-271-7/+5
* gallivm,tgsi: fix idiv by zero crashrconde2014-09-232-7/+25
* docs: Add sha256 sums for the 10.2.8 releaseEmil Velikov2014-09-191-1/+3
* Add release notes for the 10.2.8 releasemesa-10.2.8Emil Velikov2014-09-191-0/+128
* Update VERSION to 10.2.8Emil Velikov2014-09-191-1/+1
* gallivm: set mcpu when initializing llvm execution engineRoland Scheidegger2014-09-171-2/+24
* gallivm: Disable workaround for PR12833 on LLVM 3.2+.José Fonseca2014-09-171-2/+2
* gallivm: Fix uses of 2^24Richard Sandiford2014-09-171-4/+4
* nouveau: change internal variables to avoid conflicts with macro argsIlia Mirkin2014-09-171-10/+10
* nouveau: only enable stencil func if the visual has stencil bitsIlia Mirkin2014-09-172-2/+2
* nouveau: only enable the depth test if there actually is a depth bufferIlia Mirkin2014-09-175-4/+9
* nouveau: remove unneeded assertMaarten Lankhorst2014-09-171-1/+0
* nouveau: rework reference frame handlingMaarten Lankhorst2014-09-173-4/+37
* nouveau: fix MPEG4 hw decodingMaarten Lankhorst2014-09-171-3/+3
* nouveau: re-allocate bo's on overflowMaarten Lankhorst2014-09-174-11/+87
* configure.ac: strip _GNU_SOURCE from llvm-config outputJonathan Gray2014-09-091-0/+1
* configure: bail out if building svga without libdrmEmil Velikov2014-09-091-0/+3
* nv50/ir: avoid array overrun when checking for supported modsIlia Mirkin2014-09-092-2/+2
* gallivm: Fix build after LLVM commit 211259Aaron Watry2014-09-091-1/+3
* nvc0/ir: clarify recursion fix to finding first tex usesChristoph Bumiller2014-09-091-9/+7
* nv50/ir/util: fix BitSet issuesChristoph Bumiller2014-09-093-3/+10
* st/mesa: use 1.0f as boolean true on drivers without integer supportMarek Olšák2014-09-091-2/+3
* mesa: set UniformBooleanTrue = 1.0f by defaultMarek Olšák2014-09-092-0/+10
* r600g,radeonsi: make sure there's enough CS space before resuming queriesMarek Olšák2014-09-081-0/+28
* winsys/svga: Fix incorrect type usage in IOCTL v2Thomas Hellstrom2014-09-081-4/+9
* docs: Add sha256 sums for the 10.2.7 releaseEmil Velikov2014-09-061-0/+3
* Add release notes for the 10.2.7 releasemesa-10.2.7Emil Velikov2014-09-061-0/+208
* Update VERSION to 10.2.7Emil Velikov2014-09-061-1/+1
* mesa: Move declaration to top of block.José Fonseca2014-09-031-1/+3
* i965/clip: Fix brw_clip_unfilled.c/compute_offset's assembly.Kenneth Graunke2014-09-021-3/+3
* radeonsi: Don't use anonymous struct trick in atom trackingAdam Jackson2014-09-026-10/+10
* egl_dri2: fix EXT_image_dma_buf_import fdsPekka Paalanen2014-09-021-31/+6
* mesa: fix make tarballsEmil Velikov2014-09-021-1/+0
* i965: add missing parens in vec4 visitorDave Airlie2014-09-021-1/+2
* nv50: attach the buffer bo to the miptree structuresIlia Mirkin2014-09-021-8/+5
* nv50: mt address may not be the underlying bo's start addressIlia Mirkin2014-09-023-12/+14
* nv50: set the miptree address when clearing bo's in vp2 initIlia Mirkin2014-09-021-0/+2
* nv50/ir: avoid creating instructions that can't be emittedIlia Mirkin2014-09-021-0/+4
* nvc0: don't make 1d staging textures linearIlia Mirkin2014-09-021-1/+0