summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl/x11/native_dri2.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/x11/native_dri2.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/x11/native_dri2.c')
-rw-r--r--src/gallium/state_trackers/egl/x11/native_dri2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/egl/x11/native_dri2.c b/src/gallium/state_trackers/egl/x11/native_dri2.c
index 92203e1176..83892e3f5f 100644
--- a/src/gallium/state_trackers/egl/x11/native_dri2.c
+++ b/src/gallium/state_trackers/egl/x11/native_dri2.c
@@ -590,8 +590,6 @@ dri2_display_convert_config(struct native_display *ndpy,
nconf->level = mode->level;
nconf->samples = mode->samples;
- nconf->slow_config = (mode->visualRating == GLX_SLOW_CONFIG);
-
if (mode->transparentPixel == GLX_TRANSPARENT_RGB) {
nconf->transparent_rgb = TRUE;
nconf->transparent_rgb_values[0] = mode->transparentRed;