1. 05 Dec, 2017 1 commit
    • Improve build instructions · 384b2070
      Cory Bloor authored
      - Mention that the instructions are written for Bash.
      - Quote the CMAKE_INSTALL_PREFIX to handle spaces in $(pwd).
      - Remove SSH clone instructions. Instructions on how to clone are for
        those unfamiliar with GitHub, so fewer options are better and SSH
        requires additional configuration to make work.
      - Replace ninja with make, because more people are familiar with it and
        we probably don't need to explain how to install it. Fixes #956.
      - Remove the section mentioning cygwin, as it's unclear and doesn't
        seem necessary.
      - Mention minimum language version in the Dependencies section.
      - Move `cd $BUILD_DIR` out of the Linux configuration section because
        it's needed on both platforms. Add a line about creating the build
        directory, too.
  2. 04 Dec, 2017 1 commit
    • HLSL: Fix #1163: treat buffers as references when calling functions. · 6a14f780
      John Kessenich authored
      This continues to prevent writing output buffers (out from a function),
      but fixes the problem where the copy-in/out was not getting done.
      
      Making everything work will require knowing both in/out-ness and bufferness,
      but these are currently mutually exclusive, because both are storage
      qualifiers.
  3. 02 Dec, 2017 1 commit
  4. 01 Dec, 2017 2 commits
  5. 30 Nov, 2017 1 commit
  6. 29 Nov, 2017 3 commits
  7. 28 Nov, 2017 4 commits
  8. 27 Nov, 2017 4 commits
  9. 25 Nov, 2017 1 commit
  10. 22 Nov, 2017 1 commit
  11. 21 Nov, 2017 3 commits
  12. 20 Nov, 2017 1 commit
  13. 17 Nov, 2017 2 commits
  14. 16 Nov, 2017 1 commit
  15. 15 Nov, 2017 4 commits
  16. 14 Nov, 2017 7 commits
  17. 13 Nov, 2017 3 commits