Fix for bug 618459. Mods to allow compilation on VC++ 5.0 (Michael Krause)
[mesa.git] / progs /
2002-09-19 Brian PaulUpdated BeOS support (Philippe Houdoin)
2002-09-06 Brian Pauldon't query GL_MAX_CONVOLUTION_WIDTH/HEIGHT
2002-09-06 Brian Paulminor updates to sync with XFree86
2002-09-06 Brian Pauladded -l option to print interesting OpenGL limits
2002-08-17 Brian Pauladded multitexture and line stipple
2002-08-17 Brian Paulminor tweaks
2002-08-08 Brian Pauladded (char *) casts
2002-07-22 Brian Paulfix warnings (bug 580528)
2002-07-12 Brian Paulsilence warnings
2002-07-12 Brian PaulPedantic compiler fixes (Sven Panne)
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-06-10 Brian PaulGGI driver updates (Filip Spacek)
2002-05-02 Alan Hourihaneremove test code
2002-05-02 Alan HourihaneglutSwapBuffers implicitly does a glFinish when swappin...
2002-04-22 Brian Paulremoved CVS $Log comments
2002-04-22 Brian Paultest program for NV_vertex_program + vertex arrays
2002-04-05 Karl SchultzAdded -perf option to measure frame rate. This is...
2002-04-02 Brian Pauladded an error check
2002-03-23 Brian Paulexercise GL_EXT_shadow_funcs
2002-03-08 Brian Paulfix some minor warnings
2002-02-17 Brian Paulundo some debug changes mistakenly checked in earlier
2002-02-16 Brian Paulupdated to use GL_ARB_depth_texture, GL_ARB_shadow...
2002-02-15 Brian Paulinclude string.h to silence warning
2002-02-13 Brian Paulnow supports > 2 texture units
2002-02-12 Brian Paulsilence compiler warnings
2002-01-30 Brian Paulremoved GLUT reference
2002-01-26 Brian Pauladded fog and raster Z position controls
2002-01-16 Jouk Jansen Committing in .
2002-01-16 Karl Schultzget tests working on windows (Robert Bergkvist)
2002-01-16 Karl SchultzSamples working for Windows (Robert Bergkvist)
2002-01-16 Karl SchultzDemo updates for Windows (Robert Bergkvist)
2002-01-16 Karl SchultzRemoved missing files and added new ones (Robert Bergkvist)
2002-01-04 Brian Paultest multitexture and vertex arrays
2002-01-04 Brian Pauladded some assertions to exercise glIsTexture()
2002-01-04 Gareth Hughes- Clean up state bitmask.
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-26 Brian Paulfix some warnings
2001-11-21 Brian Paulminor update
2001-11-18 Brian Paultest for glXGetProcAddress()
2001-11-06 Brian Pauladded missing GL_MAX_TEXTURE_LOD_BIAS_EXT query
2001-10-26 Karl SchultzCopy the readtex.[ch] files from ../util
2001-10-04 Karl SchultzAllow to compile in Windows.
2001-10-04 Karl SchultzBuild a few demos that now work with Windows.
2001-09-25 Karl SchultzFix up Windows makefiles so that the debug build leaves...
2001-09-24 Karl Schultzuse OSMESA_* enums for OSMesaCreateContext instead...
2001-09-18 Karl Schultzclean up makefiles some more for Windows
2001-09-18 Karl Schultzremove carriage return chars
2001-09-14 Brian PaulWin32 updates (Karl Schultz)
2001-09-10 Brian PaulWindML updates (Stephane Raimbault)
2001-08-21 Brian Paulsimple multi-window GLUT test prog
2001-08-21 Gareth HughesGet rid of unfinished demo.
2001-08-20 Brian PaulWindML driver (Stephane Raimbault)
2001-08-13 Brian Paulreplace PI with pi
2001-07-13 Brian Paulminor tweaks
2001-06-20 Brian Paulalso print GL_MAX_TEXTURE_SIZE
2001-06-13 Brian Paulmoved glTexEnvi calls to better logical locations
2001-06-04 Keith Whitwellfixed some GL_POINTS probs
2001-05-21 Brian Pauladded multitexture support
2001-05-11 Keith Whitwellfix a couple of small bugs
2001-05-11 Keith Whitwellmade render path selection more flexible
2001-05-09 Brian Paulfixed FP underflow problem in kfact computation
2001-05-09 Brian Paulcheck for tiny values in dir[] vector in calcposobjs...
2001-05-09 Brian Paulmake sure rotation plugged into sin/cos lookup tables...
2001-05-07 Gareth HughesAdd new tests.
2001-04-27 Brian Pauladded -display option
2001-04-25 Brian Pauladded ShowAlphaBuffer feature - 'a' key
2001-04-24 Brian Pauladded -i and -h options
2001-04-19 Keith WhitwellAdd more options, including '-10','-100' and '-1000...
2001-04-12 Brian Paulb-key toggles between textures w/ and w/out border
2001-04-02 Brian Paulapplied David's patch for parsing display's server...
2001-03-28 Gareth HughesMore informative display of texture parameters.
2001-03-27 Brian Pauladded rules for readtex.c and readtex.h
2001-03-27 Brian Pauldouble buffer by default. if drawSmooth, use 50% alpha...
2001-03-27 Brian Paulset initial window pos
2001-03-27 Brian Paulclean-up of tunnel demos
2001-03-27 Brian Paulmoved shadow code into teapot.c
2001-03-26 Brian Paultest texture wrap modes
2001-03-23 Brian Pauladded glxgears
2001-03-23 Brian Paulgears using GLX instead of GLUT
2001-03-23 Brian Pauladded silly mesa_hack() function and -b option
2001-03-22 Gareth HughesInitial demo of GL_EXT_texture_filter_anisotropic exten...
2001-03-22 Jouk Jansen Modified Files:
2001-03-21 Gareth HughesFix compilation with GLU 1.1
2001-03-21 Gareth HughesMake ESC quit.
2001-03-21 Gareth HughesRevert back to new tessellator, check version string...
2001-03-19 Alan Hourihanefix glxinfo to query current display.
2001-03-19 Alan Hourihanefix cast
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-02-28 Brian PaulNow there's four possible display modes:
2001-02-26 Brian Pauladded filtering option, compute shadow tex size from...
2001-02-20 Brian Pauladded extension #ifdef/#endifs
2001-02-20 Brian Pauladded shadowtex
2001-02-20 Brian Pauldemo of GL_SGIX_shadow
next