diff options
author | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2007-03-27 15:32:53 +0800 |
---|---|---|
committer | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2007-03-27 15:32:53 +0800 |
commit | df96d9a11d038ad64673022ce14c24223b3bd34c (patch) | |
tree | a7b841dad0a8bc2ab1423bd4624121b5c7b49dee /src/i830_reg.h | |
parent | aa78e67553ffe8ca986330f0ee49b5414c71a71f (diff) |
EXA: fix i830 texture setup
Use LOAD_IMM_2 helper cmd for tex setup. Enable RepeatNormal
support. Fix A8 format, i830 can support it now.
Diffstat (limited to 'src/i830_reg.h')
-rw-r--r-- | src/i830_reg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830_reg.h b/src/i830_reg.h index f9c1df9f..989646f4 100644 --- a/src/i830_reg.h +++ b/src/i830_reg.h @@ -648,6 +648,7 @@ #define MT_8BIT_IDX_ARGB8888 (7<<3) #define MT_8BIT_I8 (0<<3) /* SURFACE_8BIT */ #define MT_8BIT_L8 (1<<3) +#define MT_8BIT_A8 (4<<3) #define MT_16BIT_RGB565 (0<<3) /* SURFACE_16BIT */ #define MT_16BIT_ARGB1555 (1<<3) #define MT_16BIT_ARGB4444 (2<<3) |