Re: [Mesa-dev] [PATCH] nvc0: Remove duplicate logic from nvc0_set_framebuffer_state()

2016-02-14 Thread Samuel Pitoiset
This change can also be applied to nv50_set_framebuffer_state(). On 02/14/2016 01:46 PM, Edward O'Callaghan wrote: We already have this logic in the gallium/util functions so lets reduce some entropy while here. N.B., untested as I don't currently have access to this hw. Signed-off-by: Edward

[Mesa-dev] [PATCH] nvc0: Remove duplicate logic from nvc0_set_framebuffer_state()

2016-02-14 Thread Edward O'Callaghan
We already have this logic in the gallium/util functions so lets reduce some entropy while here. N.B., untested as I don't currently have access to this hw. Signed-off-by: Edward O'Callaghan --- src/gallium/drivers/nouveau/nvc0/nvc0_state.c | 13 + 1 file changed, 1 insertion(+), 12