aboutsummaryrefslogtreecommitdiff
path: root/simd
diff options
context:
space:
mode:
authorTom Gall <tom.gall@linaro.org>2011-12-22 14:25:52 -0600
committerTom Gall <tom.gall@linaro.org>2011-12-22 14:25:52 -0600
commite90dbc8796b2f91e8922172e47da27214602fe02 (patch)
tree1e0d1ceb9f9c027851686f67d17f91a1691bac37 /simd
parent8019054e0d097786cec27e8ecdd5e4d6ab35428c (diff)
r699 : When decompressing to a 4-byte RGB buffer, set the unused byte to 0xFF so it can be interpreted as an opaque alpha channel.
Diffstat (limited to 'simd')
-rw-r--r--simd/jsimdcfg.inc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/simd/jsimdcfg.inc.h b/simd/jsimdcfg.inc.h
index 13cff03..0dacd06 100644
--- a/simd/jsimdcfg.inc.h
+++ b/simd/jsimdcfg.inc.h
@@ -64,6 +64,8 @@ definev(EXT_XRGB_GREEN)
definev(EXT_XRGB_BLUE)
definev(EXT_XRGB_PIXELSIZE)
+%define RGBX_FILLER_0XFF 1
+
; Representation of a single sample (pixel element value).
; On this SIMD implementation, this must be 'unsigned char'.
;