Lukas Hermanns
7ad0a84778
Updates for pull request #1162
2019-09-24 14:35:25 -04:00
Lukas Hermanns
cb3ecb9e1b
Updated reference Metal shaders.
2019-09-17 15:11:19 -04:00
Thomas Roughton
91b2f34a3d
Update tests to account for all non-entry-point functions being inlined
2019-08-30 09:39:06 +12:00
Hans-Kristian Arntzen
e2c95bdcbc
MSL: Rewrite how resource indices are fallback-assigned.
...
We used to use the Binding decoration for this, but this method is
hopelessly broken. If no explicit MSL resource remapping exists, we
remap automatically in a manner which should always "just work".
2019-06-21 12:54:08 +02:00
Hans-Kristian Arntzen
bc21ccb7ce
MSL: Emit correct SSBO constness for argument buffers.
2019-03-15 12:05:35 +01:00
Hans-Kristian Arntzen
af8a9ccdcb
MSL: Need to emit two layers of address space.
...
When passing down arrays of buffer pointers, the array itself needs an
address space.
2019-03-15 11:29:17 +01:00
Hans-Kristian Arntzen
e47a77d596
MSL: Implement Metal 2.0 indirect argument buffers.
2019-03-15 11:01:27 +01:00