mesa: Include R/RG integer textures in _mesa_is_integer_format.
[mesa.git] / src / mesa / main / shared.h
index 5166a0ce51f069fde4786ea8a1283f2af5f322bc..55516a8c37c0c1a98e31231d8c2b32e71e3a0b34 100644 (file)
 #ifndef SHARED_H
 #define SHARED_H
 
-#include "mtypes.h"
+struct gl_context;
 
 struct gl_shared_state *
-_mesa_alloc_shared_state(GLcontext *ctx);
+_mesa_alloc_shared_state(struct gl_context *ctx);
 
 
 void
-_mesa_release_shared_state(GLcontext *ctx, struct gl_shared_state *shared);
+_mesa_release_shared_state(struct gl_context *ctx,
+                           struct gl_shared_state *shared);
 
 
 #endif