mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +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:
@@ -34,6 +34,7 @@
|
||||
#define BRW_EU_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "brw_context.h"
|
||||
#include "brw_structs.h"
|
||||
#include "brw_defines.h"
|
||||
#include "brw_reg.h"
|
||||
|
||||
Reference in New Issue
Block a user