- 20 Mar, 2016 2 commits
-
-
John Kessenich authored
Much about const or temp is mechanical, about actual declaration, while much is semantic, about something higher level. This commit checks every use everywhere, and for the high-level ones, substitutes an encapsulated version instead.
-
John Kessenich authored
-
- 18 Mar, 2016 2 commits
-
-
John Kessenich authored
Parser: Type promotion for operator modulus(%) is missing.
-
Rex Xu authored
-
- 16 Mar, 2016 2 commits
-
-
John Kessenich authored
Support Linux-to-Windows cross compile via MinGW
-
David Neto authored
Change-Id: Ie52f0b1b2b20948c6f4b3cb5474537d36a5a3385
-
- 15 Mar, 2016 2 commits
-
-
John Kessenich authored
SPV: Implement boolean selection for mix().
-
Rex Xu authored
Use OpSelect to implement boolean selection of mix(). FMix is applicable to linear blending of mix().
-
- 11 Mar, 2016 2 commits
-
-
John Kessenich authored
SPV test: Test dead-decoration removal.
-
Dejan Mircevski authored
-
- 10 Mar, 2016 4 commits
-
-
John Kessenich authored
SPV: Remove decoration of undefined IDs
-
qining authored
-
John Kessenich authored
Preprocessor: Fix array out of bounds bug in processing if-else-endif macros.
-
qining authored
Fix issue #185 by removing OpDecorate instructions whose target IDs are defined in unreachable blocks and thus not dumped in the generated SPIR-V code.
-
- 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 4 commits
-
-
baldurk authored
-
baldurk authored
-
baldurk authored
-
John Kessenich authored
Fix warnings/errors for strict aliasing & function prototypes
-