Mesa (master): r300-gallium: Include-guard r300_emit.h

Corbin Simpson csimpson at kemper.freedesktop.org
Mon Feb 16 11:17:10 UTC 2009


Module: Mesa
Branch: master
Commit: b16d4399892dbf8ab2c72a60b46bbc03ee5cd9a6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b16d4399892dbf8ab2c72a60b46bbc03ee5cd9a6

Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Mon Feb 16 03:03:28 2009 -0800

r300-gallium: Include-guard r300_emit.h

---

 src/gallium/drivers/r300/r300_emit.h |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/r300/r300_emit.h b/src/gallium/drivers/r300/r300_emit.h
index 7642cfb..f21ca33 100644
--- a/src/gallium/drivers/r300/r300_emit.h
+++ b/src/gallium/drivers/r300/r300_emit.h
@@ -20,6 +20,9 @@
  * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
  * USE OR OTHER DEALINGS IN THE SOFTWARE. */
 
+#ifndef R300_EMIT_H
+#define R300_EMIT_H
+
 #include "util/u_math.h"
 
 #include "r300_context.h"
@@ -48,3 +51,9 @@ void r300_emit_rs_state(struct r300_context* r300, struct r300_rs_state* rs);
 
 void r300_emit_scissor_state(struct r300_context* r300,
                              struct r300_scissor_state* scissor);
+
+
+/* Emit all dirty state. */
+void r300_emit_dirty_state(struct r300_context* r300);
+
+#endif /* R300_EMIT_H */




More information about the mesa-commit mailing list