Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
b50c02ef53973e3e09565ed7066d2b39edc36b17
b50c02e
Add-support-for-SPV_NVX_raytracing
by Chao Chen
· 6 years ago
3c36699
Add-support-for-SPV_NV_mesh_shader
by Chao Chen
· 6 years ago
3a13796
0003-Add-support-for-SPV_NV_shader_image_footprint
by Chao Chen
· 6 years ago
beae225
Add-support-for-SPV_NV_compute_shader_derivatives
by Chao Chen
· 6 years ago
9eada4b
Add-support-for-SPV_NV_fragment_shader_barycentric
by Chao Chen
· 6 years ago
6dd4757
Update to latest spirv.hpp header (which fixed a typo).
by John Kessenich
· 6 years ago
7105cb3
SPV: Move to latest SPIR-V header (latest NV extensions support).
by John Kessenich
· 6 years ago
d122a72
Build: Fix some warnings.
by John Kessenich
· 6 years ago
b4a598b
Bump revision.
by John Kessenich
· 6 years ago
92fab62
Merge pull request #1492 from NorbertGarnysAMD/shader_atomic_int64
by John Kessenich
· 6 years ago
dad0c1b
Add GL_EXT_shader_atomic_int64
by Norbert Garnys
· 6 years ago
f658c30
Merge pull request #1491 from DennisOSRM/patch-1
by John Kessenich
· 6 years ago
fc89f06
Fix compiler warning emitted from GCC8
by Dennis Luxen
· 6 years ago
6def437
Bump revision.
by John Kessenich
· 6 years ago
afe0c66
SPV: Fix #1487: Only declare AMD int16/half_float extensions when needed.
by John Kessenich
· 6 years ago
546b788
Printing preprocessed shaders (not a supported path): Fix #1490: strings
by John Kessenich
· 6 years ago
1ca0f8e
Bump version and revision.
by John Kessenich
· 6 years ago
ddfb4a8
Merge branch 'jeffbolznv-memory_scope_semantics'
by John Kessenich
· 6 years ago
36831c9
GL_KHR_memory_scope_semantics
by Jeff Bolz
· 6 years ago
97068d8
Merge pull request #1465 from otakuto/remove-execute-permissions
by John Kessenich
· 6 years ago
1d12970
Merge pull request #1485 from karl-lunarg/karl-lunarg-patch-1
by John Kessenich
· 6 years ago
12b99ef
Merge pull request #1486 from mrtrizer/patch-1
by John Kessenich
· 6 years ago
949344f
Update SpvTools.cpp
by Denis Zdorovtsov
· 6 years ago
ac2e1b6
bump revision
by John Kessenich
· 6 years ago
4e11b61
SPV: Turn off the default validation done by the SPIRV-Tools optimizer.
by John Kessenich
· 6 years ago
a4dfede
Merge pull request #1482 from KhronosGroup/validate
by John Kessenich
· 6 years ago
d5aabf3
GLSL: Remove use of __ in the implementation of keywords having __.
by John Kessenich
· 6 years ago
381dd3c
GLSL: Remove use of __ in the implementation of keywords having __.
by John Kessenich
· 6 years ago
0cb8ad5
tooling: Fix update sources script for Python 3
by Karl Schultz
· 6 years ago
c340425
SPV: Add option for controling when the SPIRV-Tools validator is used.
by John Kessenich
· 6 years ago
717c80a
SPV: Isolate SPIRV-tools glue to its own file.
by John Kessenich
· 6 years ago
cc14f2d
SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools.
by John Kessenich
· 6 years ago
e7df8e0
Non-functional: Rationalize some existing use of SPIRV-Tools.
by John Kessenich
· 6 years ago
1323bf8
Merge pull request #1480 from dneto0/stringify
by John Kessenich
· 6 years ago
9fd2a8c
Use our own SPIRV-Tools message stringifier
by David Neto
· 6 years ago
93dbbde
Merge pull request #1474 from KhronosGroup/pure-8-16-bit-capability
by John Kessenich
· 6 years ago
09d7672
Merge pull request #1476 from greg-lunarg/kg24
by John Kessenich
· 6 years ago
1676e73
Update SPIRV-Tools known good.
by GregF
· 6 years ago
31aa3d6
SPV: only declare the pure 8/16-bit capabilities when needed.
by John Kessenich
· 6 years ago
149afc3
SPV: More corrections of <id> versus "immediate" operands.
by John Kessenich
· 6 years ago
228e964
SPV: Correct SPIR-V operands for <id> versus immediate.
by John Kessenich
· 6 years ago
72f8c69
Bump version patch level.
by John Kessenich
· 6 years ago
251901a
Fix #1471: Merge shift amounts for different sets: --stb ... --std ...
by John Kessenich
· 6 years ago
ade8bbb
Fix #1393: rationalize usage, in the spirit of #1393.
by John Kessenich
· 6 years ago
ec5c119
Bump revision.
by John Kessenich
· 6 years ago
640bd09
Fix #1468: Add command-line --entry-point support, same as existing -e.
by John Kessenich
· 6 years ago
56a7597
Fix #1469: Make it easier to copy/paste build instructions.
by John Kessenich
· 6 years ago
c4510e5
Merge pull request #1466 from Kangz/warning_fixes
by John Kessenich
· 6 years ago
242c28f
Merge pull request #1470 from antiagainst/patch-2
by John Kessenich
· 6 years ago
fb4165b
Appveyor CI: build artifacts for x64
by Lei Zhang
· 6 years ago
e706142
Fix -Wignored-qualifier and -Wunused-variable warnings
by Corentin Wallez
· 6 years ago
dae0b0a
Add shebang
by otakuto
· 6 years ago
d03da06
Remove execute permissions
by otakuto
· 6 years ago
e0bc65b
Merge pull request #1460 from KhronosGroup/postprocess
by John Kessenich
· 6 years ago
f04c51b
Non-Functional: Add postprocess as more robust way to add capabilities
by John Kessenich
· 6 years ago
29619b2
Merge pull request #1459 from dgkoch/dgkoch_build_fixes4
by John Kessenich
· 6 years ago
883607d
Fix build warnings/errors:
by Daniel Koch
· 6 years ago
e99a268
Merge pull request #1457 from KhronosGroup/parse-floats
by John Kessenich
· 6 years ago
7cdc24c
PP: Address #1456: Strip float suffixes before using platform library.
by John Kessenich
· 6 years ago
994d4bf
Tests: Add more string -> float tests. Related to #1456.
by John Kessenich
· 6 years ago
561a43d
PP: floating-point parsing: more stable handling of istringstream::fail
by John Kessenich
· 6 years ago
13803b1
Bump revision.
by John Kessenich
· 6 years ago
6e382f6
Merge pull request #1455 from TiemoJung/nullpointer_crash_fix
by John Kessenich
· 6 years ago
e161cc1
GLSL: No more restrictions on (non)shadow sampler construction.
by John Kessenich
· 6 years ago
9f8cb85
Fixes a crash when in/out varying variable had no semantic name and an error was reported in ioremapper phase when the variable was rejected
by t.jung
· 6 years ago
62faea7
Merge pull request #1451 from KhronosGroup/shadow-forces-depth
by John Kessenich
· 6 years ago
11da9ee
HLSL: Fix #1445: distance() works on scalars.
by John Kessenich
· 6 years ago
56b3319
Merge pull request #1453 from greg-lunarg/kg22
by John Kessenich
· 6 years ago
7d4c9a0
GLSL: Construct shadow texture from non-shadow sampler.
by John Kessenich
· 6 years ago
0339af3
GLSL/SPV: If a texture is used with a shadow sampler, force 'shadow'.
by John Kessenich
· 6 years ago
3f05bed
Update spirv-tools known good
by GregF
· 6 years ago
fa4952c
Merge branch 'zeux-master'
by John Kessenich
· 6 years ago
5a7321e
Merge branch 'master' of https://github.com/zeux/glslang into zeux-master
by John Kessenich
· 6 years ago
81793ad
Merge pull request #1450 from KhronosGroup/link-merge-all
by John Kessenich
· 6 years ago
b617e14
Link: Merge all the settings in TIntermediate.
by John Kessenich
· 6 years ago
5d6b567
Merge pull request #1436 from karl-lunarg/karl-ccache
by John Kessenich
· 6 years ago
8103cb9
Merge pull request #1446 from KhronosGroup/spv-link
by John Kessenich
· 6 years ago
ebd989d
Merge pull request #1437 from mattparks/patch-2
by John Kessenich
· 6 years ago
34e5689
Merge branch 'jeffbolznv-missing_descriptor_indexing_extension'
by John Kessenich
· 6 years ago
4137241
Merge branch 'missing_descriptor_indexing_extension' of https://github.com/jeffbolznv/glslang into jeffbolznv-missing_descriptor_indexing_extension
by John Kessenich
· 6 years ago
41436ad
Link/SPV: Correct symbol IDs on merging ASTs to a single coherent space
by John Kessenich
· 6 years ago
806af25
Merge pull request #1442 from dneto0/use-forked-android-ndk-repo
by John Kessenich
· 6 years ago
c140b96
Add missing OpExtension SPV_EXT_descriptor_indexing for dynamic indexing capabilities
by Jeff Bolz
· 6 years ago
e7f9cae
Errors and Build: Fix build warnings, which also improved error messages.
by John Kessenich
· 6 years ago
4aeca2d
NDK build: Use NDK r17b and its own CMake toolchain file
by David Neto
· 6 years ago
b75c706
Travis CI: Fix comments disabling code.
by John Kessenich
· 6 years ago
e5b2766
Merge pull request #1440 from dneto0/later-android
by John Kessenich
· 6 years ago
3541d8a
Travis-CI: Use Android NDK r13b specifically
by David Neto
· 6 years ago
8dafeab
Merge pull request #1438 from Think-Silicon/getUniformStages
by John Kessenich
· 6 years ago
0ea33a2
Non-functional: Retrigger bots; the previous failure looks suspicious.
by John Kessenich
· 6 years ago
cf6bd06
HLSL: Fix #1432: Globally initialize local static variables.
by John Kessenich
· 6 years ago
f556e5d
Reflection exposes the Shader Stages where a Uniform is present
by dmpakas
· 6 years ago
f9c2aeb
Allowed debug postfix to be changed.
by Matthew Albrecht
· 6 years ago
857f25c
Added the cmake option to disable building SPVRemapper.
by Matthew Albrecht
· 6 years ago
64315a8
Merge pull request #1434 from antiagainst/fix-spirv-tools-header
by John Kessenich
· 6 years ago
23770b9
build: Add ccache option to CMake config
by Karl Schultz
· 6 years ago
112e285
SPIRV: Simplify matrix->matrix constructor
by Arseny Kapoulkine
· 6 years ago
a2c39a2
Use public SPIRV-Tools header
by Lei Zhang
· 6 years ago
cd57b4b
Merge pull request #1431 from KhronosGroup/implement-8-16-bit-storage
by John Kessenich
· 6 years ago
312dcfb
Implement GL_EXT_shader_16bit_storage and GL_EXT_shader_8bit_storage extensions.
by John Kessenich
· 6 years ago
Next »