summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2013-10-08st/dri: don't export any private symbolsMarek Olšák2-1/+3
2013-10-08gallium/swrast: don't export any private symbolsMarek Olšák4-4/+8
2013-10-08gallium/radeon: don't export any private symbolsMarek Olšák14-16/+32
2013-10-07i915g: Rename sampler to fragment_samplerStéphane Marchesin4-9/+9
2013-10-07i915g: Fix the sampler bind functionStéphane Marchesin1-19/+30
2013-10-07clover: fix building with llvm-3.4 since rev191922Laurent Carlier1-1/+5
2013-10-07radeon/vdpau: only export necessary symbolsChristian König3-0/+9
2013-10-07radeon/uvd: optimize message handling a bitChristian König1-44/+53
2013-10-06Revert "r600g: only flush the caches that need to be flushed during CP DMA op...Marek Olšák4-139/+28
2013-10-04haiku: Ensure correct libraries are referenced.Alexander von Gluck IV1-1/+0
2013-10-04haiku: Clean up code, use target-helpersAlexander von Gluck IV1-10/+6
2013-10-04haiku: Drop haiku-softpipe.c; fix extern CAlexander von Gluck IV4-103/+1
2013-10-04haiku: Correct Haiku softpipe libraryAlexander von Gluck IV1-1/+1
2013-10-04haiku: Add first Haiku renderer (softpipe)Alexander von Gluck IV9-5/+1249
2013-10-04haiku: Build Haiku's libGL from within MesaAlexander von Gluck IV8-0/+1242
2013-10-04r600g: texture offsets for non-TXF instructionsGrigori Goronzy1-10/+10
2013-10-04r600g: remove an assertion causing a crash at context cleanupMarek Olšák1-1/+0
2013-10-04r300g: remove unused function r300_lacks_vertex_texturesMarek Olšák1-7/+0
2013-10-04svga: fix incorrect memcpy src in svga_buffer_upload_piecewise()Brian Paul1-1/+1
2013-10-04util: when packing depth values, round to nearest.Matthew McClure2-4/+56
2013-10-03radeonsi/compute: Fix segfault caused by recent refactoringTom Stellard2-2/+6
2013-10-03radeonsi: Fix buildBrian Paul1-3/+3
2013-10-03radeonsi/compute: fix bind_compute_sampler_states() breakageBrian Paul1-6/+0
2013-10-03gallium/tests: fix SHADER typoBrian Paul1-1/+1
2013-10-03gallium-egl: use standard variable types over EGLBoolean/EGLintEmil Velikov1-9/+9
2013-10-03gallium: remove old bind_*_sampler_states() functionsBrian Paul1-15/+0
2013-10-03gallium/docs: update bind_sampler_states() documentationBrian Paul1-5/+6
2013-10-03cso: make sure all sampler states are set/clearedBrian Paul1-2/+9
2013-10-03freedreno: use new bind_sampler_states() functionBrian Paul1-21/+19
2013-10-03svga: don't hook in old bind_fragment_sampler_states() functionsBrian Paul1-9/+0
2013-10-03radeon: don't use old bind_vertex/fragment_sampler_states() hooksBrian Paul4-53/+6
2013-10-03i915g: remove old bind_vertex/fragment_sampler_states() hooksBrian Paul1-2/+0
2013-10-03noop: remove old bind_*_sampler_states() functionsBrian Paul1-6/+0
2013-10-03galahad: remove old bind_*_sampler_states() functionsBrian Paul1-50/+1
2013-10-03vl: remove old bind_fragment_sampler_states() callsBrian Paul7-47/+17
2013-10-03util: remove old bind_fragment_sampler_states() calls from blitter codeBrian Paul1-22/+9
2013-10-03draw: remove use of old bind_fragment_sampler_states()Brian Paul2-82/+13
2013-10-03nouveau: remove old bind_*_sampler_states() functionsBrian Paul4-36/+0
2013-10-03cso: remove use of old bind_*_sampler_states() functionsBrian Paul1-31/+3
2013-10-03rbug: remove old bind_*_sampler_states() functionsBrian Paul1-53/+1
2013-10-03identity: remove old bind_*_sampler_states() functionsBrian Paul1-41/+1
2013-10-03trace: remove old bind_*_sampler_states() functionsBrian Paul1-75/+7
2013-10-03ilo: don't hook up old bind_*_sampler_states() functionsBrian Paul1-4/+0
2013-10-03llvmpipe: remove old bind_*_sampler_states() functionsBrian Paul1-26/+0
2013-10-03softpipe: remove old bind_*_sampler_states() functionsBrian Paul1-31/+0
2013-10-03clover: remove bind_compute_sampler_states() callsBrian Paul1-8/+6
2013-10-03gallium/tests: use pipe_context::bind_sampler_states()Brian Paul8-9/+13
2013-10-03gallium/tools: update dump_state.py to use bind_sampler_states()Brian Paul1-8/+3
2013-10-03nouveau: implement pipe_context::bind_sampler_states()Brian Paul6-2/+76
2013-10-03softpipe: implement pipe_context::bind_sampler_states()Brian Paul1-0/+1