- 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
-
- 23 Feb, 2016 3 commits
-
-
Jack Andersen authored
-
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 6 commits
-
-
GregF authored
Also added new op classes.
-
GregF authored
-
GregF authored
-
GregF authored
-
John Kessenich authored
This commit adds: CapabilityGeometryPointSize CapabilityTessellationPointSize CapabilityClipDistance CapabilityCullDistance CapabilityMultiViewport CapabilityTransformFeedback CapabilityGeometryStreams CapabilityDerivativeControl CapabilityInterpolationFunction
-
John Kessenich authored
If a constant object was both an array and a structure, and was indexed with a constant, the arrayness was ignored and the wrong subconstant selected. This fixes that.
-
- 23 Jan, 2016 2 commits
-
-
John Kessenich authored
-
John Kessenich authored
-
- 22 Jan, 2016 4 commits
-
-
John Kessenich authored
This effects 4.x, where int/uint conversions are done, but not earlier.
-
John Kessenich authored
-
John Kessenich authored
-
John Kessenich authored
-
- 20 Jan, 2016 1 commit
-
-
John Kessenich authored
-