1. 11 Dec, 2019 1 commit
    • ReinUsesLisp's avatar
      gl_shader_cache: Add missing new-line on emitted GLSL · 48e16c4c
      ReinUsesLisp authored
      Add missing new-line. This caused shaders using local memory and shared
      memory to inject a preprocessor GLSL line after an expression (resulting
      in invalid code).
      
      It looked like this:
      shared uint smem[8];#define LOCAL_MEMORY_SIZE 16
      
      It should look like this (addressed by this commit):
      shared uint smem[8];
      \#define LOCAL_MEMORY_SIZE 16
      48e16c4c
  2. 10 Dec, 2019 8 commits
  3. 09 Dec, 2019 5 commits
  4. 08 Dec, 2019 2 commits
  5. 07 Dec, 2019 6 commits
  6. 06 Dec, 2019 4 commits
  7. 05 Dec, 2019 1 commit
  8. 03 Dec, 2019 2 commits
  9. 02 Dec, 2019 4 commits
  10. 30 Nov, 2019 3 commits
  11. 29 Nov, 2019 3 commits
  12. 28 Nov, 2019 1 commit