summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* galahad: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-014-25/+23
* noop: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-014-17/+23
* identity: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-014-15/+18
* freedreno: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-016-41/+47
* trace: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-13/+10
* llvmpipe: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-85/+46
* rbug: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-11/+9
* softpipe: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-014-92/+37
* r600: use NEED_RADEON_LLVM over R600_NEED_RADEON_GALLIUMEmil Velikov2013-10-011-1/+1
* gallium/radeon: drop unused variable LIBGALLIUM_LIBSEmil Velikov2013-10-011-3/+0
* llvmpipe: Remove unnecessary null check of shader.Vinson Lee2013-09-301-1/+1
* svga: fix pixel center integerBrian Paul2013-09-301-2/+4
* svga: return 0 for PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_TRANSFERBrian Paul2013-09-301-1/+1
* svga: we don't support TGSI_OPCODE_CONTBrian Paul2013-09-302-2/+5