Skip to content
Snippets Groups Projects
  1. Jun 04, 2018
  2. Mar 29, 2018
  3. Mar 07, 2018
  4. Mar 06, 2018
  5. Mar 03, 2018
  6. Feb 06, 2018
  7. Feb 01, 2018
  8. Jan 29, 2018
  9. Jan 12, 2018
  10. Dec 16, 2017
  11. Dec 08, 2017
  12. Nov 29, 2017
  13. Oct 07, 2017
  14. Oct 03, 2017
  15. Sep 29, 2017
  16. Sep 27, 2017
    • GregF's avatar
      Enable HLSL legalization · cd1f169c
      GregF authored
      Also added known-good mechanism to fetch latest validated spirv-tools.
      Also added -Od and -Os to disable optimizer and optimize for size.
      
      Fetching spirv-tools is optional for both glsl and hlsl. Legalization
      of hlsl is done by default if spirv-opt is present at cmake time.
      Optimization for glsl is currently done through the option -Os.
      
      Legalization testing is currently only done on four existing shaders.
      A separate baseLegalResults directory holds those results. All previous
      testing is done with the optimizer disabled.
      cd1f169c
Loading