mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 23:50:11 +01:00
It was implemented in 1df871f8ff, but to
really enable it we need to enable PIPE_CAP_DEPTH_BOUNDS_TEST.
v2: Add release notes (Ian).
Suggested-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4540>
5 lines
206 B
Text
5 lines
206 B
Text
GL_ARB_compute_variable_group_size on i965.
|
|
GL_EXT_texture_shadow_lod on radeonsi.
|
|
GL_NV_copy_image on all gallium drivers.
|
|
VK_KHR_shader_non_semantic_info on Intel, RADV.
|
|
GL_EXT_depth_bounds_test on Iris.
|