X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fswrast%2Fs_texfetch.c;h=721d0883853b15141297af43f4eba9471651a269;hb=75da9c9933a97e6f2baf0884b98350df800ee785;hp=27de9b3e083670b254f523a5686b3c172265114d;hpb=c3c242070e868225a81e1afe5fb424c33eb94c2f;p=mesa.git diff --git a/src/mesa/swrast/s_texfetch.c b/src/mesa/swrast/s_texfetch.c index 27de9b3e083..721d0883853 100644 --- a/src/mesa/swrast/s_texfetch.c +++ b/src/mesa/swrast/s_texfetch.c @@ -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) };