change gl_buffer_object's Size field to GLsizeiptrARB type
[mesa.git] / src / mesa / main / enums.c
2005-02-26 Ian RomanickFairly significant changes to enums.c and the way it...
2005-02-23 Brian PaulSort the enums in the Python code, instead of at runtim...
2005-02-22 Brian Paulnow generated with Python script
2005-02-11 Keith Whitwellmesa-main-0-NULL.patch from Jeff Muizelaar
2005-02-07 Keith WhitwellMore texture enums (Andreas Stenglein)
2005-02-07 Keith WhitwellGL_ARB_texture_rectangle enums (Andreas Stenglein)
2004-12-19 Dave AirlieImplement software ATI_fragment_shader
2004-11-27 Brian PaulRemoved GLCALLBACK stuff - apparently never used anywhere.
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-01-25 Brian Paulnew texture enums (Leif Delgass)
2003-01-21 Brian PaulGL_ATI_texture_env_combine3 extension
2002-10-29 Brian Paulupdated email addresses
2002-10-25 Brian Paulwrapped a few more C library functions
2002-10-24 Brian PaulHeader file clean-up:
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
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