mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
freedreno/ir3: fix ir3_cmdline harder
Fixes:45271702ecfreedreno: fix ir3_cmdline build Fixes:7530d4abfcglsl/freedreno/panfrost: pass gl_context to the standalone compiler Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
parent
fafead7b62
commit
53083e4fbc
1 changed files with 2 additions and 2 deletions
|
|
@ -43,6 +43,8 @@
|
|||
#include "ir3/instr-a3xx.h"
|
||||
#include "ir3/ir3.h"
|
||||
|
||||
#include "main/mtypes.h"
|
||||
|
||||
#include "compiler/glsl/standalone.h"
|
||||
#include "compiler/glsl/glsl_to_nir.h"
|
||||
#include "compiler/glsl/gl_nir.h"
|
||||
|
|
@ -51,8 +53,6 @@
|
|||
|
||||
#include "pipe/p_context.h"
|
||||
|
||||
#include "main/mtypes.h"
|
||||
|
||||
static void dump_info(struct ir3_shader_variant *so, const char *str)
|
||||
{
|
||||
uint32_t *bin;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue