st/mesa: cache staging texture for glReadPixels
[mesa.git] / src / mesa / state_tracker / st_debug.c
index 9eb3b53b2304bbfd002bab4adf68e93611e34c08..eaf25490bd64d4287fece33e2ab4c2df39f08a93 100644 (file)
@@ -58,6 +58,7 @@ static const struct debug_named_value st_debug_flags[] = {
    { "wf",       DEBUG_WIREFRAME, NULL },
    { "precompile",  DEBUG_PRECOMPILE, NULL },
    { "gremedy",  DEBUG_GREMEDY, "Enable GREMEDY debug extensions" },
+   { "noreadpixcache", DEBUG_NOREADPIXCACHE, NULL },
    DEBUG_NAMED_VALUE_END
 };