diff options
author | Lionel Landwerlin <[email protected]> | 2016-12-08 11:00:01 +0000 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2016-12-13 16:27:54 +0000 |
commit | 47285d4602e618e498450bf4f5a54690e93f1a29 (patch) | |
tree | faee0ab06afc2412263b92578b032cde00f32784 /src | |
parent | 300d96a4335b842256c2586a8472f0fbadb594f4 (diff) |
extensions: update INTEL_conservative_rasterization dependencies
Suggested by Ilia.
Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/extensions_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h index 9c3b7769672..2de3c598448 100644 --- a/src/mesa/main/extensions_table.h +++ b/src/mesa/main/extensions_table.h @@ -290,7 +290,7 @@ EXT(IBM_texture_mirrored_repeat , dummy_true EXT(INGR_blend_func_separate , EXT_blend_func_separate , GLL, x , x , x , 1999) -EXT(INTEL_conservative_rasterization , INTEL_conservative_rasterization , x , 42, x , 32, 2013) +EXT(INTEL_conservative_rasterization , INTEL_conservative_rasterization , x , GLC, x , 31, 2013) EXT(INTEL_performance_query , INTEL_performance_query , GLL, GLC, x , ES2, 2013) EXT(KHR_blend_equation_advanced , KHR_blend_equation_advanced , GLL, GLC, x , ES2, 2014) |