fixed pointer arithmetic error in glCopyPixels
[mesa.git] / src / mesa / main / enums.c
2001-06-08 Brian Pauladd check for NULL malloc (from Stanford metacompilatio...
2001-04-30 Keith WhitwellLots more eval fixes
2001-04-17 Brian PaulFixed a number of minor GL_ARB_texture_env_combine...
2001-04-16 Brian Paulreturn hex string for unknown tokens in _mesa_lookup_en...
2001-03-26 Brian Pauladded GL_ARB_texture_border_clamp
2001-03-22 Brian Pauladded GL_ARB_texture_env_dot3 enums
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-01-17 Keith WhitwellFixes for performance bug on compiled array element...
2001-01-06 Gareth HughesImplementation of GL_EXT_texture_env_dot3.
2000-06-27 Brian Pauladded GL_EXT_texture_env_combine (Holger Waechtler)
2000-03-28 Randy FrankImplemented support for the HP occlusion test extension...
2000-03-07 Brian Pauladded GL_EXT_texture_lod_bias extension (Michael Vance)
2000-02-05 Brian PaulGL_ARRAY_ELEMENT_LOCK_FIRST/COUNT_SGI changed to _EXT...
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-08 Brian Paulclean-up of header includes (Daryll)
1999-10-13 Brian Paulremoved GL_ prefix from memory macros
1999-10-10 Brian Paulnow using GL_MALLOC, GL_FREE
1999-08-19 jtgInitial revision