summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* radeon/uvd: disable VC-1 simple/main profileGrigori Goronzy2013-10-091-1/+3
* radeon/uvd: try to fix VC-1 decodingGrigori Goronzy2013-10-091-33/+38
* radeon/uvd: fix video format reportingGrigori Goronzy2013-10-091-2/+5
* radeonsi: fix occlusion queries for CIKMarek Olšák2013-10-091-3/+12
* radeonsi: draw register fixes for CIKMarek Olšák2013-10-092-9/+27
* gallium/swrast: don't export any private symbolsMarek Olšák2013-10-082-2/+4
* gallium/radeon: don't export any private symbolsMarek Olšák2013-10-083-5/+10
* i915g: Rename sampler to fragment_samplerStéphane Marchesin2013-10-074-9/+9
* i915g: Fix the sampler bind functionStéphane Marchesin2013-10-071-19/+30
* radeon/uvd: optimize message handling a bitChristian König2013-10-071-44/+53
* Revert "r600g: only flush the caches that need to be flushed during CP DMA op...Marek Olšák2013-10-064-139/+28
* r600g: texture offsets for non-TXF instructionsGrigori Goronzy2013-10-041-10/+10
* r600g: remove an assertion causing a crash at context cleanupMarek Olšák2013-10-041-1/+0
* r300g: remove unused function r300_lacks_vertex_texturesMarek Olšák2013-10-041-7/+0
* svga: fix incorrect memcpy src in svga_buffer_upload_piecewise()Brian Paul2013-10-041-1/+1
* radeonsi/compute: Fix segfault caused by recent refactoringTom Stellard2013-10-032-2/+6
* radeonsi: Fix buildBrian Paul2013-10-031-3/+3
* radeonsi/compute: fix bind_compute_sampler_states() breakageBrian Paul2013-10-031-6/+0
* freedreno: use new bind_sampler_states() functionBrian Paul2013-10-031-21/+19
* svga: don't hook in old bind_fragment_sampler_states() functionsBrian Paul2013-10-031-9/+0
* radeon: don't use old bind_vertex/fragment_sampler_states() hooksBrian Paul2013-10-034-53/+6
* i915g: remove old bind_vertex/fragment_sampler_states() hooksBrian Paul2013-10-031-2/+0
* noop: remove old bind_*_sampler_states() functionsBrian Paul2013-10-031-6/+0
* galahad: remove old bind_*_sampler_states() functionsBrian Paul2013-10-031-50/+1
* nouveau: remove old bind_*_sampler_states() functionsBrian Paul2013-10-034-36/+0
* 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
* 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
* r300g: rename r300_bind_sampler_states to r300_bind_fragment_sampler_statesBrian Paul2013-10-031-4/+4
* 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
* r600/llvm: Adds support for MSAAVincent Lejeune2013-10-023-1/+54
* r600g/llvm: Undef z and w component of 2D TXP instVincent Lejeune2013-10-021-1/+2
* r600g/llvm: fix txq for texture bufferVincent Lejeune2013-10-023-2/+9