Re: [Mesa-dev] [PATCH 9/9] i965/tex_image: Drop intelCompressedTexSubImage

2018-10-02 Thread Nanley Chery
On Wed, Sep 26, 2018 at 04:31:11PM -0700, Nanley Chery wrote: > Effectively revert 710b1d2e665ed654fb8d52b146fa22469e1dc3a7. > > This function was created to perform the ASTC void-extent workaround. > Now that the workaround is handled prior to sampling, this function is > no longer necessary. Ad

[Mesa-dev] [PATCH 9/9] i965/tex_image: Drop intelCompressedTexSubImage

2018-09-26 Thread Nanley Chery
Effectively revert 710b1d2e665ed654fb8d52b146fa22469e1dc3a7. This function was created to perform the ASTC void-extent workaround. Now that the workaround is handled prior to sampling, this function is no longer necessary. --- src/mesa/drivers/dri/i965/intel_tex_image.c | 87 -