projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
755f2e2
)
i915g: add a few more render target formats
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Mon, 13 Jun 2011 21:03:00 +0000
(23:03 +0200)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Mon, 13 Jun 2011 21:05:43 +0000
(23:05 +0200)
Snatched from xvmc.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
src/gallium/drivers/i915/i915_reg.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/i915/i915_reg.h
b/src/gallium/drivers/i915/i915_reg.h
index
6fe032c
..
14e786d
100644
(file)
--- a/
src/gallium/drivers/i915/i915_reg.h
+++ b/
src/gallium/drivers/i915/i915_reg.h
@@
-170,6
+170,13
@@
#define COLOR_BUF_RGB555 (1<<8)
#define COLOR_BUF_RGB565 (2<<8)
#define COLOR_BUF_ARGB8888 (3<<8)
+#define COLOR_BUF_YCRCB_SWAP (4<<8)
+#define COLOR_BUF_YCRCB_NORMAL (5<<8)
+#define COLOR_BUF_YCRCB_SWAPUV (6<<8)
+#define COLOR_BUF_YCRCB_SWAPUVY (7<<8)
+#define COLOR_BUF_ARGB4444 (8<<8)
+#define COLOR_BUF_ARGB1555 (9<<8)
+#define COLOR_BUF_ARGB2101010 (10<<8)
#define DEPTH_FRMT_16_FIXED 0
#define DEPTH_FRMT_16_FLOAT (1<<2)
#define DEPTH_FRMT_24_FIXED_8_OTHER (2<<2)