- 21 Mar, 2016 1 commit
-
-
Andrew Woloszyn authored
This plumbs both the current file path and the include depth back up to the includer. This allows the includer to properly support relative paths. This also replaces the string copy that was done during include with a zero-copy method of accomplishing the same thing. This prevents extra copies of entire files.
-
- 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 3 commits
-
-
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`.
-
- 19 Feb, 2016 2 commits
-
-
John Kessenich 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.
-
- 16 Feb, 2016 1 commit
-
-
John Kessenich authored
-
- 15 Feb, 2016 5 commits
-
-
John Kessenich authored
-
John Kessenich authored
SPV Capabilities: StorageImageExtendedFormats, StorageImageReadWithoutFormat, and StorageImageWriteWithoutFormat.
-
John Kessenich authored
-
John Kessenich authored
SampledBuffer ImageBuffer Sampled1D Image1D SampledCubeArray ImageCubeArray SampledRect ImageRect InputAttachment ImageMSArray StorageImageMultisample
-
John Kessenich authored
-
- 09 Feb, 2016 1 commit
-
-
John Kessenich authored
SPIR-V bool is abstract; it has no bit pattern for storage with transparent memory. OpenGL's convention is a bool in a uniform buffer is 32-bit int with non-0 being 'true'.
-
- 07 Feb, 2016 1 commit
-
-
John Kessenich authored
Fix typo in an include guard.
-
- 05 Feb, 2016 1 commit
-
-
Csaba Osztrogonác authored
-
- 02 Feb, 2016 5 commits
-
-
John Kessenich authored
Fixes issue #157.
-
John Kessenich authored
-
John Kessenich authored
Build: Fix two new Windows build warnings/errors
-
John Kessenich authored
SPV Remapper: Update for 1.0 and bug fixes
-
Mark Adams authored
-
- 01 Feb, 2016 1 commit
-
-
GregF authored
Also added new op classes.
-