diff options
author | Chia-I Wu <olvaffe@gmail.com> | 2010-01-11 01:23:01 +0800 |
---|---|---|
committer | Chia-I Wu <olvaffe@gmail.com> | 2010-01-12 11:08:57 +0800 |
commit | 49381d63e61c724b156b76068058df1c01a906c2 (patch) | |
tree | 1daa32a523bf23c027fc18e921bfe850ec7b220f /configs/default | |
parent | 6dafd61ab278f23ecfebac7ef647610875abd2db (diff) | |
download | external_mesa3d-49381d63e61c724b156b76068058df1c01a906c2.zip external_mesa3d-49381d63e61c724b156b76068058df1c01a906c2.tar.gz external_mesa3d-49381d63e61c724b156b76068058df1c01a906c2.tar.bz2 |
st/egl_g3d: New EGL state tracker that uses Gallium.
This new (intermediate) EGL state tracker is the base work for EGL
drivers that uses Gallium. It makes it easier to support new window
systems.
Currently, there is support only for X11. This driver supports multiple
APIs (OpenVG, OpenGL, ...) and supports hardware acceleration through
winsys/drm.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Diffstat (limited to 'configs/default')
-rw-r--r-- | configs/default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/default b/configs/default index f5a4bc1..8b4557d 100644 --- a/configs/default +++ b/configs/default @@ -104,6 +104,8 @@ GALLIUM_WINSYS_DIRS = xlib egl_xlib GALLIUM_WINSYS_DRM_DIRS = GALLIUM_STATE_TRACKERS_DIRS = glx +# native displays EGL should support +EGL_DISPLAYS = x11 # Library dependencies #EXTRA_LIB_PATH ?= |