Re: [Mesa-dev] [PATCH] i965: Drop EXEC_OBJECT_CAPTURE defines.

2018-02-14 Thread Jason Ekstrand
rb On Wed, Feb 14, 2018 at 2:19 PM, Kenneth Graunke wrote: > 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. > --- > src/mesa/drivers/dri/i965/b

[Mesa-dev] [PATCH] i965: Drop EXEC_OBJECT_CAPTURE defines.

2018-02-14 Thread Kenneth Graunke
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. --- src/mesa/drivers/dri/i965/brw_bufmgr.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/me