diff options
author | Jason Ekstrand <[email protected]> | 2016-08-08 17:48:36 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-08-19 03:11:29 -0700 |
commit | 949a89202621eb73e9f9d4c7b452d9bf9afbfd40 (patch) | |
tree | 52de0ff571718c76eaa501d95227ed7b54f21619 /src/mesa/drivers/dri/i965/intel_syncobj.c | |
parent | 8455f9430f4aed84ab184f39ce5c4e779bc9dcb3 (diff) |
i965: Roll intel_reg.h into brw_defines.h
More than half of the stuff in intel_reg.h had nothing whatsoever to do
with registers and really belongs in brw_defines.h anyway.
Signed-off-by: Jason Ekstrand <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/intel_syncobj.c')
-rw-r--r-- | src/mesa/drivers/dri/i965/intel_syncobj.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_syncobj.c b/src/mesa/drivers/dri/i965/intel_syncobj.c index 20c58d36c63..aaf0094da16 100644 --- a/src/mesa/drivers/dri/i965/intel_syncobj.c +++ b/src/mesa/drivers/dri/i965/intel_syncobj.c @@ -42,7 +42,6 @@ #include "brw_context.h" #include "intel_batchbuffer.h" -#include "intel_reg.h" struct brw_fence { struct brw_context *brw; |