diff options
author | Erik Faye-Lund <[email protected]> | 2018-11-09 17:39:25 +0100 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2018-11-09 17:39:25 +0100 |
commit | b55af392d9e81e6c1e06536c22d434f275c429f4 (patch) | |
tree | d8e66762f15643db2c649f914a9f899ace1c2f6a /src/mesa/main/extensions_table.h | |
parent | cf8b271cbe69d8ac9013cc46e6f1d37ead0bc229 (diff) |
Revert "mesa: expose NV_conditional_render on GLES"
This reverts commit 5213be9fab72548c799b30e320dd1b257534f096.
Diffstat (limited to 'src/mesa/main/extensions_table.h')
-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 04a319271e0..a516a1b17f8 100644 --- a/src/mesa/main/extensions_table.h +++ b/src/mesa/main/extensions_table.h @@ -345,7 +345,7 @@ EXT(MESA_ycbcr_texture , MESA_ycbcr_texture EXT(NVX_gpu_memory_info , NVX_gpu_memory_info , GLL, GLC, x , x , 2013) EXT(NV_blend_square , dummy_true , GLL, x , x , x , 1999) -EXT(NV_conditional_render , NV_conditional_render , GLL, GLC, x , ES2, 2008) +EXT(NV_conditional_render , NV_conditional_render , GLL, GLC, x , x , 2008) EXT(NV_conservative_raster , NV_conservative_raster , GLL, GLC, ES1, ES2, 2015) EXT(NV_conservative_raster_dilate , NV_conservative_raster_dilate , GLL, GLC, ES1, ES2, 2015) EXT(NV_conservative_raster_pre_snap , NV_conservative_raster_pre_snap , GLL, GLC, ES1, ES2, 2017) |