summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add etna driver for Vivante GCxxxx embedded GPUsWladimir J. van der Laan2014-07-2855-80/+8619
* i965: Enable compressed multisample support (CMS) on Broadwell.Kenneth Graunke2014-07-171-8/+0
* i965: Add 2x MSAA support to the MCS allocation function.Kenneth Graunke2014-07-171-0/+1
* i965: Hook up the MCS buffers in SURFACE_STATE on Broadwell.Kenneth Graunke2014-07-171-0/+10
* i965: Drop SINT workaround for CMS layout on Broadwell.Kenneth Graunke2014-07-171-3/+1
* i965: Add plumbing for Broadwell's auxiliary surface support.Kenneth Graunke2014-07-171-7/+37
* i965: Add auxiliary surface field #defines for Broadwell.Jordan Justen2014-07-171-0/+10
* i965/fs: Set correct number of regs_written for MCS fetches.Matt Turner2014-07-171-3/+3
* i965: Generalize the pixel_x/y workaround for all UW types.Eric Anholt2014-07-171-4/+4
* i965/fs: Use WE_all for gl_SampleID header register munging.Kenneth Graunke2014-07-171-5/+9
* i965/fs: Don't use brw_imm_* unnecessarily.Matt Turner2014-07-172-5/+5
* i965/fs: Set force_uncompressed and force_sechalf on samplepos setup.Kenneth Graunke2014-07-171-6/+8
* i965: Set execution size to 8 for instructions with force_sechalf set.Kenneth Graunke2014-07-171-1/+1
* i965/vec4: Constant propagate into 2-src math instructions on Gen8.Matt Turner2014-07-171-2/+9
* i965/fs: Constant propagate into 2-src math instructions on Gen8.Matt Turner2014-07-171-2/+9
* i965/fs: Make try_constant_propagate() static.Matt Turner2014-07-172-3/+2
* 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
* 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
* i965/disasm: Fix INTEL_DEBUG=fs on Broadwell for ARB_fp applications.Kenneth Graunke2014-07-031-1/+1