summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* get rid of meaningless XFree86LOADER test (bug 9144)Brian Paul2006-11-271-3/+0
|
* regenerate from gl.hBrian Paul2006-11-161-10/+8
|
* remove obsolete GL_MESA_trace stuffBrian Paul2006-11-161-31/+0
|
* added 1.3/1.4 function manglingBrian Paul2006-11-031-16/+42
|
* return void instead of GLvoid for glClearDebugLogMESA(), glGetDebugLogMESA()Brian Paul2006-10-091-2/+2
|
* added #ifdef tests for Windows for int64_t, uint64_tBrian Paul2006-09-161-0/+4
|
* OpenVMS compile support updateJouk Jansen2006-09-041-210/+553
| | | | | | | (previous commit did send the wrong file to the CVS) Modified Files: Mesa/include/GL/vms_x_fix.h
* OpenVMS compile support updateJouk Jansen2006-09-041-0/+1
| | | | | Modified Files: Mesa/include/GL/vms_x_fix.h
* remove extension defines/protos that are now in glext.hBrian Paul2006-08-301-101/+0
|
* latest version from OpenGL ARBBrian Paul2006-08-302-16/+243
|
* Add support for GL_EXT_gpu_program_parameters. Any driver that enablesIan Romanick2006-08-152-0/+20
| | | | | either GL_ARB_vertex_program or GL_ARB_fragment_program should enable this extension as well.
* s/GLvoid/void/ to fix gcc 4.2 issue (bug 7875)Brian Paul2006-08-151-1/+1
|
* Fix white-space problem in the prototype for glBlitFramebufferEXT thatIan Romanick2006-08-122-2/+2
| | | | prevented gl_mangle.h from picking it up.
* Convert comment header for __GLcontextModesRec to Doxygen style.Ian Romanick2006-08-111-6/+12
|
* Added initial multisampling support to glfbdev driver.Sean D'Epagnier2006-08-101-0/+1
| | | | | | | | | Fully implemented glutGameMode, and added vidresize stubs to make Added support for glutReshapeDisplay to change video mode but not lose current mesa context. implementation glut 5 complient. Fixed many minor bugs Updated docs
* remove stray text from previous check-inBrian Paul2006-08-071-1/+0
|
* added GL_EXT_texture_sRGBBrian Paul2006-08-031-0/+43
|
* Move GL_MESA_shader_debug from glext.h to gl.h.Michal Krol2006-08-011-0/+5
|
* reorder a few token definitionsBrian Paul2006-06-201-16/+16
|
* remove const qualifier from glGenVertexArraysAPPLE() parameterBrian Paul2006-06-121-2/+2
|
* updated GLX_EXT_texture_from_pixmap tokens (Dave Reveman)Brian Paul2006-05-051-1/+38
|
* Update to final EXT_tfp tokensDavid Reveman2006-05-021-5/+5
|
* Update function signatures for EXT_tfp entrypoints.Adam Jackson2006-05-011-2/+2
|
* FBConfig support for EXT_tfpDavid Reveman2006-04-111-0/+18
|
* Add attrib_list to glXBindTexImageEXTDavid Reveman2006-04-111-1/+1
|
* 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
| | | | | GLX_EXT_texture_from_pixmap to silence warnings while compiling glxcmds.c XXX: Need to add the new tokens for GLX_EXT_texture_from_pixmap!!!
* 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
| | | | | New GLint64EXT and GLuint64EXT types (use C99's long long types). New glGetQueryObject[u]i64vEXT() functions.
* 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 ↵Karl Schultz2005-09-051-2/+2
| | | | warnings.
* 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
|