linker: Calculate the sampler to texture target mapping during linking
[mesa.git] / src / mesa / main / shared.h
index 43f8a388e6fb7f41e031cec01a570e83358f6f72..55516a8c37c0c1a98e31231d8c2b32e71e3a0b34 100644 (file)
 #ifndef SHARED_H
 #define SHARED_H
 
-#include "mtypes.h"
+struct gl_context;
 
 struct gl_shared_state *
 _mesa_alloc_shared_state(struct gl_context *ctx);
 
 
 void
-_mesa_release_shared_state(struct gl_context *ctx, struct gl_shared_state *shared);
+_mesa_release_shared_state(struct gl_context *ctx,
+                           struct gl_shared_state *shared);
 
 
 #endif