332 コミット (d09209f5530e8bba78e4e0ec62b2027c588cc8f3)

作成者 SHA1 メッセージ 日付
  Brian Paul 788ff5b5c7 remove unused413 stuff, glDrawBuffersARB uses that slot now 21年前
  Brian Paul be91a0be58 version bump 21年前
  Brian Paul 4f1e3709de change include of glx_mangle.h to match other headers 21年前
  Brian Paul d86d1483ac Another attempt at fixing name mangling and gl__unused413(). 21年前
  Brian Paul a6c423d956 Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 1015696) 21年前
  Philippe Houdoin ac07d89fd3 Stupid me. I don't know why I moved the GLView.h here at first, but now I know why 21年前
  Brian Paul 6ade8a36b6 version 6 from oss.sgi.com 21年前
  Brian Paul 196fb036d6 version 24 from oss.sgi.com 21年前
  Jon Smirl c2bffec91a Mesa-solo builds with these changes. There are still more fixups needed to 21年前
  Brian Paul e4fbcd0fca updated to version 23 21年前
  Brian Paul 6b869d4fe1 Alexander Gottwald's patch for cygwin 21年前
  Ian Romanick e1a7f31c2b Remove the rest of the need for glxclient.h and remove it from the tree. 21年前
  Jon Smirl ba3d643c49 kill __driRegisterExtensions(), none of the functions did anything 21年前
  Ian Romanick 749e842953 Replace Bool with GLboolean. 21年前
  Ian Romanick 318aa84099 XF86DRIDestroyContext, XF86DRICreateDrawable, and 21年前
  Ian Romanick 60b0e12830 Convert 'Display *' to '__DRInativeDisplay *'. Only portions of the 21年前
  Ian Romanick fabe2b9ba3 Replace all occurances of XF86DRIClipRect (and related typedefs) with 21年前
  Brian Paul 27eb8fa35a remove duplicate GLX_DRAWABLE_TYPE token, sorted tokens by enum value 21年前
  Keith Whitwell 74d563cdfb Allow *_dri.so to build in Mesa tree with the 'linux-dri' target. 21年前
  Brian Paul 199972cef0 move #define for GL_DOUBLE, to put enums in right order 21年前
  Ian Romanick ab37fddbfd Correct the comments about when the bindContext3 / unbindContext3 21年前
  Brian Paul 5eb921382f added extern "C" for C++ (bug 930933) 21年前
  Brian Paul fda7215db3 rename class to c_class if using C++ (bug 922294) 21年前
  Brian Paul 192c988c73 new DRI interface header 21年前
  Brian Paul ff6031c209 remove some unneeded macros 21年前
  Brian Paul 0adce8f7c7 upgraded to version 22 21年前
  Ian Romanick 304d3aa9cb Refactored several variables out of XMesaVisual in favor of identical 21年前
  Daniel Borca 22633805fa fixed back fxMesaGetCurrentContext to match MakeCurrent 21年前
  Daniel Borca d039b43e30 added NUL driver for DMesa 21年前
  Brian Paul 1f3d9eedad added GLU_INCOMPATIBLE_GL_VERSION 21年前
  Brian Paul c2f739169e update function mangling and add comment about it to gl.h 21年前
  Ian Romanick 74cf25b081 Missed this commit as part of the addition of 21年前
  Daniel Borca 3d06dc7581 accomodated new driver_func initialization 21年前
  Brian Paul cdde03efe2 remove stuff that's now in glext.h 21年前
  Brian Paul c661cccf37 updated to version 21 with OpenGL 1.5 support 21年前
  Brian Paul cf75101bba regenerated to support new 1.5 functions, etc. 21年前
  Daniel Borca e9e98405e7 DMesa: removed MGA2064W driver 22年前
  Alan Hourihane 3b81ccd826 fix for C++ 22年前
  Brian Paul c3fb2558f0 replace gl/mesa_wgl.h with GL/mesa_wgl.h (Simon Goodall) 22年前
  Keith Whitwell e0ee87422b Quash annoying compiler warning 22年前
  Keith Whitwell a9fc4b1b1c Remove dead file glcore-new.h 22年前
  Alan Hourihane 18343db1d8 reverse Keith's 'XFree86Server' glue. 22年前
  Keith Whitwell 3abad78e26 Can't include <stddef.h> when building XFree86 server - define 22年前
  Brian Paul a763123b35 glFBDev driver from embedded-2 branch. 22年前
  Brian Paul fde2b9750e basic API work for FBConfigs & Pbuffers 22年前
  Brian Paul 78c5841364 s/APIENTRY/GLAPIENTRY/ for 1.5 functions 22年前
  Alan Hourihane faf4059aa8 check if GLAPIENTRYP is already set 22年前
  Alan Hourihane f82c775fff #define GLAPIENTRYP GLAPIENTRY * 22年前
  Alan Hourihane 3eb58b4c1e bring over glcore.h changes from DRI trunk 22年前
  Brian Paul 91b6a4aa90 include malloc.h to get ptrdiff_t for vertex buffer object's GLintptr 22年前