Assorted casts to silence g++ warnings.
[mesa.git] / src / mesa / main / glheader.h
2003-09-12 Kendall BennettUpdates to fix problems building with the Open Watcom...
2003-08-05 Brian PaulUpdates from Daniel Borca.
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-10-30 Brian Paultest both XFree86LOADER and IN_MODULE to see if we...
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-06-12 Brian PaulMoved big/little endian code to glheader.h.
2002-03-23 Brian Paulremoved temporary GL_ARB_texture_mirrored_repeat enums
2001-12-20 Karl SchultzDefine finite as _finite for Windows.
2001-10-17 Brian Pauladded GL_ARB_texture_mirrored_repeat
2001-07-16 Brian PaulVarious 16-bit GLchan fixes and Win32 fixes (Gerk Huisma)
2001-06-15 Brian PaulAdded fi_type union typedef to glheader.h.
2001-05-14 Brian PaulNew IFLOOR, ICEIL macros from Josh Vanderhoof. Fixes...
2001-03-29 Brian PaulRemoved DD_Z_NEVER.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-02-09 Brian Paulminor updates to sync w/ XFree86 changes
2001-01-08 Keith WhitwellAdd a 'RenderPrimitive' callback to t_vb_render.c....
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-09-15 Brian Pauluse cpml.h on Alpha (AlanH)
2000-09-12 Brian PaulWin32 update (Chris Morley)
2000-08-02 Brian Pauldefine GL_GLEXT_PROTOTYPES before including mesa_wgl.h
2000-06-12 Brian Pauldefine GL_GLEXT_PROTOTYPES for glext.h
2000-05-26 Brian Paulapplied Eero Pajarre's patch for Windows
2000-05-22 Brian Paulreplaced __CYGWIN32__ with __CYGWIN__, misc clean-up
2000-05-22 Brian Pauladded Window-isms previously in gl.h
2000-03-22 Brian Pauladded code to die on FP exceptions if DEBEG env var...
2000-02-24 Brian Pauluse quotes for gl.h and glext.h includes
2000-02-23 Brian Paulinclude GL/glext.h
2000-02-12 Brian Paulalways include <float.h>
1999-11-12 Brian Paulmoved assembly-related macros from types.h to glheader.h
1999-11-12 Kendall Bennett . More Watcom C++ warnings fixed in Mesa.
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code