- Add a few more hardware internal formats that are supported. Some remaining
[mesa.git] / src / mesa / drivers / dri / sis / sis_context.h
index 17d283995fc9b38029493f5b043812c8b51f2013..54c1f0458f2f61734e2e7d05da379a09541afb01 100644 (file)
@@ -367,6 +367,7 @@ struct sis_context
 
    /* Configuration cache */
    driOptionCache optionCache;
+    GLint texture_depth;
 };
 
 #define SIS_CONTEXT(ctx)               ((sisContextPtr)(ctx->DriverCtx))