Re: [Mesa-dev] [PATCH 0/7] Fix handling of 8-bits-per-channel SRGB and SNORM formats

2014-07-22 Thread Richard Sandiford
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 >

Re: [Mesa-dev] [PATCH 0/7] Fix handling of 8-bits-per-channel SRGB and SNORM formats

2014-07-21 Thread Marek Olšák
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

[Mesa-dev] [PATCH 0/7] Fix handling of 8-bits-per-channel SRGB and SNORM formats

2014-07-21 Thread Richard Sandiford
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