mesa/st: enable carry/borrow lowering pass
[mesa.git] / src / mesa / main / texobj.h
index 25394b6195fdab9e33dfae69cc5f4489501cbfac..b1b7a3027559f20e0b2f9cb9cf0dbe919852c4b0 100644 (file)
 extern struct gl_texture_object *
 _mesa_lookup_texture(struct gl_context *ctx, GLuint id);
 
+extern void
+_mesa_begin_texture_lookups(struct gl_context *ctx);
+
+extern void
+_mesa_end_texture_lookups(struct gl_context *ctx);
+
+extern struct gl_texture_object *
+_mesa_lookup_texture_locked(struct gl_context *ctx, GLuint id);
+
 extern struct gl_texture_object *
 _mesa_new_texture_object( struct gl_context *ctx, GLuint name, GLenum target );