[Mesa-dev] [PATCH] gallium: rename ZS stencil type to UINT (v2)

Dave Airlie airlied at gmail.com
Tue Oct 11 07:38:29 PDT 2011


On Tue, Oct 11, 2011 at 3:33 PM, Jose Fonseca <jfonseca at vmware.com> wrote:
> Makes sense and looks good.
>
> Did you use a sed/vim script for this, and could you post it? That would save me some time replicating this change in some internal repos we have.
>

I'd love to say I did, but I can't remember how I did the initial run,
but I did it on a laptop I've since git clean -fdx one time too many.

It shouldn't be too hard I think its 3 main regexps,

S8_USCALED/S8_UINT
s_8uscaled/s_8uint
S8X24_USCALED/S8X24_UINT

 then added the python script change and up types in u_format.csv

Dave.


More information about the mesa-dev mailing list