> > reasons. This commit adds code to skip that performance optimization
> > and always use just the dynamically allocated immediates if the
> > number of them is too great.
> 
> So is there any limit on the number of immediates now?

Technically not. Practically other parts of the code will max out and assert at 
anything greater than 4096 which is what sm4 defines as maximum for temps. So 
at least theoretically the gallivm code will just work if that limit is 
increased elsewhere.

z
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to