summaryrefslogtreecommitdiffstats
path: root/src/glx
diff options
context:
space:
mode:
authorRALOVICH, Kristóf <[email protected]>2009-07-23 17:03:54 +0200
committerBrian Paul <[email protected]>2009-07-28 10:35:56 -0600
commitce0ad53281f236424a72ae021f293a3a5ca69217 (patch)
tree5b289ba73f712745484a7470d513fb0306d4f7af /src/glx
parentbc60b884110b9e41ee3082075717587cc38380b5 (diff)
glx: cache DRI configs in __GLXscreenConfigsRec
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/x11/glxclient.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glx/x11/glxclient.h b/src/glx/x11/glxclient.h
index bf68d0f8910..2778ad878e7 100644
--- a/src/glx/x11/glxclient.h
+++ b/src/glx/x11/glxclient.h
@@ -501,6 +501,8 @@ struct __GLXscreenConfigsRec {
__GLXDRIscreen *driScreen;
+ const __DRIconfig** driver_configs;
+
#ifdef __DRI_COPY_SUB_BUFFER
const __DRIcopySubBufferExtension *driCopySubBuffer;
#endif