Support Conservative Depth as a fallback for EarlyZ

Allows Mesa based drivers to support ZCompLoc
This commit is contained in:
Scott Mansell
2015-10-18 00:43:22 +13:00
parent 4d3d947efc
commit e7b2a22225
4 changed files with 50 additions and 10 deletions

View File

@ -50,6 +50,8 @@ struct VideoConfig
ES_TEXBUF_TYPE SupportedESTextureBuffer;
bool bSupports2DTextureStorage;
bool bSupports3DTextureStorage;
bool bSupportsEarlyFragmentTests;
bool bSupportsConservativeDepth;
const char* gl_vendor;
const char* gl_renderer;