summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r700_state.h
diff options
context:
space:
mode:
authorRichard Li <richardradeon@gmail.com>2009-09-22 16:39:11 -0400
committerRichard Li <richardradeon@gmail.com>2009-09-22 17:04:49 -0400
commit81283b0bf0a8f7b31517adc224c20531e27fab42 (patch)
tree7f1874a26f164f17fad1c44a0052ff44dcc1c1b6 /src/mesa/drivers/dri/r600/r700_state.h
parentda0e4e557b85761e3eb03f9cbce2c3ef140fd5ef (diff)
r600 : add draw_prim support.
Diffstat (limited to 'src/mesa/drivers/dri/r600/r700_state.h')
-rw-r--r--src/mesa/drivers/dri/r600/r700_state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r600/r700_state.h b/src/mesa/drivers/dri/r600/r700_state.h
index 0f53d5b4c5..209189d8d7 100644
--- a/src/mesa/drivers/dri/r600/r700_state.h
+++ b/src/mesa/drivers/dri/r600/r700_state.h
@@ -35,6 +35,7 @@
extern void r700UpdateStateParameters(GLcontext * ctx, GLuint new_state);
extern void r700UpdateShaders (GLcontext * ctx);
+extern void r700UpdateShaders2(GLcontext * ctx);
extern void r700UpdateViewportOffset(GLcontext * ctx);