summaryrefslogtreecommitdiff
path: root/src/gallium/tests
AgeCommit message (Expand)AuthorFilesLines
2011-02-15gallium: add usage parameter to pipe_buffer_createMarek Olšák2-2/+4
2011-02-14graw: remove pipe_vertex_buffer::max_indexVinson Lee1-1/+0
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák8-10/+0
2011-01-24graw: add a test showing the new sampling scheme in actionZack Rusin1-0/+415
2011-01-24gallium: implement modern sampling schemeZack Rusin1-0/+1
2011-01-20graw: fix logic error in pixel format selectionBrian Paul9-51/+79
2010-12-02retrace: Some fixes.José Fonseca1-1/+5
2010-12-02gallium: support for array textures and related changesRoland Scheidegger12-79/+140
2010-11-08graw: Export graw_save_surface_to_file().Michal Krol9-101/+81
2010-11-01scons: Revamp how to specify targets to build.José Fonseca2-16/+14
2010-10-17Merge remote branch 'origin/master' into lp-setup-llvmKeith Whitwell3-24/+34
2010-10-06retrace: Handle clear_render_target and clear_depth_stencil.José Fonseca1-0/+9
2010-09-29python/retrace: Handle set_index_buffer and draw_vbo.José Fonseca1-20/+13
2010-09-22util: Flush stdout on util_format.José Fonseca1-0/+8
2010-09-20python/tests: Fixed tri.py for API and TGSI syntax changes.Tilman Sauerbeck1-4/+4
2010-09-18graw: add frag-face shaderKeith Whitwell1-0/+14
2010-09-11Add a test for the KIL opcodeAlex Corscadden1-0/+18
2010-09-09graw: added test for finding shader mem leaksBrian Paul2-0/+267
2010-09-09graw: emit warnings when context/surface creation failesBrian Paul1-3/+11
2010-09-09graw: fix array size, indentation,Brian Paul1-7/+10
2010-09-05util: Helper function to determined whether two formats can be memcpy'ed.José Fonseca3-0/+78
2010-08-26graw: Undo late loading of graw drivers.José Fonseca9-9/+16
2010-08-26graw: Dynamically load graw libraries.José Fonseca9-16/+9
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri1-1/+1
2010-08-12translate_test: Fix compilation with MSVC.Vinson Lee1-1/+2
2010-08-12translate_test: fix compilation on non-POSIX platformsLuca Barbieri1-5/+19
2010-08-12translate_test: improveLuca Barbieri1-6/+60
2010-08-11scons: Fix freebsd8 build.Vinson Lee2-2/+8
2010-08-11translate_test: fix segfault on x86-64Luca Barbieri1-2/+6
2010-08-11translate_test: fix, reindent, and improveLuca Barbieri1-137/+204
2010-08-11translate: Add translate_test.c to SCons.Vinson Lee1-1/+2
2010-08-11translate: add testsuiteLuca Barbieri2-1/+172
2010-07-29graw/tests: Use pipe_context::draw_vbo.Chia-I Wu7-17/+28
2010-07-27scons: Fix sunos5 build.Vinson Lee2-0/+6
2010-07-20graw/tests: pass -e option to test draw_elements_instanced()Brian Paul1-1/+45
2010-07-15graw: new tri-instanced.c program to test instanced drawingBrian Paul2-0/+297
2010-07-04gallium: Make trivial examples use target helpersJakob Bornecrantz3-26/+23
2010-07-04gallium: Fix compilation of trivial quad-texJakob Bornecrantz1-1/+1
2010-06-18graw: add two examples using new register filesZack Rusin2-0/+24
2010-06-16graw: remove wrong testZack Rusin1-23/+0
2010-06-16graw: add a gs test for non-sequential inputsZack Rusin2-10/+52
2010-06-15graw: test multiple cb's in geometry shadersZack Rusin2-18/+82
2010-06-15graw: fix setup for multiple constant buffersZack Rusin2-21/+64
2010-06-14graw: small fixups for the gs examplesZack Rusin2-5/+5
2010-06-10gs: give our test an option of rendering a stripZack Rusin1-6/+42
2010-06-09graw: add a multiple primitive geometry shader testZack Rusin1-0/+42
2010-06-09geometry shaders: make gs work with changable primitives and variable number ...Zack Rusin1-1/+2
2010-06-07graw: Fix file handle leaks.Vinson Lee3-0/+3
2010-06-07graw: Remove unnecessary headers.Vinson Lee3-3/+0
2010-06-07graw: Add gallium library to SCons build.Vinson Lee1-1/+1