mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-15 22:08:17 +02:00
vk: Drop dependency on no longer extant header
anv_meta no longer uses GLSL shaders, and the build system no longer converts them to SPIR-V. So remove anv_meta_spirv_autogen.h from Makefile.am.
This commit is contained in:
parent
09ba0a7c05
commit
2fc8122f66
2 changed files with 1 additions and 3 deletions
|
|
@ -85,8 +85,7 @@ VULKAN_SOURCES = \
|
|||
|
||||
BUILT_SOURCES = \
|
||||
anv_entrypoints.h \
|
||||
anv_entrypoints.c \
|
||||
anv_meta_spirv_autogen.h
|
||||
anv_entrypoints.c
|
||||
|
||||
if HAVE_EGL_PLATFORM_WAYLAND
|
||||
BUILT_SOURCES += \
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@
|
|||
#include <fcntl.h>
|
||||
|
||||
#include "anv_private.h"
|
||||
#include "anv_meta_spirv_autogen.h"
|
||||
#include "anv_nir_builder.h"
|
||||
|
||||
static nir_shader *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue