Re: [Mesa-dev] [PATCH 2/2] nouveau: always enable at least one RC

2016-08-27 Thread Ilia Mirkin
On Sat, Aug 27, 2016 at 8:01 PM, Ilia Mirkin wrote: > Experimentally, this is required for glxgears and others to display the > proper colors. > > Signed-off-by: Ilia Mirkin > --- > src/mesa/drivers/dri/nouveau/nv20_state_frag.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --

[Mesa-dev] [PATCH 2/2] nouveau: always enable at least one RC

2016-08-27 Thread Ilia Mirkin
Experimentally, this is required for glxgears and others to display the proper colors. Signed-off-by: Ilia Mirkin --- src/mesa/drivers/dri/nouveau/nv20_state_frag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/nouveau/nv20_state_frag.c b/src/mesa/driv