[Mesa-dev] [PATCH 2/3] clover: stdify compat::vector a little more
EdB
edb+mesa at sigluy.net
Mon Aug 18 03:15:08 PDT 2014
On Monday, August 18, 2014 09:29:02 AM Francisco Jerez wrote:
> EdB <edb+mesa at sigluy.net> writes:
> > make resize work like std::vector
> > reserve take advantage of capacity
> > rename members to be uniform with other class
> > ---
> >
> > src/gallium/state_trackers/clover/core/module.cpp | 2 +-
> > src/gallium/state_trackers/clover/util/compat.hpp | 113
> > +++++++++++++++------- 2 files changed, 78 insertions(+), 37
> > deletions(-)
>
> This could be a *lot* simpler, see attachment.
Looks good to me.
Thanks
More information about the mesa-dev
mailing list