r600c: add proper returns for some evergreen functions

these weren't checked anyway.

Fixes:
https://bugs.freedesktop.org/show_bug.cgi?id=29999
This commit is contained in:
Alex Deucher
2010-09-03 12:13:47 -04:00
parent 6ddfdaead8
commit 7e282b8e62
2 changed files with 8 additions and 2 deletions
@@ -814,4 +814,7 @@ GLboolean evergreenSetupFPconstants(GLcontext * ctx)
}
unConstOffset += pCompiledSub->NumParameters;
}
}
return GL_TRUE;
}
@@ -733,4 +733,7 @@ GLboolean evergreenSetupVPconstants(GLcontext * ctx)
}
unConstOffset += pCompiledSub->NumParameters;
}
}
return GL_TRUE;
}