Squash-merge branch 'gallium-clip-state'
[mesa.git] / src / gallium / tests / graw /
2012-01-09 Marek OlšákSquash-merge branch 'gallium-clip-state'
2011-09-19 Dave Airliegraw: fix tests to build on msvc again.
2011-09-18 Dave Airliegallium: move clear paths from rgba to a pointer to...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-23 José Fonsecagraw: Replace dead symlinks to delete python statetrack...
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
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 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-20 Brian Paulgraw: fix logic error in pixel format selection
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
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-08-26 José Fonsecagraw: Undo late loading of graw drivers.
2010-08-26 José Fonsecagraw: Dynamically load graw libraries.
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-12 Vinson Leescons: Fix freebsd8 build.
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-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-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