Re: [Mesa-dev] [PATCH 05/17] mesa/st: Use _mesa_geometric_ functions appropriately

2016-03-24 Thread Ilia Mirkin
On Thu, Mar 24, 2016 at 8:11 PM, Edward O'Callaghan wrote: > Change references to gl_framebuffer::Width, Height, MaxNumLayers > and Visual::samples to use the _mesa_geometric_ convenience functions > for those places where the geometry of the gl_framebuffer is needed. > This is in contrast to the

[Mesa-dev] [PATCH 05/17] mesa/st: Use _mesa_geometric_ functions appropriately

2016-03-24 Thread Edward O'Callaghan
Change references to gl_framebuffer::Width, Height, MaxNumLayers and Visual::samples to use the _mesa_geometric_ convenience functions for those places where the geometry of the gl_framebuffer is needed. This is in contrast to the geometry of the intersection of the attachments of the gl_framebuffe

Re: [Mesa-dev] [PATCH 05/17] mesa/st: Use _mesa_geometric_ functions appropriately

2016-03-21 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Sat, Mar 19, 2016 at 7:41 AM, Edward O'Callaghan wrote: > Change references to gl_framebuffer::Width, Height, MaxNumLayers > and Visual::samples to use the _mesa_geometric_ convenience functions > for those places where the geometry of the gl_framebuffer is nee

[Mesa-dev] [PATCH 05/17] mesa/st: Use _mesa_geometric_ functions appropriately

2016-03-18 Thread Edward O'Callaghan
Change references to gl_framebuffer::Width, Height, MaxNumLayers and Visual::samples to use the _mesa_geometric_ convenience functions for those places where the geometry of the gl_framebuffer is needed. This is in contrast to the geometry of the intersection of the attachments of the gl_framebuffe