Mesa (master): mesa: expose AMD_query_buffer_object

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Aug 24 04:38:05 UTC 2018


Module: Mesa
Branch: master
Commit: 5c9009103633a9957133ba41cbf8eb046c809675
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c9009103633a9957133ba41cbf8eb046c809675

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Mon Aug  6 02:26:09 2018 -0400

mesa: expose AMD_query_buffer_object

it's a subset of the ARB extension.

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

---

 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 cf3bb80cea..c0132311a2 100644
--- a/docs/relnotes/18.3.0.html
+++ b/docs/relnotes/18.3.0.html
@@ -54,6 +54,7 @@ Note: some of the new features are only available with certain drivers.
 <li>GL_AMD_framebuffer_multisample_advanced on radeonsi.</li>
 <li>GL_AMD_gpu_shader_int64 on i965, nvc0, radeonsi.</li>
 <li>GL_AMD_multi_draw_indirect on all GL 4.x drivers.</li>
+<li>GL_AMD_query_buffer_object on i965, nvc0, r600, radeonsi.</li>
 <li>GL_EXT_window_rectangles on radeonsi.</li>
 </ul>
 
diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h
index 69d7b3a59c..8a42fa0b2d 100644
--- a/src/mesa/main/extensions_table.h
+++ b/src/mesa/main/extensions_table.h
@@ -15,6 +15,7 @@ EXT(AMD_gpu_shader_int64                    , ARB_gpu_shader_int64
 EXT(AMD_multi_draw_indirect                 , ARB_draw_indirect                      , GLL, GLC,  x ,  x , 2011)
 EXT(AMD_performance_monitor                 , AMD_performance_monitor                , GLL, GLC,  x , ES2, 2007)
 EXT(AMD_pinned_memory                       , AMD_pinned_memory                      , GLL, GLC,  x ,  x , 2013)
+EXT(AMD_query_buffer_object                 , ARB_query_buffer_object                , GLL, GLC,  x ,  x , 2012)
 EXT(AMD_seamless_cubemap_per_texture        , AMD_seamless_cubemap_per_texture       , GLL, GLC,  x ,  x , 2009)
 EXT(AMD_shader_stencil_export               , ARB_shader_stencil_export              , GLL, GLC,  x ,  x , 2009)
 EXT(AMD_shader_trinary_minmax               , dummy_true                             , GLL, GLC,  x ,  x , 2012)




More information about the mesa-commit mailing list