summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* DMesa now uses OSMesa as a back-end.Daniel Borca2006-03-311-6/+6
* bump version/dateBrian Paul2006-03-312-3/+3
* Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul2006-03-311-0/+8
* XMesaDrawLine macro, not currently usedBrian Paul2006-03-302-0/+13
* Fixes from BrianKarl Schultz2006-03-301-4/+3
* fix some PFNGL* typedefsBrian Paul2006-03-261-5/+5
* Add prototypes for GLX_MESA_swap_frame_usage, GLX_MESA_swap_control, andBrian Paul2006-03-091-0/+54
* GL_EXT_framebuffer_blit tokens/functionsBrian Paul2006-03-011-0/+22
* include inttypes.h if __osf__ defined (Randall Hand)Brian Paul2006-02-231-1/+1
* EGL 1.2 tokens/functions/etc.Brian Paul2006-02-051-2/+50
* WGL_ARB_extensions_string extensionBrian Paul2006-01-251-0/+9
* regenerate to pick up glGetQueryObject[u]i64vEXT funcsBrian Paul2005-12-141-0/+2
* rename eglShowSurfaceMESA, add EGL_SCREEN_POSITION_GRANULARITY_MESABrian Paul2005-12-101-9/+11
* bump version numberBrian Paul2005-12-081-2/+2
* remove stray _ from GL[u]int64_EXTBrian Paul2005-12-081-2/+2
* handle 64-bit types for Windows.Karl Schultz2005-12-081-0/+3
* Updates for GL_EXT_timer_query:Brian Paul2005-12-071-0/+18
* assorted fixes for server-side direct rendering (bug 5199)Brian Paul2005-11-291-1/+0
* Added OSMesaColorClamp(), bug 4917Brian Paul2005-11-121-2/+11
* remove a bunch of extension stuff that's in glxext.hBrian Paul2005-11-081-147/+5
* added GL_EXT_packed_depth_stencilBrian Paul2005-09-281-0/+10
* Silence some warnings.Brian Paul2005-09-111-3/+3
* Add support for memory contexts (Thomas Kaltofen). Cleanup compilation warni...Karl Schultz2005-09-051-2/+2
* added GL_EXT_timer_query tokenBrian Paul2005-09-021-0/+9
* include stdint.h if WIN32 and GNUC (Colin Harrison). Patch forwarded to SGI.Brian Paul2005-08-151-0/+2
* Remove '#if 0' block that was accidentally left in.Ian Romanick2005-07-281-6/+0
* Major rip-up of internal function insertion interface. The oldIan Romanick2005-07-281-3/+3
* Fix SPARC assembly for 64-bitIan Romanick2005-07-281-1/+10
* No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE.Ian Romanick2005-07-261-23/+4
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-48/+112
* Gut a few more dead bits. Replace uses of the CreateNewScreenFunc typedefIan Romanick2005-07-241-8/+1
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-73/+4
* updated to version 29Brian Paul2005-06-211-3/+2
* regeneratedBrian Paul2005-06-081-0/+2
* put full prototype on one line to fix gl_mangle.h generation (Dave Reveman)Brian Paul2005-06-081-6/+2
* remove stray lineBrian Paul2005-06-081-1/+0
* regenerate for latest glext.hBrian Paul2005-06-081-0/+19
* remove temporary GL_EXT_framebuffer_object infoBrian Paul2005-05-311-118/+1
* updated to version 28Brian Paul2005-05-311-2/+109
* remove eglQueryDisplayMESA()Brian Paul2005-05-171-1/+0
* EGL_MESA_copy_context stuffBrian Paul2005-05-161-3/+4
* Add empty placeholder for eglCopyContextMESAJon Smirl2005-05-141-0/+1
* Fix compiler warning about missing parameter listJon Smirl2005-05-141-1/+1
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-131-1/+3
* The "P" suffix on APIENTRY and GLAPIENTRY is to be used for pointers toKarl Schultz2005-05-111-2/+2
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-1/+4
* EGLScreenMESA updatesBrian Paul2005-05-042-8/+8
* types for Mesa implementation of EGLBrian Paul2005-04-221-39/+35
* prototype EGL_MESA_screen_surface.Brian Paul2005-04-221-0/+40
* Add preliminary EGL headers.Adam Jackson2005-03-042-0/+280