summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl/common/egl_g3d.c
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-12-22 12:22:42 +0800
committerChia-I Wu <olv@lunarg.com>2010-12-22 13:22:36 +0800
commit3a93c348280767949c80ff6dde1645b77cab143d (patch)
tree74e428a527f2f6d0b7219856cf49c2a9fb1f1786 /src/gallium/state_trackers/egl/common/egl_g3d.c
parent0364c08d7f219ef3a250a4fd8396aacfdddf0368 (diff)
st/egl: Remove native_config::slow_config.
In direct rendering scenario, it is not needed until an EGLDisplay can support both HW and SW pipe screens.
Diffstat (limited to 'src/gallium/state_trackers/egl/common/egl_g3d.c')
-rw-r--r--src/gallium/state_trackers/egl/common/egl_g3d.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/state_trackers/egl/common/egl_g3d.c b/src/gallium/state_trackers/egl/common/egl_g3d.c
index a3750ac56f..4641dd2761 100644
--- a/src/gallium/state_trackers/egl/common/egl_g3d.c
+++ b/src/gallium/state_trackers/egl/common/egl_g3d.c
@@ -229,9 +229,6 @@ init_config_attributes(_EGLConfig *conf, const struct native_config *nconf,
conf->Samples = nconf->samples;
conf->SampleBuffers = 0;
- if (nconf->slow_config)
- conf->ConfigCaveat = EGL_SLOW_CONFIG;
-
if (nconf->transparent_rgb) {
conf->TransparentType = EGL_TRANSPARENT_RGB;
conf->TransparentRedValue = nconf->transparent_rgb_values[0];