summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r700_state.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-11-09 12:20:47 -0500
committerAlex Deucher <alexdeucher@gmail.com>2009-11-09 12:20:47 -0500
commit66d6f9e860143c3d705f1d78c324159cadd258cc (patch)
tree79cbfa462a3403b8253132d9a1c492bb46a794f8 /src/mesa/drivers/dri/r600/r700_state.h
parent37676b396a8416ad35253412d3a2e06482859a4d (diff)
r600: rework DB render setup
- consolidate DB render setup - only enable perfect ZPASS counts and cull disable when OQ is active - enable early Z
Diffstat (limited to 'src/mesa/drivers/dri/r600/r700_state.h')
-rw-r--r--src/mesa/drivers/dri/r600/r700_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r600/r700_state.h b/src/mesa/drivers/dri/r600/r700_state.h
index 209189d8d7..60c6a7f23c 100644
--- a/src/mesa/drivers/dri/r600/r700_state.h
+++ b/src/mesa/drivers/dri/r600/r700_state.h
@@ -35,7 +35,7 @@
extern void r700UpdateStateParameters(GLcontext * ctx, GLuint new_state);
extern void r700UpdateShaders (GLcontext * ctx);
-extern void r700UpdateShaders2(GLcontext * ctx);
+extern void r700UpdateShaderStates(GLcontext * ctx);
extern void r700UpdateViewportOffset(GLcontext * ctx);