[Mesa-dev] [PATCH 05/23] mesa: add support for 64-bit integer uniforms.

Dave Airlie airlied at gmail.com
Fri Jun 10 05:48:38 UTC 2016


>>                   break;
>> +               case GLSL_TYPE_UINT64:
>> +                 dst[didx].f = *(uint64_t *)&src[sidx].u;
>> +                 break;
>> +               case GLSL_TYPE_INT64:
>> +                  dst[didx].f = *(int64_t *)&src[sidx].i;
>> +                 break;
>
>
> Looks like some tabs slipped in there.

Indeed this file is already a mess, probably should clean it up afterwards.

Dave.


More information about the mesa-dev mailing list