[Mesa-dev] [PATCH] ttn: set ->info->num_ubos

Rob Clark robdclark at gmail.com
Sun Dec 25 00:41:16 UTC 2016


On Sat, Dec 24, 2016 at 7:30 PM, Eric Anholt <eric at anholt.net> wrote:
> Rob Clark <robdclark at gmail.com> writes:
>
>> For dealing w/ 32b vs 64b gpu addresses, I need to rework how we pass
>> UBO buffer addresses to shader, and knowing up front the # of UBOs is
>> useful.  But I noticed ttn wasn't setting this.
>
> I'm surprised you're still using TTN.  But:
>
> Reviewed-by: Eric Anholt <eric at anholt.net>

yeah, re-working how I do arrays / indirect so I can vars->regs is
still needed before I can switch to glsl_to_nir by default without
getting a bunch of regressions or having to re-invent deref lowering..
:-(

BR,
-R


More information about the mesa-dev mailing list