Review comments sent; you should also add a separate patch that marks off ARB_viewport_array in GL3.txt and adds it to relnotes for 10.3.
On Sat, Jun 14, 2014 at 10:41 AM, Tobias Klausmann <[email protected]> wrote: > This patch-series implements the ARB_viewport_array for nvc0 and does > a little house-cleanig afterwords. > > Tobias Klausmann (3): > nvc0: implement multiple viewports/scissors, enable ARB_viewport_array > nvc0: mark scissor in nvc0_clear_{} > nv50/ir: Remove NV50_SEMANTIC_VIEWPORTINDEX and its last consumer > > .../drivers/nouveau/codegen/nv50_ir_driver.h | 1 - > .../nouveau/codegen/nv50_ir_target_nv50.cpp | 1 - > src/gallium/drivers/nouveau/nvc0/nvc0_context.h | 7 +- > src/gallium/drivers/nouveau/nvc0/nvc0_program.c | 2 +- > src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 20 ++-- > src/gallium/drivers/nouveau/nvc0/nvc0_screen.h | 3 + > src/gallium/drivers/nouveau/nvc0/nvc0_state.c | 27 ++++- > .../drivers/nouveau/nvc0/nvc0_state_validate.c | 121 > +++++++++++++-------- > src/gallium/drivers/nouveau/nvc0/nvc0_surface.c | 3 + > 9 files changed, 120 insertions(+), 65 deletions(-) > > -- > 1.8.4.5 > _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
