diff options
author | Indrajit Kumar Das <[email protected]> | 2020-04-21 16:00:14 +0530 |
---|---|---|
committer | Indrajit Kumar Das <[email protected]> | 2020-04-23 12:02:45 +0530 |
commit | ede36a2efe4d40c0ec81f465fdde761a7c335290 (patch) | |
tree | 724b39cd740e1de97fc37533369f9f1cd8881dd8 /src/mesa/main/multisample.h | |
parent | d82f0572180a0d3f4bb87cf49c325439d38ab6e3 (diff) |
mesa: add support for AlphaToCoverageDitherControlNV
Reviewed-by: Marek Olšák <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4543>
Diffstat (limited to 'src/mesa/main/multisample.h')
-rw-r--r-- | src/mesa/main/multisample.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/main/multisample.h b/src/mesa/main/multisample.h index 49683cacdc9..9cd4724947a 100644 --- a/src/mesa/main/multisample.h +++ b/src/mesa/main/multisample.h @@ -58,4 +58,10 @@ _mesa_check_sample_count(struct gl_context *ctx, GLenum target, GLenum internalFormat, GLsizei samples, GLsizei storageSamples); +extern void GLAPIENTRY +_mesa_AlphaToCoverageDitherControlNV_no_error(GLenum mode); + +extern void GLAPIENTRY +_mesa_AlphaToCoverageDitherControlNV(GLenum mode); + #endif |