[Mesa-dev] [PATCH v4 0/4] ARB_post_depth_coverage for nvc0
Lyude
lyude at redhat.com
Wed May 24 19:42:37 UTC 2017
This is a patch series to add support for ARB_post_depth_coverage in nvc0,
along with the required bits for gallium, tgsi, and mesa's state tracker.
Lyude (4):
gallium: Add TGSI shader token for ARB_post_depth_coverage
gallium: Add a cap to check if the driver supports
ARB_post_depth_coverage
st/mesa: Add support for ARB_post_depth_coverage
nv50/ir, nvc0: Add support for ARB_post_depth_coverage
docs/relnotes/17.2.0.html | 1 +
src/gallium/auxiliary/tgsi/tgsi_strings.c | 1 +
src/gallium/docs/source/screen.rst | 2 ++
src/gallium/docs/source/tgsi.rst | 7 +++++++
src/gallium/drivers/etnaviv/etnaviv_screen.c | 1 +
src/gallium/drivers/freedreno/freedreno_screen.c | 1 +
src/gallium/drivers/i915/i915_screen.c | 1 +
src/gallium/drivers/llvmpipe/lp_screen.c | 1 +
src/gallium/drivers/nouveau/codegen/nv50_ir_driver.h | 1 +
src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp | 3 +++
src/gallium/drivers/nouveau/nv30/nv30_screen.c | 1 +
src/gallium/drivers/nouveau/nv50/nv50_screen.c | 1 +
src/gallium/drivers/nouveau/nvc0/nvc0_3d.xml.h | 2 ++
src/gallium/drivers/nouveau/nvc0/nvc0_program.c | 1 +
src/gallium/drivers/nouveau/nvc0/nvc0_program.h | 1 +
src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 1 +
src/gallium/drivers/nouveau/nvc0/nvc0_screen.h | 1 +
src/gallium/drivers/nouveau/nvc0/nvc0_shader_state.c | 5 +++++
src/gallium/drivers/r300/r300_screen.c | 1 +
src/gallium/drivers/r600/r600_pipe.c | 1 +
src/gallium/drivers/radeonsi/si_pipe.c | 1 +
src/gallium/drivers/softpipe/sp_screen.c | 1 +
src/gallium/drivers/svga/svga_screen.c | 1 +
src/gallium/drivers/swr/swr_screen.cpp | 1 +
src/gallium/drivers/vc4/vc4_screen.c | 1 +
src/gallium/drivers/virgl/virgl_screen.c | 1 +
src/gallium/include/pipe/p_defines.h | 1 +
src/gallium/include/pipe/p_shader_tokens.h | 1 +
src/mesa/state_tracker/st_extensions.c | 1 +
src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 7 ++++++-
30 files changed, 49 insertions(+), 1 deletion(-)
--
2.9.4
More information about the mesa-dev
mailing list