mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
tools/null_state_gen: generate null render state
Generate valid (null) render state for each gen. Output it as a c source file with batch and relocations. v2: noinst and vs_start fixed for BDW GT3 (Damien Lespiau) Acked-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com>
This commit is contained in:
+3
-1
@@ -1,7 +1,9 @@
|
||||
include Makefile.sources
|
||||
|
||||
SUBDIRS = null_state_gen
|
||||
|
||||
if HAVE_DUMPER
|
||||
SUBDIRS = quick_dump
|
||||
SUBDIRS += quick_dump
|
||||
endif
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/lib
|
||||
|
||||
Reference in New Issue
Block a user