Add support for GL_EXT_secondary_color, tested with seccolor test.
[mesa.git] / include /
2005-09-28 Brian Pauladded GL_EXT_packed_depth_stencil
2005-09-11 Brian PaulSilence some warnings.
2005-09-05 Karl SchultzAdd support for memory contexts (Thomas Kaltofen)....
2005-09-02 Brian Pauladded GL_EXT_timer_query token
2005-08-15 Brian Paulinclude stdint.h if WIN32 and GNUC (Colin Harrison...
2005-07-28 Ian RomanickRemove '#if 0' block that was accidentally left in.
2005-07-28 Ian RomanickMajor rip-up of internal function insertion interface...
2005-07-28 Ian RomanickFix SPARC assembly for 64-bit
2005-07-26 Ian RomanickNo, really, get rid of all the remaining references...
2005-07-26 Ian RomanickFixes the glXGetProcAddress portion of the interface...
2005-07-24 Ian RomanickGut a few more dead bits. Replace uses of the CreateNe...
2005-07-24 Ian RomanickAll elements of pre-DRI_NEW_INTERFACE_ONLY are removed...
2005-06-21 Brian Paulupdated to version 29
2005-06-08 Brian Paulregenerated
2005-06-08 Brian Paulput full prototype on one line to fix gl_mangle.h gener...
2005-06-08 Brian Paulremove stray line
2005-06-08 Brian Paulregenerate for latest glext.h
2005-05-31 Brian Paulremove temporary GL_EXT_framebuffer_object info
2005-05-31 Brian Paulupdated to version 28
2005-05-17 Brian Paulremove eglQueryDisplayMESA()
2005-05-16 Brian PaulEGL_MESA_copy_context stuff
2005-05-14 Jon SmirlAdd empty placeholder for eglCopyContextMESA
2005-05-14 Jon SmirlFix compiler warning about missing parameter list
2005-05-13 Jon SmirlFirst attempt at getting egl support up on dumb framebu...
2005-05-11 Karl SchultzThe "P" suffix on APIENTRY and GLAPIENTRY is to be...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-05-04 Brian PaulEGLScreenMESA updates
2005-04-22 Brian Paultypes for Mesa implementation of EGL
2005-04-22 Brian Paulprototype EGL_MESA_screen_surface.
2005-03-04 Adam JacksonAdd preliminary EGL headers.
2005-02-26 Dave Airliebring over structs from Xorg glx.h to make Mesa glx...
2005-02-26 Dave AirlieAdd GLX_MESA_allocate_memory from Xorg glx.h
2005-02-20 Dave Airlieadd more functionality to miniglx for glitz
2005-02-16 Brian Paulfix non-Win32 definition of GLUTAPIENTRY, remove some...
2005-02-15 Dave Airlieadd EnableExtension so r200 enables all its extensions...
2005-02-08 Adam JacksonBug #2477: Make GLU/GLw/glut build properly even with...
2005-02-08 Brian Pauladded GL_EXT_framebuffer_object enums/funcs. Remove...
2005-01-26 Ian Romanickremove a bunch of temporary #defines, now that glext...
2005-01-21 Brian Paulfix glGetString funniness
2005-01-20 Brian Paulglext.h version 26
2005-01-16 Brian Pauladded a few OpenGL 2.0 tokens (temporary)
2005-01-12 Brian Paultemporary prototypes for OpenGL 2.0
2005-01-04 Brian Pauladded GLX_NV_float_buffer
2005-01-03 Brian PaulDirectFB driver (Claudio Ciccani)
2004-12-17 Brian PaulVMS update
2004-12-15 Daniel Borcaadded DMesaProc type to prevent gcc 3.4.3 warnings
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-12-08 Alan HourihaneCheck for some header defines before redefining functio...
2004-11-29 Brian Paulno need to include stddef.h anymore
2004-11-27 Brian PaulHave OSMesaGetProcAddress() return new OSMESAproc typedef.
2004-11-27 Brian Paultypedef GLUTproc, return it from glutGetProcAddress()
2004-11-25 Brian Paulminor APIENTRY clean-ups
2004-11-08 Brian PaulRemove need for defining _MSC_VER when building Mesa...
2004-10-25 Adam JacksonImport sarea.h from Xorg, needed for client GLX code.
2004-10-16 Ian RomanickAdd support for OES_read_format. As soon as glext...
2004-10-12 Daniel Borcabump version numbers to their real values
2004-10-02 Brian Paulremove unused413 stuff, glDrawBuffersARB uses that...
2004-09-27 Brian Paulversion bump
2004-09-27 Brian Paulchange include of glx_mangle.h to match other headers
2004-09-09 Brian PaulAnother attempt at fixing name mangling and gl__unused4...
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-08-16 Philippe HoudoinStupid me. I don't know why I moved the GLView.h here...
2004-07-28 Brian Paulversion 6 from oss.sgi.com
2004-07-28 Brian Paulversion 24 from oss.sgi.com
2004-06-26 Jon SmirlMesa-solo builds with these changes. There are still...
2004-06-23 Brian Paulupdated to version 23
2004-06-22 Brian PaulAlexander Gottwald's patch for cygwin
2004-06-06 Ian RomanickRemove the rest of the need for glxclient.h and remove...
2004-06-03 Jon Smirlkill __driRegisterExtensions(), none of the functions...
2004-06-02 Ian RomanickReplace Bool with GLboolean.
2004-06-02 Ian RomanickXF86DRIDestroyContext, XF86DRICreateDrawable, and
2004-06-01 Ian RomanickConvert 'Display *' to '__DRInativeDisplay *'. Only...
2004-06-01 Ian RomanickReplace all occurances of XF86DRIClipRect (and related...
2004-05-21 Brian Paulremove duplicate GLX_DRAWABLE_TYPE token, sorted tokens...
2004-04-29 Keith WhitwellAllow *_dri.so to build in Mesa tree with the 'linux...
2004-04-23 Brian Paulmove #define for GL_DOUBLE, to put enums in right order
2004-04-15 Ian RomanickCorrect the comments about when the bindContext3 /...
2004-04-09 Brian Pauladded extern "C" for C++ (bug 930933)
2004-03-24 Brian Paulrename class to c_class if using C++ (bug 922294)
2004-03-22 Brian Paulnew DRI interface header
2004-03-04 Brian Paulremove some unneeded macros
2004-02-24 Brian Paulupgraded to version 22
2004-02-19 Ian RomanickRefactored several variables out of XMesaVisual in...
2004-02-10 Daniel Borcafixed back fxMesaGetCurrentContext to match MakeCurrent
2004-02-07 Daniel Borcaadded NUL driver for DMesa
2004-02-06 Brian Pauladded GLU_INCOMPATIBLE_GL_VERSION
2004-02-05 Brian Paulupdate function mangling and add comment about it to...
2004-01-27 Ian RomanickMissed this commit as part of the addition of
2004-01-23 Daniel Borcaaccomodated new driver_func initialization
2004-01-13 Brian Paulremove stuff that's now in glext.h
2004-01-13 Brian Paulupdated to version 21 with OpenGL 1.5 support
2004-01-09 Brian Paulregenerated to support new 1.5 functions, etc.
2003-12-19 Daniel BorcaDMesa: removed MGA2064W driver
2003-12-12 Alan Hourihanefix for C++
2003-12-11 Brian Paulreplace gl/mesa_wgl.h with GL/mesa_wgl.h (Simon Goodall)
2003-12-11 Keith WhitwellQuash annoying compiler warning
2003-12-11 Keith WhitwellRemove dead file glcore-new.h
2003-12-08 Alan Hourihanereverse Keith's 'XFree86Server' glue.
2003-12-08 Keith WhitwellCan't include <stddef.h> when building XFree86 server...
2003-12-06 Brian PaulglFBDev driver from embedded-2 branch.
next