From: Marek Olšák <[email protected]>
This is needed for exposing the samplerBuffer functions under
EXT_gpu_shader4.
v2: - expose it in the compat profile only
- make it an alias of EXT_gpu_shader4
Reviewed-by: Timothy Arceri <[email protected]> (v1)
---
docs/relnotes/18.3.0.html | 1 +
src/mesa/main/extensions_table.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/docs/relnotes/18.3.0.html b/docs/relnotes/18.3.0.html
index ac2cc1e893b..3bb6e253252 100644
--- a/docs/relnotes/18.3.0.html
+++ b/docs/relnotes/18.3.0.html
@@ -45,20 +45,21 @@ TBD.
<h2>New features</h2>
<p>
Note: some of the new features are only available with certain drivers.
</p>
<ul>
<li>GL_AMD_framebuffer_multisample_advanced on radeonsi.</li>
+<li>GL_EXT_texture_buffer_object on i965, nv50, nvc0, r600, radeonsi.</li>
<li>GL_EXT_window_rectangles on radeonsi.</li>
</ul>
<h2>Bug fixes</h2>
<ul>
<li>TBD</li>
</ul>
<h2>Changes</h2>
diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h
index af5ce118da4..af5edb35051 100644
--- a/src/mesa/main/extensions_table.h
+++ b/src/mesa/main/extensions_table.h
@@ -264,20 +264,21 @@ EXT(EXT_shadow_funcs , ARB_shadow
EXT(EXT_stencil_two_side , EXT_stencil_two_side
, GLL, x , x , x , 2001)
EXT(EXT_stencil_wrap , dummy_true
, GLL, x , x , x , 2002)
EXT(EXT_subtexture , dummy_true
, GLL, x , x , x , 1995)
EXT(EXT_tessellation_point_size , ARB_tessellation_shader
, x , x , x , 31, 2013)
EXT(EXT_tessellation_shader , ARB_tessellation_shader
, x , x , x , 31, 2013)
EXT(EXT_texture , dummy_true
, GLL, x , x , x , 1996)
EXT(EXT_texture3D , dummy_true
, GLL, x , x , x , 1996)
EXT(EXT_texture_array , EXT_texture_array
, GLL, GLC, x , x , 2006)
EXT(EXT_texture_border_clamp , ARB_texture_border_clamp
, x , x , x , ES2, 2014)
EXT(EXT_texture_buffer , OES_texture_buffer
, x , x , x , 31, 2014)
+EXT(EXT_texture_buffer_object , EXT_gpu_shader4
, GLL, x , x , x , 2007)
EXT(EXT_texture_compression_dxt1 , ANGLE_texture_compression_dxt
, GLL, GLC, ES1, ES2, 2004)
EXT(EXT_texture_compression_latc , EXT_texture_compression_latc
, GLL, x , x , x , 2006)
EXT(EXT_texture_compression_rgtc , ARB_texture_compression_rgtc
, GLL, GLC, x , x , 2004)
EXT(EXT_texture_compression_s3tc , EXT_texture_compression_s3tc
, GLL, GLC, x , x , 2000)
EXT(EXT_texture_cube_map , ARB_texture_cube_map
, GLL, x , x , x , 2001)
EXT(EXT_texture_cube_map_array , OES_texture_cube_map_array
, x , x , x , 31, 2014)
EXT(EXT_texture_edge_clamp , dummy_true
, GLL, x , x , x , 1997)
EXT(EXT_texture_env_add , dummy_true
, GLL, x , x , x , 1999)
EXT(EXT_texture_env_combine , dummy_true
, GLL, x , x , x , 2000)
EXT(EXT_texture_env_dot3 , EXT_texture_env_dot3
, GLL, x , x , x , 2000)
--
2.17.1
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev