support-render-texture on by default

This commit is contained in:
David Rose 2006-01-13 22:05:26 +00:00
parent c9b27bd436
commit 3f87411790

View File

@ -119,12 +119,8 @@ ConfigVariableBool prefer_single_buffer
"false (since in that case the buffer can share a graphics context "
"with the window)."));
// 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 support_render_texture
("support-render-texture", false,
("support-render-texture", true,
PRC_DESC("Set this true allow use of the render-to-a-texture feature, if it "
"is supported by your graphics card. Without this enabled, "
"offscreen renders will be copied to a texture instead of directly "