Files
mesa/include/GL
Kristian Høgsberg 4ff95e78e1 Drop createDrawable and destroyDrawable fron DRIinterfaceMethods.
All the DRI driver did was call the createDrawable callback immediately
upon entry to DRIscreen::createNewDrawable to get the drm_drawable_t.
We can just call that before calling into the DRI driver and pass the
returned drm_drawable_t as an argument to the DRI entry point.

Likewise for destroyDrawable.

Also, DRIdrawablePrivate::draw isn't used anywhere, and since the
driver no longer needs the XID of the drawable we can now drop that.
2007-10-10 17:07:26 -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