<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Oct 9, 2016 at 1:34 PM, Troy Sobotka <span dir="ltr">&lt;<a href="mailto:troy.sobotka@gmail.com" target="_blank">troy.sobotka@gmail.com</a>&gt;</span> wrote:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-"><br><div class="gmail_quote"><div dir="ltr">On Sun, Oct 9, 2016, 10:22 AM Mike Erwin &lt;<a href="mailto:significant.bit@gmail.com" target="_blank">significant.bit@gmail.com</a>&gt; wrote:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr" class="gmail-m_3122267729955008382gmail_msg"><div class="gmail-m_3122267729955008382gmail_msg">With OpenGL we can render to 8-bits-per-component sRGB and sRGB + alpha buffers internally for things that don&#39;t need deep/HDR color. </div></div></blockquote></div><div><br></div></span><div>This is a bit of a misnomer, so might as well nip it in the bottom...</div><div><br></div><div>There is no such thing as &quot;sRGB&quot;. That is, if you prime a buffer with a series of intensity values, they can represent anything, and it ultimately depends on your context. Both what lights the reference is in *and* the output context.</div><div><br></div><div>So if you fire sRGB values to a high end display or projector that is P3 for example, you get the destination lights at the arbitrary intensity you have set.</div></blockquote><div><br></div><div>Not sure we&#39;re talking about the same thing -- I&#39;m talking about certain intermediate buffers here, not the final buffer that goes to the display. Anything involving real lights or materials will use float intermediate buffers. All intermediate buffers will be composited to the display buffer (possibly smooshing* HDR to SDR at a given exposure), then the final display color transform.</div><div><br class="gmail-Apple-interchange-newline">-- Mike<br></div><div><br></div><div>*what&#39;s the technical term for such smooshing?</div></div></div></div>