Marek Olšák writes:
> Hi Richard,
>
> For anything that changes the shared core code in src/gallium, the
> commit message prefix should be "gallium:". You can also use
> "gallium/util:" if you just change auxiliary/util.
>
> For anything that changes src/mesa/state_tracker, the prefix should be
>
Hi Richard,
For anything that changes the shared core code in src/gallium, the
commit message prefix should be "gallium:". You can also use
"gallium/util:" if you just change auxiliary/util.
For anything that changes src/mesa/state_tracker, the prefix should be
"st/mesa:".
For anything that chan
Similar to the L/A and R/G series I just posted, this one fixes the SNORM
and SRGB formats. The UNORM ones were done last year as part of the
original big-endian work.
Richard Sandiford (7):
util: Add PIPE_FORMAT_x8B8G8R8_SNORM formats
util: Define PIPE_FORMAT_xyzw_{SNORM,SRGB} alias