aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* nv50/ir: can't have predication and immediatesIlia Mirkin2015-12-121-0/+3
* nv50/ir: fix texture grad for cubemapsIlia Mirkin2015-12-124-7/+6
* nv50/ir: fix assumption that prog->maxGPR is in 32-bit reg unitsIlia Mirkin2015-12-122-4/+21
* gallium/ddebug: regularly log the total number of draw callsNicolai Hähnle2015-12-121-0/+3
* gallium/ddebug: add GALLIUM_DDEBUG_SKIP optionNicolai Hähnle2015-12-123-15/+36
* llvmpipe: fix layer/vp input into fs when not written by prior stagesRoland Scheidegger2015-12-128-53/+96
* svga: avoid emitting redundant SetSamplers() commandsBrian Paul2015-12-112-7/+18
* svga: avoid emitting redundant SetIndexBuffer commandsBrian Paul2015-12-112-5/+16
* vc4: Add quick algebraic optimization for clamping of unpacked values.Eric Anholt2015-12-111-0/+18
* vc4: When doing algebraic optimization into a MOV, use the right MOV.Eric Anholt2015-12-111-1/+6
* vc4: Fix handling of src packs on in qir_follow_movs().Eric Anholt2015-12-111-2/+8
* vc4: Add missing progress note in opt_algebraic.Eric Anholt2015-12-111-0/+1
* vc4: Add debugging of the estimated time to run the shader to shader-db.Eric Anholt2015-12-113-17/+50
* vc4: Fix handling of sample_mask output.Eric Anholt2015-12-112-6/+6
* softpipe: enable GL_ARB_viewport_array support, update GL3.txt docEdward O'Callaghan2015-12-111-1/+1
* softpipe: implement some support for multiple viewportsEdward O'Callaghan2015-12-118-52/+112
* gallium/radeon: remove radeon_winsys_cs_handleMarek Olšák2015-12-1135-137/+110
* radeonsi: implement fast stencil clearMarek Olšák2015-12-114-23/+53
* radeonsi: re-enable Hyper-Z for stencilMarek Olšák2015-12-111-9/+3
* r600g: remove a Hyper-Z workaround that's likely not needed anymoreMarek Olšák2015-12-111-19/+7
* r600g: re-enable Hyper-Z for stencil on Evergreen & CaymanMarek Olšák2015-12-111-4/+1
* gallium/radeon: fix Hyper-Z hangs by programming PA_SC_MODE_CNTL_1 correctlyMarek Olšák2015-12-113-5/+18
* radeonsi: don't use the CP DMA workaround on Fiji and newerMarek Olšák2015-12-111-16/+20
* radeonsi: apply the streamout workaround to Fiji as wellMarek Olšák2015-12-111-1/+3
* radeonsi: also print hexadecimal values for register fields in the IB parserMarek Olšák2015-12-111-4/+7
* radeonsi: implement RB+ for Stoney (v2)Marek Olšák2015-12-115-2/+170
* radeonsi: don't call of u_prims_for_vertices for patches and rectanglesMarek Olšák2015-12-111-1/+13
* radeonsi: use tgsi_shader_info::colors_writtenMarek Olšák2015-12-113-11/+1
* r600g: write all MRTs only if there is exactly one output (fixes a hang)Marek Olšák2015-12-111-1/+2
* Revert "radeonsi: disable DCC on Stoney"Marek Olšák2015-12-111-4/+0
* r600: add missing return value check.Dave Airlie2015-12-111-0/+2
* nir: Get rid of *_indirect variants of input/output load/store intrinsicsJason Ekstrand2015-12-105-66/+118
* freedreno: little clean up in fd_create_surfaceSerge Martin2015-12-091-15/+16
* freedreno: change to goto failSerge Martin2015-12-091-4/+2
* freedreno: fix bind_sampler_states when hwcso is NULLSerge Martin2015-12-093-0/+9
* nv50,nvc0: fix use-after-free when vertex buffers are unboundPatrick Rudolph2015-12-092-7/+6
* svga: initialize pipe_driver_query_info entries with a macroBrian Paul2015-12-091-15/+28
* radeonsi: handle loading doubles as geometry shader inputs.Dave Airlie2015-12-091-4/+16
* radeonsi: handle doubles in lds load path.Dave Airlie2015-12-091-0/+8
* r600: handle geometry dynamic input array indexDave Airlie2015-12-091-2/+11
* r600g: fix geom shader input indirect indexing.Dave Airlie2015-12-091-2/+30
* r600g: fix outputing to non-0 buffers for stream 0.Dave Airlie2015-12-091-2/+4
* r600: Add ARB_copy_image supportEdward O'Callaghan2015-12-091-1/+1
* r600g: allow copying between compatible un/compressed formatsEdward O'Callaghan2015-12-091-1/+2
* nv50/ir: fix cutoff for using r63 vs r127 when replacing zeroIlia Mirkin2015-12-081-1/+2
* nv50/ir: prefer to color mad def and src2 with the same colorIlia Mirkin2015-12-081-0/+14
* nv50/ir: reduce degree limit on ops that can't encode large reg destsIlia Mirkin2015-12-081-3/+34
* nv50/ir: only unspill once ahead of a group of instructionsIlia Mirkin2015-12-081-5/+20
* nv50/ir: check if the target supports the new offset before inliningIlia Mirkin2015-12-084-3/+25
* vc4: Enable MSAA.Eric Anholt2015-12-081-2/+3