Project file to build gdi driver and OPENGL32.DLL.
[mesa.git] / progs / demos /
2000-09-15 Brian Pauladded FPS calculation
2000-09-13 Brian Pauladded cursor key info to instructions
2000-09-12 Brian Paulbetter FPS calculation
2000-09-12 Brian Paulterrain demo data
2000-09-12 Brian Paulbetter fps computation
2000-09-08 Brian Pauladded dither key option
2000-09-08 Brian PaulUse OSMesaCreateContextExt() if using Mesa 3.5 or later
2000-08-29 Brian Paulchanged default Shininess to 6
2000-08-24 Jouk Jansen Committing in .
2000-08-21 Brian Paulchanged quad vertex colors to be tessellation invariant
2000-08-21 Brian Paulprint UNDEFINED MODE over samples that are undefined...
2000-08-16 Brian Pauladded missing radius multiplication factor to sphere...
2000-07-19 Brian Paulcall glutInit()
2000-07-11 Brian Paulreverted to old tessellator
2000-06-27 Brian Paulminor tweaks
2000-06-27 Brian Paulinitial check-in
2000-06-27 Brian Paulfixed compiler warnings
2000-06-27 Brian Paulinitial check-in
2000-06-27 Brian Pauladded 3dfx demos
2000-06-27 Brian Paulinitial check-in
2000-06-27 Brian Pauladded texenv demo
2000-06-27 Brian Paulinitial check-in
2000-06-15 Brian Paulcall glutInit() in main()
2000-06-13 Brian Pauluse GL_CLAMP_TO_EDGE
2000-05-30 Brian Pauladded cubemap demo
2000-05-30 Brian Paulinitial check-in
2000-05-23 Brian Paulset default window pos
2000-04-24 Brian Paulremoved extra /
2000-04-12 Brian Paullots of clean-up, added d/s keys
2000-04-10 Brian Paulfixed visual selection and reporting results
2000-04-07 Brian Pauladded pixeltex demo
2000-04-07 Brian Paulinitial check-in
2000-04-06 Brian Paulsilenced warnings
2000-04-05 Brian Paulfixed compiler warnigns
2000-04-04 Brian Paulchanged a comment
2000-04-04 Brian Pauladded copyright info
2000-04-01 Brian Pauladded occlude demo
2000-04-01 Brian Paulinitial check-in
2000-03-31 Brian Paultweaks to allow different read formats/types
2000-03-30 Keith WhitwellAdded stipple mode
2000-03-29 Brian Paulremoved GL_HP_occlustion_test code, added -exit option
2000-03-29 Brian Paulhit space bar to rerun benchmark
2000-03-29 Brian Pauladded error checking on file open
2000-03-29 Brian Paullots of changes
2000-03-28 Randy FrankImplemented support for the HP occlusion test extension...
2000-03-27 Brian Pauladded missing glEnd() call (Tim Beckmann)
2000-03-23 Brian Pauladded benchmarking
2000-03-23 Brian Paulreplaced HaveTexObj with UseTexObj
2000-03-22 Brian Paulchanged TDA to [4] for glMaterialfv() calls
2000-03-22 Brian Paulconverted from GL_EXT_texture3D to GL 1.2
2000-03-22 Brian Paultweaked the animation rate
2000-03-20 Brian Pauladded lodbias demo
2000-03-20 Brian Paulinitial check-in
2000-03-18 Brian Paulcolors were computed incorrectly (Hans Nelles)
2000-03-06 Brian Paulnow save Targa image. misc clean-up
2000-03-06 Brian Pauladded geartrain
2000-03-06 Brian Paulinitial check-in
2000-03-01 Brian Pauladded readpix program
2000-03-01 Brian Paultest glDraw/Read/CopyPixels()
2000-03-01 Brian Paultest for GL 1.2
2000-02-25 Brian Paulfixed bug when using display lists
2000-02-16 Brian Paulnew library dependency vars
2000-02-02 Brian Paulchanged > to >=
2000-02-02 Brian Paullimit Drift to [0, 1]
2000-01-28 Brian Pauladded texdown program
2000-01-28 Brian Paulinitial check-in
2000-01-24 Gareth HughesRemoved '#if 0' from second pass.
2000-01-23 Gareth HughesMerged 3.2 updates, namely combine callback for interse...
2000-01-15 Randy FrankAdded test for the occlusion test code.
1999-12-16 Brian Pauladded a cast to malloc call
1999-12-15 Brian Paulmoved #define to column 0
1999-11-04 Gareth HughesUpdated demo for new GLU 1.3 tessellation. Added optim...
1999-11-02 Brian Paulnew texture image, cleaned-up code
1999-10-28 Brian Paulminor changes to Usage() function
1999-10-27 Brian Paulremoved -lm from link command
1999-10-26 Brian Paulbetter texture matrix, better end-cap reflections on...
1999-10-23 Brian Paulmore comments, removed unneeded glDepthFunc call
1999-10-22 Brian Pauladded gloss demo
1999-10-22 Brian Paulinitial rev
1999-10-21 Brian Pauladded f key to toggle front/back drawing
1999-10-21 Brian Pauladded -info command line option
1999-10-13 Brian Pauluse texture objects now
1999-09-19 tannerlots of autoconf updates
1999-09-17 Brian Paulsilenced some warnings
1999-09-17 Ted JumpAdded ESC key handling
1999-09-17 Brian Paullink with -lGLU -lGL instead of -lMesaGLU -lMesaGL
1999-09-08 Brian Paulminor changes. always call compactify_arrays()
1999-09-03 Keith WhitwellFog, displaylist and zoom operations
1999-08-19 jtgInitial revision