[Mesa-dev] [PATCH 2/3] r600: Add R4G4B4A4 and A1B5G5R5 to supported vertex formats

Dave Airlie airlied at gmail.com
Thu Jul 19 05:07:30 UTC 2018


On 2 July 2018 at 03:32, Gert Wollny <gw.fossdev at gmail.com> wrote:
> Below tests would fail with an error message
>   "Vertex format (R4G4B4A4|R5G5B5A1) not supported."
> Add the formate to the translation routine to enable these formats.
>
> Fixes:
>   dEQP-GLES3.functional.texture.specification.teximage2d_pbo.rgba4_2d
>   dEQP-GLES3.functional.texture.specification.teximage2d_pbo.rgba4_cube
>   dEQP-GLES3.functional.texture.specification.teximage2d_pbo.rgb5_a1_2d
>   dEQP-GLES3.functional.texture.specification.teximage2d_pbo.rgb5_a1_cube
>   dEQP-GLES3.functional.texture.specification.texsubimage2d_pbo.rgba4_2d
>   dEQP-GLES3.functional.texture.specification.texsubimage2d_pbo.rgba4_cube
>   dEQP-GLES3.functional.texture.specification.texsubimage2d_pbo.rgb5_a1_2d
>   dEQP-GLES3.functional.texture.specification.texsubimage2d_pbo.rgb5_a1_cube
>   dEQP-GLES3.functional.texture.specification.teximage3d_pbo.rgba4_2d_array
>   dEQP-GLES3.functional.texture.specification.teximage3d_pbo.rgba4_3d
>   dEQP-GLES3.functional.texture.specification.teximage3d_pbo.rgb5_a1_2d_array
>   dEQP-GLES3.functional.texture.specification.teximage3d_pbo.rgb5_a1_3d
>   dEQP-GLES3.functional.texture.specification.texsubimage3d_pbo.rgba4_2d_array
>   dEQP-GLES3.functional.texture.specification.texsubimage3d_pbo.rgba4_3d
>   dEQP-GLES3.functional.texture.specification.texsubimage3d_pbo.rgb5_a1_2d_array
>   dEQP-GLES3.functional.texture.specification.texsubimage3d_pbo.rgb5_a1_3d
> Signed-off-by: Gert Wollny <gw.fossdev at gmail.com>

Seems sane:

Reviewed-by: Dave Airlie <airlied at redhat.com>


More information about the mesa-dev mailing list