summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* i965/fs: Don't fix_math_operand() on Gen >= 8.Matt Turner2014-07-171-2/+4
* i965/vec4: Don't fix_math_operand() on Gen >= 8.Matt Turner2014-07-171-2/+6
* i965/vec4: Don't return void from a void function.Matt Turner2014-07-171-4/+4
* i965: Don't copy propagate abs into Broadwell logic instructions.Kenneth Graunke2014-07-172-12/+6
* i965/vec4: skip copy-propate for logical instructions with negated src entriesAbdiel Janulgue2014-07-171-0/+17
* i965/fs: skip copy-propate for logical instructions with negated src entriesAbdiel Janulgue2014-07-171-0/+17
* i965/fs: Refactor check for potential copy propagated instructions.Abdiel Janulgue2014-07-171-10/+17
* radeonsi: add support for TXB2Marek Olšák2014-07-171-0/+3
* radeonsi: fix samplerCubeShadow with biasMarek Olšák2014-07-141-3/+3
* st/mesa: fix samplerCubeShadow with biasMarek Olšák2014-07-141-1/+7
* gallium/u_blitter: fix some shader memory leaksBrian Paul2014-07-101-0/+9
* st/mesa: fix geometry shader memory leakBrian Paul2014-07-101-0/+1
* mesa: fix geometry shader memory leaksBrian Paul2014-07-102-0/+4
* gallium: fix u_default_transfer_inline_write for texturesMarek Olšák2014-07-101-2/+2
* nvc0/ir: use manual TXD when offsets are involvedIlia Mirkin2014-07-101-1/+2
* nvc0/ir: do quadops on the right texture coordinates for TXDIlia Mirkin2014-07-101-2/+3
* nv50/ir: ignore bias for samplerCubeShadow on nv50Ilia Mirkin2014-07-101-0/+10
* nv50/ir: retrieve shadow compare from first argIlia Mirkin2014-07-101-1/+1
* docs: Add sha256 checksums for the 10.2.3 releaseCarl Worth2014-07-071-0/+3
* docs: Add release notes for the 10.2.3 release.Carl Worth2014-07-072-1/+128
* freedreno/a3xx: vtx formatsRob Clark2014-07-076-79/+102
* freedreno: fix for null texturesRob Clark2014-07-072-6/+10
* freedreno/a3xx: texture fixesRob Clark2014-07-075-6/+10
* freedreno: few caps fixesRob Clark2014-07-072-4/+8
* freedreno/a3xx: fix blend opcodeRob Clark2014-07-078-54/+83
* freedreno/a3xx: fix depth/stencil gmem restoreRob Clark2014-07-071-1/+1
* freedreno/a3xx: fix depth/stencil GMEM positioningRob Clark2014-07-075-17/+23
* freedreno: use OUT_RELOCW when buffer is writtenRob Clark2014-07-031-4/+4
* xa: fix segfaultRob Clark2014-07-031-0/+3
* nvc0: add a memory barrier when there are persistent UBOsIlia Mirkin2014-07-035-4/+57
* nv50: do an explicit flush on draw when there are persistent buffersIlia Mirkin2014-07-033-2/+50
* nv50: disable dedicated ubo upload methodIlia Mirkin2014-07-031-0/+7
* radeon/llvm: Allocate space for kernel metadata operandsAaron Watry2014-07-031-3/+7
* st/xa: Don't close the drm fd on failure v2Thomas Hellstrom2014-07-031-1/+6
* radeon/llvm: Use the llvm.rsq.clamped intrinsic for RSQMichel Dänzer2014-07-031-0/+4
* cherry-ignore: Add a patch that's been rejectedCarl Worth2014-07-031-0/+4
* i965/disasm: Fix INTEL_DEBUG=fs on Broadwell for ARB_fp applications.Kenneth Graunke2014-07-031-1/+1
* glxext: Send the Drawable's ID in the GLX_BufferSwapComplete eventJasper St. Pierre2014-07-032-5/+6
* i965: Include marketing names for Broadwell GPUs.Kenneth Graunke2014-07-031-18/+18
* llvmpipe: Fix zero-division in llvmpipe_texture_layout()Takashi Iwai2014-07-031-1/+1
* nouveau: dup fd before passing it to deviceIlia Mirkin2014-07-031-2/+17
* nv50/ir: allow gl_ViewportIndex to work on non-provoking verticesTobias Klausmann2014-07-032-2/+30
* draw: (trivial) fix clamping of viewport indexRoland Scheidegger2014-07-031-1/+1
* i965: Don't emit SURFACE_STATEs for gather workarounds on Broadwell.Kenneth Graunke2014-07-032-8/+15
* docs: Add sha256 sums for the 10.2.2 releaseCarl Worth2014-06-241-0/+3
* docs: Add release notes for 10.2.2 releaseCarl Worth2014-06-241-0/+178
* Update VERSION to 10.2.2Carl Worth2014-06-241-1/+1
* i915: Fix gen2 texblend setupVille Syrjälä2014-06-231-1/+1
* i965: Save meta stencil blit programs in the context.Kenneth Graunke2014-06-232-8/+13
* glx: Don't crash on swap event for a Window (non-GLXWindow)Daniel Manjarres2014-06-231-4/+8