summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/context.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2014-08-03 04:51:31 +0200
committerMarek Olšák <[email protected]>2014-08-11 21:53:57 +0200
commitee9a2b1ae97beb20eec2d4fef1307ab57cad9d3a (patch)
tree7136d09b51e81494f75a7630ce4ad82928da8275 /src/mesa/main/context.h
parent858452e54242011d77e4d0364ff05497795c3c4f (diff)
mesa: make _mesa_init_constants context-independent and public
Reviewed-by: Ian Romanick <[email protected]> Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/mesa/main/context.h')
-rw-r--r--src/mesa/main/context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h
index 792ab4cd55e..d902ea76e17 100644
--- a/src/mesa/main/context.h
+++ b/src/mesa/main/context.h
@@ -144,6 +144,9 @@ _mesa_get_current_context(void);
/*@}*/
extern void
+_mesa_init_constants(struct gl_constants *consts, gl_api api);
+
+extern void
_mesa_init_get_hash(struct gl_context *ctx);
extern void