2005-01-26 |
Ian Romanick | remove a bunch of temporary #defines, now that glext... |
tree | commitdiff |
2005-01-21 |
Brian Paul | fix glGetString funniness |
tree | commitdiff |
2005-01-20 |
Brian Paul | glext.h version 26 |
tree | commitdiff |
2005-01-16 |
Brian Paul | added a few OpenGL 2.0 tokens (temporary) |
tree | commitdiff |
2005-01-12 |
Brian Paul | temporary prototypes for OpenGL 2.0 |
tree | commitdiff |
2005-01-04 |
Brian Paul | added GLX_NV_float_buffer |
tree | commitdiff |
2005-01-03 |
Brian Paul | DirectFB driver (Claudio Ciccani) |
tree | commitdiff |
2004-12-17 |
Brian Paul | VMS update |
tree | commitdiff |
2004-12-15 |
Daniel Borca | added DMesaProc type to prevent gcc 3.4.3 warnings |
tree | commitdiff |
2004-12-14 |
Alan Hourihane | uint*t -> u_int*t changes |
tree | commitdiff |
2004-12-08 |
Alan Hourihane | Check for some header defines before redefining functio... |
tree | commitdiff |
2004-11-29 |
Brian Paul | no need to include stddef.h anymore |
tree | commitdiff |
2004-11-27 |
Brian Paul | Have OSMesaGetProcAddress() return new OSMESAproc typedef. |
tree | commitdiff |
2004-11-27 |
Brian Paul | typedef GLUTproc, return it from glutGetProcAddress() |
tree | commitdiff |
2004-11-25 |
Brian Paul | minor APIENTRY clean-ups |
tree | commitdiff |
2004-11-08 |
Brian Paul | Remove need for defining _MSC_VER when building Mesa... |
tree | commitdiff |
2004-10-25 |
Adam Jackson | Import sarea.h from Xorg, needed for client GLX code. |
tree | commitdiff |
2004-10-16 |
Ian Romanick | Add support for OES_read_format. As soon as glext... |
tree | commitdiff |
2004-10-12 |
Daniel Borca | bump version numbers to their real values |
tree | commitdiff |
2004-10-02 |
Brian Paul | remove unused413 stuff, glDrawBuffersARB uses that... |
tree | commitdiff |
2004-09-27 |
Brian Paul | version bump |
tree | commitdiff |
2004-09-27 |
Brian Paul | change include of glx_mangle.h to match other headers |
tree | commitdiff |
2004-09-09 |
Brian Paul | Another attempt at fixing name mangling and gl__unused4... |
tree | commitdiff |
2004-08-25 |
Brian Paul | Silence gcc 3.4 warnings on ReactOS. Mostly unused... |
tree | commitdiff |
2004-08-16 |
Philippe Houdoin | Stupid me. I don't know why I moved the GLView.h here... |
tree | commitdiff |
2004-07-28 |
Brian Paul | version 6 from oss.sgi.com |
tree | commitdiff |
2004-07-28 |
Brian Paul | version 24 from oss.sgi.com |
tree | commitdiff |
2004-06-26 |
Jon Smirl | Mesa-solo builds with these changes. There are still... |
tree | commitdiff |
2004-06-23 |
Brian Paul | updated to version 23 |
tree | commitdiff |
2004-06-22 |
Brian Paul | Alexander Gottwald's patch for cygwin |
tree | commitdiff |
2004-06-06 |
Ian Romanick | Remove the rest of the need for glxclient.h and remove... |
tree | commitdiff |
2004-06-03 |
Jon Smirl | kill __driRegisterExtensions(), none of the functions... |
tree | commitdiff |
2004-06-02 |
Ian Romanick | Replace Bool with GLboolean. |
tree | commitdiff |
2004-06-02 |
Ian Romanick | XF86DRIDestroyContext, XF86DRICreateDrawable, and |
tree | commitdiff |
2004-06-01 |
Ian Romanick | Convert 'Display *' to '__DRInativeDisplay *'. Only... |
tree | commitdiff |
2004-06-01 |
Ian Romanick | Replace all occurances of XF86DRIClipRect (and related... |
tree | commitdiff |
2004-05-21 |
Brian Paul | remove duplicate GLX_DRAWABLE_TYPE token, sorted tokens... |
tree | commitdiff |
2004-04-29 |
Keith Whitwell | Allow *_dri.so to build in Mesa tree with the 'linux... |
tree | commitdiff |
2004-04-23 |
Brian Paul | move #define for GL_DOUBLE, to put enums in right order |
tree | commitdiff |
2004-04-15 |
Ian Romanick | Correct the comments about when the bindContext3 /... |
tree | commitdiff |
2004-04-09 |
Brian Paul | added extern "C" for C++ (bug 930933) |
tree | commitdiff |
2004-03-24 |
Brian Paul | rename class to c_class if using C++ (bug 922294) |
tree | commitdiff |
2004-03-22 |
Brian Paul | new DRI interface header |
tree | commitdiff |
2004-03-04 |
Brian Paul | remove some unneeded macros |
tree | commitdiff |
2004-02-24 |
Brian Paul | upgraded to version 22 |
tree | commitdiff |
2004-02-19 |
Ian Romanick | Refactored several variables out of XMesaVisual in... |
tree | commitdiff |
2004-02-10 |
Daniel Borca | fixed back fxMesaGetCurrentContext to match MakeCurrent |
tree | commitdiff |
2004-02-07 |
Daniel Borca | added NUL driver for DMesa |
tree | commitdiff |
2004-02-06 |
Brian Paul | added GLU_INCOMPATIBLE_GL_VERSION |
tree | commitdiff |
2004-02-05 |
Brian Paul | update function mangling and add comment about it to... |
tree | commitdiff |
2004-01-27 |
Ian Romanick | Missed this commit as part of the addition of |
tree | commitdiff |
2004-01-23 |
Daniel Borca | accomodated new driver_func initialization |
tree | commitdiff |
2004-01-13 |
Brian Paul | remove stuff that's now in glext.h |
tree | commitdiff |
2004-01-13 |
Brian Paul | updated to version 21 with OpenGL 1.5 support |
tree | commitdiff |
2004-01-09 |
Brian Paul | regenerated to support new 1.5 functions, etc. |
tree | commitdiff |
2003-12-19 |
Daniel Borca | DMesa: removed MGA2064W driver |
tree | commitdiff |
2003-12-12 |
Alan Hourihane | fix for C++ |
tree | commitdiff |
2003-12-11 |
Brian Paul | replace gl/mesa_wgl.h with GL/mesa_wgl.h (Simon Goodall) |
tree | commitdiff |
2003-12-11 |
Keith Whitwell | Quash annoying compiler warning |
tree | commitdiff |
2003-12-11 |
Keith Whitwell | Remove dead file glcore-new.h |
tree | commitdiff |
2003-12-08 |
Alan Hourihane | reverse Keith's 'XFree86Server' glue. |
tree | commitdiff |
2003-12-08 |
Keith Whitwell | Can't include <stddef.h> when building XFree86 server... |
tree | commitdiff |
2003-12-06 |
Brian Paul | glFBDev driver from embedded-2 branch. |
tree | commitdiff |
2003-12-06 |
Brian Paul | basic API work for FBConfigs & Pbuffers |
tree | commitdiff |
2003-12-06 |
Brian Paul | s/APIENTRY/GLAPIENTRY/ for 1.5 functions |
tree | commitdiff |
2003-12-04 |
Alan Hourihane | check if GLAPIENTRYP is already set |
tree | commitdiff |
2003-12-04 |
Alan Hourihane | #define GLAPIENTRYP GLAPIENTRY * |
tree | commitdiff |
2003-12-04 |
Alan Hourihane | bring over glcore.h changes from DRI trunk |
tree | commitdiff |
2003-11-23 |
Brian Paul | include malloc.h to get ptrdiff_t for vertex buffer... |
tree | commitdiff |
2003-11-22 |
Brian Paul | added OpenGL 1.5 tokens and functions not yet put into... |
tree | commitdiff |
2003-10-27 |
Brian Paul | minor fix to glutSetColor prototype (Evgeny Kotsuba) |
tree | commitdiff |
2003-10-21 |
Daniel Borca | documentation update; also new makefiles for Win32... |
tree | commitdiff |
2003-10-20 |
Karl Schultz | Define GLAPIENTRYP properly so that GLU compiles on... |
tree | commitdiff |
2003-10-16 |
Brian Paul | added GL_ARB_point_sprite tokens |
tree | commitdiff |
2003-10-16 |
Jon Smirl | Minor changes to make linux-solo build again |
tree | commitdiff |
2003-10-14 |
Kendall Bennett | Updates to SGI GLU code to get it to compile clean... |
tree | commitdiff |
2003-10-10 |
Karl Schultz | Add missing entry points. (Warren Cashen) |
tree | commitdiff |
2003-10-02 |
Brian Paul | updates from Daniel Borca |
tree | commitdiff |
2003-09-30 |
Kendall Bennett | Updates required for building the SciTech SNAP version... |
tree | commitdiff |
2003-09-23 |
Brian Paul | new enum values for GL_MESA_program_debug |
tree | commitdiff |
2003-09-02 |
Ian Romanick | Added support for EXT_texture_mirror_clamp and the... |
tree | commitdiff |
2003-08-28 |
Brian Paul | Updates from Daniel Borca |
tree | commitdiff |
2003-08-28 |
Brian Paul | remove a bunch of the extension definitions from the... |
tree | commitdiff |
2003-08-24 |
Brian Paul | fix PFNGLMULTIMODEDRAWARRAYSIBMPROC |
tree | commitdiff |
2003-08-24 |
Jon Smirl | Fix compile problems with `glMultiModeDrawArraysIBM' |
tree | commitdiff |
2003-08-23 |
Jon Smirl | Add file miniglx.h |
tree | commitdiff |
2003-08-19 |
Brian Paul | DOS and glide driver updates from Daniel Borca |
tree | commitdiff |
2003-08-19 |
Brian Paul | Fix glPixelMap: s/GLint/GLsizei/ |
tree | commitdiff |
2003-07-21 |
Brian Paul | tokens, functions for GL_MESA_program_debug |
tree | commitdiff |
2003-07-17 |
Brian Paul | more DOS updates from Daniel Borca |
tree | commitdiff |
2003-06-16 |
Brian Paul | DOS updates for new tree (Daniel Borca) |
tree | commitdiff |
2003-06-13 |
Brian Paul | Implemented GL_ARB_occlusion_query (not 100% finalized). |
tree | commitdiff |
2003-06-05 |
Ian Romanick | Removed all RCS / CVS tags (Id, Header, Date, etc.... |
tree | commitdiff |
2003-05-10 |
Brian Paul | updated with new glext.h stuff |
tree | commitdiff |
2003-05-10 |
Brian Paul | version 18 of glext.h |
tree | commitdiff |
2003-05-10 |
Brian Paul | remove temporary stuff |
tree | commitdiff |
2003-04-29 |
Brian Paul | updated for glIsBufferARB |
tree | commitdiff |
2003-04-28 |
Brian Paul | fix glIsBufferARB() prototype |
tree | commitdiff |
2003-04-23 |
Brian Paul | updated with newest functions |
tree | commitdiff |
2003-04-23 |
Brian Paul | fix function prototypes for manging (Bill Hoffman) |
tree | commitdiff |
next |