mesa/include/GL/internal
Kristian Høgsberg 5987a03f99 Convert all DRI entrypoints to take pointers to __DRI* types.
The entrypoints take a mix of __DRIscreen * and void * (screen private)
arguments (similarly for contexts and drawables).  This patch does away
with passing the private void pointer and always only passes the fully
typed __DRIscreen pointer and always as the first argument.

This makes the interface more consistent and increases type safety, and
catches a bug where we would pass a screen private to DRIdrawable::getSBC.
2007-10-10 18:00:18 -04:00
..
dri_interface.h Convert all DRI entrypoints to take pointers to __DRI* types. 2007-10-10 18:00:18 -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