https://bugs.freedesktop.org/show_bug.cgi?id=103393
--- Comment #3 from Ilia Mirkin <[email protected]> ---
OK, I see. The relevant shader is fill_cs_450.glsl. It puts stuff into the
array with values
(gl_GlobalInvocationID.x, t, gl_LocalInvocationID.x, t)
where t = gl_WorkGroupID.x * gl_LocalGroupSizeARB.x + gl_LocalInvocationID.x
Ideally the values printed should be (x, x, l, x) -- i.e. t ==
gl_GlobalInvocationID.x.
With nouveau this outputs a bunch of BS... sometimes gl_GlobalInvocationID.x ==
gl_LocalInvocationID.x, other times gl_GlobalInvocationID.x == randomish value.
I suspect this is a combination of a nouveau bug and a core bug [the latter of
which is affecting the radeonsi output]. Going to try to take a look.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/dri-devel