diff options
author | Lyude <[email protected]> | 2017-05-24 15:42:39 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2017-06-02 23:19:22 -0400 |
commit | 467af445a35014f465e6d9d6de054f031bf381d0 (patch) | |
tree | d1b62e75f1de5edde2ed35f70edf0af54cb700e8 /src/gallium/include/pipe/p_defines.h | |
parent | af788a82d50d0251fe29e205c25a4d29234709ff (diff) |
gallium: Add a cap to check if the driver supports ARB_post_depth_coverage
Reviewed-by: Marek Olšák <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/include/pipe/p_defines.h')
-rw-r--r-- | src/gallium/include/pipe/p_defines.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h index 769c94f32ef..c02bbdb7ee4 100644 --- a/src/gallium/include/pipe/p_defines.h +++ b/src/gallium/include/pipe/p_defines.h @@ -772,6 +772,7 @@ enum pipe_cap PIPE_CAP_TGSI_TES_LAYER_VIEWPORT, PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX, PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION, + PIPE_CAP_POST_DEPTH_COVERAGE, }; #define PIPE_QUIRK_TEXTURE_BORDER_COLOR_SWIZZLE_NV50 (1 << 0) |