From 975b7ef92a74c33bb853b012f377fb098e84fc46 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Wed, 22 Dec 2010 12:27:35 +0800 Subject: st/egl: Remove native_config::samples. Multisample buffers are never requested. --- src/gallium/state_trackers/egl/x11/native_dri2.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/state_trackers/egl/x11') diff --git a/src/gallium/state_trackers/egl/x11/native_dri2.c b/src/gallium/state_trackers/egl/x11/native_dri2.c index 83892e3f5f..d60ef2aa39 100644 --- a/src/gallium/state_trackers/egl/x11/native_dri2.c +++ b/src/gallium/state_trackers/egl/x11/native_dri2.c @@ -588,7 +588,6 @@ dri2_display_convert_config(struct native_display *ndpy, nconf->native_visual_id = mode->visualID; nconf->native_visual_type = mode->visualType; nconf->level = mode->level; - nconf->samples = mode->samples; if (mode->transparentPixel == GLX_TRANSPARENT_RGB) { nconf->transparent_rgb = TRUE; -- cgit v1.2.3