From: Kenneth Graunke Date: Mon, 12 Feb 2018 15:14:22 +0000 (-0800) Subject: i965: Drop EXEC_OBJECT_CAPTURE defines. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4dee8f0548e5ace53fede421e4d97ff840ca287c;p=mesa.git 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 --- 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; /**