- 16 May, 2016 11 commits
-
-
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 3 commits
- 10 May, 2016 12 commits
-
-
John Kessenich authored
Use strtoul instead of stoul for Android.
-
Lei Zhang authored
-
John Kessenich authored
Add badge status for Appveyor build in README.
-
Lei Zhang authored
-
John Kessenich authored
Configuration for Windows buildbot & fix a bug
-
Lei Zhang authored
We can have multiple instances of the same string, so comparing const char* is not guaranteed working. Fixed the failure on VS 2013 with Debug build.
-
Lei Zhang authored
-
John Kessenich authored
Full stack: Support *precise* qualifier
-
John Kessenich authored
Use proper precision qualifiers for bitfield build-in functions on ES
-
John Kessenich authored
fix check for non-positive array size
-
qining authored
-
- 09 May, 2016 7 commits
-
-
GregF authored
-
scygan authored
This change causes ES shaders to precision qualifiers for build-in functions as defined in ESSL spec. It especially mattersfor functions that are defined as highp or taking a highp. Fixes vulkanCTS dEQP-VK.glsl.builtin.function.integer.bitfieldreverse.*, where bitfieldReverse() retval was wrongly marked as RelaxedPrecision. Note: floatBitsToInt/floatBitsToUInt precision is also broken, but in different way - so it is not addressed here.
-
qining authored
-
qining authored
-
qining authored
-
qining authored
1. Sink adding noContraction decoration to createBinaryOperation() and createUnaryOperation(). 2. Fix comments. 3. Remove the #define of my delimiter, use global constant char.
-
qining authored
-