summaryrefslogtreecommitdiff
path: root/src/glsl/glsl_types.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-06-25 17:58:16 -0700
committerIan Romanick <ian.d.romanick@intel.com>2010-06-29 11:15:26 -0700
commit12681610f54b40324e9e342dc25976c223614b81 (patch)
tree9d364ac5ef5e88bf0cea3b486793db28e93303a6 /src/glsl/glsl_types.h
parent699b247661b1c70e890e478dba88253cad035969 (diff)
glsl_type: Remove vector and matrix constructor generators
All scalar, vector, and matrix constructors are generated in-line during AST-to-HIR translation. There is no longer any need to generate function versions of the constructors.
Diffstat (limited to 'src/glsl/glsl_types.h')
-rw-r--r--src/glsl/glsl_types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/glsl/glsl_types.h b/src/glsl/glsl_types.h
index 93cf60be8d..b753742b91 100644
--- a/src/glsl/glsl_types.h
+++ b/src/glsl/glsl_types.h
@@ -440,10 +440,6 @@ extern "C" {
extern void
_mesa_glsl_initialize_types(struct _mesa_glsl_parse_state *state);
-extern void
-_mesa_glsl_initialize_constructors(struct exec_list *instructions,
- struct _mesa_glsl_parse_state *state);
-
#ifdef __cplusplus
}
#endif