Module: Mesa Branch: master Commit: ce0ad53281f236424a72ae021f293a3a5ca69217 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce0ad53281f236424a72ae021f293a3a5ca69217
Author: RALOVICH, Kristóf <[email protected]> Date: Thu Jul 23 17:03:54 2009 +0200 glx: cache DRI configs in __GLXscreenConfigsRec --- src/glx/x11/glxclient.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/glx/x11/glxclient.h b/src/glx/x11/glxclient.h index bf68d0f..2778ad8 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
