summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/trivial/compute.c
Commit message (Expand)AuthorAgeFilesLines
* Treewide: Remove Elements() macroJan Vesely2016-05-171-3/+3
* gallium: distinguish between shader IR in get_compute_paramBas Nieuwenhuizen2016-04-021-1/+3
* gallium: add compute shader IR typeBas Nieuwenhuizen2016-04-021-0/+1
* gallium/tests: silence warning in compute.cBrian Paul2016-03-051-1/+1
* gallium: add a new interface for pipe_context::launch_grid()Samuel Pitoiset2016-02-131-1/+10
* gallium/tests: fix build with clang compilerSamuel Pitoiset2016-01-031-273/+330
* gallium: remove library_path argument from pipe_loader_create_screen()Emil Velikov2015-11-211-1/+1
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+1
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-2/+2
* gallium/tests: use pipe_context::bind_sampler_states()Brian Paul2013-10-031-2/+3
* gallium/tests: check format in compute tests, make selectableChristoph Bumiller2013-03-121-17/+52
* gallium/tests: fix build breakage after pipe_surface::usage removalMarek Olšák2012-12-211-1/+0
* gallium/tests/trivial: updates for transfer functions changesAndreas Boll2012-11-271-10/+4
* gallium/tests/trivial: Import compute unit tests.Francisco Jerez2012-05-111-0/+1592