mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
freedreno: fix ir3_cmdline build
Fixes: 7530d4abfc glsl/freedreno/panfrost: pass gl_context to the standalone compiler
Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
parent
d53b1b6215
commit
45271702ec
2 changed files with 3 additions and 0 deletions
|
|
@ -51,6 +51,8 @@
|
||||||
|
|
||||||
#include "pipe/p_context.h"
|
#include "pipe/p_context.h"
|
||||||
|
|
||||||
|
#include "main/mtypes.h"
|
||||||
|
|
||||||
static void dump_info(struct ir3_shader_variant *so, const char *str)
|
static void dump_info(struct ir3_shader_variant *so, const char *str)
|
||||||
{
|
{
|
||||||
uint32_t *bin;
|
uint32_t *bin;
|
||||||
|
|
|
||||||
|
|
@ -214,6 +214,7 @@ files_libfreedreno = files(
|
||||||
)
|
)
|
||||||
|
|
||||||
freedreno_includes = [
|
freedreno_includes = [
|
||||||
|
inc_mesa, inc_mapi,
|
||||||
inc_src, inc_include, inc_gallium, inc_gallium_aux,
|
inc_src, inc_include, inc_gallium, inc_gallium_aux,
|
||||||
inc_freedreno, include_directories('ir3'),
|
inc_freedreno, include_directories('ir3'),
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue