summaryrefslogtreecommitdiff
path: root/include/GL/internal/dri_interface.h
AgeCommit message (Expand)AuthorFilesLines
2005-07-28Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick1-3/+3
2005-07-26No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE.Ian Romanick1-23/+4
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick1-48/+112
2005-07-24Gut a few more dead bits. Replace uses of the CreateNewScreenFunc typedefIan Romanick1-8/+1
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick1-73/+4
2004-12-08Check for some header defines before redefining functions. Silences warnings.Alan Hourihane1-0/+3
2004-06-26Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl1-5/+8
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-04-29Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell1-0/+5
2004-04-15Correct the comments about when the bindContext3 / unbindContext3Ian Romanick1-2/+2
2004-03-22new DRI interface headerBrian Paul1-0/+499