diff options
author | Chia-I Wu <[email protected]> | 2010-01-22 15:18:45 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-01-22 15:37:56 +0800 |
commit | 52d7b2cedee44fbd9a0e6405b974c62898bed169 (patch) | |
tree | 37eeff928e3ca970d0a25b0e02477cdb3f8970cc /configs/linux-dri | |
parent | 2a928899e345e400c4266910b4e33b36a20575e2 (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-dri')
-rw-r--r-- | configs/linux-dri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index 95f77ade1dd..feb2bba3a00 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -61,7 +61,7 @@ DRIVER_DIRS = dri WINDOW_SYSTEM = dri GALLIUM_WINSYS_DIRS = drm GALLIUM_WINSYS_DRM_DIRS = vmware intel i965 -GALLIUM_STATE_TRACKERS_DIRS = egl +GALLIUM_STATE_TRACKERS_DIRS = egl_g3d DRI_DIRS = i810 i915 i965 mach64 mga r128 r200 r300 radeon \ savage sis tdfx unichrome ffb swrast |