[Mesa-dev] [PATCH 1/5] i965/miptree: More comments for BRW_MAP_DIRECT_BIT

Anuj Phogat anuj.phogat at gmail.com
Fri Sep 25 12:44:54 PDT 2015


On Fri, Sep 25, 2015 at 12:05 PM, Chad Versace <chad.versace at intel.com> wrote:
> Clarify that this bit extends the set of GL_MAP_*_BIT enums.
> ---
>  src/mesa/drivers/dri/i965/intel_mipmap_tree.h | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/src/mesa/drivers/dri/i965/intel_mipmap_tree.h b/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
> index c28162a..a65dae9 100644
> --- a/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
> +++ b/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
> @@ -64,6 +64,8 @@ struct intel_resolve_map;
>  struct intel_texture_image;
>
>  /**
> + * This bit extends the set of GL_MAP_*_BIT enums.
> + *
>   * When calling intel_miptree_map() on an ETC-transcoded-to-RGB miptree or a
>   * depthstencil-split-to-separate-stencil miptree, we'll normally make a
>   * tmeporary and recreate the kind of data requested by Mesa core, since we're
While you're here fix the typo in 'tmeporary'
> --
> 2.5.0.342.g44e0223
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list