mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 21:02:59 +00:00
assembler: Introduce struct brw_context
A lot of the mesa code use struct brw_context to get the GPU generation and various information. Let's stub this structure and initialize it ourselves to be able to resuse mesa's code untouched. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
@@ -11,6 +11,8 @@ gram.h: gram.c
|
||||
|
||||
intel_gen4asm_SOURCES = \
|
||||
brw_compat.h \
|
||||
brw_context.c \
|
||||
brw_context.h \
|
||||
ralloc.c \
|
||||
ralloc.h \
|
||||
brw_defines.h \
|
||||
|
||||
Reference in New Issue
Block a user