From 80109f394cd7e6a529c501b4fa662e395ee3369e Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 9 Mar 2005 19:59:42 +0000 Subject: [PATCH] prefer-texture-buffer should default to false for now --- panda/src/display/config_display.cxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/panda/src/display/config_display.cxx b/panda/src/display/config_display.cxx index 86c6f8bd13..e6a0b6d193 100644 --- a/panda/src/display/config_display.cxx +++ b/panda/src/display/config_display.cxx @@ -87,8 +87,12 @@ ConfigVariableBool show_buffers "GraphicsWindows, if possible, so that their contents may be viewed " "interactively. Handy during development of multipass algorithms.")); +// Temporarily false by default until this code proves to be more +// robust on different graphics drivers. In particular, it seems to +// cause problems on Jason's ATI FireGL and on Joe's Compaq laptop so +// far. ConfigVariableBool prefer_texture_buffer -("prefer-texture-buffer", true, +("prefer-texture-buffer", false, PRC_DESC("Set this true to make GraphicsOutput::make_texture_buffer() always " "try to create an offscreen buffer supporting render-to-texture, " "if the graphics card claims to be able to support this feature. "