summaryrefslogtreecommitdiff
path: root/src/mesa/main/glheader.h
AgeCommit message (Expand)Author
2005-02-08removed GL_EXT_framebuffer_object tokensBrian Paul
2005-02-07additional work on GL_EXT_framebuffer_objectBrian Paul
2005-01-26remove a bunch of temporary #defines, now that glext.h was updatedBrian Paul
2004-12-15Fix up glx/x11 to work when built with -fvisibility=hidden.Adam Jackson
2004-12-06disable junk for mingwDaniel Borca
2004-11-27remove the GLAPI/GLAPIENTRY defines - they're already in gl.hBrian Paul
2004-11-27Removed GLCALLBACK stuff - apparently never used anywhere.Brian Paul
2004-11-25Started some assorted clean-ups in #defines, typedefs, etc.Brian Paul
2004-11-08Remove need for defining _MSC_VER when building Mesa for windows withBrian Paul
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-09-13Handle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*().Brian Paul
2004-08-25Windows ICD driver code (patch 1014800)Brian Paul
2004-06-29First phase of TLS work. At this point SPARC assembly dispatch isIan Romanick
2004-04-22New glTexImage code.Brian Paul
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul
2004-01-28tweak the #if test for defining _ASMAPI (fixes IRIX problem)Brian Paul
2003-12-11replace gl/mesa_wgl.h with GL/mesa_wgl.h (Simon Goodall)Brian Paul
2003-12-09Fix definitions for Intel compiler.Eric Anholt
2003-12-06conditionally define GLAPIENTRYP to prevent some warnings in linux-soloBrian Paul
2003-12-04ChangeKarl Schultz
2003-11-25remove __FUNCTION__ hackBrian Paul
2003-10-08More SciTech SNAP specific changes to glheader.h. Also modified the macrosKendall Bennett
2003-10-02Fixed bugs in Mesa software span rendering for color index modesKendall Bennett
2003-09-30Updates required for building the SciTech SNAP version of Mesa. This includes:Kendall Bennett
2003-09-12Updates to fix problems building with the Open Watcom compiler.Kendall Bennett
2003-08-05Updates from Daniel Borca.Brian Paul
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2002-10-30test both XFree86LOADER and IN_MODULE to see if we're being built as the glx ...Brian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul
2002-06-12Moved big/little endian code to glheader.h.Brian Paul
2002-03-23removed temporary GL_ARB_texture_mirrored_repeat enumsBrian Paul
2001-12-20Define finite as _finite for Windows.Karl Schultz
2001-10-17added GL_ARB_texture_mirrored_repeatBrian Paul
2001-07-16Various 16-bit GLchan fixes and Win32 fixes (Gerk Huisma)Brian Paul
2001-06-15Added fi_type union typedef to glheader.h.Brian Paul
2001-05-14New IFLOOR, ICEIL macros from Josh Vanderhoof. Fixes problems withBrian Paul
2001-03-29Removed DD_Z_NEVER.Brian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-02-09minor updates to sync w/ XFree86 changesBrian Paul
2001-01-08Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-09-15use cpml.h on Alpha (AlanH)Brian Paul
2000-09-12Win32 update (Chris Morley)Brian Paul
2000-08-02define GL_GLEXT_PROTOTYPES before including mesa_wgl.hBrian Paul
2000-06-12define GL_GLEXT_PROTOTYPES for glext.hBrian Paul
2000-05-26applied Eero Pajarre's patch for WindowsBrian Paul
2000-05-22replaced __CYGWIN32__ with __CYGWIN__, misc clean-upBrian Paul