bleh, just noticed a big error on this I forgot to send. will send v2
in just a little bit.

On Tue, 2017-05-23 at 15:00 -0400, Lyude wrote:
> 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 a cap to check if the driver supports
>     ARB_post_depth_coverage
>   gallium: Add TGSI shader token for 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/docs/source/screen.rst                        | 2 ++
>  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                | 6 +++++-
>  28 files changed, 40 insertions(+), 1 deletion(-)
> 
-- 
Cheers,
        Lyude
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to