summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/graw/tex-swizzle.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-11/+11
* gallium/tests: declare sampler views in shadersBrian Paul2016-03-211-0/+1
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-061-1/+1
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-1/+1
* gallium/tests: use pipe_context::bind_sampler_states()Brian Paul2013-10-031-1/+2
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-1/+1
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-1/+1
* graw: Ensure new members are zeroed.José Fonseca2012-10-261-0/+1
* gallium/graw: stop using user_buffer_createMarek Olšák2012-05-121-4/+5
* tests/graw: Add a bunch of tests.José Fonseca2012-02-221-0/+226