Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
10971553b8983eaf0b398c50a7d4b0fc46c9b08f
1097155
Non-Functional: Remove unused parts of the disassembler.
by John Kessenich
· 7 years ago
d688796
Merge pull request #1322 from jeffbolznv/master
by John Kessenich
· 7 years ago
2abe9a4
Implement GL_NV_shader_subgroup_partitioned
by Jeff Bolz
· 7 years ago
6b1ede4
Merge pull request #1320 from greg-lunarg/addopt21
by John Kessenich
· 7 years ago
fb03a55
Only print legalization warning if optimizer disabled
by GregF
· 7 years ago
7be3664
Merge pull request #1319 from KhronosGroup/array-rationalization
by John Kessenich
· 7 years ago
f9a05f9
Merge pull request #1316 from greg-lunarg/addopt18
by John Kessenich
· 7 years ago
c408b43
Merge pull request #1318 from amdrexu/feature
by John Kessenich
· 7 years ago
ead8622
Non-functional. Rationalizations enabling future generalizations:
by John Kessenich
· 7 years ago
2316924
Non-Functional: Remove merge-replicated code and fix white space.
by John Kessenich
· 7 years ago
ae06d1f
Add int16 support to AMD_trinary_minmax and AMD_shader_ballot
by Rex Xu
· 7 years ago
4bede9e
Disable DCE by Remapper through glslangValidator...
by GregF
· 7 years ago
643e57c
Merge pull request #1313 from greg-lunarg/kg15
by John Kessenich
· 7 years ago
26ad99b
Merge pull request #1312 from KhronosGroup/fix-mixed-array-styles
by John Kessenich
· 7 years ago
0b46c1e
Merge branch 'master' into kg15
by greg-lunarg
· 7 years ago
eecb874
Update SPIRV-Tools known good.
by GregF
· 7 years ago
859b034
Types: Fix #1290: Rationalize and correct "mixed" style array dimensioning.
by John Kessenich
· 7 years ago
1c3ab27
Test Results Only: Include size in implicitly sized arrays (change to unsized).
by John Kessenich
· 7 years ago
7cec64f
Non functional: add EshTargetClientVersion alias for EShTargetClientVersion.
by John Kessenich
· 7 years ago
97e3542
Non-functional: always return value from makeFpConstant().
by John Kessenich
· 7 years ago
569dd84
Merge pull request #1306 from Igalia/uniform-aml-v2
by John Kessenich
· 7 years ago
1b1ad97
Merge pull request #1305 from amdrexu/bugfix
by John Kessenich
· 7 years ago
2d53904
Take into account the number of locations taken up by a uniform
by Neil Roberts
· 7 years ago
1fe4a44
Add locations to opaque types for OpenGL
by Neil Roberts
· 7 years ago
b126550
Add additional error check for fragment shader outputs
by Rex Xu
· 7 years ago
95b1334
Bump patch version.
by John Kessenich
· 7 years ago
ca4366c
Merge pull request #1302 from KhronosGroup/cpp-relax-skiptokens-errors
by John Kessenich
· 7 years ago
e7e081b
PP: don't give errors on some tokens under #if 0 (or similar).
by John Kessenich
· 7 years ago
56e8056
Merge pull request #1282 from KhronosGroup/hlslFunctionality1
by John Kessenich
· 7 years ago
5d610ee
Implement SPV_GOOGLE_hlsl_functionality1.
by John Kessenich
· 7 years ago
cd23a47
Merge pull request #1291 from ben-clayton/add-nv-nopersp
by John Kessenich
· 7 years ago
0af69da
Bump patch version.
by John Kessenich
· 7 years ago
fb1e40b
Merge pull request #1299 from KhronosGroup/fix-conversions
by John Kessenich
· 7 years ago
f648083
Add tests for GL_NV_shader_noperspective_interpolation
by Ben Clayton
· 7 years ago
cb32c54
Merge pull request #1289 from Igalia/igalia/dmat-scalar-division
by John Kessenich
· 7 years ago
647fcca
AST: Fix shift conversions, which don't require matching types.
by John Kessenich
· 7 years ago
6e899be
Non-functional: Rationalize operators handled by the split addConversion() functions.
by John Kessenich
· 7 years ago
137a24d
AST: Remove convertToBasicType() which was obfuscating the conversion design.
by John Kessenich
· 7 years ago
075c8c1
Merge pull request #1294 from dgkoch/dgkoch_build_fixes4
by John Kessenich
· 7 years ago
bfe0952
Fix build several build errors
by Daniel Koch
· 7 years ago
3e2a3c4
Merge pull request #1293 from baldurk/remove-en-dash
by John Kessenich
· 7 years ago
34cd763
Replace en-dash with simple ASCII hyphen
by Baldur Karlsson
· 7 years ago
017a567
Add support for GL_NV_shader_noperspective_interpolation
by Ben Clayton
· 7 years ago
eddb131
Use the correct type for the constant for matrix/scalar division
by Neil Roberts
· 7 years ago
2ad4737
Merge pull request #1286 from greg-lunarg/kg14
by John Kessenich
· 7 years ago
b095da7
Merge pull request #1288 from amdrexu/bugfix
by John Kessenich
· 7 years ago
2bd8cd0
Merge pull request #1287 from eintw1ck/master
by John Kessenich
· 7 years ago
a00e51b
HLSL: Correct some mistakes for min16 types
by Rex Xu
· 7 years ago
b3e80f5
include/Common.h: reorder includes to avoid redefinition on some platforms
by Josh de Kock
· 7 years ago
bfa64af
Increment minor version to 4
by GregF
· 7 years ago
c96885f
Update known_good to SPIR-V 1.3 support
by GregF
· 7 years ago
845860d
Merge pull request #1283 from siavashserver/fix-memory-leak
by John Kessenich
· 7 years ago
ca27934
Merge pull request #1284 from amdrexu/bugfix
by John Kessenich
· 7 years ago
7798aaf
Allow --hlsl-enable-16bit-types to be used without AMD_EXTENSIONS
by Rex Xu
· 7 years ago
b502a80
Fix memory leak upon ProcessDeferred failure.
by siavashserver
· 7 years ago
a515250
Merge pull request #1269 from bkaradzic/master
by John Kessenich
· 7 years ago
9c82dd1
Merge branch 'amdrexu-feature'
by John Kessenich
· 7 years ago
fb97d25
Merge branch 'feature' of https://github.com/amdrexu/glslang into amdrexu-feature
by John Kessenich
· 7 years ago
45422f1
Merge branch 'amdrexu-bugfix'
by John Kessenich
· 7 years ago
f15fbc0
Merge branch 'bugfix' of https://github.com/amdrexu/glslang into amdrexu-bugfix
by John Kessenich
· 7 years ago
56364b0
Merge branch 'sheredom-fixup_sm_60_wording'
by John Kessenich
· 7 years ago
e62d1ba
Merge branch 'fixup_sm_60_wording' of https://github.com/sheredom/glslang into sheredom-fixup_sm_60_wording
by John Kessenich
· 7 years ago
ac37079
Revert the commits that change OpArrayLength type and bumped the version number.
by John Kessenich
· 7 years ago
fd920b3
WaveReadLaneFirst is the correct wording (was using WaveReadFirstLane previously...).
by Neil Henning
· 7 years ago
097047a
Merge pull request #1277 from KhronosGroup/Vulkan_1_1
by John Kessenich
· 7 years ago
e68a769
Add more error checks for swizzleInvocations{Masked}AMD()
by Rex Xu
· 7 years ago
cb61eec
HLSL: Map min types to GLSL 16-bit types
by Rex Xu
· 7 years ago
1e5c946
Fixed ifdef.
by Branimir Karadžić
· 7 years ago
66011cb
SPV: Implement Vulkan 1.1 features and extensions.
by John Kessenich
· 7 years ago
b2ae1d0
Revert "Merge pull request #1274 from greg-lunarg/legal2"
by John Kessenich
· 7 years ago
663b90d
Build: Fix build issues with previous commit.
by John Kessenich
· 7 years ago
2c65069
Merge pull request #1274 from greg-lunarg/legal2
by John Kessenich
· 7 years ago
fa9b465
Versioning: Bump to minor version 1, for new SPIRV-Tools update.
by John Kessenich
· 7 years ago
fd50f6a
Legalization: Omit legalization warning when spirv-opt is linked.
by GregF
· 7 years ago
caa5444
Merge pull request #1263 from greg-lunarg/kg12
by John Kessenich
· 7 years ago
0253835
Merge pull request #1272 from amdrexu/bugfix
by John Kessenich
· 7 years ago
4f5b99e
Add more error checks for interpolateAtVertexAMD()
by Rex Xu
· 7 years ago
c6c80a6
Versioning: Address #1255: Move to semantic versioning.
by John Kessenich
· 7 years ago
1de8e54
Fixed GCC+Clang errors and warnings on Linux and OSX.
by Branimir Karadžić
· 7 years ago
41e24fd
Merge branch 'amdrexu-bugfix'
by John Kessenich
· 7 years ago
aa2295f
Merge branch 'bugfix' of https://github.com/amdrexu/glslang into amdrexu-bugfix
by John Kessenich
· 7 years ago
0216f24
SPV: Bump up the generator number.
by John Kessenich
· 7 years ago
e518772
SPV: The result type of OpArrayLength should be UINT
by Rex Xu
· 7 years ago
b5b5f91
Non-functional: Make the vulkan version number meaning be only 0 or not 0.
by John Kessenich
· 7 years ago
e58d58b
Non-functional: Move to latest headers.
by John Kessenich
· 7 years ago
29c49e1
Merge pull request #1266 from amdrexu/feature
by John Kessenich
· 7 years ago
2c40e85
Merge pull request #1268 from amdrexu/bugfix2
by John Kessenich
· 7 years ago
81f4c03
Fix issues of SPIRV headers
by Rex Xu
· 7 years ago
1e5d7b0
Implement the extension GL_AMD_gpu_shader_half_float_fetch
by Rex Xu
· 8 years ago
5630d0e
Fix typo.
by John Kessenich
· 7 years ago
60a5784
Merge pull request #1264 from dneto0/typo-client-version
by John Kessenich
· 7 years ago
52e9435
Merge pull request #1265 from davidhubbard/master
by John Kessenich
· 7 years ago
f5ddcfc
TBuiltIns::identifyBuiltIns: EShLangFragment fallthrough
by davidhubbard
· 7 years ago
506d2c2
Fix typo in help for -V<bad-number>
by David Neto
· 7 years ago
c521579
IO mapper: Fix #1261: Supply location mapper with size computer.
by John Kessenich
· 7 years ago
5778ee4
Update spirv-tools known_good
by GregF
· 7 years ago
d55fe86
HLSL: Fix #1257: layout float1, int1, etc., as scalars.
by John Kessenich
· 7 years ago
46413d5
SPV: Fix #1258: cache constant structs by id, not opcode.
by John Kessenich
· 7 years ago
57f6a01
SPV: Complete OpModuleProcessed implementation, enabled by have 1.2 headers.
by John Kessenich
· 7 years ago
e1cc1e2
Merge pull request #1256 from KhronosGroup/require-binding
by John Kessenich
· 7 years ago
Next »