diff options
author | Dave Airlie <[email protected]> | 2008-05-28 10:23:25 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2008-05-28 10:23:25 +1000 |
commit | 3e6c791390fd03ca04302f1312b94cd3c5ca0054 (patch) | |
tree | 4863c11ca2d6afb6173c96e055b96fc35d604f6b /src/mesa/drivers | |
parent | 261a15cf6389eba434d6857e78b524707803ed08 (diff) |
r300: disable cmdbuf debug again
Diffstat (limited to 'src/mesa/drivers')
-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 535866ee17c..8d4d604ba96 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. |