Skip to content
Snippets Groups Projects
  1. Jun 21, 2018
    • Karl Schultz's avatar
      script: Improve update sources script · fa403b96
      Karl Schultz authored
      - remove unused variable to pass pylint
      - Use another approach to detect if known-good remote is already
        present to avoid the need for "ignore following errors" message.
      fa403b96
  2. Feb 08, 2018
  3. Oct 27, 2017
  4. 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