summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2008-03-25updated to version 40Brian1-3/+14
2008-03-24fix wrong values for GL_READ/DRAW_FRAMEBUFFER_BINDING_EXT tokensBrian1-2/+2
2007-11-20bring over Fortran fixes from masterBrian1-2/+2
2007-08-24Unbreak Linux builds with -fvisibility=hidden.Adam Jackson1-16/+11
2007-08-01Add interfaces for overriding texture images with driver specific 'offsets'.Michel Dänzer1-0/+12
To be used by AIGLX for GLX_EXT_texture_from_pixmap without several additional data copies.
2007-07-27More Mingw32 fixes from Zhang (zxpmyth@yahoo.com.cn)Brian3-9/+2
2007-07-21Fix a number of MINGW32 issues (Zhang <zxpmyth@yahoo.com.cn>)mesa_7_0_1_rc1Brian3-38/+47
2007-06-29regeneratedBrian1-0/+93
2007-06-28a variety of fixes for MingWzhang2-3/+18
2007-05-18set version to 7.0Brian1-2/+2
2007-04-24add missing semicolonMatthias Hopf1-1/+1
2007-04-22import glxext.h version 19Brian1-2/+2
2007-04-13patch for Digital/Tru64 (bug 10635) - forwarded to OpenGL ARB as wellBrian1-1/+1
2007-04-13xmesa: drop unused XMesaPutImageHelper.George Sapountzis1-2/+1
It could only be called from XMesaCopySubBuffer but this function is not used by XFree86. It seems that XMesaPutImageHelper would handle sub-images but never got finished. Proper sub-image helpers should be written if need be.
2007-04-13xmesa: export xmesa functions used by xfree86.George Sapountzis1-0/+15
This uses xmesa.h as the GLcore interface and avoids adding an explicit GLcore inteface which would not be a proper interface anyway. It puts the declarations of the three functions specific for XMesa/XFree86 in xmesa.h, we can push them down to xmesa_xf86.h if hiding behind XFree86Server ifdef's is not enough.
2007-04-05Remove SI imports/exports remnants.George Sapountzis2-87/+0
2007-03-30Clean and update XMesa/XFree86 interface.George Sapountzis1-0/+1
Drop XMesaSetVisualDisplay(), XMesaReset(), no longer used. Add XMesaCopyContext() and move the GlxSetRenderTables() call for XGL within XMesaForceCurrent(). This is to make xserver/GL/mesa/X/xf86glx.c unaware of Mesa internals. Also, clean some ifdef's to make it clear that USE_XSHM and XFree86Server are mutually exclusive. Lastly, - move gcstruct.h from glxheader.h up to xmesa_xf86.h since it calls *gc->ops - drop GL/glxtokens.h from xm_api|dd.c, GLX tokens come from glcore.h and are used irrelevant of XFree86.
2007-02-26updated version with new Khronos license/copyrightBrian2-46/+34
2007-02-20updated to version 18Brian1-3/+70
2007-02-20updated to version 39Brian1-8/+579
2007-01-26Drop old (pre-AIGLX) GLcore interface.George Sapountzis1-255/+2
The old GLcore interface was replaced in Xorg 7.1 with the addition of AIGLX, it is only used by DDX's which are known not to work with the new DIX glx code. --- Bug 9285: misc glcore, xmesa cleanups ACKed by Ian Romanick.
2007-01-05Add reporting of damage by DRI drivers when the extension support is available.Eric Anholt1-0/+20
With this, tools like ximagesrc in gstreamer correctly see updates from GL rendering. Support requires that the Xdamage library be current (but will be disabled if not present) plus a new X Server with support for the new XDamagePost request. libGL now has a new interface version, and also links against libXdamage and libXfixes to support it, but backwards compatibility is retained. Currently, all drivers report damage at SwapBuffers time through common code -- front buffer rendering doesn't result in damage being reported. Also, the damage is against the root window, as our drivers don't yet render to backing store when they should (composited environments).
2006-11-27get rid of meaningless XFree86LOADER test (bug 9144)Brian Paul1-3/+0
2006-11-16regenerate from gl.hBrian Paul1-10/+8
2006-11-16remove obsolete GL_MESA_trace stuffBrian Paul1-31/+0
2006-11-03added 1.3/1.4 function manglingBrian Paul1-16/+42
2006-10-09return void instead of GLvoid for glClearDebugLogMESA(), glGetDebugLogMESA()Brian Paul1-2/+2
2006-09-16added #ifdef tests for Windows for int64_t, uint64_tBrian Paul1-0/+4
2006-09-04 OpenVMS compile support updateJouk Jansen1-210/+553
(previous commit did send the wrong file to the CVS) Modified Files: Mesa/include/GL/vms_x_fix.h
2006-09-04 OpenVMS compile support updateJouk Jansen1-0/+1
Modified Files: Mesa/include/GL/vms_x_fix.h
2006-08-30remove extension defines/protos that are now in glext.hBrian Paul1-101/+0
2006-08-30latest version from OpenGL ARBBrian Paul2-16/+243
2006-08-15Add support for GL_EXT_gpu_program_parameters. Any driver that enablesIan Romanick2-0/+20
either GL_ARB_vertex_program or GL_ARB_fragment_program should enable this extension as well.
2006-08-15s/GLvoid/void/ to fix gcc 4.2 issue (bug 7875)Brian Paul1-1/+1
2006-08-12Fix white-space problem in the prototype for glBlitFramebufferEXT thatIan Romanick2-2/+2
prevented gl_mangle.h from picking it up.
2006-08-11Convert comment header for __GLcontextModesRec to Doxygen style.Ian Romanick1-6/+12
2006-08-10Added initial multisampling support to glfbdev driver.Sean D'Epagnier1-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
2006-08-07remove stray text from previous check-inBrian Paul1-1/+0
2006-08-03added GL_EXT_texture_sRGBBrian Paul1-0/+43
2006-08-01Move GL_MESA_shader_debug from glext.h to gl.h.Michal Krol1-0/+5
2006-06-20reorder a few token definitionsBrian Paul1-16/+16
2006-06-12remove const qualifier from glGenVertexArraysAPPLE() parameterBrian Paul1-2/+2
2006-05-05updated GLX_EXT_texture_from_pixmap tokens (Dave Reveman)Brian Paul1-1/+38
2006-05-02Update to final EXT_tfp tokensDavid Reveman1-5/+5
2006-05-01Update function signatures for EXT_tfp entrypoints.Adam Jackson1-2/+2
2006-04-11FBConfig support for EXT_tfpDavid Reveman1-0/+18
2006-04-11Add attrib_list to glXBindTexImageEXTDavid Reveman1-1/+1
2006-03-31DMesa now uses OSMesa as a back-end.Daniel Borca1-6/+6
2006-03-31bump version/dateBrian Paul2-3/+3
2006-03-31Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul1-0/+8