nvc0: implement multisampled images on Maxwell+
authorRhys Perry <pendingchaos02@gmail.com>
Wed, 4 Jul 2018 09:21:41 +0000 (10:21 +0100)
committerKarol Herbst <kherbst@redhat.com>
Wed, 4 Jul 2018 14:04:23 +0000 (16:04 +0200)
commitc2ae9b4052701f8fde47947acb9ee47a878e1409
tree7965e7ace9319ad8502a21efc08f8adf9631759c
parent2d5ddbe960f7c62a8f00d5e800925865f115970f
nvc0: implement multisampled images on Maxwell+

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 <pendingchaos02@gmail.com>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_gm107.cpp
src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp
src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.h
src/gallium/drivers/nouveau/nv50/nv50_resource.h
src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
src/gallium/drivers/nouveau/nvc0/nvc0_tex.c