Re: [Mesa-dev] Switching to the GL 4.4 sRGB rules for glBlitFramebuffer().

2016-08-08 Thread Ian Romanick
Patches 1 through 5 and 7 through 9 are Reviewed-by: Ian Romanick I sent one trivial comment on patch 9. On 08/04/2016 04:14 PM, Kenneth Graunke wrote: > Hello, > > This combined patch series updates both Piglit and Mesa to implement > the modern GL 4.4+ rules for sRGB encoding/decoding in Bli

[Mesa-dev] Switching to the GL 4.4 sRGB rules for glBlitFramebuffer().

2016-08-04 Thread Kenneth Graunke
Hello, This combined patch series updates both Piglit and Mesa to implement the modern GL 4.4+ rules for sRGB encoding/decoding in BlitFramebuffer(). The new GL 4.4 rules make it possible to match the behavior of ES 3.x (always encode and decode), and the old behavior (never encode or decode). If