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

2016-04-02 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

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

2016-03-29 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

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

2016-03-26 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