summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-12docs: Add sha256 sums for the 10.2.9 release10.2Emil Velikov1-1/+3
2014-10-12Add release notes for the 10.2.9 releasemesa-10.2.9Emil Velikov1-0/+99
2014-10-12Update VERSION to 10.2.9Emil Velikov1-1/+1
2014-10-03st/xa: Fix regression in xa_yuv_planar_blit()Thomas Hellstrom2-0/+12
2014-09-28st/dri: remove GALLIUM_MSAA and __GL_FSAA_MODE environment variablesMarek Olšák1-35/+0
2014-09-27radeonsi: properly destroy the GS copy shader and scratch_bo for computeMarek Olšák2-3/+7
2014-09-27radeonsi: release GS rings at context destructionMarek Olšák1-0/+2
2014-09-27configure.ac: Compute LLVM_VERSION_PATCH using llvm-configTom Stellard1-5/+4
2014-09-27nv50/ir: avoid deleting pseudo instructions too earlyIlia Mirkin1-1/+10
2014-09-27i915: Fix black buffers when importing prime fdsAndreas Pokorny1-0/+2
2014-09-27egl/drm: expose KHR_image_pixmap extensionAndreas Pokorny1-0/+1
2014-09-27gallivm: fix idivRoland Scheidegger1-7/+5
2014-09-23gallivm,tgsi: fix idiv by zero crashrconde2-7/+25
2014-09-19docs: Add sha256 sums for the 10.2.8 releaseEmil Velikov1-1/+3
2014-09-19Add release notes for the 10.2.8 releasemesa-10.2.8Emil Velikov1-0/+128
2014-09-19Update VERSION to 10.2.8Emil Velikov1-1/+1
2014-09-17gallivm: set mcpu when initializing llvm execution engineRoland Scheidegger1-2/+24
2014-09-17gallivm: Disable workaround for PR12833 on LLVM 3.2+.José Fonseca1-2/+2
2014-09-17gallivm: Fix uses of 2^24Richard Sandiford1-4/+4
2014-09-17nouveau: change internal variables to avoid conflicts with macro argsIlia Mirkin1-10/+10
2014-09-17nouveau: only enable stencil func if the visual has stencil bitsIlia Mirkin2-2/+2
2014-09-17nouveau: only enable the depth test if there actually is a depth bufferIlia Mirkin5-4/+9
2014-09-17nouveau: remove unneeded assertMaarten Lankhorst1-1/+0
2014-09-17nouveau: rework reference frame handlingMaarten Lankhorst3-4/+37
2014-09-17nouveau: fix MPEG4 hw decodingMaarten Lankhorst1-3/+3
2014-09-17nouveau: re-allocate bo's on overflowMaarten Lankhorst4-11/+87
2014-09-09configure.ac: strip _GNU_SOURCE from llvm-config outputJonathan Gray1-0/+1
2014-09-09configure: bail out if building svga without libdrmEmil Velikov1-0/+3
2014-09-09nv50/ir: avoid array overrun when checking for supported modsIlia Mirkin2-2/+2
2014-09-09gallivm: Fix build after LLVM commit 211259Aaron Watry1-1/+3
2014-09-09nvc0/ir: clarify recursion fix to finding first tex usesChristoph Bumiller1-9/+7
2014-09-09nv50/ir/util: fix BitSet issuesChristoph Bumiller3-3/+10
2014-09-09st/mesa: use 1.0f as boolean true on drivers without integer supportMarek Olšák1-2/+3
2014-09-09mesa: set UniformBooleanTrue = 1.0f by defaultMarek Olšák2-0/+10
2014-09-08r600g,radeonsi: make sure there's enough CS space before resuming queriesMarek Olšák1-0/+28
2014-09-08winsys/svga: Fix incorrect type usage in IOCTL v2Thomas Hellstrom1-4/+9
2014-09-06docs: Add sha256 sums for the 10.2.7 releaseEmil Velikov1-0/+3
2014-09-06Add release notes for the 10.2.7 releasemesa-10.2.7Emil Velikov1-0/+208
2014-09-06Update VERSION to 10.2.7Emil Velikov1-1/+1
2014-09-03mesa: Move declaration to top of block.José Fonseca1-1/+3
2014-09-02i965/clip: Fix brw_clip_unfilled.c/compute_offset's assembly.Kenneth Graunke1-3/+3
2014-09-02radeonsi: Don't use anonymous struct trick in atom trackingAdam Jackson6-10/+10
2014-09-02egl_dri2: fix EXT_image_dma_buf_import fdsPekka Paalanen1-31/+6
2014-09-02mesa: fix make tarballsEmil Velikov1-1/+0
2014-09-02i965: add missing parens in vec4 visitorDave Airlie1-1/+2
2014-09-02nv50: attach the buffer bo to the miptree structuresIlia Mirkin1-8/+5
2014-09-02nv50: mt address may not be the underlying bo's start addressIlia Mirkin3-12/+14
2014-09-02nv50: set the miptree address when clearing bo's in vp2 initIlia Mirkin1-0/+2
2014-09-02nv50/ir: avoid creating instructions that can't be emittedIlia Mirkin1-0/+4
2014-09-02nvc0: don't make 1d staging textures linearIlia Mirkin1-1/+0