<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Aug 14, 2015 at 4:09 PM, Chad Versace <span dir="ltr"><<a href="mailto:chad.versace@intel.com" target="_blank">chad.versace@intel.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On Tue 11 Aug 2015, Nanley Chery wrote:<br>
> From: Nanley Chery <<a href="mailto:nanley.g.chery@intel.com" target="_blank">nanley.g.chery@intel.com</a>><br>
><br>
> Combine the adjacent cases which have the same GL type in the switch statemnt.<br>
><br>
> Signed-off-by: Nanley Chery <<a href="mailto:nanley.g.chery@intel.com" target="_blank">nanley.g.chery@intel.com</a>><br>
> ---<br>
> src/mesa/main/formats.c | 152 ++++++------------------------------------------<br>
> 1 file changed, 17 insertions(+), 135 deletions(-)<br>
<br>
</span>I checked every line in this patch and found no errors.<br>
<br>
Patch 4/4 is<br>
Reviewed-by: Chad Versace <<a href="mailto:chad.versace@intel.com" target="_blank">chad.versace@intel.com</a>><br>
<br>
As an aside... Do you think the format's datatype be stored directly in<br>
the Mesa's format info table? It seems strange that Mesa maintains that<br>
bit of information outside the info table.<br>
</blockquote></div></div><div class="gmail_extra"><br></div><div class="gmail_extra">Thanks. I do think this is something that should be added to the format info table. The only downsides I can see are that the csv would increase in width and that the format info table would take up more memory, but I don't think that'd be a real problem.</div></div>