summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-03-01GL_EXT_framebuffer_blit tokens/functionsBrian Paul
2006-02-23include inttypes.h if __osf__ defined (Randall Hand)Brian Paul
2006-02-05EGL 1.2 tokens/functions/etc.Brian Paul
2006-01-25WGL_ARB_extensions_string extensionBrian Paul
2005-12-14regenerate to pick up glGetQueryObject[u]i64vEXT funcsBrian Paul
2005-12-10rename eglShowSurfaceMESA, add EGL_SCREEN_POSITION_GRANULARITY_MESABrian Paul
2005-12-08bump version numberBrian Paul
2005-12-08remove stray _ from GL[u]int64_EXTBrian Paul
2005-12-08handle 64-bit types for Windows.Karl Schultz
2005-12-07Updates for GL_EXT_timer_query:Brian Paul
2005-11-29assorted fixes for server-side direct rendering (bug 5199)Brian Paul
2005-11-12Added OSMesaColorClamp(), bug 4917Brian Paul
2005-11-08remove a bunch of extension stuff that's in glxext.hBrian Paul
2005-09-28added GL_EXT_packed_depth_stencilBrian Paul
2005-09-11Silence some warnings.Brian Paul
2005-09-05Add support for memory contexts (Thomas Kaltofen). Cleanup compilation warni...Karl Schultz
2005-09-02added GL_EXT_timer_query tokenBrian Paul
2005-08-15include stdint.h if WIN32 and GNUC (Colin Harrison). Patch forwarded to SGI.Brian Paul
2005-07-28Remove '#if 0' block that was accidentally left in.Ian Romanick
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-07-28Fix SPARC assembly for 64-bitIan Romanick
2005-07-26No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE.Ian Romanick
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick
2005-07-24Gut a few more dead bits. Replace uses of the CreateNewScreenFunc typedefIan Romanick
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick
2005-06-21updated to version 29Brian Paul
2005-06-08regeneratedBrian Paul
2005-06-08put full prototype on one line to fix gl_mangle.h generation (Dave Reveman)Brian Paul
2005-06-08remove stray lineBrian Paul
2005-06-08regenerate for latest glext.hBrian Paul
2005-05-31remove temporary GL_EXT_framebuffer_object infoBrian Paul
2005-05-31updated to version 28Brian Paul
2005-05-17remove eglQueryDisplayMESA()Brian Paul
2005-05-16EGL_MESA_copy_context stuffBrian Paul
2005-05-14Add empty placeholder for eglCopyContextMESAJon Smirl
2005-05-14Fix compiler warning about missing parameter listJon Smirl
2005-05-13First attempt at getting egl support up on dumb framebuffer.Jon Smirl
2005-05-11The "P" suffix on APIENTRY and GLAPIENTRY is to be used for pointers toKarl Schultz
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-05-04EGLScreenMESA updatesBrian Paul
2005-04-22types for Mesa implementation of EGLBrian Paul
2005-04-22prototype EGL_MESA_screen_surface.Brian Paul
2005-03-04Add preliminary EGL headers.Adam Jackson
2005-02-26bring over structs from Xorg glx.h to make Mesa glx.h the one true glx.hDave Airlie
2005-02-26Add GLX_MESA_allocate_memory from Xorg glx.hDave Airlie
2005-02-20add more functionality to miniglx for glitzDave Airlie
2005-02-16fix non-Win32 definition of GLUTAPIENTRY, remove some cruftBrian Paul
2005-02-15add EnableExtension so r200 enables all its extensions, add mesa memoryDave Airlie
2005-02-08Bug #2477: Make GLU/GLw/glut build properly even with -fvisibility=hidden.Adam Jackson
2005-02-08added GL_EXT_framebuffer_object enums/funcs. Remove when glext.h is updatedBrian Paul