diff options
author | Thomas Hellstrom <[email protected]> | 2011-06-21 00:10:16 +0200 |
---|---|---|
committer | Thomas Hellstrom <[email protected]> | 2011-06-21 00:11:20 +0200 |
commit | 5f20fae40d3034de4dc8fdb3678000f7b17c6d75 (patch) | |
tree | e7375cedd802b697ae7b9414fcedf23de9ca7608 /src/gallium/targets | |
parent | 642951fbcaa56a975422f7caddf6620f20d47721 (diff) |
st/xa: Really support xa_surface_format. Bump minor.
Signed-off-by: Thomas Hellstrom <[email protected]>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/xa-vmwgfx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/xa-vmwgfx/Makefile b/src/gallium/targets/xa-vmwgfx/Makefile index 9496b22b51c..7d46627db44 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 = 1 +XA_MINOR = 2 XA_TINY = 0 XA_CFLAGS = -g -fPIC |