Re: [Mesa-dev] [PATCH v2] nvc0: implement multisampled images on Maxwell+

2018-07-04 Thread Karol Herbst
it passes all the CTS tests, which is good :) Thanks! Reviewed-by: Karol Herbst On Wed, Jul 4, 2018 at 11:21 AM, Rhys Perry wrote: > Changes in v2: > - make loadSuInfo32() protected without making the rest protected > - move NVC0_SU_INFO_* into nv50_ir_lowering_nvc0.h instead of duplicating >

[Mesa-dev] [PATCH v2] nvc0: implement multisampled images on Maxwell+

2018-07-04 Thread Rhys Perry
Changes in v2: - make loadSuInfo32() protected without making the rest protected - move NVC0_SU_INFO_* into nv50_ir_lowering_nvc0.h instead of duplicating NVC0_SU_INFO_MS Signed-off-by: Rhys Perry --- .../nouveau/codegen/nv50_ir_lowering_gm107.cpp | 13 + .../nouveau/codegen/nv50_i