diff options
author | Alex Deucher <[email protected]> | 2009-08-12 15:34:24 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2009-08-12 15:40:15 -0400 |
commit | b0c191acaf0fbbfa743781908187344f5081a083 (patch) | |
tree | 8560c6ad189c5d55643144c4ec5652a76d9e5435 /src/mesa/drivers/dri/r600/r700_chip.c | |
parent | 2f6675b8160c5fa2e6e9b5642c133fd2843a7508 (diff) |
r600: state cleanups
Diffstat (limited to 'src/mesa/drivers/dri/r600/r700_chip.c')
-rw-r--r-- | src/mesa/drivers/dri/r600/r700_chip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r600/r700_chip.c b/src/mesa/drivers/dri/r600/r700_chip.c index 78779e841d7..e5e0f556cbe 100644 --- a/src/mesa/drivers/dri/r600/r700_chip.c +++ b/src/mesa/drivers/dri/r600/r700_chip.c @@ -322,7 +322,7 @@ void r700SetupVTXConstants(GLcontext * ctx, unsigned int uSQ_VTX_CONSTANT_WORD6_0 = 0; if (!paos->bo) - return GL_FALSE; + return; if ((context->radeon.radeonScreen->chip_family == CHIP_FAMILY_RV610) || (context->radeon.radeonScreen->chip_family == CHIP_FAMILY_RV620) || |