mesa/include/GL/internal
Kristian Høgsberg aceccda56b Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.
Many DRI entry points took a __DRInativeDisplay pointer and a screen
index as arguments.  The only use for the native display pointer was to
pass it back to the loader when looking up the __DRIscreen for the given
screen index.

Instead, let's just pass in the __DRIscreen pointer directly, which
let's drop the __DRInativeDisplay type and the getScreen function.

The assumption is now that the loader will be able to retrieve context
from the __DRIscreen pointer when necessary.
2007-10-10 15:32:15 -04:00
..
dri_interface.h Drop __DRInativeDisplay and pass in __DRIscreen pointers instead. 2007-10-10 15:32:15 -04:00
glcore.h Remove SI imports/exports remnants. 2007-04-05 19:01:51 +03:00
sarea.h Import sarea.h from Xorg, needed for client GLX code. 2004-10-25 20:52:11 +00:00