mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 18:40:13 +01:00
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 <jason@jlekstrand.net>
This commit is contained in:
parent
78673b614b
commit
4dee8f0548
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue