summaryrefslogtreecommitdiff
path: root/configs/linux-opengl-es
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2010-01-22 15:18:45 +0800
committerChia-I Wu <olvaffe@gmail.com>2010-01-22 15:37:56 +0800
commit52d7b2cedee44fbd9a0e6405b974c62898bed169 (patch)
tree37eeff928e3ca970d0a25b0e02477cdb3f8970cc /configs/linux-opengl-es
parent2a928899e345e400c4266910b4e33b36a20575e2 (diff)
st/egl: Remove the egl state tracker.
The egl_g3d state tracker has support for KMS, and the support is based on the egl state tracker. As egl_g3d provides more features, it should be better to keep only egl_g3d to unify the efforts.
Diffstat (limited to 'configs/linux-opengl-es')
-rw-r--r--configs/linux-opengl-es5
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/linux-opengl-es b/configs/linux-opengl-es
index 566cd758e3..e013658716 100644
--- a/configs/linux-opengl-es
+++ b/configs/linux-opengl-es
@@ -9,6 +9,9 @@ LIB_DIR = lib
SRC_DIRS = egl glsl mesa/es gallium gallium/winsys
PROGRAM_DIRS = es1/screen es1/xegl es2/xegl
+# egl_g3d needs this
+DEFINES += -DGLX_DIRECT_RENDERING
+
# no mesa or egl drivers
DRIVER_DIRS =
EGL_DRIVERS_DIRS =
@@ -22,6 +25,6 @@ GALLIUM_STATE_TRACKERS_DIRS = es
# build egl_i915.so
GALLIUM_DRIVERS_DIRS += trace i915
-GALLIUM_STATE_TRACKERS_DIRS += egl
+GALLIUM_STATE_TRACKERS_DIRS += egl_g3d
GALLIUM_WINSYS_DIRS += drm
GALLIUM_WINSYS_DRM_DIRS = intel