summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2004-10-16Add support for OES_read_format. As soon as glext.h is updated with theIan Romanick1-0/+11
2004-10-12bump version numbers to their real valuesDaniel Borca3-5/+5
2004-10-02remove unused413 stuff, glDrawBuffersARB uses that slot nowBrian Paul1-1/+0
2004-09-27version bumpBrian Paul1-1/+1
2004-09-27change include of glx_mangle.h to match other headersBrian Paul1-3/+3
2004-09-09Another attempt at fixing name mangling and gl__unused413().Brian Paul1-0/+1
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul1-9/+11
2004-08-16Stupid me. I don't know why I moved the GLView.h here at first, but now I kno...Philippe Houdoin1-0/+192
2004-07-28version 6 from oss.sgi.comBrian Paul1-12/+86
2004-07-28version 24 from oss.sgi.comBrian Paul1-4/+55
2004-06-26Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl2-7/+10
2004-06-23updated to version 23Brian Paul1-3/+63
2004-06-22Alexander Gottwald's patch for cygwinBrian Paul1-0/+3
2004-06-06Remove the rest of the need for glxclient.h and remove it from the tree.Ian Romanick1-0/+27
2004-06-03kill __driRegisterExtensions(), none of the functions did anythingJon Smirl1-3/+0
2004-06-02Replace Bool with GLboolean.Ian Romanick1-8/+8
2004-06-02XF86DRIDestroyContext, XF86DRICreateDrawable, andIan Romanick1-7/+12
2004-06-01Convert 'Display *' to '__DRInativeDisplay *'. Only portions of theIan Romanick1-23/+26
2004-06-01Replace all occurances of XF86DRIClipRect (and related typedefs) withIan Romanick1-7/+7
2004-05-21remove duplicate GLX_DRAWABLE_TYPE token, sorted tokens by enum valueBrian Paul1-22/+21
2004-04-29Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell1-0/+5
2004-04-23move #define for GL_DOUBLE, to put enums in right orderBrian Paul1-1/+1
2004-04-15Correct the comments about when the bindContext3 / unbindContext3Ian Romanick1-2/+2
2004-04-09added extern "C" for C++ (bug 930933)Brian Paul1-4/+12
2004-03-24rename class to c_class if using C++ (bug 922294)Brian Paul1-2/+6
2004-03-22new DRI interface headerBrian Paul1-0/+499
2004-03-04remove some unneeded macrosBrian Paul2-43/+9
2004-02-24upgraded to version 22Brian Paul1-4/+11
2004-02-19Refactored several variables out of XMesaVisual in favor of identicalIan Romanick2-15/+9
2004-02-10fixed back fxMesaGetCurrentContext to match MakeCurrentDaniel Borca2-2/+7
2004-02-07added NUL driver for DMesaDaniel Borca1-0/+1
2004-02-06added GLU_INCOMPATIBLE_GL_VERSIONBrian Paul1-0/+1
2004-02-05update function mangling and add comment about it to gl.hBrian Paul2-1/+52
2004-01-27Missed this commit as part of the addition ofIan Romanick1-0/+11
2004-01-23accomodated new driver_func initializationDaniel Borca1-5/+10
2004-01-13remove stuff that's now in glext.hBrian Paul1-204/+2
2004-01-13updated to version 21 with OpenGL 1.5 supportBrian Paul1-14/+381
2004-01-09regenerated to support new 1.5 functions, etc.Brian Paul1-0/+27
2003-12-19DMesa: removed MGA2064W driverDaniel Borca2-4/+3
2003-12-12fix for C++Alan Hourihane1-0/+8
2003-12-11replace gl/mesa_wgl.h with GL/mesa_wgl.h (Simon Goodall)Brian Paul1-1/+1
2003-12-11Quash annoying compiler warningKeith Whitwell1-1/+1
2003-12-11Remove dead file glcore-new.hKeith Whitwell1-424/+0
2003-12-08reverse Keith's 'XFree86Server' glue.Alan Hourihane2-8/+0
2003-12-08Can't include <stddef.h> when building XFree86 server - defineKeith Whitwell2-0/+8
2003-12-06glFBDev driver from embedded-2 branch.Brian Paul1-0/+145
2003-12-06basic API work for FBConfigs & PbuffersBrian Paul1-2/+40
2003-12-06s/APIENTRY/GLAPIENTRY/ for 1.5 functionsBrian Paul1-12/+12
2003-12-04check if GLAPIENTRYP is already setAlan Hourihane1-0/+3
2003-12-04#define GLAPIENTRYP GLAPIENTRY *Alan Hourihane1-0/+1