[Mesa-dev] [PATCH 1/9] i965/vec4: Don't emit MOVs for unused URB slots.

Emil Velikov emil.l.velikov at gmail.com
Wed Oct 21 13:52:28 PDT 2015


On 20 October 2015 at 05:08, Matt Turner <mattst88 at gmail.com> wrote:
> Otherwise we'd emit a MOV from the null register (which isn't allowed).
>
Would you say it's a good idea to push the check down to the MOV()
implementation ? If not perhaps we should add an assert() to easily
catch cases like these in the future ?

Thanks
Emil


More information about the mesa-dev mailing list