define DO_FRAGMENT_FOG=1 to test fragment program fog option
[mesa.git] / progs / tests /
2004-02-16 Brian Paulremove incorrect negation in fog coord computation
2004-02-04 Keith WhitwellUse quads instead of lines to ensure this is testing...
2004-01-31 Brian Pauladded display list option (l key)
2004-01-31 Brian Pauladd vparray.c, fix indentation
2004-01-31 Brian Paulenable program and arrays by default, minor clean-ups
2004-01-28 Alan Hourihanefix printf warnings
2004-01-28 Keith WhitwellAdd glutInitWindowPosition call
2004-01-26 Keith WhitwellAdd tests for ARB_fp trig instructions and also for...
2003-12-09 Karl Rascheadded parsing exercises for ARL and relative offsets...
2003-12-08 Karl RascheA quick little test to show disapeearing specular color...
2003-12-08 Jouk Jansen Committing in .
2003-12-02 Karl Rasches/inverse/invtrans.. whoopsie
2003-11-24 Karl RascheMoving NV_fragment_program tests to ARB_fragment_program
2003-11-23 Karl RaschePorting NV_vertex_program demos to ARB_vertex_program
2003-11-23 Karl RaschePorting NV_vertex_program tests to ARB_vertex_program
2003-11-23 Keith Whitwellbuild fixes, rh9
2003-11-20 Daniel Borcatexture compression testbed
2003-10-21 Brian Pauladded more debug code and tests
2003-10-14 Brian Paulexercise more vertex buffer object functions
2003-09-17 Brian Pauls/GL_READ_WRITE_ARB/GL_WRITE_ONLY_ARB/
2003-09-17 Brian PaulExercise the GL_ELEMENT_ARRAY_BUFFER_ARB path
2003-09-17 Brian Paultest GL_ARB_vertex_buffer_object
2003-09-05 Brian Paulmore debugger development
2003-09-03 Brian Paulinclude math.h
2003-09-02 Ian RomanickAdded support for EXT_texture_mirror_clamp and the...
2003-08-23 Brian Paultest program to exercise glDraw/ReadPixels(GL_DEPTH_COM...
2003-08-23 Jon SmirlRename Makefile to Makefile.X11, add depend support
2003-07-22 Brian PaulNew interactive debugging code - vertex or fragment...
2003-07-21 Brian Paultest program for GL_MESA_program_debug extension
2003-07-10 Brian Pauladded GL_VERSION check
2003-07-03 Brian Paulbigger window
2003-07-03 Brian PaulGL_ARB_texture_non_power_of_two test program
2003-07-02 Jouk Jansen Committing in .
2003-06-17 Jouk Jansen Committing in .
2003-06-10 Brian Paulupdate for new directory tree
2003-05-30 Brian Paulmisc changes from testing
2003-05-30 Brian Paulinclude readtex.h
2003-05-30 Brian Pauldisplay both YCbCr and RGB image (Ian)
2003-05-30 Brian Paulapplied Ian's misc patches
2003-05-20 Keith Whitwellmove LoadYUVImage into readtex.c
2003-05-20 Keith WhitwellTest programs for ycbcr extension
2003-04-05 Brian Paultest glProgramNamedParameter4fNV()
2003-03-29 Brian Paulprint GL_MULTISAMPLE_ARB
2003-03-14 Brian Pauladded fptest1, fptexture, texrect, etc
2003-03-14 Brian Paulsimple NV_fragment_program texture test
2003-03-08 Brian Paultest GLfloat OSMesa rendering
2003-02-25 Brian Paulmore parser test programs
2003-02-04 Brian Pauluse ARB flavor of window_pos extension
2003-01-28 Brian Paulupdated version test
2003-01-14 Brian Paulsimple GL_NV_fragment_program test
2002-11-08 Brian Paulmultisample / polygon smooth test
2002-11-08 Brian Paulminor clean-up
2002-11-08 Brian Paulimplemented automatic code gen and individual function...
2002-11-07 Brian Pauladded glBlendFuncSeparate, glMultiDrawArrays, glMultiDr...
2002-11-07 Brian Pauladded 1.4 functions
2002-10-31 Brian Paulsimple GL_EXT_stencil_wrap test program
2002-10-18 Karl SchultzQuiet compiler warnings.
2002-10-18 Brian Paulcheck for GL_EXT_paletted_texture
2002-10-17 Brian Paulnew wrap modes (Ian Romanick)
2002-10-15 Brian Paulminor updates
2002-08-17 Brian Pauladded multitexture and line stipple
2002-08-17 Brian Paulminor tweaks
2002-06-23 Brian Paultest program for NV_vertex_program and evaluators
2002-06-16 Brian PaulJoe Krahn's context sharing test program
2002-06-15 Brian Paultest for GL_NV_texture_rectangle
2002-04-22 Brian Paultest program for NV_vertex_program + vertex arrays
2002-01-16 Jouk Jansen Committing in .
2002-01-16 Karl Schultzget tests working on windows (Robert Bergkvist)
2002-01-04 Brian Paultest multitexture and vertex arrays
2001-12-28 Gareth HughesAdd missing items from .cvsignore files, tests/Makefile
2001-12-15 Brian Paulwarp a quadmesh with a gravitational source via vertex...
2001-12-15 Brian Paulrotating, lit torus via vertex program
2001-12-14 Brian Paulvertex program test program
2001-11-21 Brian Paulminor update
2001-11-18 Brian Paultest for glXGetProcAddress()
2001-08-21 Brian Paulsimple multi-window GLUT test prog
2001-05-21 Brian Pauladded multitexture support
2001-05-07 Gareth HughesAdd new tests.
2001-04-12 Brian Paulb-key toggles between textures w/ and w/out border
2001-03-26 Brian Paultest texture wrap modes
2001-03-08 Brian Paultest 16-bit/channel rendering
2001-03-05 Brian PaulGL_EXT_secondary_color test
2001-03-05 Brian PaulGL_EXT_fog_coord test
2001-01-23 Brian Paulminor tweaks
2001-01-23 Brian Pauladded support for 4 texture units
2000-11-30 Gareth HughesEnable double-buffering, count not even multiple of...
2000-11-18 Brian Pauladded more programs
2000-11-18 Brian Paultest texture palettes with multitexture
2000-11-18 Brian PaulMark Kilgard's reflection/shadow dino demo
2000-11-18 Brian Paulhacked demo to test multi-texture projective textures
2000-11-09 Brian Paulfixed mipmap setup bug
2000-11-03 Gareth HughesChange transformation from ortho to perspective so...
2000-11-01 Gareth HughesAdded trivial CVA test for testing HW driver fastpaths...
2000-10-23 Brian PaulPut a white texel in each corner of each texture.
2000-09-30 Brian Paultextured line test
2000-09-01 Brian Paulinitial check-in
2000-08-02 Brian Paultest handling of lots of textures