Jeff Smith
fab1f07d6a
Grammar and spelling fixes
Signed-off-by: Jeff Smith <whydoubt@yahoo.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
17 years ago
Chia-I Wu
e16f577142
docs: Update TODOs of egl.html.
Thread-safety is no longer a TODO item. There are surely bugs to be
fixed though.
15 years ago
Kristian Høgsberg
6e8897ff9f
Retire miniglx and move the actual glx code up to src/glx
15 years ago
Chia-I Wu
1b2b08c5f3
docs: Update the developer section of egl.html.
Mainly to add a subsection about EGL_RENDER_BUFFER.
15 years ago
Chia-I Wu
5f08eff2a7
egl: Remove egl_xdri.
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.
15 years ago
Chia-I Wu
6fd8b6a9e2
egl: Ignore certain environment variables when setuid/setgid.
Specifically, ignore EGL_DRIVERS_PATH when an application is
setuid/setgid. And ignore EGL_DRIVER when there is a slash in it.
15 years ago
Chia-I Wu
5d8646c41f
egl: Add EGL_DRIVERS_PATH environment variable.
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.
15 years ago
Chia-I Wu
7fc35811c4
docs: Update for EGL environment variables.
Mention that EGL_DRIVER should be a full path, and add a link from
envvars.html to egl.html.
15 years ago
Chia-I Wu
14cbf324dc
docs: Update the developer section of egl.html.
Mainly to add a subsection on the lifetime of display resources.
15 years ago
Chia-I Wu
a6342afe50
docs: Update EGL documentation.
Add --enable-gallium-swrast to the example. Document missing
--with-egl-driver-dir and update TODOs.
15 years ago
Chia-I Wu
3c967a9207
st/egl_g3d: Rename to st/egl.
Simply the name to egl.
15 years ago
Chia-I Wu
a1306f4ef6
winsys/drm: Add swrast.
The swrast winsys always returns NULL when drm_api_create is called.
15 years ago
Chia-I Wu
29732f982c
docs: Update the status of egl_xdri.
Mention that it also supports DRISW.
15 years ago
Brian Paul
aeff9f9725
docs: added target attribute to external URLs
15 years ago
Chia-I Wu
ada46053a4
docs: Add documentation for EGL.
This is a short guide to EGL. The drivers that are to be removed soon
are not mentioned in the guide.
15 years ago