summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_mesa_to_tgsi.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-01-11 17:32:40 +0000
committerDave Airlie <airlied@redhat.com>2012-01-11 17:35:25 +0000
commit3f80b69b5f2093ffc624bb901ce34f0e289bc25d (patch)
treef7bd368ae33e914322a59b8097cc92bae7a27deb /src/mesa/state_tracker/st_mesa_to_tgsi.h
parentfffca9046c96e3411493c39ebb1855012620495c (diff)
downloadexternal_mesa3d-3f80b69b5f2093ffc624bb901ce34f0e289bc25d.zip
external_mesa3d-3f80b69b5f2093ffc624bb901ce34f0e289bc25d.tar.gz
external_mesa3d-3f80b69b5f2093ffc624bb901ce34f0e289bc25d.tar.bz2
st/mesa: rename translate_texture_target, and make translate_opcode static.
As suggested by Brian. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/mesa/state_tracker/st_mesa_to_tgsi.h')
-rw-r--r--src/mesa/state_tracker/st_mesa_to_tgsi.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mesa/state_tracker/st_mesa_to_tgsi.h b/src/mesa/state_tracker/st_mesa_to_tgsi.h
index 0dbdf5f..7563c80 100644
--- a/src/mesa/state_tracker/st_mesa_to_tgsi.h
+++ b/src/mesa/state_tracker/st_mesa_to_tgsi.h
@@ -65,10 +65,7 @@ void
st_free_tokens(const struct tgsi_token *tokens);
unsigned
-translate_opcode(unsigned op);
-
-unsigned
-translate_texture_target(GLuint textarget, GLboolean shadow);
+st_translate_texture_target(GLuint textarget, GLboolean shadow);
#if defined __cplusplus