summaryrefslogtreecommitdiff
path: root/include/GL/internal
AgeCommit message (Expand)AuthorFilesLines
2007-10-11Add a version field to __DRIextension.Kristian Høgsberg1-0/+23
2007-10-11Move new texOffset extension to the new extension mechanism.Kristian Høgsberg1-12/+17
2007-10-11Convert a left-over private void * to __DRIcontext *.Kristian Høgsberg1-1/+1
2007-10-11Remove now unused getProcAddress from DRIinterfaceMethods.Kristian Høgsberg1-38/+0
2007-10-11Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg1-0/+5
2007-10-11Move media stream counter entry points to new extension.Kristian Høgsberg1-49/+27
2007-10-11Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg1-16/+25
2007-10-11Move GLX_MESA_allocate_memory related functions to new extension mechanism.Kristian Høgsberg1-16/+18
2007-10-10Move swap_interval to new extension mechanism.Kristian Høgsberg1-8/+11
2007-10-10Move the copySubBuffer extension over to the new mechanism.Kristian Høgsberg1-8/+10
2007-10-10Implement new screen extension API.Kristian Høgsberg1-0/+20
2007-10-10Stop passing in unused fbconfigs to createNewScreen.Kristian Høgsberg1-1/+0
2007-10-10Convert all DRI entrypoints to take pointers to __DRI* types.Kristian Høgsberg1-20/+20
2007-10-10Remove screenConfigs from __DRIscreen.Kristian Høgsberg1-11/+2
2007-10-10Drop mostly unused __DRIid typedef.Kristian Høgsberg1-1/+0
2007-10-10Drop createContext and destroyContext from DRIinterfaceMethods.Kristian Høgsberg1-12/+2
2007-10-10Drop createDrawable and destroyDrawable fron DRIinterfaceMethods.Kristian Høgsberg1-13/+3
2007-10-10Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg1-42/+33
2007-10-05Add macros to generate CreateNewScreen entrypoint.Kristian Høgsberg1-1/+19
2007-10-05Remove XIDs from DRI interface (see #5714).Kristian Høgsberg1-38/+17
2007-05-22Add interfaces for overriding texture images with driver specific 'offsets'.Michel Dänzer1-0/+12
2007-04-05Remove SI imports/exports remnants.George Sapountzis1-83/+0
2007-01-26Drop old (pre-AIGLX) GLcore interface.George Sapountzis1-255/+2
2007-01-05Add reporting of damage by DRI drivers when the extension support is available.Eric Anholt1-0/+20
2006-11-27get rid of meaningless XFree86LOADER test (bug 9144)Brian Paul1-3/+0
2006-08-11Convert comment header for __GLcontextModesRec to Doxygen style.Ian Romanick1-6/+12
2006-05-02Update to final EXT_tfp tokensDavid Reveman1-5/+5
2006-04-11FBConfig support for EXT_tfpDavid Reveman1-0/+18
2006-03-31Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul1-0/+8
2005-11-29assorted fixes for server-side direct rendering (bug 5199)Brian Paul1-1/+0
2005-07-28Remove '#if 0' block that was accidentally left in.Ian Romanick1-6/+0
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-10-25Import sarea.h from Xorg, needed for client GLX code.Adam Jackson1-0/+94
2004-06-26Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl1-5/+8
2004-06-06Remove the rest of the need for glxclient.h and remove it from the tree.Ian Romanick1-0/+27
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
2003-12-12fix for C++Alan Hourihane1-0/+8
2003-12-11Remove dead file glcore-new.hKeith Whitwell1-424/+0