r300g: fix texturing with negative lod bias
[mesa.git] / src / gallium / drivers / r300 / r300_state_derived.h
index 11d0787d127561e0ebc9f6aa2d48385714d58975..71a4a47b003662bd7aa567fdf32c4751a0765262 100644 (file)
@@ -23,9 +23,8 @@
 #ifndef R300_STATE_DERIVED_H
 #define R300_STATE_DERIVED_H
 
-#include "draw/draw_vertex.h"
+struct r300_context;
 
-#include "r300_context.h"
-#include "r300_reg.h"
+void r300_update_derived_state(struct r300_context* r300);
 
 #endif /* R300_STATE_DERIVED_H */