mesa/src
Kristian Høgsberg 681fd73f1e egl: Allow a prioritized list of default drivers
When there is no user driver or any matching display drivers we fall
back to the default driver.  This patch lets us have a list of default
drivers instead of just one.  The drivers are loaded in turn and we
attempt to initialize the display.  If it fails we unload the driver
and move on to the next one.

Compared to the display driver mechanism, this avoids loading a number
of drivers and then only using one.  Also, we call Initialize to see
if the driver will work instead of relying on Probe.  To know for sure
that a driver will work, Probe really have to do a full Initialize, so
we will just use Initialize directly.
2010-05-13 16:14:07 -04:00
..
driclient
egl egl: Allow a prioritized list of default drivers 2010-05-13 16:14:07 -04:00
gallium util: Fix ptr -> int conversion. 2010-05-13 21:14:39 +01:00
glew glew: update to version 1.5.4 2010-05-11 21:06:31 -06:00
glsl glsl: implement support for GL_EXT_texture_array 2010-02-25 20:11:55 -07:00
glu Grammar and spelling fixes 2010-03-12 08:55:05 -07:00
glut glut: Include X11 headers and libraries in SCons build. 2010-04-04 18:28:03 -07:00
glw
glx glx: Provide the __DRI_USE_INVALIDATE extension to the driver when we can 2010-05-11 10:23:53 -04:00
mapi glapi: fix generator scripts w.r.t. GLX_USE_APPLEGL 2010-05-11 21:40:56 -06:00
mesa i965: Reduce a single GL_QUADS to GL_TRIANGLE_FAN. 2010-05-13 13:02:09 -07:00
Makefile
SConscript glapi: Move to src/mapi/. 2010-05-07 10:41:11 +08:00