mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
mesa: Expose EXT_shader_framebuffer_fetch(_non_coherent) on desktop and embedded GL.
Reviewed-by: Plamena Manolova <plamena.manolova@intel.com>
This commit is contained in:
parent
c6c64d4d6a
commit
51562ea7a0
2 changed files with 4 additions and 1 deletions
|
|
@ -48,6 +48,8 @@ Note: some of the new features are only available with certain drivers.
|
|||
<li>GL_ARB_bindless_texture on nvc0/maxwell+</li>
|
||||
<li>GL_EXT_semaphore on radeonsi</li>
|
||||
<li>GL_EXT_semaphore_fd on radeonsi</li>
|
||||
<li>GL_EXT_shader_framebuffer_fetch on i965 on desktop GL (GLES was already supported)</li>
|
||||
<li>GL_EXT_shader_framebuffer_fetch_non_coherent on i965</li>
|
||||
<li>Disk shader cache support for i965 enabled by default</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
|
|
@ -252,7 +252,8 @@ EXT(EXT_semaphore , EXT_semaphore
|
|||
EXT(EXT_semaphore_fd , EXT_semaphore_fd , GLL, GLC, x , ES2, 2017)
|
||||
EXT(EXT_separate_shader_objects , dummy_true , x , x , x , ES2, 2013)
|
||||
EXT(EXT_separate_specular_color , dummy_true , GLL, x , x , x , 1997)
|
||||
EXT(EXT_shader_framebuffer_fetch , EXT_shader_framebuffer_fetch , x , x , x , ES2, 2013)
|
||||
EXT(EXT_shader_framebuffer_fetch , EXT_shader_framebuffer_fetch , GLL, GLC, x , ES2, 2013)
|
||||
EXT(EXT_shader_framebuffer_fetch_non_coherent, EXT_shader_framebuffer_fetch_non_coherent, GLL, GLC, x, ES2, 2018)
|
||||
EXT(EXT_shader_integer_mix , EXT_shader_integer_mix , GLL, GLC, x , 30, 2013)
|
||||
EXT(EXT_shader_io_blocks , dummy_true , x , x , x , 31, 2014)
|
||||
EXT(EXT_shader_samples_identical , EXT_shader_samples_identical , GLL, GLC, x , 31, 2015)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue