diff options
author | Thomas Hellstrom <[email protected]> | 2011-12-07 20:11:23 +0100 |
---|---|---|
committer | Thomas Hellstrom <[email protected]> | 2011-12-08 09:51:19 +0100 |
commit | 340c0f6f9ece070e3f3245134eabe80d7551a870 (patch) | |
tree | 6afbb0277d8d4493ec67dbcd150bd834fbe1e95a /src/gallium/targets | |
parent | d4976158c7f32705b48c773c3abd1b22bebe9c16 (diff) |
st/xa: Update xa_yuv_planar_blit semantics
Change and document the interpretation of the color conversion matrix
in order to make the function more versatile and to simplify the
generated shader.
Signed-off-by: Thomas Hellstrom <[email protected]>
Reviewed-by: Jakob Bornecrantz <[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 6ca446a15dc..26d95cbb8f5 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 = 5 +XA_MINOR = 6 XA_TINY = 0 XA_CFLAGS = -Wall -pedantic |