summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xa/Makefile
diff options
context:
space:
mode:
authorThomas Hellstrom <[email protected]>2011-06-27 10:09:21 +0200
committerThomas Hellstrom <[email protected]>2011-06-27 10:14:39 +0200
commit9a0c5b46344740dbc9ffa5cbf574a7812425237c (patch)
tree9b26cc260d0251d4e444b6f1ea5ddd44ba68b1db /src/gallium/state_trackers/xa/Makefile
parentab3587f70d9af5eada0c52defe1de13d77f556a6 (diff)
st/xa: Add a function to check for supported formats
Typically this was done by having a surface creation function fail if the format was not supported. However, in some situations when changing hardware surface formats, it's desirable to do this check before attempting costly readback operations. Also updated the surface_redefine interface. Bump minor. Signed-off-by: Thomas Hellstrom <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/xa/Makefile')
-rw-r--r--src/gallium/state_trackers/xa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/xa/Makefile b/src/gallium/state_trackers/xa/Makefile
index 92edfd09340..a31db6eb370 100644
--- a/src/gallium/state_trackers/xa/Makefile
+++ b/src/gallium/state_trackers/xa/Makefile
@@ -4,7 +4,7 @@ include $(TOP)/configs/current
##### MACROS #####
XA_MAJOR = 0
-XA_MINOR = 3
+XA_MINOR = 4
XA_TINY = 0
XA_CFLAGS = -g -fPIC -Wall