summaryrefslogtreecommitdiff
path: root/src/gallium/tests
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-07graw: add gs-test.c and some simple geometry shader examplesKeith Whitwell8-2/+626
2010-06-07graw: trivial geometry shader testKeith Whitwell2-0/+269
2010-06-07graw: add symlinks to shader test directoriesKeith Whitwell2-0/+2
2010-06-07graw: remove references to unistd.hKeith Whitwell4-4/+1
2010-06-07tests/graw: missing file tri.cKeith Whitwell1-0/+253
2010-06-07regress: remove interpolation and semantic info from vs inputsKeith Whitwell30-56/+56
2010-06-07test/graw: add vp-testKeith Whitwell2-1/+508
2010-06-07tests/graw: add fp-testKeith Whitwell2-0/+513
2010-05-30python/retrace: Interpret resource_copy_region.José Fonseca1-10/+6
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger4-16/+20
2010-05-21gallium: remnants of old ccw stateKeith Whitwell3-6/+3
2010-05-17st/python: adapt to interface changesRoland Scheidegger4-16/+20
2010-05-02retrace: Add sampler_view_destroyJosé Fonseca1-0/+7
2010-05-14graw: add quad-tex graw test for basic texturingKeith Whitwell2-1/+406
2010-05-14graw: combine graw_init and graw_create_window functionsKeith Whitwell1-7/+10
2010-05-14graw: move towards glut-like interface, add tri.cKeith Whitwell2-27/+45
2010-05-11tests/graw: raw -> grawJosé Fonseca2-0/+0
2010-05-06raw/clear: Make it portable.José Fonseca1-2/+3
2010-05-06graw-null: New target to ensure we always have a graw implementation available.José Fonseca1-2/+5
2010-05-05tests/raw: Get it building with scons.José Fonseca2-1/+4
2010-04-21gallium/tests: Add test case for u_cache.Vinson Lee3-2/+126
2010-04-19retrace: Support index bias.José Fonseca1-8/+8
2010-04-18retrace: Fix vertex/index/constant buffer dumping.José Fonseca1-3/+4
2010-04-18retrace: Remove deprecated code.José Fonseca1-10/+0
2010-04-18gallium/tests: Make trivial apps depend on libsJakob Bornecrantz1-1/+1
2010-04-17gallium/tests: Fix trivial examplesJakob Bornecrantz3-25/+29
2010-04-14gallium/tests: Add test case for pipe_barrier.Vinson Lee3-0/+88
2010-04-14progs/gallium: Fix relative path in Makefile.Vinson Lee2-2/+2
2010-04-14retrace: Update for recent interface changes.José Fonseca1-23/+24
2010-04-13progs/gallium: Move into src/gallium/testsJosé Fonseca87-0/+6710