diff options
author | Kenneth Graunke <[email protected]> | 2018-02-12 07:14:22 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2018-02-15 15:35:52 -0800 |
commit | 4dee8f0548e5ace53fede421e4d97ff840ca287c (patch) | |
tree | aab0b522a061ec510d026c5864e6342c7c0ca3d7 /src | |
parent | 78673b614b01a8a416367db23937743c0e1aaa36 (diff) |
i965: Drop EXEC_OBJECT_CAPTURE defines.
These only existed to avoid making people update libdrm for new uABI
headers. A while ago we imported those headers into the Mesa repo,
so the dependency is gone and these are no longer useful.
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_bufmgr.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_bufmgr.h b/src/mesa/drivers/dri/i965/brw_bufmgr.h index a3745d6667a..005ff19798e 100644 --- a/src/mesa/drivers/dri/i965/brw_bufmgr.h +++ b/src/mesa/drivers/dri/i965/brw_bufmgr.h @@ -120,9 +120,6 @@ struct brw_bo { int refcount; const char *name; -#ifndef EXEC_OBJECT_CAPTURE -#define EXEC_OBJECT_CAPTURE (1<<7) -#endif uint64_t kflags; /** |