- 19 Jul, 2018 3 commits
-
-
John Kessenich authored
CMake options for postfix and SPVRemapper.
-
John Kessenich authored
-
John Kessenich authored
Merge branch 'missing_descriptor_indexing_extension' of https://github.com/jeffbolznv/glslang into jeffbolznv-missing_descriptor_indexing_extension
-
- 12 Jul, 2018 7 commits
-
-
John Kessenich authored
NDK build: Use NDK r17b and its own CMake toolchain file
-
Jeff Bolz authored
-
John Kessenich authored
-
David Neto authored
More recent NDK releases have their own CMake toolchain file. Use it. Also, download the NDK from github.com:dneto0/android-ndk. That is a fork of the repo we used to use, but we have more control over how long it stays stable.
-
John Kessenich authored
-
John Kessenich authored
WIP: Travis-CI: Use Android NDK r13b specifically
-
David Neto authored
The Travis-CI bot downloads a copy of the Android NDK. The source we get it from recently updated to Android NDK r17b. However, the android.toolchain.cmake file does not know how to parse the Android native API level from that version of the NDK. So check out the NDK r13b version that we were using until yesterday. Fixes #1439
-
- 11 Jul, 2018 3 commits
-
-
John Kessenich authored
Reflection exposes the Shader Stages where a Uniform is present
-
John Kessenich authored
-
John Kessenich authored
-
- 10 Jul, 2018 1 commit
-
-
dmpakas authored
-
- 07 Jul, 2018 2 commits
-
-
Matthew Albrecht authored
-
Matthew Albrecht authored
-
- 06 Jul, 2018 1 commit
-
-
John Kessenich authored
Use public SPIRV-Tools header
-
- 04 Jul, 2018 1 commit
-
-
Lei Zhang authored
-
- 03 Jul, 2018 5 commits
-
-
John Kessenich authored
Implement GL_EXT_shader_16bit_storage and GL_EXT_shader_8bit_storage …
-
John Kessenich authored
These introduce limited support for 8/16-bit types such that they can only be accessed in buffer memory and converted to/from 32-bit types. Contributed from Khronos-internal work.
-
John Kessenich authored
-
John Kessenich authored
(If there is a bias issue, we need to discover what it is.)
-
John Kessenich authored
Add support for GL_EXT_samplerless_texture_functions
-
- 02 Jul, 2018 7 commits
-
-
John Kessenich authored
-
John Kessenich authored
SPV: Add option to print disassembly in standard form using SPIRV-Tools.
-
John Kessenich authored
-
John Kessenich authored
-
John Kessenich authored
This results in better error recovery, including fewer crashes on badly formed PP input.
-
John Kessenich authored
-
- 01 Jul, 2018 1 commit
-
-
Alex Smith authored
-
- 29 Jun, 2018 1 commit
-
-
Haydn Trigg authored
Constant.cpp will throw a floating point divide by zero if floating point exceptions are enabled in Win32 causing the program to crash. This fix manually checks the right-hand argument of the division and sets appropriate Infinity, Negative Infinity, or NAN as if the floating point exceptions were disabled.
-
- 27 Jun, 2018 2 commits
-
-
John Kessenich authored
Include spirv-remap.exe in AppVeyor artifacts
-
Tim Jones authored
-
- 22 Jun, 2018 1 commit
-
-
John Kessenich authored
script: Improve update sources script
-
- 21 Jun, 2018 3 commits
-
-
Karl Schultz authored
- remove unused variable to pass pylint - Use another approach to detect if known-good remote is already present to avoid the need for "ignore following errors" message.
-
John Kessenich authored
Build: Make literal casting have fewer warnings and be more consistent.
-
John Kessenich authored
-
- 20 Jun, 2018 1 commit
-
-
John Kessenich authored
Add support for OpConstantNull and OpConstantSampler to spirv-remap
-
- 19 Jun, 2018 1 commit
-
-
GregF authored
Fixes issue #1408
-