diff options
author | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2006-07-14 16:14:18 +0800 |
---|---|---|
committer | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2006-07-14 16:14:18 +0800 |
commit | 04d1584737fd0d14e99608a97281fd7b1549ae0e (patch) | |
tree | 8dd024a1238875b03d56f2f78aa9e9e336df46e2 /src/i915_reg.h | |
parent | b85f268051a785f90e4c55bd1cac80d673388f16 (diff) |
Current exa render implement for i830 and i915, test on
865GM and 915G. There is issue in picture 'repeat' support.
And also stop recursive behavior in I830WaitLpRing to allow
server to abort instead of system hang.
Diffstat (limited to 'src/i915_reg.h')
-rw-r--r-- | src/i915_reg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i915_reg.h b/src/i915_reg.h index 886ae815..e2d7b9d9 100644 --- a/src/i915_reg.h +++ b/src/i915_reg.h @@ -161,6 +161,9 @@ #define COLR_BUF_RGB555 (1<<8) #define COLR_BUF_RGB565 (2<<8) #define COLR_BUF_ARGB8888 (3<<8) +#define COLR_BUF_ARGB4444 (8<<8) +#define COLR_BUF_ARGB1555 (9<<8) +#define COLR_BUF_ARGB2AAA (0xa<<8) #define DEPTH_FRMT_16_FIXED 0 #define DEPTH_FRMT_16_FLOAT (1<<2) #define DEPTH_FRMT_24_FIXED_8_OTHER (2<<2) |