summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2012-01-12 11:57:12 +0100
committerThomas Hellstrom <thellstrom@vmware.com>2012-01-12 13:33:41 +0100
commit372b7f1d35c141994ce9fd212ad6e42f8c01a3a3 (patch)
tree98434fcfe596a7498de91db9db952217fb4624b4
parent4b86bd13474cfc6e0ffe5c7a1c2621c5a6171dac (diff)
st/xa: Bump version to 1.0.0 according to the README
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
-rw-r--r--src/gallium/state_trackers/xa/xa_tracker.h4
-rw-r--r--src/gallium/targets/xa-vmwgfx/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/gallium/state_trackers/xa/xa_tracker.h b/src/gallium/state_trackers/xa/xa_tracker.h
index d3adedb88df..ffe24f7ba15 100644
--- a/src/gallium/state_trackers/xa/xa_tracker.h
+++ b/src/gallium/state_trackers/xa/xa_tracker.h
@@ -36,8 +36,8 @@
#include <stdint.h>
-#define XA_TRACKER_VERSION_MAJOR 0
-#define XA_TRACKER_VERSION_MINOR 6
+#define XA_TRACKER_VERSION_MAJOR 1
+#define XA_TRACKER_VERSION_MINOR 0
#define XA_TRACKER_VERSION_PATCH 0
#define XA_FLAG_SHARED (1 << 0)
diff --git a/src/gallium/targets/xa-vmwgfx/Makefile b/src/gallium/targets/xa-vmwgfx/Makefile
index 26d95cbb8f5..f185e1ae628 100644
--- a/src/gallium/targets/xa-vmwgfx/Makefile
+++ b/src/gallium/targets/xa-vmwgfx/Makefile
@@ -3,8 +3,8 @@ include $(TOP)/configs/current
##### MACROS #####
-XA_MAJOR = 0
-XA_MINOR = 6
+XA_MAJOR = 1
+XA_MINOR = 0
XA_TINY = 0
XA_CFLAGS = -Wall -pedantic