Re: [Mesa-dev] [PATCH 0/8] More format conversion reworking

2014-09-04 Thread Jason Ekstrand
Brian, Did you want to look over these or should I try and find someone else to review them? I'm most concerned with the 565 and 5551 patches since those touch corners of mesa with which I am very unfamiliar. --Jason On Sat, Aug 23, 2014 at 3:27 PM, Jason Ekstrand wrote: > One more note: I te

Re: [Mesa-dev] [PATCH 0/8] More format conversion reworking

2014-08-23 Thread Jason Ekstrand
One more note: I tested these on i965, llvmpipe, and swrast on both my laptop and my desktop. No changes on i965. A couple changes on llvmpipe on my desktop which I can't reproduce on my laptop. I think that's my desktop being funny. There seems to be one little issue still on swrast with RGB4

[Mesa-dev] [PATCH 0/8] More format conversion reworking

2014-08-23 Thread Jason Ekstrand
I needed a break from the i965 compiler backend, so I wrote some more format conversion patches. A lot of these are bug fixes or stand-alones. However, the last three require all the previous ones. Jason Ekstrand (8): main/format_util: Fix a bug in one of the format helper functions main: Fix