summaryrefslogtreecommitdiff
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2011-06-27 10:09:21 +0200
committerThomas Hellstrom <thellstrom@vmware.com>2011-06-27 10:14:39 +0200
commit9a0c5b46344740dbc9ffa5cbf574a7812425237c (patch)
tree9b26cc260d0251d4e444b6f1ea5ddd44ba68b1db /src/gallium/targets
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 <thellstrom@vmware.com>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r--src/gallium/targets/xa-vmwgfx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/xa-vmwgfx/Makefile b/src/gallium/targets/xa-vmwgfx/Makefile
index cfd32797202..fecdba695c7 100644
--- a/src/gallium/targets/xa-vmwgfx/Makefile
+++ b/src/gallium/targets/xa-vmwgfx/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