diff options
author | Kevin DeKorte <[email protected]> | 2009-07-17 14:43:42 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2009-07-17 14:43:42 -0400 |
commit | 79a170108f1d9cad949cd2a34e4de597beae72db (patch) | |
tree | 5fb20919e64a5727ca3e65f2acf7deb218dff684 /src/mesa/drivers/dri/r600/r600_emit.h | |
parent | c4ab08a0cdddd05f53810490f4ded5838acd1217 (diff) |
R6xx/r7xx: warning fixes
patch from Kevin DeKorte with some minor fixes from me.
Diffstat (limited to 'src/mesa/drivers/dri/r600/r600_emit.h')
-rw-r--r-- | src/mesa/drivers/dri/r600/r600_emit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r600/r600_emit.h b/src/mesa/drivers/dri/r600/r600_emit.h index d3c9ef59eb3..661774d11ea 100644 --- a/src/mesa/drivers/dri/r600/r600_emit.h +++ b/src/mesa/drivers/dri/r600/r600_emit.h @@ -41,6 +41,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "r600_cmdbuf.h" #include "radeon_reg.h" +void r600EmitCacheFlush(context_t *rmesa); + extern GLboolean r600EmitShader(GLcontext * ctx, void ** shaderbo, GLvoid * data, |