On 2 October 2017 at 14:05, Emil Velikov <emil.l.veli...@gmail.com> wrote:

>> -   if (ext_tx_compress_dxtn) {
>> -      (*ext_tx_compress_dxtn)(3, srcWidth, srcHeight, pixels,
>> +   if (tx_compress_dxtn) {
>> +      (*tx_compress_dxtn)(3, srcWidth, srcHeight, pixels,
> Please use something like the following. It will drop the unneeded
> checks w/o having to re-indent the whole thing.
>
>    {
>       tx_compress_dxtn(3, srcWidth, srcHeight, pixels,
> ...
>
Please ignore - just saw you're handing that in 7/15.

-Emil
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to