summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/graw/clear.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add missing zero-init for resource templatesRob Clark2016-10-071-0/+1
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+1
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-131-1/+1
* gallium: Fix llvmpipe on big-endian machinesAdam Jackson2013-06-241-2/+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
* 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
* graw: fix logic error in pixel format selectionBrian Paul2011-01-201-7/+9
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-5/+11
* graw: Export graw_save_surface_to_file().Michal Krol2010-11-081-13/+12
* 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: Remove unnecessary headers.Vinson Lee2010-06-071-1/+0
* graw: combine graw_init and graw_create_window functionsKeith Whitwell2010-05-141-7/+10
* graw: move towards glut-like interface, add tri.cKeith Whitwell2010-05-141-26/+43
* tests/graw: raw -> grawJosé Fonseca2010-05-111-0/+96