1. 17b5f91 Merge pull request #969 from d3x0r/patch-1 by John Kessenich · 7 years ago
  2. 6206091 Fix CMake scripts: The set_property script can be used to set only a single property, so now setting the POSITION_INDEPENDENT_CODE property correctly. by Rohith Chandran · 7 years ago
  3. 9c6ea32 Update CMakeLists.txt by d3x0r · 7 years ago
  4. 22afc38 Modernise CMake #2 by David Seifert · 8 years ago
  5. cfc69d9 Revert "Modernise CMake" by John Kessenich · 8 years ago
  6. 5a5699b Modernise CMake by David Seifert · 8 years ago
  7. 1868b14 HLSL: implement numthreads for compute shaders by steve-lunarg · 8 years ago
  8. 0ae28ea Add base class TParseables for intrinsic / builtin generation. by LoopDawg · 8 years ago
  9. db0eaf9 Updated cmake to better organize folders and options. by Andrew Woloszyn · 9 years ago
  10. 3f46053 Remove duplicated cmake_minimum_required() calls. by Lei Zhang · 9 years ago
  11. 34fb036 HLSL: Add (almost) full expression grammar: Binary, unary (pre/post-fix), assign, ... by John Kessenich · 9 years ago
  12. 9c86c6a HLSL: Separate out token stream handling from grammar recognition. by John Kessenich · 9 years ago
  13. e01a9bc HLSL: Plumb in HLSL parse context and keywords, and most basic HLSL parser and test. by John Kessenich · 9 years ago