summaryrefslogtreecommitdiff
path: root/include/GL/internal/dri_interface.h
AgeCommit message (Expand)Author
2007-10-10Stop passing in unused fbconfigs to createNewScreen.Kristian Høgsberg
2007-10-10Convert all DRI entrypoints to take pointers to __DRI* types.Kristian Høgsberg
2007-10-10Remove screenConfigs from __DRIscreen.Kristian Høgsberg
2007-10-10Drop mostly unused __DRIid typedef.Kristian Høgsberg
2007-10-10Drop createContext and destroyContext from DRIinterfaceMethods.Kristian Høgsberg
2007-10-10Drop createDrawable and destroyDrawable fron DRIinterfaceMethods.Kristian Høgsberg
2007-10-10Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg
2007-10-05Add macros to generate CreateNewScreen entrypoint.Kristian Høgsberg
2007-10-05Remove XIDs from DRI interface (see #5714).Kristian Høgsberg
2007-05-22Add interfaces for overriding texture images with driver specific 'offsets'.Michel Dänzer
2007-01-05Add reporting of damage by DRI drivers when the extension support is available.Eric Anholt
2006-03-31Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul
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-06-26Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl
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