Mesa (master): r300-gallium: Misspelled macro name.

Corbin Simpson csimpson at kemper.freedesktop.org
Fri Mar 20 21:54:01 UTC 2009


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

Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri Mar 20 14:47:49 2009 -0700

r300-gallium: Misspelled macro name.

*pulls paper bag down over head*

---

 src/gallium/drivers/r300/r300_cs.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/r300/r300_cs.h b/src/gallium/drivers/r300/r300_cs.h
index 2b9a441..9913678 100644
--- a/src/gallium/drivers/r300/r300_cs.h
+++ b/src/gallium/drivers/r300/r300_cs.h
@@ -128,7 +128,7 @@
 #define CP_PACKET3(op, count) \
     (RADEON_CP_PACKET3 | (op) | ((count) << 16))
 
-#define R300_CS_PKT3(op, count) do { \
+#define OUT_CS_PKT3(op, count) do { \
     OUT_CS(CP_PACKET3(op, count)); \
 } while (0)
 




More information about the mesa-commit mailing list