summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2004-11-27Have OSMesaGetProcAddress() return new OSMESAproc typedef.Brian Paul
2004-11-27typedef GLUTproc, return it from glutGetProcAddress()Brian Paul
2004-11-25minor APIENTRY clean-upsBrian Paul
2004-11-08Remove need for defining _MSC_VER when building Mesa for windows withBrian Paul
a non MS C compiler (MinGW). (Gregor Anich)
2004-10-25Import sarea.h from Xorg, needed for client GLX code.Adam Jackson
2004-10-16Add support for OES_read_format. As soon as glext.h is updated with theIan Romanick
enums for this extension, the changes to gl.h can be removed.
2004-10-12bump version numbers to their real valuesDaniel Borca
2004-10-02remove unused413 stuff, glDrawBuffersARB uses that slot nowBrian Paul
2004-09-27version bumpBrian Paul
2004-09-27change include of glx_mangle.h to match other headersBrian Paul
2004-09-09Another attempt at fixing name mangling and gl__unused413().Brian Paul
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵Brian Paul
1015696)
2004-08-16Stupid me. I don't know why I moved the GLView.h here at first, but now I ↵Philippe Houdoin
know why I shouldn't: Official BeOS GLView.h defines a virtual ErrorCallback(GLenum) method, assuming a unsigned long GLenum. But under Mesa, GLenum is unsigned int. To keep binary compatibility, BeOS apps including Mesa GL/gl.h MUST include *our* GLView.h, or linker will report a missing ErrorCallback(unsigned int) symbol. Glup.
2004-07-28version 6 from oss.sgi.comBrian Paul
2004-07-28version 24 from oss.sgi.comBrian Paul
2004-06-26Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl
get individual drivers working again. This converts miniglx to the new dri interface. Thanks to Erdi Chen for the new interface code.
2004-06-23updated to version 23Brian Paul
2004-06-22Alexander Gottwald's patch for cygwinBrian Paul
2004-06-06Remove the rest of the need for glxclient.h and remove it from the tree.Ian Romanick
2004-06-03kill __driRegisterExtensions(), none of the functions did anythingJon Smirl
2004-06-02Replace Bool with GLboolean.Ian Romanick
2004-06-02XF86DRIDestroyContext, XF86DRICreateDrawable, andIan Romanick
XF86DRIDestroyDrawable are all called directly from DRI drivers using the new interface. Therefore, prototypes, using available datatypes, must be available in dri_interface.h. Since the prototypes are available there, xf86dri.h is no longer needed for DRI_NEW_INTERFACE_ONLY builds.
2004-06-01Convert 'Display *' to '__DRInativeDisplay *'. Only portions of theIan Romanick
interface that are not *strictly* part of the old interface were changed. Replace GetDrawableInfo type (dri_util.h) with PFNGLXGETDRAWABLEINFOPROC (dri_interface.h). Wrap __driCreateScreen (in drivers that use the new interface) with '#ifndef DRI_NEW_INTERFACE_ONLY'.
2004-06-01Replace all occurances of XF86DRIClipRect (and related typedefs) withIan Romanick
drm_clip_rect_t.
2004-05-21remove duplicate GLX_DRAWABLE_TYPE token, sorted tokens by enum valueBrian Paul
2004-04-29Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell
2004-04-23move #define for GL_DOUBLE, to put enums in right orderBrian Paul
2004-04-15Correct the comments about when the bindContext3 / unbindContext3Ian Romanick
interface was added.
2004-04-09added extern "C" for C++ (bug 930933)Brian Paul
2004-03-24rename class to c_class if using C++ (bug 922294)Brian Paul
2004-03-22new DRI interface headerBrian Paul
2004-03-04remove some unneeded macrosBrian Paul
2004-02-24upgraded to version 22Brian Paul
2004-02-19Refactored several variables out of XMesaVisual in favor of identicalIan Romanick
fields in __GLcontextModes (the base type). Removed the need to keep the XMesaVisualInfo pointer when building inside the X-server.
2004-02-10fixed back fxMesaGetCurrentContext to match MakeCurrentDaniel Borca
2004-02-07added NUL driver for DMesaDaniel Borca
2004-02-06added GLU_INCOMPATIBLE_GL_VERSIONBrian Paul
2004-02-05update function mangling and add comment about it to gl.hBrian Paul
2004-01-27Missed this commit as part of the addition ofIan Romanick
GL_EXT_blend_equation_separate / GL_ATI_blend_equation_separate.
2004-01-23accomodated new driver_func initializationDaniel Borca
added DMesaGetProcAddress some other minor fixes updated documentation
2004-01-13remove stuff that's now in glext.hBrian Paul
2004-01-13updated to version 21 with OpenGL 1.5 supportBrian Paul
2004-01-09regenerated to support new 1.5 functions, etc.Brian Paul
2003-12-19DMesa: removed MGA2064W driverDaniel Borca
DMesa: added capability to query visuals fxMesa: WGL_3DFX_gamma_control fxMesa: minor fixes to interface (fxQueryHardware vs fxMesaSelect...)
2003-12-12fix for C++Alan Hourihane
2003-12-11replace gl/mesa_wgl.h with GL/mesa_wgl.h (Simon Goodall)Brian Paul
2003-12-11Quash annoying compiler warningKeith Whitwell
2003-12-11Remove dead file glcore-new.hKeith Whitwell
2003-12-08reverse Keith's 'XFree86Server' glue.Alan Hourihane
2003-12-08Can't include <stddef.h> when building XFree86 server - defineKeith Whitwell
ptrdiff_t to int instead