summaryrefslogtreecommitdiffstats
path: root/docs/egl.html
Commit message (Collapse)AuthorAgeFilesLines
* docs: Update TODOs of egl.html.Chia-I Wu2010-02-171-1/+9
| | | | | Thread-safety is no longer a TODO item. There are surely bugs to be fixed though.
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-091-1/+0
|
* docs: Update the developer section of egl.html.Chia-I Wu2010-02-051-0/+35
| | | | Mainly to add a subsection about EGL_RENDER_BUFFER.
* egl: Remove egl_xdri.Chia-I Wu2010-02-051-12/+7
| | | | | | | egl_xdri steals code from src/glx/x11/. This makes it broken from time to time when there is a bigger change to the GLX code. As egl_dri2 has been merged, which also functions as a DRI2 driver loader, remove egl_xdri for good.
* egl: Ignore certain environment variables when setuid/setgid.Chia-I Wu2010-02-031-2/+3
| | | | | Specifically, ignore EGL_DRIVERS_PATH when an application is setuid/setgid. And ignore EGL_DRIVER when there is a slash in it.
* egl: Add EGL_DRIVERS_PATH environment variable.Chia-I Wu2010-02-031-0/+9
| | | | | | | | | EGL_DRIVERS_PATH gives a list of colon-separated directories. The given directories will be searched when preloading drivers. This is based on Mike Stroyan's patch, which honors the variable in _eglPreloadDisplayDrivers. It is extended to honor the variable also in _eglPreloadUserDriver and _eglPreloadDefaultDriver in this version.
* docs: Update for EGL environment variables.Chia-I Wu2010-02-021-2/+3
| | | | | Mention that EGL_DRIVER should be a full path, and add a link from envvars.html to egl.html.
* docs: Update the developer section of egl.html.Chia-I Wu2010-01-281-2/+36
| | | | Mainly to add a subsection on the lifetime of display resources.
* docs: Update EGL documentation.Chia-I Wu2010-01-261-1/+9
| | | | | Add --enable-gallium-swrast to the example. Document missing --with-egl-driver-dir and update TODOs.
* st/egl_g3d: Rename to st/egl.Chia-I Wu2010-01-221-8/+7
| | | | Simply the name to egl.
* winsys/drm: Add swrast.Chia-I Wu2010-01-221-0/+10
| | | | The swrast winsys always returns NULL when drm_api_create is called.
* docs: Update the status of egl_xdri.Chia-I Wu2010-01-221-6/+6
| | | | Mention that it also supports DRISW.
* docs: added target attribute to external URLsBrian Paul2010-01-211-1/+2
|
* docs: Add documentation for EGL.Chia-I Wu2010-01-211-0/+224
This is a short guide to EGL. The drivers that are to be removed soon are not mentioned in the guide.