diff options
author | Aapo Tahkola <[email protected]> | 2005-05-31 05:53:38 +0000 |
---|---|---|
committer | Aapo Tahkola <[email protected]> | 2005-05-31 05:53:38 +0000 |
commit | 4ec6eceea93e613b5078dc388925cf866ed8c88b (patch) | |
tree | 433c9fed4de45e9f6ccb72eb1b4096277e04ae79 /src/mesa | |
parent | 8c2a9a916636f32192903b0f25bbf5aff8277862 (diff) |
Causes lockups on some rare cases.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_ioctl.c b/src/mesa/drivers/dri/r300/r300_ioctl.c index 0217d979ec4..676565112c0 100644 --- a/src/mesa/drivers/dri/r300/r300_ioctl.c +++ b/src/mesa/drivers/dri/r300/r300_ioctl.c @@ -55,7 +55,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "vblank.h" -#define CB_DPATH +//#define CB_DPATH #define CLEARBUFFER_COLOR 0x1 #define CLEARBUFFER_DEPTH 0x2 |