mesa: add support for GL_INTEL_conservative_rasterization

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Chris Forbes <chrisforbes@google.com>
This commit is contained in:
Lionel Landwerlin
2016-11-30 14:47:41 +00:00
parent 0ff74a8990
commit 039d836d6e
13 changed files with 129 additions and 7 deletions

View File

@@ -116,6 +116,12 @@ typedef struct shader_info {
* ARB_shader_image_load_store.
*/
bool early_fragment_tests;
/**
* Defined by INTEL_conservative_rasterization.
*/
bool inner_coverage;
bool post_depth_coverage;
/** gl_FragDepth layout for ARB_conservative_depth. */