diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2016-05-22 22:31:06 -0700 |
---|---|---|
committer | Jordan Justen <jordan.l.justen@intel.com> | 2016-06-01 19:29:02 -0700 |
commit | 0a3acff5b53d409181dcd2f31a4a50af06f73a57 (patch) | |
tree | 30cf2c701698d352b24d7958f08278f6d3809ba7 /autogen.sh | |
parent | b1f22c6317940dac543e44dd638ea9f4fbcd6ca7 (diff) |
i965: Remove old CS local ID handling
The old method pushed data for each channels uvec3 data of
gl_LocalInvocationID.
The new method pushes 1 dword of data that is a 'thread local ID'
value. Based on that value, we can generate gl_LocalInvocationIndex
and gl_LocalInvocationID with some calculations.
Cc: "12.0" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'autogen.sh')
0 files changed, 0 insertions, 0 deletions