[Mesa-dev] [PATCH 5/9] i915: Remove prototype for nonexistent brw_miptree_layout

Anuj Phogat anuj.phogat at gmail.com
Thu Sep 10 11:53:45 PDT 2015


On Wed, Sep 9, 2015 at 7:18 PM, Ian Romanick <idr at freedesktop.org> wrote:

> From: Ian Romanick <ian.d.romanick at intel.com>
>
> Hasn't existed in the i915 source since the i915 and i965 drivers parted
> ways.
>
> Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
> ---
>  src/mesa/drivers/dri/i915/intel_mipmap_tree.h | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/src/mesa/drivers/dri/i915/intel_mipmap_tree.h
> b/src/mesa/drivers/dri/i915/intel_mipmap_tree.h
> index d711a29..f6ed717 100644
> --- a/src/mesa/drivers/dri/i915/intel_mipmap_tree.h
> +++ b/src/mesa/drivers/dri/i915/intel_mipmap_tree.h
> @@ -344,8 +344,6 @@ intel_miptree_copy_teximage(struct intel_context
> *intel,
>   */
>  void i915_miptree_layout(struct intel_mipmap_tree *mt);
>  void i945_miptree_layout(struct intel_mipmap_tree *mt);
> -void brw_miptree_layout(struct intel_context *intel,
> -                       struct intel_mipmap_tree *mt);
>
>  void *intel_miptree_map_raw(struct intel_context *intel,
>                              struct intel_mipmap_tree *mt);
> --
> 2.1.0
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>

Reviewed-by: Anuj Phogat <anuj.phogat at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150910/86e8bc21/attachment-0001.html>


More information about the mesa-dev mailing list