swrast: Add texfetch_funcs entries for astc 3d formats

Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Anuj Phogat
2016-02-11 12:33:27 -08:00
parent 63432eb370
commit 883f3662db
+22 -1
View File
@@ -440,7 +440,28 @@ texfetch_funcs[] =
FETCH_NULL(SRGB8_ALPHA8_ASTC_10x8),
FETCH_NULL(SRGB8_ALPHA8_ASTC_10x10),
FETCH_NULL(SRGB8_ALPHA8_ASTC_12x10),
FETCH_NULL(SRGB8_ALPHA8_ASTC_12x12)
FETCH_NULL(SRGB8_ALPHA8_ASTC_12x12),
FETCH_NULL(RGBA_ASTC_3x3x3),
FETCH_NULL(RGBA_ASTC_4x3x3),
FETCH_NULL(RGBA_ASTC_4x4x3),
FETCH_NULL(RGBA_ASTC_4x4x4),
FETCH_NULL(RGBA_ASTC_5x4x4),
FETCH_NULL(RGBA_ASTC_5x5x4),
FETCH_NULL(RGBA_ASTC_5x5x5),
FETCH_NULL(RGBA_ASTC_6x5x5),
FETCH_NULL(RGBA_ASTC_6x6x5),
FETCH_NULL(RGBA_ASTC_6x6x6),
FETCH_NULL(SRGB8_ALPHA8_ASTC_3x3x3),
FETCH_NULL(SRGB8_ALPHA8_ASTC_4x3x3),
FETCH_NULL(SRGB8_ALPHA8_ASTC_4x4x3),
FETCH_NULL(SRGB8_ALPHA8_ASTC_4x4x4),
FETCH_NULL(SRGB8_ALPHA8_ASTC_5x4x4),
FETCH_NULL(SRGB8_ALPHA8_ASTC_5x5x4),
FETCH_NULL(SRGB8_ALPHA8_ASTC_5x5x5),
FETCH_NULL(SRGB8_ALPHA8_ASTC_6x5x5),
FETCH_NULL(SRGB8_ALPHA8_ASTC_6x6x5),
FETCH_NULL(SRGB8_ALPHA8_ASTC_6x6x6)
};