diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-05-14 23:38:02 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-05-14 23:56:05 +0100 |
commit | 271240fd477b11885947da32868bc77151681559 (patch) | |
tree | ffe0322e72eae02c0064c6ab006ba19fad06fe50 /src/i915_render.c | |
parent | a7c318d21c9035f6cab48c16e734b9ecb6f4b238 (diff) |
i915: Remove a couple of unsupported 16bpp no-alpha tex formats
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/i915_render.c')
-rw-r--r-- | src/i915_render.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i915_render.c b/src/i915_render.c index 1d897462..baaa58d9 100644 --- a/src/i915_render.c +++ b/src/i915_render.c @@ -88,9 +88,7 @@ static struct formatinfo i915_tex_formats[] = { {PICT_a2b10g10r10, MAPSURF_32BIT | MT_32BIT_ABGR2101010}, {PICT_r5g6b5, MAPSURF_16BIT | MT_16BIT_RGB565}, {PICT_a1r5g5b5, MAPSURF_16BIT | MT_16BIT_ARGB1555}, - {PICT_x1r5g5b5, MAPSURF_16BIT | MT_16BIT_ARGB1555}, {PICT_a4r4g4b4, MAPSURF_16BIT | MT_16BIT_ARGB4444}, - {PICT_x4r4g4b4, MAPSURF_16BIT | MT_16BIT_ARGB4444}, }; static uint32_t i915_get_blend_cntl(int op, PicturePtr mask, |