[Mesa-dev] [PATCH 1/5] i965/miptree: More comments for BRW_MAP_DIRECT_BIT
Chad Versace
chad.versace at intel.com
Fri Sep 25 14:27:06 PDT 2015
On Fri 25 Sep 2015, Anuj Phogat wrote:
> 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'
Ok. I squashed the typo fix into this patch.
More information about the mesa-dev
mailing list