Mesa (master): vc4: fix build

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Apr 15 22:30:56 UTC 2019


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

Author: Rhys Perry <pendingchaos02 at gmail.com>
Date:   Mon Apr 15 23:11:49 2019 +0100

vc4: fix build

Signed-off-by: Rhys Perry <pendingchaos02 at gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
Fixes: 5131b7a43f8488a7 ('gallium: add support for formatted image loads')

---

 src/gallium/drivers/vc4/vc4_screen.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/drivers/vc4/vc4_screen.c b/src/gallium/drivers/vc4/vc4_screen.c
index ca9471fe5cb..5fc8c35f8a9 100644
--- a/src/gallium/drivers/vc4/vc4_screen.c
+++ b/src/gallium/drivers/vc4/vc4_screen.c
@@ -296,7 +296,6 @@ vc4_screen_get_shader_param(struct pipe_screen *pscreen,
         case PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERS:
         case PIPE_SHADER_CAP_MAX_HW_ATOMIC_COUNTERS:
         case PIPE_SHADER_CAP_MAX_HW_ATOMIC_COUNTER_BUFFERS:
-        case PIPE_SHADER_CAP_IMAGE_LOAD_FORMATTED:
                 return 0;
         case PIPE_SHADER_CAP_SCALAR_ISA:
                 return 1;




More information about the mesa-commit mailing list