mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-27 11:00:37 +02:00
Revert "mesa: Enable NV_texture_barrier in GLES2+"
Fixes failing skqp GLES test:
- gles_lcdblendmodes
This reverts commit c7da969f8f.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22403>
This commit is contained in:
parent
900d622d8e
commit
fe96bb8dcc
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<OpenGLAPI>
|
||||
|
||||
<category name="GL_NV_texture_barrier" number="381" es2="2.0">
|
||||
<category name="GL_NV_texture_barrier" number="381">
|
||||
<function name="TextureBarrierNV" exec="dlist" />
|
||||
</category>
|
||||
|
||||
|
|
|
|||
|
|
@ -421,7 +421,7 @@ EXT(NV_shader_atomic_float , NV_shader_atomic_float
|
|||
EXT(NV_shader_atomic_int64 , NV_shader_atomic_int64 , GLL, GLC, x , x , 2014)
|
||||
EXT(NV_shader_noperspective_interpolation , EXT_gpu_shader4 , x , x , x , 30, 2014)
|
||||
EXT(NV_texgen_reflection , dummy_true , GLL, x , x , x , 1999)
|
||||
EXT(NV_texture_barrier , NV_texture_barrier , GLL, GLC, x , ES2, 2009)
|
||||
EXT(NV_texture_barrier , NV_texture_barrier , GLL, GLC, x , x , 2009)
|
||||
EXT(NV_texture_env_combine4 , NV_texture_env_combine4 , GLL, x , x , x , 1999)
|
||||
EXT(NV_texture_rectangle , NV_texture_rectangle , GLL, x , x , x , 2000)
|
||||
EXT(NV_vdpau_interop , NV_vdpau_interop , GLL, GLC, x , x , 2010)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue