mesa/include/GL/internal
Kristian Høgsberg aac367f48a Remove screenConfigs from __DRIscreen.
The screenConfigs field of __DRIscreen points back to the containing
__GLXscreenConfigs struct.  This is a serious abstraction violation; it
assumes that the loader is libGL and that there *is* a __GLXscreenConfigs
type in the loader.

Using the containerOf macro, we can get from the __DRIscreen pointer to
the containing __GLXscreenConfigs struct, at a place in the stack
where the above is a valid assumption.  Besides, the __DRI* structs shouldn't
hold state other than the private pointer.
2007-10-10 18:00:13 -04:00
..
dri_interface.h Remove screenConfigs from __DRIscreen. 2007-10-10 18:00:13 -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