summaryrefslogtreecommitdiff
path: root/assembler/brw_eu.h
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2013-01-19 17:05:48 +0000
committerDamien Lespiau <damien.lespiau@intel.com>2013-03-04 15:54:37 +0000
commit609a8453fb907041db52e8e029bc33f6bd49d907 (patch)
treee431f7fbdab8b94c867d11739c9bb2df156ed15c /assembler/brw_eu.h
parent3ee5808d63be8c9604849b491d64e692315e8470 (diff)
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>
Diffstat (limited to 'assembler/brw_eu.h')
-rw-r--r--assembler/brw_eu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/assembler/brw_eu.h b/assembler/brw_eu.h
index 262a40bc..f3e99faa 100644
--- a/assembler/brw_eu.h
+++ b/assembler/brw_eu.h
@@ -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"