summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/trivial/tri.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: switch over to new u_debug_image.[ch] codeBrian Paul2016-02-081-1/+1
* 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
* cso: put cso_release_all into cso_destroy_contextMarek Olšák2014-12-101-3/+1
* gallium/tests: add missing arg to util_make_vertex_passthrough_shader()Brian Paul2014-11-171-1/+1
* gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák2014-11-161-2/+0
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-061-1/+1
* gallium/util: make WRITES_ALL_CBUFS optional in the passthrough fragment shaderMarek Olšák2013-06-131-1/+1
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-1/+2
* gallium/util: fix glClear with MRT by making the FS write to all cbufsMarek Olšák2013-01-151-1/+2
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-1/+1
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* gallium/tests/trivial: updates for util_draw_vertex_buffer changesAndreas Boll2012-11-271-1/+1
* gallium/tests/trivial: Switch to the pipe loader.Francisco Jerez2012-05-111-11/+13
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-0/+1
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-6/+6
* gallium/tests/trivial: make it buildAlon Levy2011-06-241-2/+2
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-1/+1
* gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-151-1/+2
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-1/+8
* gallium: Make trivial examples use target helpersJakob Bornecrantz2010-07-041-13/+9
* gallium: remnants of old ccw stateKeith Whitwell2010-05-211-2/+1
* gallium/tests: Fix trivial examplesJakob Bornecrantz2010-04-171-8/+8
* progs/gallium: Move into src/gallium/testsJosé Fonseca2010-04-131-0/+278