Project file to build gdi driver and OPENGL32.DLL.
[mesa.git] / progs / demos /
2003-07-02 Jouk Jansen Committing in .
2003-06-17 Jouk Jansen Committing in .
2003-06-13 Brian Paulfix typo, added space/anim control
2003-06-13 Brian PaulGL_ARB_occlusion_query demo.
2003-06-10 Brian Paulupdated old-style makefiles for new tree
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-06-01 Brian PaulRemove a bunch of really old/obsolete configs.
2003-05-30 Brian Paulminor clean-ups
2003-05-30 Brian Paulapplied Ian's misc patches
2003-04-21 Brian Paulfix minor warnings
2003-04-21 Brian Paulfix .c / .h typo
2003-04-17 Brian Paulclean up usage of extension function pointers
2003-04-17 Brian PaulDemo of using GL_ARB_vertex/fragment_program to do...
2003-04-09 Brian Paulfix typo
2003-04-07 Brian PaulDemo of per-pixel lighting with a fragment program.
2003-03-31 Brian Pauluse gluSphere instead of glutSphere so we get texcoords
2003-03-29 Brian Paulfix texgen msg strings
2003-03-03 Brian Pauladded glFinish with comment
2003-02-27 Karl Schultzfix compilation for windows
2003-01-24 Brian Paulsilence warning
2002-12-10 Brian Pauluse/test GL_SGIS_generate_mipmaps if available
2002-12-03 Brian Paulupdated to use ARB extensions
2002-11-28 Brian Pauluse polygon offset to avoid multi-pass Z-fighting artifacts
2002-10-31 Keith WhitwellAdd a note about window map behaviour and the autotunin...
2002-10-25 Brian Pauladded skybox and options to load real images
2002-10-23 Brian Paulmassive overhaul, see new keyboard options
2002-10-18 Karl SchultzQuiet compiler warnings.
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-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-05 Karl SchultzAdded -perf option to measure frame rate. This is...
2002-03-23 Brian Paulexercise GL_EXT_shadow_funcs
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-01-26 Brian Pauladded fog and raster Z position controls
2002-01-16 Karl SchultzDemo updates for Windows (Robert Bergkvist)
2002-01-04 Brian Pauladded some assertions to exercise glIsTexture()
2002-01-04 Gareth Hughes- Clean up state bitmask.
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-08-21 Gareth HughesGet rid of unfinished demo.
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-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-04-25 Brian Pauladded ShowAlphaBuffer feature - 'a' key
2001-04-19 Keith WhitwellAdd more options, including '-10','-100' and '-1000...
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-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-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
2001-02-16 Brian Pauladded n-key to toggle nice fog, other minor clean-ups
2001-02-07 Gareth HughesForce texture download every time to handle lazy textur...
2001-01-23 Brian Paulspace-bar = pause animation
2001-01-06 Gareth HughesAdd GL_POINTS as a primitive, including with CVA DrawEl...
2001-01-02 Jouk Jansen Committing in .
2000-12-24 pesco* demos/Makefile.am (INCLUDES): Added -I$(top_srcdir...
2000-12-07 Brian Paulcall glFinish() before getting t1 time
2000-11-30 Gareth HughesAdd basic timing information.
2000-11-01 Brian Paulupdate for separate libOSMesa.so lib
2000-11-01 Brian Paulprint number of texture units
2000-10-26 Brian Pauladded a glFinish() call
2000-10-23 Brian Pauladded idle() func, enable fog by default
2000-10-21 Brian Pauladded a proper idle() function
2000-10-16 Brian Pauluse gray background, memset TempImage to white to help...
2000-10-05 Brian Paulbrighter colors
2000-10-05 Jouk Jansen Committing in .
2000-10-04 Brian Paulimproved to test alpha blending with texture palette
2000-09-29 Brian Pauladded fps output
2000-09-26 Brian Pauluse GL_NEAREST texture filter
2000-09-15 Brian Paulset default window pos, changed 4 to GL_RGBA
next