Re: [Mesa-dev] [PATCH] st/mesa: make winsys fbo sRGB-capable when supported

2014-03-03 Thread Chia-I Wu
On Mon, Mar 3, 2014 at 6:06 PM, Michel Dänzer wrote: > On Mon, 2014-03-03 at 16:22 +0800, Chia-I Wu wrote: >> The texture formats of winsys fbo are always linear becase the st manager >> (st/dri for example) could not know the colorspace used. But it does not >> mean >> that we cannot make the f

Re: [Mesa-dev] [PATCH] st/mesa: make winsys fbo sRGB-capable when supported

2014-03-03 Thread Michel Dänzer
On Mon, 2014-03-03 at 16:22 +0800, Chia-I Wu wrote: > The texture formats of winsys fbo are always linear becase the st manager > (st/dri for example) could not know the colorspace used. But it does not mean > that we cannot make the fbo sRGB-capable. By > > - setting rb->Visual.sRGBCapable to