Files
mesa/include/GL
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
..
2005-01-03 15:35:00 +00:00
2006-03-31 20:53:12 +00:00
2007-06-29 07:53:11 -06:00
2007-07-27 11:19:35 -06:00
2007-07-27 11:19:35 -06:00
2006-11-03 18:29:39 +00:00
2007-04-22 15:32:10 -06:00
2007-07-27 11:19:35 -06:00
2005-12-08 14:51:36 +00:00
2001-09-23 16:06:13 +00:00
2006-09-04 06:26:08 +00:00
2006-03-30 07:53:15 +00:00