Fix a number of MINGW32 issues
[mesa.git] / src / mesa / main / glheader.h
2007-07-21 ZhangFix a number of MINGW32 issues
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-28 zhanga variety of fixes for MingW
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-06 Wang ZhenyuMerge branch 'master' into crestline
2006-12-21 George SapountzisDrop mesa wrappers for XFree86.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-04-13 Brian Paulupdated tests for defining __FUNCTION__ (Dan Schikore)
2006-02-15 Eric AnholtInclude dix-config.h if HAVE_DIX_CONFIG_H is defined...
2006-02-11 Eric AnholtAdd the ability to define NO_LIBCWRAPPER to avoid libcw...
2005-12-08 Brian Pauldon't need LONGLONG typedefs
2005-12-08 Karl Schultzadd 64-bit typedefs for portability
2005-11-27 Brian Paulinclude stdint.h for BSD
2005-11-04 Brian Paulfix MinGW problems (bug 4956)
2005-09-19 Brian Pauladditional wrapper updates, bug 4468
2005-07-16 Adam Jacksonstrip out vestigial #ifdef HAVE_CONFIG_H stanzas, they...
2005-07-01 Karl SchultzDon't #define __FUNCTION__ on a Microsoft C compiler...
2005-06-19 Brian PaulDefine __FUNCTION__ as a preprocessor symbol in glheade...
2005-06-13 Brian Paulmingw changes (Nolan Leake)
2005-05-24 Karl SchultzCleanup some Windows junk.
2005-05-05 Karl SchultzPort Mesa to build on a P64 platform (e.g., Win64)...
2005-02-08 Brian Paulremoved GL_EXT_framebuffer_object tokens
2005-02-07 Brian Pauladditional work on GL_EXT_framebuffer_object
2005-01-26 Brian Paulremove a bunch of temporary #defines, now that glext...
2004-12-15 Adam JacksonFix up glx/x11 to work when built with -fvisibility...
2004-12-06 Daniel Borcadisable junk for mingw
2004-11-27 Brian Paulremove the GLAPI/GLAPIENTRY defines - they're already...
2004-11-27 Brian PaulRemoved GLCALLBACK stuff - apparently never used anywhere.
2004-11-25 Brian PaulStarted some assorted clean-ups in #defines, typedefs...
2004-11-08 Brian PaulRemove need for defining _MSC_VER when building Mesa...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-09-13 Brian PaulHandle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*().
2004-08-25 Brian PaulWindows ICD driver code (patch 1014800)
2004-06-29 Ian RomanickFirst phase of TLS work. At this point SPARC assembly...
2004-04-22 Brian PaulNew glTexImage code.
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-01-28 Brian Paultweak the #if test for defining _ASMAPI (fixes IRIX...
2003-12-11 Brian Paulreplace gl/mesa_wgl.h with GL/mesa_wgl.h (Simon Goodall)
2003-12-09 Eric AnholtFix definitions for Intel compiler.
2003-12-06 Brian Paulconditionally define GLAPIENTRYP to prevent some warnin...
2003-12-04 Karl SchultzChange
2003-11-25 Brian Paulremove __FUNCTION__ hack
2003-10-08 Kendall BennettMore SciTech SNAP specific changes to glheader.h. Also...
2003-10-02 Kendall BennettFixed bugs in Mesa software span rendering for color...
2003-09-30 Kendall BennettUpdates required for building the SciTech SNAP version...
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