Skip to content
Snippets Groups Projects
  1. May 04, 2016
  2. Apr 07, 2016
  3. Apr 03, 2016
  4. Mar 31, 2016
    • Lei Zhang's avatar
      Link in Google Test framework. · 414eb604
      Lei Zhang authored
      The existing test harness is a homemade shell script. All the tests
      and the expected results are written in plain text files. The harness
      just reads in a test, invoke the glslangValidator binary on it, and
      compare the result with the golden file. All tests are kinda
      integration tests.
      
      This patch add Google Test as an external project, which provides a
      new harness for reading shader source files, compile to SPIR-V, and
      then compare with the expected output.
      414eb604
  5. Feb 28, 2016
  6. Nov 17, 2015
  7. Sep 10, 2015
  8. Jul 14, 2015
  9. Jun 30, 2015
  10. Jun 29, 2015
Loading