graw: new tri-instanced.c program to test instanced drawing
[mesa.git] / src / gallium / tests / graw /
2010-07-15 Brian Paulgraw: new tri-instanced.c program to test instanced...
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-16 Zack Rusingraw: remove wrong test
2010-06-16 Zack Rusingraw: add a gs test for non-sequential inputs
2010-06-15 Zack Rusingraw: test multiple cb's in geometry shaders
2010-06-15 Zack Rusingraw: fix setup for multiple constant buffers
2010-06-14 Zack Rusingraw: small fixups for the gs examples
2010-06-10 Zack Rusings: give our test an option of rendering a strip
2010-06-09 Zack Rusingraw: add a multiple primitive geometry shader test
2010-06-09 Zack Rusingeometry shaders: make gs work with changable primitive...
2010-06-08 Vinson Leegraw: Fix file handle leaks.
2010-06-08 Vinson Leegraw: Remove unnecessary headers.
2010-06-07 Vinson Leegraw: Add gallium library to SCons build.
2010-06-07 Keith Whitwellgraw: add gs-test.c and some simple geometry shader...
2010-06-07 Keith Whitwellgraw: trivial geometry shader test
2010-06-07 Keith Whitwellgraw: add symlinks to shader test directories
2010-06-07 Keith Whitwellgraw: remove references to unistd.h
2010-06-07 Keith Whitwelltests/graw: missing file tri.c
2010-06-07 Keith Whitwelltest/graw: add vp-test
2010-06-07 Keith Whitwelltests/graw: add fp-test
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith Whitwellgallium: remnants of old ccw state
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-11 José Fonsecatests/graw: raw -> graw
2010-05-19 Keith WhitwellMerge commit 'origin/graw-tests'
2010-05-14 Keith Whitwellgraw: add quad-tex graw test for basic texturing
2010-05-14 Keith Whitwellgraw: combine graw_init and graw_create_window functions
2010-05-14 Keith Whitwellgraw: move towards glut-like interface, add tri.c