From c9c25a867d36926f0d11297822bb7277c1e0ba46 Mon Sep 17 00:00:00 2001 From: aignacio_sf <> Date: Fri, 2 Jun 2006 00:18:17 +0000 Subject: [PATCH] Disable stencil requests for make_texture_buffer for now. --- panda/src/display/graphicsOutput.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/panda/src/display/graphicsOutput.cxx b/panda/src/display/graphicsOutput.cxx index 3287173c0c..cbfbc39c92 100644 --- a/panda/src/display/graphicsOutput.cxx +++ b/panda/src/display/graphicsOutput.cxx @@ -736,6 +736,10 @@ make_texture_buffer(const string &name, int x_size, int y_size, FrameBufferProperties::FM_buffer | FrameBufferProperties::FM_stereo | FrameBufferProperties::FM_accum | + +// DO NOT USE STENCIL FOR NOW FOR TEXTURE BUFFERS + FrameBufferProperties::FM_stencil | + FrameBufferProperties::FM_multisample | FrameBufferProperties::FM_hardware | FrameBufferProperties::FM_software;