Skip to content

Commit

Permalink
Roll third_party/glslang/ 142cb87f8..74e8f05b9 (9 commits)
Browse files Browse the repository at this point in the history
KhronosGroup/glslang@142cb87...74e8f05

$ git log 142cb87f8..74e8f05b9 --date=short --no-merges --format='%ad %ae %s'
2020-11-09 jhall1024 Implement GL_EXT_terminate_invocation (#2454)
2020-11-06 rdb Fix token-pasting macros not working in preprocessor directives. (#2453)
2020-11-06 laddoc Fix warning in iomapper. (#2449)
2020-11-04 TobyHector Add GL_EXT_shader_image_int64 support (#2409)
2020-11-04 laddoc 8. io mapping refine & qualifier member check & resolver expand (#2396)
2020-11-02 courtneygo Fix build error with Chromium & ANGLE (#2446)
2020-11-02 dev Add new SpirvToolsDisassemble API interface + Improve Doc on existing API interface (#2442)
2020-11-02 justsid Support for CapabilityShaderViewportIndex and CapabilityShaderLayer (#2432)
2020-11-02 jaebaek Do not use PropagateLineInfoPass and RedundantLineInfoElimPass (#2440)

Created with:
  roll-dep third_party/glslang

Roll third_party/googletest/ 282877317..fbef0711c (11 commits)

google/googletest@2828773...fbef071

$ git log 282877317..fbef0711c --date=short --no-merges --format='%ad %ae %s'
2020-11-06 absl-team Googletest export
2020-11-06 absl-team Googletest export
2020-11-06 absl-team Googletest export
2020-11-05 ofats Googletest export
2020-10-27 elliott.brossard Add instructions for sanitizer integration
2020-09-16 hyuk.myeong Remove spaces between Google Test and Google Mock
2020-09-15 hyuk.myeong Add follow-up patch for more natural reading
2020-09-15 hyuk.myeong Apply the reviewed comment
2020-09-15 hyuk.myeong Remove a space
2020-09-15 hyuk.myeong Improve the tutorial that may be confusing
2020-02-17 krystian.kuzniarek remove a duplicated include

Created with:
  roll-dep third_party/googletest

Roll third_party/spirv-headers/ 7845730ca..5ab5c9619 (2 commits)

KhronosGroup/SPIRV-Headers@7845730...5ab5c96

$ git log 7845730ca..5ab5c9619 --date=short --no-merges --format='%ad %ae %s'
2020-11-04 michael.kinsner Reserve additional loop control bit for Intel extension (NoFusionINTEL) (google#175)
2020-11-02 4464295+XAMPPRocky Add EmbarkStudios/rust-gpu to vendor list. (google#174)

Created with:
  roll-dep third_party/spirv-headers

Roll third_party/spirv-tools/ f7da52775..a61d07a72 (11 commits)

KhronosGroup/SPIRV-Tools@f7da527...a61d07a

$ git log f7da52775..a61d07a72 --date=short --no-merges --format='%ad %ae %s'
2020-11-05 46493288+sfricke-samsung spirv-val: Fix SPV_KHR_fragment_shading_rate VUID label (#4014)
2020-11-05 46493288+sfricke-samsung spirv-val: Label Layer and ViewportIndex VUIDs (#4013)
2020-11-05 alanbaker Add dead function elimination to -O (#4015)
2020-11-04 jaebaek Add DebugValue for invisible store in single_store_elim (#4002)
2020-11-04 dnovillo Fix SSA re-writing in the presence of variable pointers. (#4010)
2020-11-04 afdx spirv-fuzz: Fixes to pass management (#4011)
2020-11-03 afdx spirv-fuzz: Add support for reining in rogue fuzzer passes (#3987)
2020-11-03 vasniktel spirv-fuzz: Fix assertion failure in FuzzerPassAddCompositeExtract (#3995)
2020-11-03 vasniktel spirv-fuzz: Fix invalid equation facts (#4009)
2020-11-03 vasniktel spirv-fuzz: Fix bugs in TransformationFlattenConditionalBranch (#4006)
2020-11-03 andreperezmaselco.developer spirv-fuzz: Fix bug related to transformation applicability (#3990)

Created with:
  roll-dep third_party/spirv-tools
  • Loading branch information
dneto0 committed Nov 10, 2020
1 parent fcafd5b commit 56629bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ vars = {
'khronos_git': 'https://github.com/KhronosGroup',

'effcee_revision' : '2ec8f8738118cc483b67c04a759fee53496c5659',
'glslang_revision': '142cb87f803d42f5ae3dd2da8dff4f19f6f15e8c',
'googletest_revision': '2828773179fa425ee406df61890a150577178ea2',
'glslang_revision': '74e8f05b9fc7229a7c42015889aba12c7f9554b1',
'googletest_revision': 'fbef0711cfce7b8f149aac773d30ae48ce3e166c',
're2_revision': '166dbbeb3b0ab7e733b278e8f42a84f6882b8a25',
'spirv_headers_revision': '7845730cab6ebbdeb621e7349b7dc1a59c3377be',
'spirv_tools_revision': 'f7da527757140ae701be58274ce6db2f4234d9ff',
'spirv_headers_revision': '5ab5c96198f30804a6a29961b8905f292a8ae600',
'spirv_tools_revision': 'a61d07a72763c1eb200de0a2c316703643a0d1d9',
}

deps = {
Expand Down

0 comments on commit 56629bf

Please sign in to comment.