summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove '#if 0' block that was accidentally left in.Ian Romanick2005-07-281-6/+0
|
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | _glapi_add_entrypoint has been replaced by a new routine called _glapi_add_dispatch. This new routine dynamically assignes dispatch offsets to functions added. This allows IHVs to add support for extension functions that do not have assigned dispatch offsets. It also means that a driver has no idea what offset will be assigned to a function. The vast majority of the changes in this commit account for that. An additional table, driDispatchRemapTable, is added. Functions not in the Linux OpenGL ABI (i.e., anything not in GL 1.2 + ARB_multitexture) has a fixed offset in this new table. The entry in this table specifies the offset in of the function in the real dispatch table. The internal interface was also bumped from version 20050725 to 20050727. This has been tested with various programs in progs/demos on: radeon (Radeon Mobility M6) r128 (Rage 128 Pro) mga (G400)
* Fix SPARC assembly for 64-bitIan Romanick2005-07-281-1/+10
| | | | | | | | | | | | | | - The test for whether or not we're building for 64-bit is '#ifdef __arch64__'. This appears to be correct on both Linux and Solaris. - The test for Solaris is now '#if defined(SVR4) || defined(__SVR4) || defined(__svr4__)'. GCC 3.4.0 has all three defined on Solaris 9. - Enables assembly language clip routines. - Fixes to make GLSL code build on Solaris. - Update gl_SPARC_asm.py.
* No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE.Ian Romanick2005-07-261-23/+4
| | | | | A couple other remnants of the old interfaces hit the dust too. Thanks Jon. :)