Files
third_party_spirv-tools/source
GregF f4b29f3bf7 Add CommonUniformElim pass
- UniformElim: Only process reachable blocks

- UniformElim: Don't reuse loads of samplers and images across blocks.
  Added a second phase which only reuses loads within a block for samplers
  and images.

- UniformElim: Upgrade CopyObject skipping in GetPtr

- UniformElim: Add extensions whitelist
  Currently disallowing SPV_KHR_variable_pointers because it doesn't
  handle extended pointer forms.

- UniformElim: Do not process shaders with GroupDecorate

- UniformElim: Bail on shaders with non-32-bit ints.

- UniformElim: Document support for only single index and add TODO.
2017-08-03 11:34:58 -04:00
..
2017-08-03 11:34:58 -04:00
2016-12-21 10:34:23 -05:00
2017-03-17 12:48:51 -04:00
2016-09-22 18:15:23 -04:00
2016-09-02 10:00:29 -04:00
2017-03-17 12:48:51 -04:00
2016-09-22 18:15:23 -04:00
2017-05-28 23:20:18 +02:00
2016-09-02 10:00:29 -04:00
2017-05-15 17:10:07 -04:00
2016-09-02 10:00:29 -04:00
2017-03-02 10:06:29 -05:00
2017-05-25 12:31:38 -04:00