Re: [Mesa-dev] [PATCH 0/7] ASTC texture compression for all Gallium drivers

2018-07-29 Thread Gert Wollny
Am Donnerstag, den 26.07.2018, 14:30 -0400 schrieb Marek Olšák: > FYI, I'd like to include this in Mesa 18.2, which means I'll push > this on Monday July 30 if there is no review. I can't comment on the details of the decompression algoritm in patch 1, the rest looks good to me, so patches 2-7:

Re: [Mesa-dev] [PATCH 0/7] ASTC texture compression for all Gallium drivers

2018-07-28 Thread Dieter Nützel
For the series Tested-by: Dieter Nützel on RX 580 Dieter Am 24.07.2018 01:52, schrieb Marek Olšák: Hi, This series enables ASTC texture compression for all Gallium drivers that don't support it in hardware. The works the same as the ETC2 fallback, i.e. it decompresses ASTC inside

Re: [Mesa-dev] [PATCH 0/7] ASTC texture compression for all Gallium drivers

2018-07-26 Thread Marek Olšák
FYI, I'd like to include this in Mesa 18.2, which means I'll push this on Monday July 30 if there is no review. Marek On Mon, Jul 23, 2018 at 7:52 PM, Marek Olšák wrote: > Hi, > > This series enables ASTC texture compression for all Gallium drivers > that don't support it in hardware. The works

Re: [Mesa-dev] [PATCH 0/7] ASTC texture compression for all Gallium drivers

2018-07-25 Thread Gert Wollny
Am Montag, den 23.07.2018, 19:52 -0400 schrieb Marek Olšák: > Hi, > > This series enables ASTC texture compression for all Gallium drivers > that don't support it in hardware. The works the same as the ETC2 > fallback, i.e. it decompresses ASTC inside glCompressedTexImage to > a supported

Re: [Mesa-dev] [PATCH 0/7] ASTC texture compression for all Gallium drivers

2018-07-25 Thread Mike Lothian
Hi Glxinfo reporting things correctly, as does es2info and my GLES apps continue to work Are there any apps that explicitly use GLES3.2 that I can test for you? Extended renderer info (GLX_MESA_query_renderer): Vendor: X.Org (0x1002) Device: AMD Radeon R9 M295X (TONGA, DRM 3.27.0,

[Mesa-dev] [PATCH 0/7] ASTC texture compression for all Gallium drivers

2018-07-23 Thread Marek Olšák
Hi, This series enables ASTC texture compression for all Gallium drivers that don't support it in hardware. The works the same as the ETC2 fallback, i.e. it decompresses ASTC inside glCompressedTexImage to a supported uncompressed format. RadeonSI now finally supports the following: -