summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vl: remove old bind_fragment_sampler_states() callsBrian Paul2013-10-037-47/+17
* util: remove old bind_fragment_sampler_states() calls from blitter codeBrian Paul2013-10-031-22/+9
* draw: remove use of old bind_fragment_sampler_states()Brian Paul2013-10-032-82/+13
* nouveau: remove old bind_*_sampler_states() functionsBrian Paul2013-10-034-36/+0
* cso: remove use of old bind_*_sampler_states() functionsBrian Paul2013-10-031-31/+3
* rbug: remove old bind_*_sampler_states() functionsBrian Paul2013-10-031-53/+1
* identity: remove old bind_*_sampler_states() functionsBrian Paul2013-10-031-41/+1
* trace: remove old bind_*_sampler_states() functionsBrian Paul2013-10-031-75/+7
* ilo: don't hook up old bind_*_sampler_states() functionsBrian Paul2013-10-031-4/+0
* llvmpipe: remove old bind_*_sampler_states() functionsBrian Paul2013-10-031-26/+0
* softpipe: remove old bind_*_sampler_states() functionsBrian Paul2013-10-031-31/+0
* clover: remove bind_compute_sampler_states() callsBrian Paul2013-10-031-8/+6
* gallium/tests: use pipe_context::bind_sampler_states()Brian Paul2013-10-038-9/+13
* gallium/tools: update dump_state.py to use bind_sampler_states()Brian Paul2013-10-031-8/+3
* nouveau: implement pipe_context::bind_sampler_states()Brian Paul2013-10-036-2/+76
* softpipe: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-0/+1
* radeon: implement pipe_context::bind_sampler_states()Brian Paul2013-10-033-0/+49
* svga: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-0/+1
* trace: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-28/+42
* rbug: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-0/+34
* noop: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-0/+7
* llvmpipe: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-0/+1
* ilo: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-0/+21
* identity: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-15/+21
* i915g: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-0/+22
* galahad: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-12/+18
* clover: use pipe_context::bind_sampler_states() if non-nullBrian Paul2013-10-031-2/+7
* vl: use pipe_context::bind_sampler_states() if non-nullBrian Paul2013-10-037-8/+49
* util: use pipe_context::bind_sampler_states() if non-nullBrian Paul2013-10-031-6/+22
* draw: use pipe_context::bind_sampler_states() if non-nullBrian Paul2013-10-032-7/+97
* cso: use pipe_context::bind_sampler_states() if non-nullBrian Paul2013-10-031-21/+44
* gallium: add pipe_context::bind_sampler_states()Brian Paul2013-10-031-0/+5
* r300g: rename r300_bind_sampler_states to r300_bind_fragment_sampler_statesBrian Paul2013-10-031-4/+4
* draw: rename bind_sampler_states variablesBrian Paul2013-10-032-19/+19
* r600g: fix ínitialization of non_disp_tiling flagMarek Olšák2013-10-031-4/+5
* r600g,radeonsi: create aux_context lastMarek Olšák2013-10-033-2/+6
* r300g/swtcl: don't call draw_prepare_shader_outputsMarek Olšák2013-10-031-1/+0
* st/mesa: silence warning about unhandled enum in switch statementBrian Paul2013-10-031-0/+3
* mesa: fix make check for ARB_texture_gatherChris Forbes2013-10-034-5/+8
* docs: Mark off ARB_texture_gatherChris Forbes2013-10-031-1/+1
* i965/hsw: Apply gather4 RG32F w/a using SCS instead of shader.Chris Forbes2013-10-032-8/+11
* i965: Enable ARB_texture_gather on Gen7Chris Forbes2013-10-032-0/+5
* i965: use gather slots in the binding table for gather4.Chris Forbes2013-10-032-4/+12
* i965: Emit a second set of SURFACE_STATE for gather4 from textures.Chris Forbes2013-10-033-8/+39
* i965: make room in the binding table for a full alternate set of surface_statesChris Forbes2013-10-031-2/+18
* i965: Add BRW_SURFACEFORMAT_R32G32_FLOAT_LD, required for IVB gather4 w/aChris Forbes2013-10-032-0/+2
* i965: w/a for gather4 green RG32FChris Forbes2013-10-034-0/+22
* glsl: flag shaders which use gather4 at allChris Forbes2013-10-032-0/+11
* i965/vs: Add support for ir_tg4Chris Forbes2013-10-032-2/+45
* i965/fs: Add support for ir_tg4Chris Forbes2013-10-032-3/+60