- 10 Mar, 2016 1 commit
-
-
John Kessenich authored
Preprocessor: Fix array out of bounds bug in processing if-else-endif macros.
-
- 09 Mar, 2016 2 commits
-
-
Lei Zhang authored
If we are not inside an if macro, we cannot simply decrease elsetracker. Fixes https://github.com/KhronosGroup/glslang/issues/29.
-
John Kessenich authored
-
- 08 Mar, 2016 3 commits
-
-
John Kessenich authored
SPV: Declare MultiViewport capability.
-
qining authored
-
qining authored
Fix issue #191: https://github.com/KhronosGroup/glslang/issues/191
-
- 06 Mar, 2016 4 commits
-
-
John Kessenich authored
SPV: Add support for memory qualifiers.
-
John Kessenich authored
SPV: Support the new OpCode - OpImageSparseRead
-
John Kessenich authored
-
John Kessenich authored
Remove bison binary
-
- 04 Mar, 2016 3 commits
-
-
John Kessenich authored
-
John Kessenich authored
SPV: Continue to fix the issue of bool -> uint32
-
John Kessenich authored
Fix line endings in Test/100.conf
-
- 03 Mar, 2016 2 commits
-
-
Brian Salomon authored
-
Rex Xu authored
For short-circuit operator (&& and ||), the conversion is missing.
-
- 01 Mar, 2016 1 commit
-
-
John Kessenich authored
-
- 28 Feb, 2016 7 commits
-
-
baldurk authored
-
baldurk authored
-
baldurk authored
-
baldurk authored
-
John Kessenich authored
SPV: Fix an issue caused by bool-to-uint32 conversion.
-
John Kessenich authored
Fix compilation issues with MSVC 2010
-
John Kessenich authored
Minor warning fixes
-
- 25 Feb, 2016 6 commits
-
-
baldurk authored
-
baldurk authored
-
baldurk authored
-
John Kessenich authored
Fix warnings/errors for strict aliasing & function prototypes
-
John Kessenich authored
SPV: Ensure Parameterize is called during Disassemble
-
John Kessenich authored
fix #171 - error: ‘isinf’ was not declared in this scope
-
- 24 Feb, 2016 1 commit
-
- 23 Feb, 2016 4 commits
-
-
Jack Andersen authored
-
rdb authored
(mostly by eliminating use of range-based for loops and std::tie)
-
Mark Adams authored
This fixes various issues related to gcc's strict-aliasing warning by using unions. It also handles various cases hit with gcc's missing-declarations warning.
-
Hubert Jarosz authored
glslang/MachineIndependent/intermOut.cpp used `isinf`, but it's in `std` namespace, so should use `std::isinf`.
-
- 21 Feb, 2016 1 commit
-
-
Rex Xu authored
-
- 19 Feb, 2016 3 commits
-
-
John Kessenich authored
-
Rex Xu authored
-
John Kessenich authored
-
- 18 Feb, 2016 2 commits
-
-
John Kessenich authored
Error out if bison is not found on non-Windows operating systems.
-
Lei Zhang authored
We cannot just default to use tools/bison.exe when it is not on Windows.
-