st/glx: Fix endless loop in drawable validation
[mesa.git] / src / gallium / tests /
2011-06-24 Brian Paulgallium/tests/trivial: update comment
2011-06-24 Brian Paulgallium/tests/trivial: use CXX to do final link
2011-06-24 Alon Levygallium/tests/trivial: make it build
2011-06-08 Brian Paulgallium: s/bool/boolean/
2011-04-23 José Fonsecagraw: Replace dead symlinks to delete python statetrack...
2011-04-06 José Fonsecast/python: Remove bindings, and all its dependencies.
2011-04-01 José Fonsecatests: Use elts in translate_test.
2011-04-01 José Fonsecascons: Add aliases for unit tests.
2011-03-11 Marek Olšákgallium: remove flags from the flush function
2011-03-09 Vinson Leescons: Fix immediate Python exceptions with SCons on...
2011-02-15 Marek Olšákgallium: add usage parameter to pipe_buffer_create
2011-02-14 Vinson Leegraw: remove pipe_vertex_buffer::max_index
2011-02-14 Marek Olšákgallium: remove pipe_vertex_buffer::max_index
2011-01-24 Zack Rusingraw: add a test showing the new sampling scheme in...
2011-01-24 Zack Rusingallium: implement modern sampling scheme
2011-01-20 Brian Paulgraw: fix logic error in pixel format selection
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-02 José Fonsecaretrace: Some fixes.
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-08 Michal Krolgraw: Export graw_save_surface_to_file().
2010-11-01 José Fonsecascons: Revamp how to specify targets to build.
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-06 José Fonsecaretrace: Handle clear_render_target and clear_depth_ste...
2010-09-29 José Fonsecapython/retrace: Handle set_index_buffer and draw_vbo.
2010-09-22 José Fonsecautil: Flush stdout on util_format.
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-20 Tilman Sauerbeckpython/tests: Fixed tri.py for API and TGSI syntax...
2010-09-18 Keith Whitwellgraw: add frag-face shader
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-11 Alex CorscaddenAdd a test for the KIL opcode
2010-09-10 Brian Paulgraw: added test for finding shader mem leaks
2010-09-10 Brian Paulgraw: emit warnings when context/surface creation failes
2010-09-10 Brian Paulgraw: fix array size, indentation,
2010-09-05 José Fonsecautil: Helper function to determined whether two formats...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-26 José Fonsecagraw: Undo late loading of graw drivers.
2010-08-26 José Fonsecagraw: Dynamically load graw libraries.
2010-08-20 Luca Barbierigallium: make all checks for PIPE_TEXTURE_2D check...
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-13 Vinson Leetranslate_test: Fix compilation with MSVC.
2010-08-12 Luca Barbieritranslate_test: fix compilation on non-POSIX platforms
2010-08-12 Luca Barbieritranslate_test: improve
2010-08-12 Vinson Leescons: Fix freebsd8 build.
2010-08-11 Luca Barbieritranslate_test: fix segfault on x86-64
2010-08-11 Luca Barbieritranslate_test: fix, reindent, and improve
2010-08-11 Vinson Leetranslate: Add translate_test.c to SCons.
2010-08-11 Luca Barbieritranslate: add testsuite
2010-07-29 Chia-I Wugraw/tests: Use pipe_context::draw_vbo.
2010-07-28 Vinson Leescons: Fix sunos5 build.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-20 Brian Paulgraw/tests: pass -e option to test draw_elements_instan...
2010-07-15 Brian Paulgraw: new tri-instanced.c program to test instanced...
2010-07-04 Jakob Bornecrantzgallium: Make trivial examples use target helpers
2010-07-04 Jakob Bornecrantzgallium: Fix compilation of trivial quad-tex
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-18 Zack Rusingraw: add two examples using new register files
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 Whitwellregress: remove interpolation and semantic info from...
2010-06-07 Keith Whitwelltest/graw: add vp-test
2010-06-07 Keith Whitwelltests/graw: add fp-test
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-05-30 José Fonsecapython/retrace: Interpret resource_copy_region.
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-17 Roland Scheideggerst/python: adapt to interface changes
2010-05-11 José Fonsecatests/graw: raw -> graw
2010-05-06 José Fonsecaraw/clear: Make it portable.
2010-05-06 José Fonsecagraw-null: New target to ensure we always have a graw...
2010-05-05 José Fonsecatests/raw: Get it building with scons.
2010-05-04 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-02 José Fonsecaretrace: Add sampler_view_destroy
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
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
next