[Mesa-dev] [PATCH 1/2] i965: Explicitely handle swizzles for MESA_FORMAT_R_SRGB8

Emil Velikov emil.l.velikov at gmail.com
Thu Nov 22 19:39:46 UTC 2018


Hi Gert,

On 2018/11/22, Gert Wollny wrote:
> The format is emulated by using ISL_FORMAT_L8_SRGB, therefore we need to
> force swizzles for the GBA channels. However, doing this only based on the
> data type GL_RED breaks other formats, therefore, test specifically for the
> format.
> 
> Fixes: 5363869d4971780401b21bb75083ef2518c12be
>   965: Force zero swizzles for unused components in GL_RED and GL_RG
First letter of each sha and commit summary are missing.
Using a git alias should make things a bit easier.

git config --global alias.fixes '!git show $1 -s --pretty="format:%h (\"%s\")%n"'

HTH
Emil


More information about the mesa-dev mailing list