From: Kenneth Graunke Date: Wed, 31 Jul 2019 22:47:34 +0000 (-0700) Subject: gallium: Implement GL_EXT_shader_samples_identical via a new capability X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=18c2e09dc747bb4290e9c37bab1f8e039c6c8c7e;p=mesa.git gallium: Implement GL_EXT_shader_samples_identical via a new capability This exposes the textureSamplesIdenticalEXT function in GLSL. We enable it for iris and radeonsi, because their compilers already have support for this. Tested on Intel Kabylake and AMD Vega 64. Reviewed-by: Marek Olšák --- diff --git a/docs/relnotes/19.2.0.html b/docs/relnotes/19.2.0.html index 20eb8d3d04f..2d1c39a81af 100644 --- a/docs/relnotes/19.2.0.html +++ b/docs/relnotes/19.2.0.html @@ -40,6 +40,7 @@ TBD.