summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/graw/vs-test.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add missing zero-init for resource templatesRob Clark2016-10-071-0/+3
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-17/+11
* Treewide: Remove Elements() macroJan Vesely2016-05-171-1/+1
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+1
* graw: Avoid 'near'/'far' variables.José Fonseca2014-12-011-3/+3
* 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
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-131-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/+1
* gallium: Fix llvmpipe on big-endian machinesAdam Jackson2013-06-241-2/+2
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-1/+1
* graw: Set the vertex shader constant buffer.José Fonseca2013-04-251-1/+1
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-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: 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/+2
* gallium: unify transfer functionsMarek Olšák2012-10-111-8/+4
* Use the correct macro _WIN32 for Windows.Vinson Lee2012-09-051-1/+1
* gallium/graw: stop using user_buffer_createMarek Olšák2012-05-121-4/+5
* gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-1/+1
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-0/+1
* graw: fix tests to build on msvc again.Dave Airlie2011-09-191-1/+1
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-2/+2
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-1/+1
* gallium: remove pipe_vertex_buffer::max_indexMarek Olšák2011-02-141-1/+0
* graw: fix logic error in pixel format selectionBrian Paul2011-01-201-5/+8
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-9/+14
* graw: Export graw_save_surface_to_file().Michal Krol2010-11-081-16/+10
* graw: Undo late loading of graw drivers.José Fonseca2010-08-261-1/+1
* graw: Dynamically load graw libraries.José Fonseca2010-08-261-1/+1
* graw/tests: Use pipe_context::draw_vbo.Chia-I Wu2010-07-291-1/+2
* graw: Fix file handle leaks.Vinson Lee2010-06-071-0/+1
* graw: add gs-test.c and some simple geometry shader examplesKeith Whitwell2010-06-071-0/+506