summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_emit.h
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-01-08 14:06:00 -0700
committerBrian <brian@yutani.localnet.net>2007-01-08 14:06:00 -0700
commitd3fe7398e31d76f5d2fd36856bec7d4483b5efe7 (patch)
tree971e2378402f416830033b11c25e53bb8a63d7d4 /src/mesa/shader/slang/slang_emit.h
parent27cc9068ce49ede4cb56d52b32c96e568e5fcbb5 (diff)
Move storage allocation functions from slang_emit.c to slang_codegen.c
Diffstat (limited to 'src/mesa/shader/slang/slang_emit.h')
-rw-r--r--src/mesa/shader/slang/slang_emit.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/mesa/shader/slang/slang_emit.h b/src/mesa/shader/slang/slang_emit.h
index 8ac17e6c82..50585a4a03 100644
--- a/src/mesa/shader/slang/slang_emit.h
+++ b/src/mesa/shader/slang/slang_emit.h
@@ -48,13 +48,8 @@ extern slang_ir_storage *
_slang_clone_ir_storage(slang_ir_storage *store);
-extern GLuint
-_slang_sizeof_type_specifier(const slang_type_specifier *spec);
-
-
-extern void
-slang_resolve_storage(slang_gen_context *gc, slang_ir_node *n,
- struct gl_program *prog);
+extern GLint
+_slang_alloc_temporary(slang_gen_context *gc, GLint size);
extern GLboolean
_slang_emit_code(slang_ir_node *n, slang_gen_context *gc,