nv50: add support for PIPE_CAP_SAMPLE_SHADING

Graphics / Mesa 3D Graphics Library / Mesa - Ilia Mirkin [alum.mit.edu] - 26 April 2014 10:53 UTC

f715a0a nv50: add support for PIPE_CAP_SAMPLE_SHADING
src/gallium/drivers/nouveau/codegen/nv50_ir.h | 1 +
.../drivers/nouveau/codegen/nv50_ir_driver.h | 3 +-
.../drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp | 7 +++-
.../nouveau/codegen/nv50_ir_lowering_nv50.cpp | 12 +++++++
.../drivers/nouveau/codegen/nv50_ir_print.cpp | 1 +
.../nouveau/codegen/nv50_ir_target_nv50.cpp | 2 ++
src/gallium/drivers/nouveau/nv50/nv50_context.h | 7 +++-
src/gallium/drivers/nouveau/nv50/nv50_program.c | 6 +++-
src/gallium/drivers/nouveau/nv50/nv50_program.h | 2 ++
src/gallium/drivers/nouveau/nv50/nv50_screen.c | 2 +-
.../drivers/nouveau/nv50/nv50_shader_state.c | 13 +++++++
src/gallium/drivers/nouveau/nv50/nv50_state.c | 12 +++++++
.../drivers/nouveau/nv50/nv50_state_validate.c | 36 ++++++++++++++++++--
src/gallium/drivers/nouveau/nv50/nv50_surface.c | 11 +++++-
14 files changed, 107 insertions(+), 8 deletions(-)

Upstream: cgit.freedesktop.org


  • Share