summaryrefslogtreecommitdiff
path: root/include/GL/internal
AgeCommit message (Expand)Author
2005-11-29assorted fixes for server-side direct rendering (bug 5199)Brian Paul
2005-07-28Remove '#if 0' block that was accidentally left in.Ian Romanick
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-07-26No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE.Ian Romanick
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick
2005-07-24Gut a few more dead bits. Replace uses of the CreateNewScreenFunc typedefIan Romanick
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick
2004-12-08Check for some header defines before redefining functions. Silences warnings.Alan Hourihane
2004-10-25Import sarea.h from Xorg, needed for client GLX code.Adam Jackson
2004-06-26Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl
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
2004-06-01Convert 'Display *' to '__DRInativeDisplay *'. Only portions of theIan Romanick
2004-06-01Replace all occurances of XF86DRIClipRect (and related typedefs) withIan Romanick
2004-04-29Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell
2004-04-15Correct the comments about when the bindContext3 / unbindContext3Ian Romanick
2004-03-22new DRI interface headerBrian Paul
2003-12-12fix for C++Alan Hourihane
2003-12-11Remove dead file glcore-new.hKeith Whitwell
2003-12-04bring over glcore.h changes from DRI trunkAlan Hourihane
2002-10-14disable wsPriv field in __GLdrawablePrivateRec to match XFree86/DRIBrian Paul
2002-10-09disable wscx field in __GLimportsRec to be consistant with XFree86Brian Paul
2001-04-29sync with XFree86/DRI glcore.h, now identicalBrian Paul
2001-01-13Resync with new XFree version of this fileKeith Whitwell
2001-01-08Moved glcore.h to a location prefixed by 'GL/internal', for compatibilityKeith Whitwell