i965: Drop EXEC_OBJECT_CAPTURE defines.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 12 Feb 2018 15:14:22 +0000 (07:14 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 15 Feb 2018 23:35:52 +0000 (15:35 -0800)
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 <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/brw_bufmgr.h

index a3745d6667ab8a68bd3595ef6ce3f2e8c99b75fc..005ff19798e88234db49af9803b8c4507b0a3cb6 100644 (file)
@@ -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;
 
    /**