|
ed94ccdd
|
2020-01-22T07:01:42
|
|
Roll third_party/SwiftShader 11cb891a01a2..b766e5e7fbf4 (1 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/11cb891a01a2..b766e5e7fbf4
git log 11cb891a01a2..b766e5e7fbf4 --date=short --first-parent --format='%ad %ae %s'
2020-01-21 sugoi@google.com Support more 10_10_10_2 formats as vertex attributes
Created with:
gclient setdep -r third_party/SwiftShader@b766e5e7fbf4
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-angle-autoroll
Please CC timvp@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: timvp@google.com
Change-Id: I9f15f55b5079de0a236d5c0d135297b6d9cb94a4
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2013986
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
1eb0ddb4
|
2020-01-22T07:01:19
|
|
Roll third_party/spirv-tools/src 323a81fc5e30..ab7ac60f14ae (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/323a81fc5e30..ab7ac60f14ae
Created with:
gclient setdep -r third_party/spirv-tools/src@ab7ac60f14ae
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/spirv-tools-angle-autoroll
Please CC timvp@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: timvp@google.com
Change-Id: Ib432214f5dad6afcecc6afbd7645641d3832f29f
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2013985
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
3b2780e6
|
2020-01-21T16:10:47
|
|
Roll third_party/vulkan-loader/src 2d6f74c6d431..af8c7e040f93 (11 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Loader.git/+log/2d6f74c6d431..af8c7e040f93
git log 2d6f74c6d431..af8c7e040f93 --date=short --first-parent --format='%ad %ae %s'
2020-01-16 mikes@lunarg.com Fix GN build
2020-01-15 mikes@lunarg.com build: Header update for 1.2.131
2020-01-15 mikes@lunarg.com scripts: Tweak extension detection
2020-01-15 lenny@lunarg.com scripts: Add support for Vulkan 1.2 codegen
2020-01-15 lenny@lunarg.com loader: Add support for Vulkan 1.2
2020-01-13 charles@lunarg.com loader: Remove loader_platform_basename dead code
2019-12-12 lenny@lunarg.com loader: Add custom terminator to tool properties
2019-12-12 caio.oliveira@intel.com build: Fix Vulkan registry detection
2019-12-11 lenny@lunarg.com codegen: Fix crash in tooling info terminator
2019-12-10 mark@lunarg.com build: Update for 1.1.130 header version
2019-12-06 thakis@chromium.org Fix a bug found by clang's -Wsizeof-array-div.
Created with:
gclient setdep -r third_party/vulkan-loader/src@af8c7e040f93
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-loader-angle-autoroll
Please CC timvp@google.com,jmadill@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: chromium:1002945
Tbr: timvp@google.com,jmadill@google.com
Change-Id: I45694ab38a99a7743ff19151ad8f1ab9376c3051
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2012822
Commit-Queue: Jamie Madill <jmadill@chromium.org>
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
8075d3ed
|
2020-01-21T07:01:44
|
|
Roll third_party/vulkan-validation-layers/src 41a96d15fd99..ac02c61ffc63 (16 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/41a96d15fd99..ac02c61ffc63
git log 41a96d15fd99..ac02c61ffc63 --date=short --first-parent --format='%ad %ae %s'
2020-01-20 mark@lunarg.com corechecks: Plumb api names through renderpass validation
2020-01-20 tony@lunarg.com layers: Pass api names to error messages
2020-01-20 tony@lunarg.com build: Update glslang to 1.2 version
2020-01-20 pdaniell@nvidia.com Add validation layer support for Vulkan 1.2 feature/prop structs
2020-01-20 tony@lunarg.com tests: Add tests for promoted extensions
2020-01-20 tony@lunarg.com layers: Account for Vulkan12Features enablement
2020-01-20 tony@lunarg.com layers: Update state tracker for v1.2
2020-01-20 tony@lunarg.com layers: Update validation for v1.2
2020-01-20 tony@lunarg.com layers: Make DeviceCreateInfo pNext copy more clear
2020-01-20 tony@lunarg.com layers: Generator changes for 1.2
2020-01-20 tony@lunarg.com layers: Update copyrights for 1.2 changes
2020-01-20 mikes@lunarg.com build: Header update for Vulkan 1.2
2020-01-20 mikes@lunarg.com layers: Drop suffixes for modified VUIDs
2020-01-20 mikes@lunarg.com layers: Drop suffixes for new core identifiers
2020-01-20 mikes@lunarg.com scripts: Tweak extension detection
2020-01-20 s.fricke@samsung.com tests: Fixed checking format against VK_IMAGE_USAGE
Created with:
gclient setdep -r third_party/vulkan-validation-layers/src@ac02c61ffc63
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-validation-layers-angle-autoroll
Please CC timvp@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: timvp@google.com
Change-Id: Iedfbc1b2f369e2d67092488b3d411d6e6a9eb90f
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2010059
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
0c10c952
|
2020-01-20T07:01:14
|
|
Roll third_party/vulkan-tools/src b6ac1e60cd3a..ca9b61a4455f (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools.git/+log/b6ac1e60cd3a..ca9b61a4455f
git log b6ac1e60cd3a..ca9b61a4455f --date=short --first-parent --format='%ad %ae %s'
2020-01-17 charles@lunarg.com vulkaninfo: update readme for Windows SDK name change
Created with:
gclient setdep -r third_party/vulkan-tools/src@ca9b61a4455f
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-tools-angle-autoroll
Please CC jonahr@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jonahr@google.com
Change-Id: Iceccc533d628ebde94bd3a358a9dcd4d42c048ba
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2010491
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
0aba9754
|
2020-01-20T07:01:42
|
|
Roll third_party/SwiftShader 2cb1db08e5f1..11cb891a01a2 (4 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/2cb1db08e5f1..11cb891a01a2
git log 2cb1db08e5f1..11cb891a01a2 --date=short --first-parent --format='%ad %ae %s'
2020-01-18 capn@google.com Rename multiSampledBresenham to enableMultiSampling
2020-01-18 capn@google.com Take advantage of return value optimization
2020-01-17 capn@google.com Enable filtering of YCbCr formats
2020-01-17 capn@google.com Rename createBlend4 to createShuffle4
Created with:
gclient setdep -r third_party/SwiftShader@11cb891a01a2
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-angle-autoroll
Please CC jonahr@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jonahr@google.com
Change-Id: I73bb1cd83295792565ba95f6bf8f43cb21984cc5
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2010492
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
b46e6c2f
|
2020-01-17T07:01:41
|
|
Roll third_party/SwiftShader 5fc197dc7669..2cb1db08e5f1 (2 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/5fc197dc7669..2cb1db08e5f1
git log 5fc197dc7669..2cb1db08e5f1 --date=short --first-parent --format='%ad %ae %s'
2020-01-17 bclayton@google.com SpirvShaderDebugger: Implement OpenCL.Debug.100
2020-01-16 capn@google.com Remove the GL_NV_read_depth_stencil extension
Created with:
gclient setdep -r third_party/SwiftShader@2cb1db08e5f1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-angle-autoroll
Please CC jonahr@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jonahr@google.com
Change-Id: Ia3eec3b9c7cfc377451b8aa284f836fedbaa2c07
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2006716
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
dcdf0162
|
2020-01-17T07:01:43
|
|
Roll third_party/vulkan-validation-layers/src ab883b9d257e..41a96d15fd99 (5 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/ab883b9d257e..41a96d15fd99
git log ab883b9d257e..41a96d15fd99 --date=short --first-parent --format='%ad %ae %s'
2020-01-16 rpalandri@fb.com tests: Add test for VUID 02531
2020-01-16 rpalandri@fb.com corechecks: Add val for FBCreateInfo non-zero viewmasks
2020-01-16 mikes@lunarg.com Fix GN build
2020-01-16 s.fricke@samsung.com tests: Added 01589/01590 to InvalidMemoryRequirements
2020-01-16 s.fricke@samsung.com layers: Added support for VUID 01589/01590
Created with:
gclient setdep -r third_party/vulkan-validation-layers/src@41a96d15fd99
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-validation-layers-angle-autoroll
Please CC jonahr@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jonahr@google.com
Change-Id: Ic57a869b6b1a7578728900088d9f327674de49cd
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2006717
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
762179c8
|
2020-01-17T07:01:14
|
|
Roll third_party/vulkan-tools/src 4792a6854238..b6ac1e60cd3a (3 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools.git/+log/4792a6854238..b6ac1e60cd3a
git log 4792a6854238..b6ac1e60cd3a --date=short --first-parent --format='%ad %ae %s'
2020-01-16 jeremyk@lunarg.com build: Update glslang commit ID in known_good.json
2020-01-16 charles@lunarg.com vulkaninfo: Support VK_EXT_tooling_info
2020-01-16 mikes@lunarg.com Fix GN build
Created with:
gclient setdep -r third_party/vulkan-tools/src@b6ac1e60cd3a
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-tools-angle-autoroll
Please CC jonahr@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jonahr@google.com
Change-Id: Id8b2bc19aabe281c5319ce3c080687d6570413d1
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2006715
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
ce9f5214
|
2020-01-17T07:21:47
|
|
Roll third_party/glslang/src 3ed344dd784e..b0ada80356ca (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/3ed344dd784e..b0ada80356ca
Created with:
gclient setdep -r third_party/glslang/src@b0ada80356ca
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/glslang-angle-autoroll
Please CC jonahr@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jonahr@google.com
Change-Id: Id3affd6b1da4d58e350221c044dcb4172efaf4a0
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2006719
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
bdb0f8a5
|
2020-01-16T07:01:14
|
|
Roll third_party/vulkan-tools/src 2c436960d2c0..4792a6854238 (3 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools.git/+log/2c436960d2c0..4792a6854238
git log 2c436960d2c0..4792a6854238 --date=short --first-parent --format='%ad %ae %s'
2020-01-15 charles@lunarg.com vulkaninfo: handle previous driver versions
2020-01-15 charles@lunarg.com build: Update known good for 1.2.131 Vulkan Header and Loader
2020-01-15 mikes@lunarg.com scripts: Tweak extension detection
Created with:
gclient setdep -r third_party/vulkan-tools/src@4792a6854238
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-tools-angle-autoroll
Please CC jonahr@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jonahr@google.com
Change-Id: I21a0c7f08ed37f247e11de9d42a67beee6681825
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2003122
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
50a69a14
|
2020-01-16T07:01:37
|
|
Roll third_party/vulkan-headers/src f63dd5c9d874..881bbb347a08 (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers/+log/f63dd5c9d874..881bbb347a08
git log f63dd5c9d874..881bbb347a08 --date=short --first-parent --format='%ad %ae %s'
2020-01-15 oddhack@sonic.net Update for Vulkan-Docs 1.2.131
Created with:
gclient setdep -r third_party/vulkan-headers/src@881bbb347a08
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-headers-angle-autoroll
Please CC jonahr@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
TBR=jonahr@google.com
Bug: None
Change-Id: I2f78b6d68988172304e50fb17ed882b117faa77c
Tbr: jonahr@google.com
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2004368
Reviewed-by: Jamie Madill <jmadill@chromium.org>
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Jamie Madill <jmadill@chromium.org>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
0c6c9a0d
|
2020-01-16T07:56:47
|
|
Roll third_party/glslang/src d203754bc116..3ed344dd784e (3 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/d203754bc116..3ed344dd784e
Created with:
gclient setdep -r third_party/glslang/src@3ed344dd784e
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/glslang-angle-autoroll
Please CC jonahr@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jonahr@google.com
Change-Id: Idd8bccd67ffcda6115477f0e9fb3bcac97ea7dff
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2003821
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
991e510e
|
2020-01-16T07:01:43
|
|
Roll third_party/vulkan-validation-layers/src 834baaf8b227..ab883b9d257e (5 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/834baaf8b227..ab883b9d257e
git log 834baaf8b227..ab883b9d257e --date=short --first-parent --format='%ad %ae %s'
2020-01-15 mark@lunarg.com tests: Added tests for ycbcr sampler validation check
2020-01-15 mark@lunarg.com stateless: Added YCBCR sampler checks
2020-01-14 mark@lunarg.com tests: Add destroy null handle tests to best practices
2020-01-14 mark@lunarg.com bestpractices: Check for null handle when freeing memory
2020-01-14 petr_kraus@email.cz layers: Fix the logic in VUID links generation
Created with:
gclient setdep -r third_party/vulkan-validation-layers/src@ab883b9d257e
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-validation-layers-angle-autoroll
Please CC jonahr@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jonahr@google.com
Change-Id: I58971f69536be68f387694c357d9e9d77c318074
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2003125
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
44aebd91
|
2020-01-16T07:01:18
|
|
Roll third_party/spirv-tools/src 8013d477aeac..323a81fc5e30 (3 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/8013d477aeac..323a81fc5e30
Created with:
gclient setdep -r third_party/spirv-tools/src@323a81fc5e30
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/spirv-tools-angle-autoroll
Please CC jonahr@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jonahr@google.com
Change-Id: I7edd382098175d998315e8b4d9665aa09124330a
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2003123
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
8aac6a59
|
2020-01-16T07:01:42
|
|
Roll third_party/SwiftShader 488d35ac0b1c..5fc197dc7669 (13 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/488d35ac0b1c..5fc197dc7669
git log 488d35ac0b1c..5fc197dc7669 --date=short --first-parent --format='%ad %ae %s'
2020-01-15 jonahr@google.com Disable MSVC warning 4065
2020-01-15 bclayton@google.com Vulkan: Disable SPIR-V preprocessing when debugging
2020-01-15 capn@google.com Produce less debug info in Kokoro builds
2020-01-15 capn@google.com Refactor binary group operations
2020-01-15 capn@google.com Replace positive/negative_inf() with infinity()
2020-01-15 bclayton@google.com SpirvShader: Stub OpenCL.DebugInfo.100
2020-01-15 bclayton@google.com System/Types.hpp: Make vec(T replicate) constexpr
2020-01-15 bclayton@google.com SpirvShaderDebugger: Add flag for printing opcodes
2020-01-15 bclayton@google.com SpirvShader: 2-way imported extensions lookup
2020-01-15 bclayton@google.com .vscode: Add spirv-tools-ext to include path
2020-01-14 bclayton@google.com C++14: Use enum class builtin hashing
2020-01-14 bclayton@google.com C++14: Use std::enable_if_t instead of our own
2020-01-14 chrisforbes@google.com Add initial stub implementation of AHB
Created with:
gclient setdep -r third_party/SwiftShader@5fc197dc7669
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-angle-autoroll
Please CC jonahr@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: angleproject:4299
Tbr: jonahr@google.com
Change-Id: I0badcf80f1be1ca17654a1d2f09f420e313dd540
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2003124
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
54d0d539
|
2020-01-14T07:01:43
|
|
Roll third_party/vulkan-validation-layers/src b96d6528883e..834baaf8b227 (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/b96d6528883e..834baaf8b227
git log b96d6528883e..834baaf8b227 --date=short --first-parent --format='%ad %ae %s'
2020-01-13 petr_kraus@email.cz layers: Default vuid links to spec repo search
Created with:
gclient setdep -r third_party/vulkan-validation-layers/src@834baaf8b227
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-validation-layers-angle-autoroll
Please CC jonahr@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jonahr@google.com
Change-Id: Id4efc3fd3e1d19026e52bcbb27ef7c0e260f2797
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1999621
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
f26c8195
|
2020-01-14T07:01:55
|
|
Roll third_party/SwiftShader b0ca2a89e255..488d35ac0b1c (9 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/b0ca2a89e255..488d35ac0b1c
git log b0ca2a89e255..488d35ac0b1c --date=short --first-parent --format='%ad %ae %s'
2020-01-13 bclayton@google.com Vulkan/Debug: Fix `DAP_LOG` macro
2020-01-13 bclayton@google.com CMakeLists.txt: Copy OpenCLDebugInfo100.h to new dir
2020-01-13 bclayton@google.com .vscode: Define ENABLE_VK_DEBUGGER
2020-01-13 bclayton@google.com Regres: Roll dEQP 1.1.6 forward
2020-01-13 capn@google.com Rename NonNormalized to Unnormalized
2020-01-13 capn@google.com Disable the GL_NV_framebuffer_blit extension
2020-01-13 capn@google.com Disable the GL_APPLE_texture_format_BGRA8888 extension
2020-01-13 capn@google.com Allow verbal bug IDs
2020-01-13 capn@google.com Validate the bug ID format in Kokoro presubmit
Created with:
gclient setdep -r third_party/SwiftShader@488d35ac0b1c
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-angle-autoroll
Please CC jonahr@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jonahr@google.com
Change-Id: I7ee074ac9e4fa93dfc71ec5248e5e67668984ada
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2000043
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
9805f027
|
2020-01-14T07:01:53
|
|
Roll third_party/spirv-tools/src 18b3b94567a9..8013d477aeac (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/18b3b94567a9..8013d477aeac
Created with:
gclient setdep -r third_party/spirv-tools/src@8013d477aeac
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/spirv-tools-angle-autoroll
Please CC jonahr@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jonahr@google.com
Change-Id: Ic2d9f5ab6e006d389604537be974a94eb050017e
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1999622
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
c6ff255b
|
2020-01-13T07:01:47
|
|
Roll third_party/glslang/src 51813670627c..d203754bc116 (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/51813670627c..d203754bc116
Created with:
gclient setdep -r third_party/glslang/src@d203754bc116
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/glslang-angle-autoroll
Please CC cwallez@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: cwallez@google.com
Change-Id: I83c4c132afd6203fe09fe709721faca0c03614c3
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1993888
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
9da223b3
|
2020-01-13T07:01:41
|
|
Roll third_party/SwiftShader 110236f3ce70..b0ca2a89e255 (7 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/110236f3ce70..b0ca2a89e255
git log 110236f3ce70..b0ca2a89e255 --date=short --first-parent --format='%ad %ae %s'
2020-01-11 bclayton@google.com Pipeline: Implement the SpirvShader debugger.
2020-01-11 swiftshader.regress@gmail.com Regres: Update test lists @ 0f8f361a
2020-01-10 swiftshader.regress@gmail.com Regres: Update test lists @ 110236f3
2020-01-10 sugoi@google.com Removed a few parentheses for slightly better clang formatting
2020-01-10 sugoi@google.com A2R10G10B10 Support
2020-01-10 ianelliott@google.com Change sampledImageIntegerSampleCounts to sampleCounts
2020-01-10 srisser@google.com Add the PowerVR SDK as a git submodule
Created with:
gclient setdep -r third_party/SwiftShader@b0ca2a89e255
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-angle-autoroll
Please CC cwallez@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: cwallez@google.com
Change-Id: I598844bc14cd0c3654a6ace7f17bd2040cc80a36
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1993886
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
6a727424
|
2020-01-13T07:01:43
|
|
Roll third_party/vulkan-validation-layers/src c17344df6cca..b96d6528883e (14 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/c17344df6cca..b96d6528883e
git log c17344df6cca..b96d6528883e --date=short --first-parent --format='%ad %ae %s'
2020-01-10 mark@lunarg.com tests: Fix YCbCr sampler test
2020-01-10 pdaniell@nvidia.com corechecks: Fix issues with separate depth/stencil layouts
2020-01-10 petr_kraus@email.cz layers: Report valid spec links on error
2020-01-10 petr_kraus@email.cz tests: Test vkCmdExecuteCommands into a Secondary
2020-01-10 s.fricke@samsung.com tests: Added test for VUID 01618
2020-01-10 s.fricke@samsung.com tests: Added test for VUID 01608
2020-01-10 s.fricke@samsung.com tests: Added test for VUID 01588
2020-01-10 s.fricke@samsung.com layers: Added VK_IMAGE_CREATE_DISJOINT_BIT validation
2020-01-10 s.fricke@samsung.com tests: Added 01564 test to DSAspectBitsErrors
2020-01-10 s.fricke@samsung.com layers: Added support for VUID 01564
2020-01-10 s.fricke@samsung.com tests: Added test for VUID 01648
2020-01-10 s.fricke@samsung.com layers: Added support for VUID 01648
2020-01-10 s.fricke@samsung.com tests: Added 01560 test to ImageBufferCopyTests
2020-01-10 s.fricke@samsung.com layers: Added support for VUID 01560
Created with:
gclient setdep -r third_party/vulkan-validation-layers/src@b96d6528883e
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-validation-layers-angle-autoroll
Please CC cwallez@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: cwallez@google.com
Change-Id: I7b9edbae8b42a41042e8adec7a5c3b12dd8be724
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1993887
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
97f831fc
|
2020-01-13T07:01:53
|
|
Roll third_party/spirv-tools/src fb2e819819ef..18b3b94567a9 (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/fb2e819819ef..18b3b94567a9
Created with:
gclient setdep -r third_party/spirv-tools/src@18b3b94567a9
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/spirv-tools-angle-autoroll
Please CC cwallez@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: cwallez@google.com
Change-Id: Ied4595d3d1b2ea5d7352f719c441c9b2d8baa75f
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1993889
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
c792a6ba
|
2020-01-10T07:01:43
|
|
Roll third_party/vulkan-validation-layers/src ac72777ef763..c17344df6cca (2 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/ac72777ef763..c17344df6cca
git log ac72777ef763..c17344df6cca --date=short --first-parent --format='%ad %ae %s'
2020-01-09 petr_kraus@email.cz scripts: Report unassigned VUIDs in stats
2020-01-09 petr_kraus@email.cz scripts: Add best practices tests to stats
Created with:
gclient setdep -r third_party/vulkan-validation-layers/src@c17344df6cca
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-validation-layers-angle-autoroll
Please CC cwallez@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: cwallez@google.com
Change-Id: I670cc25dee3714a451636bfa1e66145d8f77181f
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1994252
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
dcc57015
|
2020-01-10T07:01:41
|
|
Roll third_party/SwiftShader 77c89ff847b6..110236f3ce70 (5 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/77c89ff847b6..110236f3ce70
git log 77c89ff847b6..110236f3ce70 --date=short --first-parent --format='%ad %ae %s'
2020-01-09 sugoi@google.com Enable filtering depth+stencil formats
2020-01-09 bclayton@google.com Kokoro: Disable ASAN for debug mac builds
2020-01-09 bclayton@google.com SpirvShader: Move extension list out of for loop.
2020-01-09 bclayton@google.com C++14: Use std::make_unique where possible.
2020-01-09 swiftshader.regress@gmail.com Regres: Update test lists @ 77c89ff8
Created with:
gclient setdep -r third_party/SwiftShader@110236f3ce70
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-angle-autoroll
Please CC cwallez@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: cwallez@google.com
Change-Id: Ibe4bccbad9c9f306953164aa7c0faf8c778ba68c
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1994251
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
bf8bd805
|
2020-01-09T15:00:53
|
|
Roll third_party/spirv-tools/src e70b009b0f1e..fb2e819819ef (14 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/e70b009b0f1e..fb2e819819ef
Created with:
gclient setdep -r third_party/spirv-tools/src@fb2e819819ef
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/spirv-tools-angle-autoroll
Please CC cwallez@google.com,jmadill@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: cwallez@google.com,jmadill@google.com
Change-Id: Ife103b6f2c902c3ec357ab5058c1afe0c5648119
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1993380
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
1c40e03a
|
2020-01-09T07:01:41
|
|
Roll third_party/SwiftShader 45a4d0f36bd6..77c89ff847b6 (13 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/45a4d0f36bd6..77c89ff847b6
git log 45a4d0f36bd6..77c89ff847b6 --date=short --first-parent --format='%ad %ae %s'
2020-01-08 bclayton@google.com Build: Verify that we're compiling with C++14.
2020-01-08 bclayton@google.com Build: Move from using C++11 to C++14.
2020-01-08 bclayton@google.com Kokoro: Update from GCC 4.8 to GCC 7.
2020-01-08 bclayton@google.com Pipeline/SpirvShader: Move setActiveLaneMask()
2020-01-08 bclayton@google.com Pipeline/SpirvShader: Support more OpExtInsts
2020-01-08 bclayton@google.com Pipeline/SpirvShader: Process OpString instructions
2020-01-08 bclayton@google.com Pipeline/SpirvShader: Add Impl struct
2020-01-08 bclayton@google.com Vulkan/Debug: Expose Frames from Thread
2020-01-08 sugoi@google.com Enable B10G11R11_UFLOAT blending
2020-01-08 bclayton@google.com Vulkan/Debug: Add Reference value type.
2020-01-08 chrisforbes@google.com Add storage image support for R16G16_{UINT,SINT,SFLOAT}
2020-01-08 bclayton@google.com Vulkan: Plumb the debug context down to SpirvShader
2020-01-08 bclayton@google.com Vulkan: Add debugging of the command buffer.
Created with:
gclient setdep -r third_party/SwiftShader@77c89ff847b6
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-angle-autoroll
Please CC cwallez@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: cwallez@google.com
Change-Id: I9f7014f2de23f3f9411f07a4b95c0cc48ab5e6ac
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1993043
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
0561d46e
|
2020-01-09T07:01:43
|
|
Roll third_party/vulkan-validation-layers/src 258b887827ab..ac72777ef763 (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/258b887827ab..ac72777ef763
git log 258b887827ab..ac72777ef763 --date=short --first-parent --format='%ad %ae %s'
2020-01-08 mark@lunarg.com corechecks: Fix immutable sampler write fall-through case
Created with:
gclient setdep -r third_party/vulkan-validation-layers/src@ac72777ef763
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-validation-layers-angle-autoroll
Please CC cwallez@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: cwallez@google.com
Change-Id: Id7c2391bdd232852542eb65a5d8372f73cf6d4d3
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1993044
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
f6228fdf
|
2020-01-09T07:01:47
|
|
Roll third_party/glslang/src 1642ca11282a..51813670627c (2 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/1642ca11282a..51813670627c
Created with:
gclient setdep -r third_party/glslang/src@51813670627c
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/glslang-angle-autoroll
Please CC cwallez@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: cwallez@google.com
Change-Id: Id259094225cc9d58472153114d5836bddb4b6aaf
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1993045
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
e5d3c659
|
2020-01-08T07:01:43
|
|
Roll third_party/vulkan-validation-layers/src b416ed86e4b2..258b887827ab (3 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/b416ed86e4b2..258b887827ab
git log b416ed86e4b2..258b887827ab --date=short --first-parent --format='%ad %ae %s'
2020-01-07 mark@lunarg.com tests: Add test for a write update to an immutable sampler
2020-01-07 mark@lunarg.com tests: Add test for copying to immutable samplers
2020-01-07 mark@lunarg.com corechecks: Add validation for writing to immutable samplers
Created with:
gclient setdep -r third_party/vulkan-validation-layers/src@258b887827ab
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-validation-layers-angle-autoroll
Please CC cwallez@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: cwallez@google.com
Change-Id: I4fdaffd02584138c7d4e9d6f0c69221d628cf8ef
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1990983
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
20ed6bcb
|
2020-01-08T07:01:41
|
|
Roll third_party/SwiftShader 068dd89cab31..45a4d0f36bd6 (5 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/068dd89cab31..45a4d0f36bd6
git log 068dd89cab31..45a4d0f36bd6 --date=short --first-parent --format='%ad %ae %s'
2020-01-08 capn@google.com Disable unused function warning
2020-01-07 bclayton@google.com Regres: Apply fix for invalid SPIR-V in 12 tests.
2020-01-07 capn@google.com Disable LLVM & Subzero stack traces and crash handling
2020-01-07 digit@google.com vulkan: use a marl::Event in the VkSemaphore implementation.
2020-01-07 digit@google.com [vulkan] Simplify vk::Semaphore implementation.
Created with:
gclient setdep -r third_party/SwiftShader@45a4d0f36bd6
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-angle-autoroll
Please CC cwallez@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: cwallez@google.com
Change-Id: I5b338a33ea57117912e019075c52f09351badea7
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1990982
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
90bf5bec
|
2020-01-08T07:01:47
|
|
Roll third_party/glslang/src 1d258ac34698..1642ca11282a (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/1d258ac34698..1642ca11282a
Created with:
gclient setdep -r third_party/glslang/src@1642ca11282a
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/glslang-angle-autoroll
Please CC cwallez@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: cwallez@google.com
Change-Id: I6a686ddc411f6e2087b146fbd146c6a63675bf34
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1990984
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
d0788509
|
2020-01-08T07:01:14
|
|
Roll third_party/vulkan-tools/src 55333361f9a1..2c436960d2c0 (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools.git/+log/55333361f9a1..2c436960d2c0
git log 55333361f9a1..2c436960d2c0 --date=short --first-parent --format='%ad %ae %s'
2020-01-07 charles@lunarg.com vulkaninfo: Make presentation surface names a set
Created with:
gclient setdep -r third_party/vulkan-tools/src@2c436960d2c0
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-tools-angle-autoroll
Please CC cwallez@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: cwallez@google.com
Change-Id: If653af60cbc98b72138c4e1768ec7ccae4f6543c
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1990981
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
ce396c03
|
2020-01-07T07:01:43
|
|
Roll third_party/SwiftShader 10a900e5ffaf..068dd89cab31 (7 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/10a900e5ffaf..068dd89cab31
git log 10a900e5ffaf..068dd89cab31 --date=short --first-parent --format='%ad %ae %s'
2020-01-06 bclayton@google.com SPIRV-Tools: Update Android.bp to fix build.
2020-01-06 capn@google.com Limit Vulkan memory allocation size to 1 GiB
2020-01-06 bclayton@google.com IDs: Move inline impls below class.
2020-01-06 bclayton@google.com Pipeline: Store builtins on SpirvRoutine...
2020-01-06 bclayton@google.com Style: clang-format the tests source too
2020-01-06 bclayton@google.com Merge changes Id1120acb,Ifc6afcda,I8b5da04a,I9389ad9e,I35d60f68
2020-01-06 sugoi@google.com Improve 1010102 blend precision
Created with:
gclient setdep -r third_party/SwiftShader@068dd89cab31
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-angle-autoroll
Please CC cwallez@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: cwallez@google.com
Change-Id: I9df3cbc0059453193adfbee90f767d06c0149fa2
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1989339
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
806b06a2
|
2020-01-07T07:01:41
|
|
Roll third_party/glslang/src 6334d594f68c..1d258ac34698 (3 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/6334d594f68c..1d258ac34698
Created with:
gclient setdep -r third_party/glslang/src@1d258ac34698
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/glslang-angle-autoroll
Please CC cwallez@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: cwallez@google.com
Change-Id: If27787415b62ecdeee7192fdb6663e8b80cdec79
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1989337
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
0d467595
|
2020-01-07T07:01:41
|
|
Roll third_party/vulkan-validation-layers/src 2be3fe0f8471..b416ed86e4b2 (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/2be3fe0f8471..b416ed86e4b2
git log 2be3fe0f8471..b416ed86e4b2 --date=short --first-parent --format='%ad %ae %s'
2020-01-06 mark@lunarg.com layers: Added stub functions for instance exts and funcs
Created with:
gclient setdep -r third_party/vulkan-validation-layers/src@b416ed86e4b2
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-validation-layers-angle-autoroll
Please CC cwallez@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: cwallez@google.com
Change-Id: I1b8ae6d289e25c34c731c4acd42c30dead3ea6d4
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1989338
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
7dfc99e5
|
2019-12-18T16:37:20
|
|
Vulkan: Update dEQP source for test fixes
Also fix scripts/gen_vk_gl_cts_build.py to always use '/' as file
separator. Otherwise, running the script on Windows uses '\' which
Linux doesn't like.
Test:
angle_deqp_gles31_tests --use-angle=swiftshader --gtest_filter=dEQP.GLES31/functional_debug_negative_coverage_get_error_vertex_array_draw_range_elements
Bug: angleproject:2324
Bug: angleproject:4234
Change-Id: I3b212e0d0ba97996f1d86f7fc81e58c3b03a9cbb
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1975020
Commit-Queue: Courtney Goeltzenleuchter <courtneygo@google.com>
Reviewed-by: Jamie Madill <jmadill@chromium.org>
|
|
de97fb4a
|
2020-01-03T07:01:41
|
|
Roll third_party/vulkan-validation-layers/src e4a2b7f22782..2be3fe0f8471 (7 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/e4a2b7f22782..2be3fe0f8471
git log e4a2b7f22782..2be3fe0f8471 --date=short --first-parent --format='%ad %ae %s'
2020-01-02 jzulauf@lunarg.com layers: Record initial layout on release barriers
2020-01-02 mark@lunarg.com corechecks: Plumb VtxIndex VUIDs through to helper func
2020-01-02 mark@lunarg.com corechecks: Remove obsolete perf warning
2020-01-02 mark@lunarg.com tests: Removed PerfWarning test from VkLayerTest harness
2020-01-02 mark@lunarg.com bestpractices: Use BP VUID in place of corechecks one
2020-01-02 mark@lunarg.com tests: Added test for missing vtx buffers to BP harness
2020-01-02 mark@lunarg.com bestpractices: Added perf warning for missing vtx buffers
Created with:
gclient setdep -r third_party/vulkan-validation-layers/src@2be3fe0f8471
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-validation-layers-angle-autoroll
Please CC courtneygo@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: courtneygo@google.com
Change-Id: I80a335bf862d776bc1533f366316f5b899fbfb09
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1986605
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
cbbfa2f2
|
2019-12-31T07:01:43
|
|
Roll third_party/SwiftShader 59465799210b..10a900e5ffaf (1 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/59465799210b..10a900e5ffaf
git log 59465799210b..10a900e5ffaf --date=short --first-parent --format='%ad %ae %s'
2019-12-30 chrisforbes@google.com Add assert in GenericValue constant access
Created with:
gclient setdep -r third_party/SwiftShader@10a900e5ffaf
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-angle-autoroll
Please CC courtneygo@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: courtneygo@google.com
Change-Id: Id7ec364a7df7c8389d3bab78761f4b1061d93e10
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1984961
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
c1fc6de8
|
2019-12-30T07:02:09
|
|
Roll third_party/vulkan-headers/src 0e57fc1cfa56..f63dd5c9d874 (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers/+log/0e57fc1cfa56..f63dd5c9d874
git log 0e57fc1cfa56..f63dd5c9d874 --date=short --first-parent --format='%ad %ae %s'
2019-12-28 flibitijibibo@gmail.com GN: Make PLATFORM_XCB optional, based on a user-defined variable.
Created with:
gclient setdep -r third_party/vulkan-headers/src@f63dd5c9d874
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-headers-angle-autoroll
Please CC ynovikov@chromium.org on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
TBR=ynovikov@chromium.org
Bug: None
Change-Id: I57e5f53b741fce8a14d27af4445fcc31ea860c70
Tbr: ynovikov@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1984191
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
9fac1817
|
2019-12-30T07:01:40
|
|
Roll third_party/glslang/src 5de15a256eb0..6334d594f68c (4 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/5de15a256eb0..6334d594f68c
Created with:
gclient setdep -r third_party/glslang/src@6334d594f68c
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/glslang-angle-autoroll
Please CC ynovikov@chromium.org on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: ynovikov@chromium.org
Change-Id: I13837b1d19eccf54aae171349dfadd0d37d7ef77
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1984164
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
fca5a005
|
2019-12-27T07:01:40
|
|
Roll third_party/glslang/src bd97b6f9f213..5de15a256eb0 (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/bd97b6f9f213..5de15a256eb0
Created with:
gclient setdep -r third_party/glslang/src@5de15a256eb0
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/glslang-angle-autoroll
Please CC ynovikov@chromium.org on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: ynovikov@chromium.org
Change-Id: I2324cfed3dd1026a11ead024c805b216481d47ea
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1982965
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
ebed8559
|
2019-12-27T07:01:43
|
|
Roll third_party/SwiftShader 6e3a387c0159..59465799210b (1 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/6e3a387c0159..59465799210b
git log 6e3a387c0159..59465799210b --date=short --first-parent --format='%ad %ae %s'
2019-12-27 capn@google.com Remove Reactor/MutexLock.hpp
Created with:
gclient setdep -r third_party/SwiftShader@59465799210b
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-angle-autoroll
Please CC ynovikov@chromium.org on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: ynovikov@chromium.org
Change-Id: I10048c2c0d1fd7843762ea3636b1ef29b7200359
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1982966
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
01dd6f6c
|
2019-12-25T07:01:28
|
|
Roll third_party/vulkan-tools/src 37af49fa7b55..55333361f9a1 (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools.git/+log/37af49fa7b55..55333361f9a1
git log 37af49fa7b55..55333361f9a1 --date=short --first-parent --format='%ad %ae %s'
2019-12-24 charles@lunarg.com vulkaninfo: exit on invalid gpu selected
Created with:
gclient setdep -r third_party/vulkan-tools/src@55333361f9a1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-tools-angle-autoroll
Please CC cnorthrop@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: cnorthrop@google.com
Change-Id: I3a08dd0ecc6c3745d29a149fa75d825ddd3b7860
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1981930
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
f5c3afec
|
2019-12-23T07:01:40
|
|
Roll third_party/glslang/src ebf634bcaa3e..bd97b6f9f213 (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/ebf634bcaa3e..bd97b6f9f213
Created with:
gclient setdep -r third_party/glslang/src@bd97b6f9f213
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/glslang-angle-autoroll
Please CC jmadill@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jmadill@google.com
Change-Id: Icc6edef982018a13e978f307491e333e41a64c82
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1980455
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
392c9809
|
2019-12-23T07:01:41
|
|
Roll third_party/vulkan-validation-layers/src 6b71f08cc83e..e4a2b7f22782 (4 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/6b71f08cc83e..e4a2b7f22782
git log 6b71f08cc83e..e4a2b7f22782 --date=short --first-parent --format='%ad %ae %s'
2019-12-20 mark@lunarg.com statetracker: Fetch shader float control properties
2019-12-20 mark@lunarg.com test: Fix ByteCount test failure on Pixel3
2019-12-20 mark@lunarg.com tests: Add CmdDrawIndirectByteCountEXT stride test
2019-12-20 mark@lunarg.com stateless: Added check for XformFeedback vertexStride
Created with:
gclient setdep -r third_party/vulkan-validation-layers/src@e4a2b7f22782
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-validation-layers-angle-autoroll
Please CC jmadill@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jmadill@google.com
Change-Id: I9fc5f15dcfd281021d5c89e9b0739aba45e68174
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1980456
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
c92b5991
|
2019-12-23T07:01:43
|
|
Roll third_party/SwiftShader 6d29348ddb7e..6e3a387c0159 (4 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/6d29348ddb7e..6e3a387c0159
git log 6d29348ddb7e..6e3a387c0159 --date=short --first-parent --format='%ad %ae %s'
2019-12-20 capn@google.com Exclude padding bytes from image size limit
2019-12-20 amaiorano@google.com Vulkan: include backend name in deviceName
2019-12-20 amaiorano@google.com Debug: add trace to debug out
2019-12-20 swiftshader.regress@gmail.com Regres: Update test lists @ 6d29348d
Created with:
gclient setdep -r third_party/SwiftShader@6e3a387c0159
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-angle-autoroll
Please CC jmadill@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jmadill@google.com
Change-Id: Ic67a12b7547b8563f195ff800ed02cd19e86481b
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1980457
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
291be9ac
|
2019-12-18T14:36:17
|
|
Add DEP to pull internal capture files
To enable, add the following to your .gclient file:
"custom_vars": {
"checkout_angle_internal":"True",
},
Bug: angleproject:3630
Change-Id: I639ba5236fc6d90060a7b50bd0942fe2d0285a25
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1949604
Commit-Queue: Cody Northrop <cnorthrop@google.com>
Reviewed-by: Yuly Novikov <ynovikov@chromium.org>
|
|
84f45f10
|
2019-12-18T14:34:29
|
|
Use checkout_angle_internal for non-public files
The previous flag was too broad, pulling all Chromium
internal files. We only need one repository.
Bug: angleproject:3630
Bug: chromium:1032708
Change-Id: I8aac322e2f748570432be27f2981f927bd264fce
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1969735
Reviewed-by: Jamie Madill <jmadill@chromium.org>
Commit-Queue: Cody Northrop <cnorthrop@google.com>
|
|
7f2930fc
|
2019-12-20T07:01:43
|
|
Roll third_party/SwiftShader 4fd7fccd6db5..6d29348ddb7e (3 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/4fd7fccd6db5..6d29348ddb7e
git log 4fd7fccd6db5..6d29348ddb7e --date=short --first-parent --format='%ad %ae %s'
2019-12-19 sugoi@google.com Enable filtering depth only formats
2019-12-19 bclayton@google.com Kokoro: Add style presubmit checks
2019-12-19 swiftshader.regress@gmail.com Regres: Update test lists @ 4fd7fccd
Created with:
gclient setdep -r third_party/SwiftShader@6d29348ddb7e
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-angle-autoroll
Please CC jmadill@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jmadill@google.com
Change-Id: I301672b05e9440fe89ebd115a95a5739b203dac8
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1978599
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
2303ff5b
|
2019-12-20T07:01:28
|
|
Roll third_party/vulkan-tools/src 246503e9c085..37af49fa7b55 (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools.git/+log/246503e9c085..37af49fa7b55
git log 246503e9c085..37af49fa7b55 --date=short --first-parent --format='%ad %ae %s'
2019-12-19 tony@lunarg.com cube: Leave uniform memory mapped
Created with:
gclient setdep -r third_party/vulkan-tools/src@37af49fa7b55
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-tools-angle-autoroll
Please CC jmadill@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jmadill@google.com
Change-Id: I3f954505f6186b894d5515b1395f0e22960f183e
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1978597
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
21e894d7
|
2019-12-20T07:01:41
|
|
Roll third_party/vulkan-validation-layers/src e8e8f32d1b7a..6b71f08cc83e (4 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/e8e8f32d1b7a..6b71f08cc83e
git log e8e8f32d1b7a..6b71f08cc83e --date=short --first-parent --format='%ad %ae %s'
2019-12-19 locke@lunarg.com tests: Remove UnexpectedError
2019-12-19 locke@lunarg.com layers: Skip PARTIALLY_BOUND
2019-12-19 tony@lunarg.com gpu: Initialize report_data for instance
2019-12-19 petr_kraus@email.cz layers: Fix wrong version reported by tooling
Created with:
gclient setdep -r third_party/vulkan-validation-layers/src@6b71f08cc83e
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-validation-layers-angle-autoroll
Please CC jmadill@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jmadill@google.com
Change-Id: I23c37bcf3db43fb582be4711c319e7ac353db5d6
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1978598
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
f321db9a
|
2019-12-19T07:01:48
|
|
Roll third_party/spirv-tools/src 38d7fbaad0a3..e70b009b0f1e (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/38d7fbaad0a3..e70b009b0f1e
Created with:
gclient setdep -r third_party/spirv-tools/src@e70b009b0f1e
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/spirv-tools-angle-autoroll
Please CC jmadill@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jmadill@google.com
Change-Id: I8c577825cd88e3b8a502a36399a8988b0bba6020
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1974923
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
f23d5401
|
2019-12-19T07:01:43
|
|
Roll third_party/SwiftShader 21be09d8e699..4fd7fccd6db5 (4 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/21be09d8e699..4fd7fccd6db5
git log 21be09d8e699..4fd7fccd6db5 --date=short --first-parent --format='%ad %ae %s'
2019-12-18 chrisforbes@google.com Regres: Roll deqp forward to latest 1.1.6
2019-12-18 sugoi@google.com Allow 32F texture to use linear filtering
2019-12-18 capn@google.com Remove sw::Vector, Point, and Matrix
2019-12-18 swiftshader.regress@gmail.com Regres: Update test lists @ 21be09d8
Created with:
gclient setdep -r third_party/SwiftShader@4fd7fccd6db5
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-angle-autoroll
Please CC jmadill@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jmadill@google.com
Change-Id: I496b3ce51d50ec10f72ccc523027dff7c77a135e
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1974922
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
b0172d37
|
2019-12-19T07:01:41
|
|
Roll third_party/vulkan-validation-layers/src 2b19f3916726..e8e8f32d1b7a (4 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/2b19f3916726..e8e8f32d1b7a
git log 2b19f3916726..e8e8f32d1b7a --date=short --first-parent --format='%ad %ae %s'
2019-12-19 mark@lunarg.com tests: Add ClearColorImage SHARED_PRESENT layout check
2019-12-19 mark@lunarg.com corechecks: Fix CmdClear layout validation
2019-12-18 tony@lunarg.com layers: Guard against ATTACHMENT_UNUSED
2019-12-17 mark@lunarg.com objlifetimes: Fix undestroyed object reporting
Created with:
gclient setdep -r third_party/vulkan-validation-layers/src@e8e8f32d1b7a
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-validation-layers-angle-autoroll
Please CC jmadill@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jmadill@google.com
Change-Id: Ice1e926ff24301c807b0acdf13d087e8b1242634
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1974921
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
ecc96617
|
2019-12-19T07:01:28
|
|
Roll third_party/vulkan-tools/src 9c5719ab7149..246503e9c085 (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools.git/+log/9c5719ab7149..246503e9c085
git log 9c5719ab7149..246503e9c085 --date=short --first-parent --format='%ad %ae %s'
2019-12-18 shannon@lunarg.com winrt: Update `VulkanRT-License.txt` text
Created with:
gclient setdep -r third_party/vulkan-tools/src@246503e9c085
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-tools-angle-autoroll
Please CC jmadill@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jmadill@google.com
Change-Id: I68bb42383831cbf9aebc75e3daeae17cba45219b
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1974920
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
65e2f03b
|
2019-12-18T07:01:42
|
|
Roll third_party/SwiftShader fbbfeb700295..21be09d8e699 (17 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/fbbfeb700295..21be09d8e699
git log fbbfeb700295..21be09d8e699 --date=short --first-parent --format='%ad %ae %s'
2019-12-18 sugoi@google.com Enable samplerAnisotropy
2019-12-18 chrisforbes@google.com Advertise variableMultisampleRate feature
2019-12-17 bclayton@google.com clang-format the src/WSI directory
2019-12-17 bclayton@google.com clang-format the src/Vulkan directory
2019-12-17 bclayton@google.com clang-format the src/System directory
2019-12-17 bclayton@google.com clang-format the src/Reactor directory
2019-12-17 bclayton@google.com clang-format the src/Pipeline directory
2019-12-17 bclayton@google.com clang-format the src/Device directory
2019-12-17 bclayton@google.com Start a custom .clang-format rule
2019-12-17 capn@google.com Remove spaces after control statements keywords
2019-12-17 sugoi@google.com Enable blending for 32FP formats
2019-12-17 capn@google.com Make use of vec<T, N> vector broadcasts
2019-12-17 capn@google.com Replace vector() and replicate() with float4 constructors
2019-12-17 capn@google.com Create a generic vec<T, N> class
2019-12-17 capn@google.com Typedef int4/float4 from a vec4<T> template
2019-12-17 capn@google.com Prefer alignas() over ALIGN()
2019-12-17 sugoi@google.com R11G11B10F support
Created with:
gclient setdep -r third_party/SwiftShader@21be09d8e699
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-angle-autoroll
Please CC jmadill@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jmadill@google.com
Change-Id: Iff5532b2838a657d66fc51751fd95036d35f3f30
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1973467
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
e5c2e047
|
2019-12-18T07:01:02
|
|
Roll third_party/vulkan-tools/src 0c2618b2c31e..9c5719ab7149 (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools.git/+log/0c2618b2c31e..9c5719ab7149
git log 0c2618b2c31e..9c5719ab7149 --date=short --first-parent --format='%ad %ae %s'
2019-12-17 charles@lunarg.com vulkaninfo: safely handle device groups not supported
Created with:
gclient setdep -r third_party/vulkan-tools/src@9c5719ab7149
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-tools-angle-autoroll
Please CC jmadill@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jmadill@google.com
Change-Id: Idca41eac95939e072b5e9317ffbfbcce57646ff6
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1973466
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
0c14e233
|
2019-12-17T07:01:41
|
|
Roll third_party/spirv-tools/src 96354f5047bf..38d7fbaad0a3 (2 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/96354f5047bf..38d7fbaad0a3
Created with:
gclient setdep -r third_party/spirv-tools/src@38d7fbaad0a3
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/spirv-tools-angle-autoroll
Please CC jmadill@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: jmadill@google.com
Change-Id: I81d302d7aaf865489f50fa722791efdb5fbb6a05
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1971254
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
5fd73782
|
2019-08-09T11:46:46
|
|
Vulkan: Use volk to load vk* func ptrs
Thanks to Jamie Madill for some fixes to get all CI test passing w/ volk.
This change updates all ANGLE targets that use Vulkan to dyanmically
link all of the VK entrypoints using the volk OSS library from
https://github.com/zeux/volk.
It's only two source files so baking them directly into ANGLE repo.
Also it's used in both the tests and libANGLE trees so added to
src/common/third_party/volk dir.
Updated volk and the renderer to track latest instance and device
that were loaded and renderer will refresh vk* function pointers if
the current and previous device and/or instance don't match. This
prevents errors in the test framework as we transition between
backends, especially between VK HW & SwiftShader ICDs.
This change rolls the Vulkan Loader forward to use the latest loader
version which no longer allows static linking but requires dynamic
linking.
Bug: angleproject:3740
Bug: angleproject:4092
Bug: angleproject:4162
Bug: angleproject:4210
Bug: angleproject:4225
Change-Id: I8a0b7d24c9545bbfdfaa4b9357a9bfe6793e0140
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1965640
Commit-Queue: Tobin Ehlis <tobine@google.com>
Reviewed-by: Tobin Ehlis <tobine@google.com>
Reviewed-by: Jamie Madill <jmadill@chromium.org>
|
|
8f619682
|
2019-12-16T07:01:41
|
|
Roll third_party/SwiftShader ebb0bec91552..fbbfeb700295 (2 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/ebb0bec91552..fbbfeb700295
git log ebb0bec91552..fbbfeb700295 --date=short --first-parent --format='%ad %ae %s'
2019-12-13 chrisforbes@google.com Add missing source file to android build
2019-12-13 swiftshader.regress@gmail.com Regres: Update test lists @ ebb0bec9
Created with:
gclient setdep -r third_party/SwiftShader@fbbfeb700295
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-angle-autoroll
Please CC ianelliot@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: ianelliot@google.com
Change-Id: I93e47bb372477b074173951ded4f0af35269e206
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1969219
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
d5914d97
|
2019-12-16T07:01:02
|
|
Roll third_party/vulkan-tools/src c1a7421f0f93..0c2618b2c31e (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools.git/+log/c1a7421f0f93..0c2618b2c31e
git log c1a7421f0f93..0c2618b2c31e --date=short --first-parent --format='%ad %ae %s'
2019-12-13 jeremyk@lunarg.com build: Update glslang version in known_good.json
Created with:
gclient setdep -r third_party/vulkan-tools/src@0c2618b2c31e
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-tools-angle-autoroll
Please CC ianelliot@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: ianelliot@google.com
Change-Id: Iaddfe799d5fb0e3e444eea4cc3cf4a3852be7f1c
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1969218
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
14820b1e
|
2019-12-16T07:01:58
|
|
Roll third_party/vulkan-validation-layers/src d2c3daeb56e9..2b19f3916726 (10 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/d2c3daeb56e9..2b19f3916726
git log d2c3daeb56e9..2b19f3916726 --date=short --first-parent --format='%ad %ae %s'
2019-12-13 mark@lunarg.com tests: Add tests for DescTemplates fixes and new VUIDs
2019-12-13 mark@lunarg.com objlifetimes: Fix CreateDescUpdateTemplates object val
2019-12-13 mark@lunarg.com build: Update glslang & VulkanTools known-good IDs
2019-12-13 geecandrey@gmail.com corechecks: Invalid error message in vkCmdPipelineBarrier
2019-12-13 mark@lunarg.com tests: Add positive test for tooling ext query
2019-12-13 mark@lunarg.com chassis: Support tooling queries in khronos layer
2019-12-13 mark@lunarg.com chassis: Add physicaldevice support for tools info API
2019-12-13 mark@lunarg.com stateless: Update for new struct_type_array case
2019-12-13 mark@lunarg.com chassis: Implement GetPhysicalDeviceProcAddr layer func
2019-12-13 jeremyk@lunarg.com layers: Fix issue 1416
Created with:
gclient setdep -r third_party/vulkan-validation-layers/src@2b19f3916726
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-validation-layers-angle-autoroll
Please CC ianelliot@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: ianelliot@google.com
Change-Id: Idadb73efcc3bdf73f0dfd41d4f1793eb93e3b0b1
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1969220
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
5245de82
|
2019-11-20T01:04:00
|
|
Metal: Update spirv-cross from upstream to fix mat2 issues
Previously spirv-cross had problems translate mat2 to equivalent
Metal type. See the reported issue:
https://github.com/KhronosGroup/SPIRV-Cross/issues/1200
It has been fixed on upstream repo.
DEQP tests using mat2 should pass now.
Bug: angleproject:2634
Change-Id: I68e871965c7004ae34dc0fa92c926905cb0c14cf
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1966183
Commit-Queue: Jamie Madill <jmadill@chromium.org>
Reviewed-by: Jamie Madill <jmadill@chromium.org>
|
|
e1822727
|
2019-12-13T07:01:58
|
|
Roll third_party/vulkan-validation-layers/src 6a35bc9967d9..d2c3daeb56e9 (3 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/6a35bc9967d9..d2c3daeb56e9
git log 6a35bc9967d9..d2c3daeb56e9 --date=short --first-parent --format='%ad %ae %s'
2019-12-12 jzulauf@lunarg.com layers: Improve const shared pointer handling
2019-12-12 mark@lunarg.com corechecks: Correct swapchain validation error text
2019-12-12 tony@lunarg.com gpu: Add validation for VK_KHR_buffer_device_address
Created with:
gclient setdep -r third_party/vulkan-validation-layers/src@d2c3daeb56e9
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-validation-layers-angle-autoroll
Please CC ianelliot@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: ianelliot@google.com
Change-Id: Iafb69556fd7a48e7df8e1f08d8f38fd23a659f9b
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1966026
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
f139f976
|
2019-12-13T07:01:41
|
|
Roll third_party/SwiftShader 07958d452f93..ebb0bec91552 (4 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/07958d452f93..ebb0bec91552
git log 07958d452f93..ebb0bec91552 --date=short --first-parent --format='%ad %ae %s'
2019-12-12 sergeyu@chromium.org Use allocateExecutable() in LLVMReactor
2019-12-12 sugoi@google.com Fix BCn related SwANGLE test failure
2019-12-12 capn@google.com Prevent clang-format from splitting shift operator
2019-12-12 sugoi@google.com Support for BC1, BC2, BC3, BC4 and BC5
Created with:
gclient setdep -r third_party/SwiftShader@ebb0bec91552
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-angle-autoroll
Please CC ianelliot@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: ianelliot@google.com
Change-Id: If0eb478a35cabd6c09007f70a75dad0757749605
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1966024
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
06db147e
|
2019-12-13T07:01:40
|
|
Roll third_party/spirv-tools/src 5c019b5923c1..96354f5047bf (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/5c019b5923c1..96354f5047bf
Created with:
gclient setdep -r third_party/spirv-tools/src@96354f5047bf
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/spirv-tools-angle-autoroll
Please CC ianelliot@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: ianelliot@google.com
Change-Id: Ia02eda3a904131e1efa5f401e6259e09bf9848a5
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1966023
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
ef11f849
|
2019-12-13T07:01:56
|
|
Roll third_party/glslang/src 6c479796f6e4..ebf634bcaa3e (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/6c479796f6e4..ebf634bcaa3e
Created with:
gclient setdep -r third_party/glslang/src@ebf634bcaa3e
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/glslang-angle-autoroll
Please CC ianelliot@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: ianelliot@google.com
Change-Id: I5d36e291b54c1d57688e413a9b8e6a794b15277f
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1966025
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
e0f8b5d0
|
2019-12-12T14:58:12
|
|
Roll chromium_revision d209d45ba4..e1633af636 (719599:724302)
Change log: https://chromium.googlesource.com/chromium/src/+log/d209d45ba4..e1633af636
Full diff: https://chromium.googlesource.com/chromium/src/+/d209d45ba4..e1633af636
Changed dependencies
* build: https://chromium.googlesource.com/chromium/src/build.git/+log/ebec9c5ad4..dfe5662014
* testing: https://chromium.googlesource.com/chromium/src/testing/+log/72e16daaa5..c1b508625d
* third_party/googletest: https://chromium.googlesource.com/chromium/src/third_party/googletest/+log/60616473f7..f8eeeb06c0
* third_party/zlib: https://chromium.googlesource.com/chromium/src/third_party/zlib/+log/e77e1c06c8..f262c1b3c4
* tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/05979d8cad..a9190d6699
DEPS diff: https://chromium.googlesource.com/chromium/src/+/d209d45ba4..e1633af636/DEPS
Clang version changed e84b7a5fe230e42b8e6fe451369874a773bf1867:c2443155a0fb245c8f17f2c1c72b6ea391e86e81
Details: https://chromium.googlesource.com/chromium/src/+/d209d45ba4..e1633af636/tools/clang/scripts/update.py
TBR=jmadill@chromium.org,
BUG=None
Change-Id: I3e2d6b59263870a6713b8e3d2161c2411b932cf1
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1965436
Reviewed-by: Jamie Madill <jmadill@chromium.org>
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
Commit-Queue: Jamie Madill <jmadill@chromium.org>
|
|
0bf3c4b5
|
2019-12-12T07:01:02
|
|
Roll third_party/vulkan-tools/src 0dc201a808ec..c1a7421f0f93 (3 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools.git/+log/0dc201a808ec..c1a7421f0f93
git log 0dc201a808ec..c1a7421f0f93 --date=short --first-parent --format='%ad %ae %s'
2019-12-11 charles@lunarg.com build: update vulkaninfo.hpp to fix windows build warnings
2019-12-11 mark@lunarg.com build: Update to verson 1.1.130 of the Vulkan Headers
2019-12-11 charles@lunarg.com vulkaninfo: reduced spurious warnings for msvc
Created with:
gclient setdep -r third_party/vulkan-tools/src@c1a7421f0f93
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-tools-angle-autoroll
Please CC ianelliot@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: ianelliot@google.com
Change-Id: Id6562a8b6967909c70aef10ea8f6c9fead24c0c9
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1963622
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
e2d7cbf6
|
2019-12-12T07:01:40
|
|
Roll third_party/spirv-tools/src 00ca4e5bdfdb..5c019b5923c1 (3 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/00ca4e5bdfdb..5c019b5923c1
Created with:
gclient setdep -r third_party/spirv-tools/src@5c019b5923c1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/spirv-tools-angle-autoroll
Please CC ianelliot@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: ianelliot@google.com
Change-Id: I58aada86788183ec7904ec51e8a68df29c77f2b0
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1963623
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
d5ac2e89
|
2019-12-12T07:01:58
|
|
Roll third_party/vulkan-validation-layers/src da451cc7cd04..6a35bc9967d9 (6 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/da451cc7cd04..6a35bc9967d9
git log da451cc7cd04..6a35bc9967d9 --date=short --first-parent --format='%ad %ae %s'
2019-12-12 jbolz@nvidia.com tests: Add tests for VK_KHR_buffer_device_address
2019-12-12 jbolz@nvidia.com layers: Add VK_KHR_buffer_device_address support
2019-12-11 tobias.hector@amd.com tests: Added tests for new vkAllocateMemory validation
2019-12-11 tobias.hector@amd.com layers: Introduce validation for vkAllocateMemory VUIDs
2019-12-11 jeremy@lunarg.com tests: Test overlapping push constant ranges
2019-12-11 jeremy@lunarg.com corechecks: Fix overlapping push constant ranges
Created with:
gclient setdep -r third_party/vulkan-validation-layers/src@6a35bc9967d9
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-validation-layers-angle-autoroll
Please CC ianelliot@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: ianelliot@google.com
Change-Id: Ib8f078d1fb93bee521567b67fa87c6ccc078eaaf
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1963625
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
62602e94
|
2019-12-12T07:01:41
|
|
Roll third_party/SwiftShader 544ae91ee039..07958d452f93 (10 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/544ae91ee039..07958d452f93
git log 544ae91ee039..07958d452f93 --date=short --first-parent --format='%ad %ae %s'
2019-12-12 bclayton@google.com src/Vulkan/Debug: Add scope for case block
2019-12-11 bclayton@google.com Vulkan/Debug: Add Server
2019-12-11 bclayton@google.com Vulkan/Debug: Add Context
2019-12-11 bclayton@google.com Tweaks to make clang-format produce better code
2019-12-11 amaiorano@google.com Add EmulatedReactor.cpp to Subzero.vcxproj
2019-12-11 bclayton@google.com Regres: Fix debug macro detection
2019-12-11 capn@google.com Do not indent C++ namespace contents
2019-12-11 bclayton@google.com Vulkan: Add description methods to all commands.
2019-12-11 bclayton@google.com .vscode: Add cppdap to includePath
2019-12-11 swiftshader.regress@gmail.com Regres: Update test lists @ 544ae91e
Created with:
gclient setdep -r third_party/SwiftShader@07958d452f93
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-angle-autoroll
Please CC ianelliot@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: ianelliot@google.com
Change-Id: I5576ab6409124dd99dd903c949598797479894cb
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1963624
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
1ed23f2d
|
2019-12-11T07:01:02
|
|
Roll third_party/vulkan-tools/src 5ceb7be9a3bf..0dc201a808ec (3 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools.git/+log/5ceb7be9a3bf..0dc201a808ec
git log 5ceb7be9a3bf..0dc201a808ec --date=short --first-parent --format='%ad %ae %s'
2019-12-10 jeremyk@lunarg.com vulkaninfo: Add VK_EXT_metal_surface info
2019-12-10 jeremyk@lunarg.com windows: Change winrt name
2019-12-10 slawomir.cygan@intel.com vulkaninfo: load user32.dll dynamically
Created with:
gclient setdep -r third_party/vulkan-tools/src@0dc201a808ec
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-tools-angle-autoroll
Please CC ianelliot@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: ianelliot@google.com
Change-Id: I6dc514f4bb5718acc6d344870fc936f7c1274a8e
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1961569
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
ac107569
|
2019-12-11T07:01:58
|
|
Roll third_party/vulkan-validation-layers/src a749c31b749b..da451cc7cd04 (5 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/a749c31b749b..da451cc7cd04
git log a749c31b749b..da451cc7cd04 --date=short --first-parent --format='%ad %ae %s'
2019-12-10 mark@lunarg.com layers: Remove vuid mapping file
2019-12-10 mark@lunarg.com build: Update for 1.1.130 version of Vulkan header
2019-12-10 mark@lunarg.com tests: Fix stray VUID ref in buffer_image_memory_sampler
2019-12-10 mark@lunarg.com tests: Fix stray VUID refs in positivelayertests
2019-12-10 mark@lunarg.com corechecks: Fix incorrect CmdSetViewportWScalingNV names
Created with:
gclient setdep -r third_party/vulkan-validation-layers/src@da451cc7cd04
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-validation-layers-angle-autoroll
Please CC ianelliot@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: ianelliot@google.com
Change-Id: I5e2f985bf0066e5249dfd79c17ba3a5af413fb29
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1961572
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
11c42996
|
2019-12-11T07:01:42
|
|
Roll third_party/SwiftShader 31916f494c2e..544ae91ee039 (29 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/31916f494c2e..544ae91ee039
git log 31916f494c2e..544ae91ee039 --date=short --first-parent --format='%ad %ae %s'
2019-12-11 capn@google.com Enable vk-unittests with Subzero JIT
2019-12-10 bclayton@google.com Kokoro: Split tests into Debug and RelWithDebInfo
2019-12-10 chrisforbes@google.com Accept ImageCubeArray SPIRV capability
2019-12-10 bclayton@google.com Vulkan/Debug: Add Thread and EventListener
2019-12-10 bclayton@google.com Vulkan/Debug: Add Location
2019-12-10 bclayton@google.com Vulkan/Debug: Add File
2019-12-10 bclayton@google.com Vulkan/Debug: Add WeakMap
2019-12-10 bclayton@google.com Vulkan/Debug: Add Value and Variable
2019-12-10 bclayton@google.com Vulkan/Debug: Add Type
2019-12-10 bclayton@google.com CMakeLists: Fix logic of BUILD_CPPDAP
2019-12-10 swiftshader.regress@gmail.com Regres: Update test lists @ d00dfe49
2019-12-10 chrisforbes@google.com Advertise VK_PRESENT_MODE_MAILBOX_KHR
2019-12-10 bclayton@google.com Regres: Reduce scope of regres CI emails
2019-12-10 amaiorano@google.com Fix REACTOR_DEFAULT_OPT_LEVEL not actually applying
2019-12-10 capn@google.com Remove Visual Studio Vulkan project files
2019-12-10 bclayton@google.com Vulkan/Debug: Add ID
2019-12-09 chrisforbes@google.com Remove Float->UInt conversion workaround
2019-12-09 capn@google.com Add Float to UInt unit test
2019-12-09 amaiorano@google.com Add REACTOR_DEFAULT_OPT_LEVEL macro
2019-12-09 amaiorano@google.com Subzero: fix alloca return address allocation
2019-12-09 amaiorano@google.com Subzero: proper fix for assert(Dest->hasReg())
2019-12-09 bclayton@google.com CMakeLists: Add CMake rules for Vulkan debugger
2019-12-09 bclayton@google.com Add github.com/google/cppdap as a third_party dependency
2019-12-09 bclayton@google.com Add github.com/nlohmann/json as a third_party dependency
2019-12-09 capn@google.com Enforce int and short to be 32- and 16-bit respectively
2019-12-09 sugoi@google.com Cubemap array support
2019-12-09 amaiorano@google.com Revert "Fix materialization of function arguments"
2019-12-09 bclayton@google.com Kokoro: Add ReactorUnitTests to windows presubmits
2019-12-09 capn@google.com Remove coverage asserts for tested code
Created with:
gclient setdep -r third_party/SwiftShader@544ae91ee039
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-angle-autoroll
Please CC ianelliot@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: ianelliot@google.com
Change-Id: Icc4faea0596e4e01d0d997a2d2d0a07aa1d993cc
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1961571
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
e5c2089f
|
2019-12-11T07:01:41
|
|
Roll third_party/spirv-tools/src 983b5b4fccea..00ca4e5bdfdb (2 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/983b5b4fccea..00ca4e5bdfdb
Created with:
gclient setdep -r third_party/spirv-tools/src@00ca4e5bdfdb
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/spirv-tools-angle-autoroll
Please CC ianelliot@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: ianelliot@google.com
Change-Id: If27692a6f0255eecb19794c13d3f4b3e4d6ad6eb
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1961570
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
ccea6b5b
|
2019-12-10T08:35:56
|
|
Roll third_party/glslang/src d519167d2ecb..6c479796f6e4 (3 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/d519167d2ecb..6c479796f6e4
Created with:
gclient setdep -r third_party/glslang/src@6c479796f6e4
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/glslang-angle-autoroll
Please CC ianelliot@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: ianelliot@google.com
Change-Id: I0a2e7eff7a803818df5ad331b5ff0fe75eb83588
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1959779
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
4059f49c
|
2019-12-10T07:01:58
|
|
Roll third_party/vulkan-validation-layers/src f34b9fb086b3..a749c31b749b (3 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/f34b9fb086b3..a749c31b749b
git log f34b9fb086b3..a749c31b749b --date=short --first-parent --format='%ad %ae %s'
2019-12-10 tony@lunarg.com tests: Add pos test for GetProcAddr with extensions
2019-12-10 tony@lunarg.com layers: Fix GetProcAddr for promoted extensions
2019-12-09 shannon@lunarg.com build: Update known-good for 1.1.129 Vulkan header
Created with:
gclient setdep -r third_party/vulkan-validation-layers/src@a749c31b749b
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-validation-layers-angle-autoroll
Please CC ianelliot@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: ianelliot@google.com
Change-Id: I34b27bb71b6806f20019976863dd7760c9fed0cd
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1959774
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
01553e0e
|
2019-12-09T08:25:48
|
|
Roll third_party/vulkan-headers/src 2b89fd4e2734..0e57fc1cfa56 (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers/+log/2b89fd4e2734..0e57fc1cfa56
git log 2b89fd4e2734..0e57fc1cfa56 --date=short --first-parent --format='%ad %ae %s'
2019-12-09 oddhack@sonic.net Update for Vulkan-Docs 1.1.130
Created with:
gclient setdep -r third_party/vulkan-headers/src@0e57fc1cfa56
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-headers-angle-autoroll
Please CC ianelliot@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
TBR=ianelliot@google.com
Bug: None
Change-Id: Ie028ebf3b6be0b833e980658b755ef428250614c
Tbr: ianelliot@google.com
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1957400
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
5a1add39
|
2019-12-09T07:02:41
|
|
Roll third_party/SwiftShader b9f03f47d5f5..31916f494c2e (7 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/b9f03f47d5f5..31916f494c2e
git log b9f03f47d5f5..31916f494c2e --date=short --first-parent --format='%ad %ae %s'
2019-12-07 digit@google.com [Subzero] Remove assert that breaks Shuffle operations.
2019-12-06 bclayton@google.com SpirvShader: Use struct for MemoryVisitor callback.
2019-12-06 bclayton@google.com Regres: Update dEQP to include fence timeout fix.
2019-12-06 bclayton@google.com Vulkan: Tidy VkCommandBuffer.cpp
2019-12-06 bclayton@google.com Reactor: Rename Blend() to Shuffle()
2019-12-06 swiftshader.regress@gmail.com Regres: Update test lists @ b9f03f47
2019-12-06 bclayton@google.com Reactor: Switch swizzles over to 16-bit hex codes
Created with:
gclient setdep -r third_party/SwiftShader@31916f494c2e
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-angle-autoroll
Please CC geofflang@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: geofflang@google.com
Change-Id: Icfd2b4304841ad6d7b419d5c7d5d477faef45505
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1957973
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
d7967b83
|
2019-12-09T08:42:57
|
|
Roll third_party/glslang/src 0de87ee9a5bf..d519167d2ecb (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/0de87ee9a5bf..d519167d2ecb
Created with:
gclient setdep -r third_party/glslang/src@d519167d2ecb
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/glslang-angle-autoroll
Please CC ianelliot@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: ianelliot@google.com
Change-Id: I29c4f44ed84166120a14025a16913a64782e4d4c
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1956491
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
d94856d0
|
2019-12-09T07:01:58
|
|
Roll third_party/vulkan-validation-layers/src a3ee4384fb57..f34b9fb086b3 (3 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/a3ee4384fb57..f34b9fb086b3
git log a3ee4384fb57..f34b9fb086b3 --date=short --first-parent --format='%ad %ae %s'
2019-12-06 jeremy@lunarg.com Remove default initialized push constant ranges
2019-12-06 mark@lunarg.com tests: Add imageless framebuffer positive test
2019-12-06 mark@lunarg.com statetracker: Avoid bad derefs for imageless framebuffer cases
Created with:
gclient setdep -r third_party/vulkan-validation-layers/src@f34b9fb086b3
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-validation-layers-angle-autoroll
Please CC geofflang@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: geofflang@google.com
Change-Id: Ib392ee963d7390a4584d0b0c2f6504cacb5e6d2a
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1957971
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
64860e76
|
2019-12-09T07:02:40
|
|
Roll third_party/spirv-tools/src e82a428605f6..983b5b4fccea (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/e82a428605f6..983b5b4fccea
Created with:
gclient setdep -r third_party/spirv-tools/src@983b5b4fccea
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/spirv-tools-angle-autoroll
Please CC geofflang@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: geofflang@google.com
Change-Id: Ie7e4e811857bf0d2113ada42b723e46e2e351c3f
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1957972
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
a42b6db1
|
2019-12-09T07:01:02
|
|
Roll third_party/vulkan-tools/src 0a0625a3dca6..5ceb7be9a3bf (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools.git/+log/0a0625a3dca6..5ceb7be9a3bf
git log 0a0625a3dca6..5ceb7be9a3bf --date=short --first-parent --format='%ad %ae %s'
2019-12-06 tony@lunarg.com Revert "cube: Port Wayland impl from wl-shell to xdg-shell"
Created with:
gclient setdep -r third_party/vulkan-tools/src@5ceb7be9a3bf
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-tools-angle-autoroll
Please CC geofflang@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: geofflang@google.com
Change-Id: I601964651ce3e66680e00c5d1cce20811b8eeb4d
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1957968
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
eef22131
|
2019-12-06T07:01:42
|
|
Roll third_party/SwiftShader bbd0694f9ab2..b9f03f47d5f5 (18 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/bbd0694f9ab2..b9f03f47d5f5
git log bbd0694f9ab2..b9f03f47d5f5 --date=short --first-parent --format='%ad %ae %s'
2019-12-05 digit@google.com [vulkan] Add VK_SUBGROUP_FEATURE_ARITHMETIC_BIT support
2019-12-05 bclayton@google.com Vulkan: Optimize shaderClipDistance and shaderCullDistance
2019-12-05 bclayton@google.com Vulkan: Implement shaderClipDistance and shaderCullDistance
2019-12-05 paulthomson@google.com Regres: support GCOV_PREFIX for collecting coverage
2019-12-05 chrisforbes@google.com Regres: update testlists for recent deqp roll
2019-12-05 chrisforbes@google.com Regres: Adjust exit code handling
2019-12-05 digit@google.com [vulkan] Clarify configuration macros for external memory and semaphores.
2019-12-05 amaiorano@google.com ReactorUnitTests: add unit tests for intrinsics
2019-12-05 amaiorano@google.com SubzeroReactor: implement most missing intrinsics
2019-12-05 amaiorano@google.com SubzeroReactor: add stubbed coroutine support
2019-12-05 amaiorano@google.com Subzero: fix assert for sqrt of vector float types
2019-12-05 amaiorano@google.com Subzero: hack fix for assert(Dest->hasReg())
2019-12-05 amaiorano@google.com SubzeroReactor: fix assertion !isVectorType(Ty)
2019-12-05 amaiorano@google.com Subzero: fix assert when dumping unnamed constant
2019-12-05 chrisforbes@google.com Regres: roll deqp forward to current tip of 1.1.6
2019-12-04 sugoi@google.com Enable the fullDrawIndexUint32 feature
2019-12-04 swiftshader.regress@gmail.com Regres: Update test lists @ bbd0694f
2019-12-04 bclayton@google.com VulkanUnitTests: Fix bad comment on assembly.
Created with:
gclient setdep -r third_party/SwiftShader@b9f03f47d5f5
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-angle-autoroll
Please CC geofflang@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: geofflang@google.com
Change-Id: I720c9e121605054c30570ccfe8f83678d4b1262b
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1955230
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
b2c2d667
|
2019-12-06T07:01:58
|
|
Roll third_party/vulkan-validation-layers/src e72b61c7c20d..a3ee4384fb57 (2 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/e72b61c7c20d..a3ee4384fb57
git log e72b61c7c20d..a3ee4384fb57 --date=short --first-parent --format='%ad %ae %s'
2019-12-05 mark@lunarg.com tests: Add tests for CmdFillBuffer offset and size
2019-12-05 mark@lunarg.com corechecks: Add offset/size checks for CmdFillBuffer
Created with:
gclient setdep -r third_party/vulkan-validation-layers/src@a3ee4384fb57
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-validation-layers-angle-autoroll
Please CC geofflang@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: geofflang@google.com
Change-Id: I175ccbba8eaf3d5c79b397422c7c32d64de8ef3f
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1955231
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
362168eb
|
2019-12-05T07:01:56
|
|
Roll third_party/glslang/src e58c080d4f02..0de87ee9a5bf (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/e58c080d4f02..0de87ee9a5bf
Created with:
gclient setdep -r third_party/glslang/src@0de87ee9a5bf
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/glslang-angle-autoroll
Please CC geofflang@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: geofflang@google.com
Change-Id: I8ff675710626a7197a71abb386b2b4013f27c30f
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1952391
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
006a1554
|
2019-12-04T07:01:58
|
|
Roll third_party/vulkan-validation-layers/src 4fde9b750992..e72b61c7c20d (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/4fde9b750992..e72b61c7c20d
git log 4fde9b750992..e72b61c7c20d --date=short --first-parent --format='%ad %ae %s'
2019-12-03 dadschoorse@gmail.com include cassert in vk_extension_helper.h
Created with:
gclient setdep -r third_party/vulkan-validation-layers/src@e72b61c7c20d
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-validation-layers-angle-autoroll
Please CC geofflang@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: geofflang@google.com
Change-Id: I647c43e868f17775548545671e283830559b3aba
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1950027
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
154167f2
|
2019-12-04T07:01:41
|
|
Roll third_party/SwiftShader b64fbfec4dcd..bbd0694f9ab2 (3 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/b64fbfec4dcd..bbd0694f9ab2
git log b64fbfec4dcd..bbd0694f9ab2 --date=short --first-parent --format='%ad %ae %s'
2019-12-03 chrisforbes@google.com Remove Common/Types.hpp include from SpirvShader
2019-12-03 chrisforbes@google.com Regres: Add pending deqp change to fix bad graphicsfuzz tests
2019-12-03 srisser@google.com Make Vk::Stringify return std::string
Created with:
gclient setdep -r third_party/SwiftShader@bbd0694f9ab2
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-angle-autoroll
Please CC geofflang@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: geofflang@google.com
Change-Id: Ia5795718520bc2de13a5331fb3471f5d16ba5dbe
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1950025
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
089c4716
|
2019-12-04T07:01:40
|
|
Roll third_party/spirv-tools/src 3ed4586044f2..e82a428605f6 (3 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/3ed4586044f2..e82a428605f6
Created with:
gclient setdep -r third_party/spirv-tools/src@e82a428605f6
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/spirv-tools-angle-autoroll
Please CC geofflang@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: geofflang@google.com
Change-Id: I84921c632e3a8f55a5c2e16d03984f5119d7ac15
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1950024
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
b939b4a7
|
2019-12-04T07:01:56
|
|
Roll third_party/glslang/src a4af7676feb0..e58c080d4f02 (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/a4af7676feb0..e58c080d4f02
Created with:
gclient setdep -r third_party/glslang/src@e58c080d4f02
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/glslang-angle-autoroll
Please CC geofflang@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: geofflang@google.com
Change-Id: Ia950c8adef32a30ee53f05e3c9e01d8576f62f8e
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1950026
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
5efb36b9
|
2019-11-25T16:14:55
|
|
Automatically call flex/bison if necessary
ANGLE translator's parser code generation is changed to use the binaries
of flex/bison stored in the cloud. scripts/run_code_generation.py now
automatically runs these files if the input files change.
Bug: angleproject:3419
Change-Id: Icce4247f93b27baf8ee12dbb16112fa2cc98c111
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1940572
Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
|
|
38e5a8de
|
2019-12-03T07:01:56
|
|
Roll third_party/glslang/src 83af46951202..a4af7676feb0 (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/83af46951202..a4af7676feb0
Created with:
gclient setdep -r third_party/glslang/src@a4af7676feb0
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/glslang-angle-autoroll
Please CC geofflang@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: geofflang@google.com
Change-Id: Iae5df5c516d75f2aa8aa1a738b627027a8a07f19
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1947722
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
b00fe93c
|
2019-12-03T07:01:01
|
|
Roll third_party/vulkan-tools/src 979b531e9fff..0a0625a3dca6 (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools.git/+log/979b531e9fff..0a0625a3dca6
git log 979b531e9fff..0a0625a3dca6 --date=short --first-parent --format='%ad %ae %s'
2019-12-02 bill.hollings@brenwill.com vkcube: Replace MoltenVK surfaces with Metal
Created with:
gclient setdep -r third_party/vulkan-tools/src@0a0625a3dca6
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-tools-angle-autoroll
Please CC geofflang@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: geofflang@google.com
Change-Id: I6fef339859da970f0416ce0d8f6f874d3af8ac98
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1947720
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
32c57b79
|
2019-12-03T07:01:40
|
|
Roll third_party/spirv-tools/src 47f3eb42641b..3ed4586044f2 (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/47f3eb42641b..3ed4586044f2
Created with:
gclient setdep -r third_party/spirv-tools/src@3ed4586044f2
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/spirv-tools-angle-autoroll
Please CC geofflang@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: geofflang@google.com
Change-Id: I43e63689ab019e69440bac9c2a92fffa7b87a838
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1947721
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
8784a928
|
2019-12-02T07:01:04
|
|
Roll third_party/SwiftShader fb7ca1d5aca5..b64fbfec4dcd (3 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/fb7ca1d5aca5..b64fbfec4dcd
git log fb7ca1d5aca5..b64fbfec4dcd --date=short --first-parent --format='%ad %ae %s'
2019-11-30 bclayton@google.com VkPipeline: Replace spirv-opt list with RegisterPerformancePasses()
2019-11-29 paulthomson@google.com Regres: refactor for use as a library
2019-11-29 swiftshader.regress@gmail.com Regres: Update test lists @ fb7ca1d5
Created with:
gclient setdep -r third_party/SwiftShader@b64fbfec4dcd
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-angle-autoroll
Please CC cwallez@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: cwallez@google.com
Change-Id: Id3d9dfdb0769511da8391220411aac9726ebb6b2
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1946094
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
0e8baa59
|
2019-12-02T07:01:04
|
|
Roll third_party/spirv-tools/src b334829a91d6..47f3eb42641b (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/b334829a91d6..47f3eb42641b
Created with:
gclient setdep -r third_party/spirv-tools/src@47f3eb42641b
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/spirv-tools-angle-autoroll
Please CC cwallez@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: cwallez@google.com
Change-Id: I814d0cb3b82a5218140d785421b3c69d5fb8ebd3
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1946095
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
4c23d7fe
|
2019-12-02T07:01:04
|
|
Roll third_party/glslang/src 38b4db48f98c..83af46951202 (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/38b4db48f98c..83af46951202
Created with:
gclient setdep -r third_party/glslang/src@83af46951202
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/glslang-angle-autoroll
Please CC cwallez@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: cwallez@google.com
Change-Id: I4476e3fdea378cb843430a21d64d2f17e13983a2
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1946096
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|
|
87e10803
|
2019-11-29T07:01:51
|
|
Roll third_party/vulkan-validation-layers/src 61050599ec0f..4fde9b750992 (1 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/61050599ec0f..4fde9b750992
git log 61050599ec0f..4fde9b750992 --date=short --first-parent --format='%ad %ae %s'
2019-11-28 pdaniell@nvidia.com layers: Fix VK_KHR_separate_depth_stencil_layouts bugs
Created with:
gclient setdep -r third_party/vulkan-validation-layers/src@4fde9b750992
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-validation-layers-angle-autoroll
Please CC cwallez@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: cwallez@google.com
Change-Id: I8fe4e0dfced4ccbca13d54b9e8983347c57fa03e
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1944049
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
|