- 19 May, 2016 10 commits
-
-
John Kessenich authored
Nonfunctional: Remove declaration for ShGetPhysicalAttributeBindings
-
Thomas Perl authored
The function ShGetPhysicalAttributeBindings() is declared in the header, but not defined (or referenced) anywhere in the codebase.
-
John Kessenich authored
Reflection: Add support for querying vertex attributes in reflection API
-
Thomas Perl authored
-
Thomas Perl authored
-
John Kessenich authored
Parser: Redeclaration of gl_CullDistance is disallowed mistakenly.
-
John Kessenich authored
Testing: Add link tests in the GTest framework
-
Rex Xu authored
-
Lei Zhang authored
-
John Kessenich authored
SPV: Fix missing location decoration for structures put directly on input/output interfaces
-
- 18 May, 2016 1 commit
-
-
scygan authored
Spec for decorating the OpVariable: "The remaining variables listed by OpEntryPoint with the Input or Output storage class form the user-defined variable interface. These variables must be identified with a Location decoration" Spec for decorating struct type: "The layout of a structure type used as an Input or Output depends on whether it is also a Block (i.e. has a Block decoration). If it is a not a Block, then the structure type must have a Location decoration"
-
- 17 May, 2016 8 commits
-
-
Lei Zhang authored
-
John Kessenich authored
-
John Kessenich authored
-
John Kessenich authored
Merge branch 'struct_member_decorations' of https://github.com/scyganINTEL/glslang into scyganINTEL-struct_member_decorations
-
John Kessenich authored
SPV: Correct an issue in createUnaryMatrixOperation().
-
Rex Xu authored
Type of the source is not necessarily the same as that of the destination.
-
John Kessenich authored
VS2010 compilation fixes
-
John Kessenich authored
These capabalities were added on declaration of the members, but that is considered too aggressive, as those members are automatically declared in some shaders that don't use them. Now, actual access is needed to make the capabalities be declared.
-
- 16 May, 2016 12 commits
-
-
John Kessenich authored
-
baldurk authored
-
baldurk authored
-
baldurk authored
-
baldurk authored
-
baldurk authored
-
baldurk authored
-
John Kessenich authored
Tests: Add support for testing file-based HLSL source code in GTest.
-
John Kessenich authored
SPV: Handle matrix's OpFConvert vector by vector.
-
John Kessenich authored
Parser: Add missing vector relational functions for double type.
-
John Kessenich authored
Build: Minor android compile warning fix
-
Lei Zhang authored
-
- 14 May, 2016 3 commits
- 13 May, 2016 1 commit
-
-
John Kessenich authored
-
- 12 May, 2016 3 commits
-
-
John Kessenich authored
Build: fix for -Werror=non-virtual-dtor for Android system builds
-
John Kessenich authored
Parser: Redeclare gl_ClipDistance/gl_CullDistance should update their array sizes.
-
John Kessenich authored
SPV: Add capability ImageGatherExtended if necessary.
-
- 11 May, 2016 2 commits