mesa/include/GL
Kristian Høgsberg e82dd8c6e1 DRI interface changes and DRI2 direct rendering support.
Add DRI2 direct rendering support to libGL and add DRI2 client side
protocol code.  Extend the GLX 1.3 create drawable functions in
glx_pbuffer.c to call into the DRI driver when possible.

Introduce __DRIconfig, opaque struct that represents a DRI driver
configuration.  Get's rid of the open coded __GLcontextModes in the
DRI driver interface and the context modes create and destroy
functions that the loader was requires to provide.  glcore.h is no
longer part of the DRI driver interface.  The DRI config is GL binding
agnostic, that is, not specific to GLX, EGL or other bindings.

The core API is now also an extension, and the driver exports a list
of extensions as the symbol __driDriverExtensions, which the loader
must dlsym() for.  The list of extension will always include the DRI
core extension, which allows creating and manipulating DRI screens,
drawables and contexts.  The DRI legacy extension, when available,
provides alternative entry points for creating the DRI objects that
work with the XF86DRI infrastructure.

Change DRI2 client code to not use drm drawables or contexts.  We
never used drm_drawable_t's and the only use for drm_context_t was as
a unique identifier when taking the lock.  We now just allocate a
unique lock ID out of the DRILock sarea block.  Once we get rid of the
lock entirely, we can drop this hack.

Change the interface between dri_util.c and the drivers, so that the
drivers now export the DriverAPI struct as driDriverAPI instead of the
InitScreen entry point.  This lets us avoid dlsym()'ing for the DRI2
init screen function to see if DRI2 is supported by the driver.
2008-03-31 16:51:26 -04:00
..
internal DRI interface changes and DRI2 direct rendering support. 2008-03-31 16:51:26 -04:00
amesa.h Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. 2003-06-05 00:50:18 +00:00
directfbgl.h DirectFB driver (Claudio Ciccani) 2005-01-03 15:35:00 +00:00
dmesa.h DMesa now uses OSMesa as a back-end. 2006-03-31 20:53:12 +00:00
foomesa.h Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. 2003-06-05 00:50:18 +00:00
fxmesa.h bump version numbers to their real values 2004-10-12 06:43:57 +00:00
ggimesa.h Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. 2003-06-05 00:50:18 +00:00
gl.h more Mingw32 fixes 2007-07-27 11:19:35 -06:00
gl_mangle.h regenerated 2007-06-29 07:53:11 -06:00
glext.h updated to version 40 2008-03-25 08:12:19 -06:00
glfbdev.h Added initial multisampling support to glfbdev driver. 2006-08-10 10:21:17 +00:00
glu.h Unbreak Linux builds with -fvisibility=hidden. 2007-08-23 18:38:02 -04:00
glu_mangle.h Add missing entry points. (Warren Cashen) 2003-10-10 22:09:05 +00:00
glut.h more Mingw32 fixes 2007-07-27 11:19:35 -06:00
glut_h.dja Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. 2003-06-05 00:50:18 +00:00
glutf90.h Add glut_fcb.c to the build and update to fix warnings (see bug 12405) 2007-09-12 13:40:15 -06:00
glx.h updated GLX_EXT_texture_from_pixmap tokens (Dave Reveman) 2006-05-05 18:19:54 +00:00
glx_mangle.h added 1.3/1.4 function mangling 2006-11-03 18:29:39 +00:00
glxext.h import glxext.h version 19 2007-04-22 15:32:10 -06:00
Makefile.am * common_rules.make: Created to hold the conditional build rule 2001-03-20 00:33:18 +00:00
mesa_wgl.h more Mingw32 fixes 2007-07-27 11:19:35 -06:00
mglmesa.h Convert crlf->lf line endings. 2008-02-28 16:34:32 +09:00
miniglx.h add more functionality to miniglx for glitz 2005-02-20 10:46:34 +00:00
osmesa.h bump version number 2005-12-08 14:51:36 +00:00
svgamesa.h Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. 2003-06-05 00:50:18 +00:00
uglglutshapes.h WindML driver (Stephane Raimbault) 2001-08-20 16:07:10 +00:00
uglmesa.h bump versions to 4.0 2001-09-23 16:06:13 +00:00
vms_x_fix.h OpenVMS compile support update 2006-09-04 06:26:08 +00:00
wmesa.h Fixes from Brian 2006-03-30 07:53:15 +00:00
xmesa.h Fix xserver build after recent XMesa changes. 2007-05-22 13:56:30 +02:00
xmesa_x.h Fix xserver build after recent XMesa changes. 2007-05-22 13:56:30 +02:00
xmesa_xf86.h Fix GLX build of xserver master branch. 2007-11-05 10:03:26 +01:00