diff options
author | Marek Olšák <[email protected]> | 2018-08-05 21:41:11 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-08-24 00:36:18 -0400 |
commit | dae4cf397d8a5d0d060cece1feaf38dc3f623398 (patch) | |
tree | 40eda55b95520d2dd4c28b85dedf68ac777d2662 /docs/relnotes/18.3.0.html | |
parent | 263c962cfdee6b43578ee5f28601309ea77d1434 (diff) |
st/mesa: expose EXT_disjoint_timer_query
same cap as ARB_timer_query, no changes needed, tested by piglit
Diffstat (limited to 'docs/relnotes/18.3.0.html')
-rw-r--r-- | docs/relnotes/18.3.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/18.3.0.html b/docs/relnotes/18.3.0.html index 62fd93a8326..6aeb8051dc1 100644 --- a/docs/relnotes/18.3.0.html +++ b/docs/relnotes/18.3.0.html @@ -55,6 +55,7 @@ Note: some of the new features are only available with certain drivers. <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_disjoint_timer_query on radeonsi and most other Gallium drivers (ES extension)</li> <li>GL_EXT_vertex_attrib_64bit on i965, nvc0, radeonsi.</li> <li>GL_EXT_window_rectangles on radeonsi.</li> </ul> |