diff options
author | Dave Airlie <airlied@nx6125b.(none)> | 2007-06-17 19:55:13 +1000 |
---|---|---|
committer | Dave Airlie <airlied@nx6125b.(none)> | 2007-06-17 19:55:13 +1000 |
commit | 4a841b969ae0f05a4982215a0fc087be12c53e0c (patch) | |
tree | f84e3a09c679fd9fe419c3ea3479a284bbfb8d23 /src/mesa/drivers/dri/r300/r300_cmdbuf.c | |
parent | 492bc67df1ceefe7580e8d7129f6f11a2f11ea67 (diff) |
more commits to fix things and stuff - still not doing anything except crashin
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_cmdbuf.c')
-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 7055286ba95..aebc895d63f 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 0 +#define DEBUG_CMDBUF 1 /** * Send the current command buffer via ioctl to the hardware. |