diff options
author | Dave Airlie <airlied@linux.ie> | 2007-07-01 18:52:47 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-07-01 18:52:47 +1000 |
commit | 0caee6b006aa2982f743bd60391d2c5406e167b7 (patch) | |
tree | ca1f5778fcefa6a5a31697ad4f6fa02ea77dccdd /src/mesa | |
parent | f556b7f84c47d9b32d7daa3e1559c92e47305eb2 (diff) |
r300: oops turn back off cmd buf debugging
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_cmdbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_cmdbuf.c b/src/mesa/drivers/dri/r300/r300_cmdbuf.c index 6adf141321..9eca41fa38 100644 --- a/src/mesa/drivers/dri/r300/r300_cmdbuf.c +++ b/src/mesa/drivers/dri/r300/r300_cmdbuf.c @@ -54,7 +54,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "r300_state.h" // Set this to 1 for extremely verbose debugging of command buffers -#define DEBUG_CMDBUF 1 +#define DEBUG_CMDBUF 0 /** * Send the current command buffer via ioctl to the hardware. |