From 18c2e09dc747bb4290e9c37bab1f8e039c6c8c7e Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Wed, 31 Jul 2019 15:47:34 -0700 Subject: [PATCH] gallium: Implement GL_EXT_shader_samples_identical via a new capability MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- docs/relnotes/19.2.0.html | 1 + src/gallium/auxiliary/util/u_screen.c | 1 + src/gallium/docs/source/screen.rst | 1 + src/gallium/drivers/iris/iris_screen.c | 1 + src/gallium/drivers/radeonsi/si_get.c | 1 + src/gallium/include/pipe/p_defines.h | 1 + src/mesa/state_tracker/st_extensions.c | 1 + 7 files changed, 7 insertions(+) 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.