<p dir="ltr"></p>
<p dir="ltr">On Jul 26, 2016 6:49 PM, "Matt Turner" <<a href="mailto:mattst88@gmail.com">mattst88@gmail.com</a>> wrote:<br>
><br>
> On Tue, Jul 26, 2016 at 3:11 PM, Jason Ekstrand <<a href="mailto:jason@jlekstrand.net">jason@jlekstrand.net</a>> wrote:<br>
> > ---<br>
> >  src/mesa/drivers/dri/i965/Makefile.sources   |    2 +-<br>
> >  src/mesa/drivers/dri/i965/blorp_blit.c       | 1662 ++++++++++++++++++++++++++<br>
> >  src/mesa/drivers/dri/i965/brw_blorp_blit.cpp | 1662 --------------------------<br>
> >  3 files changed, 1663 insertions(+), 1663 deletions(-)<br>
> >  create mode 100644 src/mesa/drivers/dri/i965/blorp_blit.c<br>
> >  delete mode 100644 src/mesa/drivers/dri/i965/brw_blorp_blit.cpp<br>
><br>
> Same comment about the other rename patches: what's the point of<br>
> dropping the "brw_"?</p>
<p dir="ltr">Eventually, these are going to move to src/intel/blorp.  When they do, the blorp prefix will be sufficient.  At the moment, it makes it clear that they're is little to nothing brw about them (hence the distinction between brw_blorp.c and blorp.c in patch 25) and avoids the annoying dependency issues of renaming a fine from .c to .cpp.</p>
<p dir="ltr">--Jason<br>
</p>