r300g: better describe another flush and move it closer to the real problem
[mesa.git] / src / gallium / drivers / r300 / r300_state.h
index c8b742281e181a1c36cc1bce9760e5e43671c134..1d557506cf3e79b539c9d68ae72d41febff43ecf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008 Corbin Simpson <MostAwesomeDude@gmail.com>
+ * Copyright 2008 Marek Olšák <maraeo@gmail.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -23,8 +23,8 @@
 #ifndef R300_STATE_H
 #define R300_STATE_H
 
-#include "r300_reg.h"
+struct r300_context;
 
-#include "util/u_math.h"
+void r300_mark_fs_code_dirty(struct r300_context *r300);
 
-#endif /* R300_STATE_H */
\ No newline at end of file
+#endif /* R300_STATE_H */