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

Jason Ekstrand jason at jlekstrand.net
Wed Feb 14 23:20:56 UTC 2018


rb

On Wed, Feb 14, 2018 at 2:19 PM, Kenneth Graunke <kenneth at whitecape.org>
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/brw_bufmgr.h | 3 ---
>  1 file changed, 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;
>
>     /**
> --
> 2.16.1
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180214/ba454652/attachment.html>


More information about the mesa-dev mailing list