Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(291)

Issue 2442273002: cl for resolving cq issues

Created:
4 years, 2 months ago by aleksandar.stojiljkovic
Modified:
3 years, 8 months ago
Reviewers:
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, Srirama, posciak+watch_chromium.org, blink-reviews-html_chromium.org, jam, mlamouri+watch-blink_chromium.org, eric.carlson_apple.com, blink-reviews-api_chromium.org, haraken, feature-media-reviews_chromium.org, dglazkov+blink, darin-cc_chromium.org, mcasas+watch+vc_chromium.org, blink-reviews, cc-bugs_chromium.org, xjz+watch_chromium.org, miu+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

16-bit video upload to FLOAT texture with no data loss. webgl tests. BUG=624436 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel

Patch Set 1 : test #

Patch Set 2 : skcanvas unit test added #

Patch Set 3 : fix #

Patch Set 4 : fix bounds #

Patch Set 5 : 16 bpp video stream capture, render and createImageBitmap(video) using (CPU) shared memory buffers #

Patch Set 6 : 16 bpp video stream capture, render and createImageBitmap(video) using (CPU) shared memory buffers #

Patch Set 7 : 16 bpp video stream capture, render and createImageBitmap(video) using (CPU) shared memory buffers #

Patch Set 8 : 16-bit video upload to FLOAT texture with no data loss. #

Patch Set 9 : cleanup #

Patch Set 10 : 16-bit video upload to FLOAT texture with no data loss. webgl tests. #

Patch Set 11 : 16 bpp video stream capture, render and createImageBitmap(video) using (CPU) shared memory buffers #

Patch Set 12 : Lossless access to 16-bit video stream using WebGL GL_FLOAT texture. #

Patch Set 13 : Lossless access to 16-bit video stream using WebGL GL_FLOAT texture. #

Patch Set 14 : Lossless access to 16-bit video stream using WebGL GL_FLOAT texture. #

Patch Set 15 : Lossless access to 16-bit video stream using WebGL GL_FLOAT texture. #

Patch Set 16 : rebase #

Patch Set 17 : rebase #

Patch Set 18 : rebase #

Patch Set 19 : gpu tests #

Patch Set 20 : gpu_tests #

Patch Set 21 : gpu bots #

Patch Set 22 : gpu test uses content from media #

Patch Set 23 : gpu test fix #

Patch Set 24 : fix Build.gn #

Patch Set 25 : remove unit test code #

Patch Set 26 : rebase #

Patch Set 27 : testall #

Patch Set 28 : test media focal/range #

Patch Set 29 : rebase. #

Patch Set 30 : mojo fixes, include interfaces #

Patch Set 31 : try 1 #

Patch Set 32 : try2 #

Patch Set 33 : debug android issues #

Patch Set 34 : debug android issues #

Patch Set 35 : debug android issues #

Patch Set 36 : debug android issues #

Patch Set 37 : android verify #

Patch Set 38 : use CopySubTextureCHROMIUM #

Patch Set 39 : 16-bit video upload to float: intermediate R16_EXT and copy to float. #

Patch Set 40 : antialias #

Patch Set 41 : highp #

Patch Set 42 : 16-bit video upload to float: intermediate R16_EXT and copy to float. #

Patch Set 43 : update khronos headers #

Patch Set 44 : 16-bit video upload to float: intermediate R16_EXT and copy to float. #

Patch Set 45 : update khronos headers #

Patch Set 46 : full with headers #

Patch Set 47 : rtebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3378 lines, -606 lines) Patch
M content/renderer/media/webmediaplayer_ms.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/media/webmediaplayer_ms.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 2 chunks +8 lines, -2 lines 0 comments Download
M content/test/data/media/depth_stream_test_utilities.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 2 chunks +0 lines, -41 lines 0 comments Download
M content/test/data/media/getusermedia-depth-capture.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 1 chunk +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/common/capabilities.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 2 chunks +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 1 chunk +13 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 1 chunk +9 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 3 chunks +4 lines, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/texture_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 6 chunks +63 lines, -12 lines 0 comments Download
M gpu/ipc/common/gpu_command_buffer_traits_multi.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 1 chunk +1 line, -0 lines 0 comments Download
M media/renderers/skcanvas_video_renderer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 2 chunks +6 lines, -0 lines 0 comments Download
M media/renderers/skcanvas_video_renderer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 3 chunks +69 lines, -9 lines 0 comments Download
M media/renderers/skcanvas_video_renderer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 4 chunks +4 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLVideoElement.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLVideoElement.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/platform/WebMediaPlayer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 1 chunk +5 lines, -4 lines 0 comments Download
M third_party/khronos/EGL/egl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 8 chunks +12 lines, -12 lines 0 comments Download
M third_party/khronos/EGL/eglext.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 3 chunks +1048 lines, -447 lines 0 comments Download
M third_party/khronos/EGL/eglplatform.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 6 chunks +12 lines, -4 lines 0 comments Download
M third_party/khronos/GLES2/gl2.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 4 chunks +157 lines, -5 lines 0 comments Download
M third_party/khronos/GLES2/gl2ext.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 50 chunks +1274 lines, -10 lines 0 comments Download
M third_party/khronos/GLES2/gl2platform.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 1 chunk +17 lines, -9 lines 0 comments Download
M third_party/khronos/GLES3/gl3.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 7 chunks +278 lines, -6 lines 0 comments Download
M third_party/khronos/GLES3/gl31.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 9 chunks +347 lines, -3 lines 0 comments Download
M third_party/khronos/GLES3/gl3platform.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 1 chunk +17 lines, -9 lines 0 comments Download
M third_party/khronos/KHR/khrplatform.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 4 chunks +5 lines, -3 lines 0 comments Download
M third_party/khronos/README.chromium View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 2 chunks +1 line, -6 lines 0 comments Download
M ui/gl/gl_bindings.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 108 (108 generated)
aleksandar.stojiljkovic
Description was changed from ========== 16 bpp video stream capture, render and WebGL usage using ...
4 years, 2 months ago (2016-10-24 09:12:31 UTC) #1
aleksandar.stojiljkovic
Description was changed from ========== 16 bpp video stream capture, render and WebGL usage using ...
4 years, 2 months ago (2016-10-24 09:12:32 UTC) #2
aleksandar.stojiljkovic
Description was changed from ========== 16 bpp video stream capture, render and WebGL usage using ...
4 years, 1 month ago (2016-10-24 18:51:06 UTC) #3
aleksandar.stojiljkovic
The CQ bit was checked by aleksandar.stojiljkovic@intel.com to run a CQ dry run
4 years, 1 month ago (2016-10-27 08:36:32 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2442273002/100001
4 years, 1 month ago (2016-10-27 08:37:10 UTC) #5
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 1 month ago (2016-10-27 11:33:07 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 1 month ago (2016-10-27 11:33:07 UTC) #7
aleksandar.stojiljkovic
The CQ bit was checked by aleksandar.stojiljkovic@intel.com to run a CQ dry run
4 years, 1 month ago (2016-10-28 11:40:14 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2442273002/140001
4 years, 1 month ago (2016-10-28 11:40:27 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 1 month ago (2016-10-28 12:20:32 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/321143)
4 years, 1 month ago (2016-10-28 12:20:33 UTC) #11
aleksandar.stojiljkovic
Patchset #11 (id:200001) has been deleted
4 years, 1 month ago (2016-10-29 21:19:03 UTC) #12
aleksandar.stojiljkovic
Patchset #1 (id:1) has been deleted
4 years, 1 month ago (2016-10-29 21:19:20 UTC) #13
aleksandar.stojiljkovic
Patchset #1 (id:20001) has been deleted
4 years, 1 month ago (2016-10-29 21:19:32 UTC) #14
aleksandar.stojiljkovic
Patchset #1 (id:40001) has been deleted
4 years, 1 month ago (2016-10-29 21:19:44 UTC) #15
aleksandar.stojiljkovic
Patchset #1 (id:60001) has been deleted
4 years, 1 month ago (2016-10-29 21:19:57 UTC) #16
aleksandar.stojiljkovic
Patchset #1 (id:80001) has been deleted
4 years, 1 month ago (2016-10-29 21:20:09 UTC) #17
aleksandar.stojiljkovic
Patchset #1 (id:100001) has been deleted
4 years, 1 month ago (2016-10-29 21:37:34 UTC) #18
aleksandar.stojiljkovic
The CQ bit was checked by aleksandar.stojiljkovic@intel.com to run a CQ dry run
4 years, 1 month ago (2016-10-30 09:03:31 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2442273002/260001
4 years, 1 month ago (2016-10-30 09:03:37 UTC) #20
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 1 month ago (2016-10-30 10:34:57 UTC) #21
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 1 month ago (2016-10-30 10:34:58 UTC) #22
aleksandar.stojiljkovic
The CQ bit was checked by aleksandar.stojiljkovic@intel.com to run a CQ dry run
4 years, 1 month ago (2016-10-31 18:12:18 UTC) #23
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2442273002/280001
4 years, 1 month ago (2016-10-31 18:12:54 UTC) #24
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 1 month ago (2016-10-31 18:22:13 UTC) #25
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/293279)
4 years, 1 month ago (2016-10-31 18:22:15 UTC) #26
aleksandar.stojiljkovic
Patchset #8 (id:280001) has been deleted
4 years, 1 month ago (2016-10-31 22:43:12 UTC) #27
aleksandar.stojiljkovic
The CQ bit was checked by aleksandar.stojiljkovic@intel.com to run a CQ dry run
4 years, 1 month ago (2016-10-31 22:43:33 UTC) #28
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2442273002/300001
4 years, 1 month ago (2016-10-31 22:43:59 UTC) #29
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 1 month ago (2016-10-31 23:18:58 UTC) #30
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/252011)
4 years, 1 month ago (2016-10-31 23:18:59 UTC) #31
aleksandar.stojiljkovic
The CQ bit was checked by aleksandar.stojiljkovic@intel.com to run a CQ dry run
4 years, 1 month ago (2016-11-01 11:09:15 UTC) #32
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2442273002/320001
4 years, 1 month ago (2016-11-01 11:09:39 UTC) #33
aleksandar.stojiljkovic
Description was changed from ========== 16 bpp video stream capture, render and WebGL usage using ...
4 years, 1 month ago (2016-11-01 11:12:24 UTC) #34
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 1 month ago (2016-11-01 11:16:48 UTC) #35
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/294009)
4 years, 1 month ago (2016-11-01 11:16:48 UTC) #36
aleksandar.stojiljkovic
Description was changed from ========== ========== to ========== presubmit check this. ==========
4 years, 1 month ago (2016-11-01 11:20:45 UTC) #37
aleksandar.stojiljkovic
Description was changed from ========== presubmit check this. ========== to ========== presubmit check this. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel ...
4 years, 1 month ago (2016-11-02 10:53:37 UTC) #38
aleksandar.stojiljkovic
Description was changed from ========== presubmit check this. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel ========== to ========== presubmit check this. ...
4 years, 1 month ago (2016-11-02 10:53:38 UTC) #39
aleksandar.stojiljkovic
Description was changed from ========== presubmit check this. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel ========== to ========== 16-bit video upload ...
4 years, 1 month ago (2016-11-02 11:00:28 UTC) #40
aleksandar.stojiljkovic
Description was changed from ========== 16-bit video upload to FLOAT texture with no data loss. ...
4 years, 1 month ago (2016-11-02 11:00:44 UTC) #41
aleksandar.stojiljkovic
Description was changed from ========== 16-bit video upload to FLOAT texture with no data loss. ...
4 years, 1 month ago (2016-11-02 11:04:36 UTC) #42
aleksandar.stojiljkovic
Description was changed from ========== 16-bit video upload to FLOAT texture with no data loss. ...
4 years, 1 month ago (2016-11-02 11:13:05 UTC) #43
aleksandar.stojiljkovic
The CQ bit was checked by aleksandar.stojiljkovic@intel.com to run a CQ dry run
4 years, 1 month ago (2016-11-02 11:38:55 UTC) #44
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2442273002/340001
4 years, 1 month ago (2016-11-02 11:39:04 UTC) #45
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 1 month ago (2016-11-02 12:14:46 UTC) #46
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/253016)
4 years, 1 month ago (2016-11-02 12:14:47 UTC) #47
aleksandar.stojiljkovic
Description was changed from ========== 16-bit video upload to FLOAT texture with no data loss. ...
4 years, 1 month ago (2016-11-02 13:36:15 UTC) #48
aleksandar.stojiljkovic
The CQ bit was checked by aleksandar.stojiljkovic@intel.com to run a CQ dry run
4 years, 1 month ago (2016-11-02 13:36:44 UTC) #49
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2442273002/360001
4 years, 1 month ago (2016-11-02 13:37:08 UTC) #50
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 1 month ago (2016-11-02 15:12:52 UTC) #51
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 1 month ago (2016-11-02 15:12:53 UTC) #52
aleksandar.stojiljkovic
The CQ bit was checked by aleksandar.stojiljkovic@intel.com to run a CQ dry run
4 years, 1 month ago (2016-11-16 19:04:35 UTC) #53
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2442273002/380001
4 years, 1 month ago (2016-11-16 19:05:19 UTC) #54
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 1 month ago (2016-11-16 19:10:54 UTC) #55
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/307165) mac_chromium_rel_ng on ...
4 years, 1 month ago (2016-11-16 19:10:56 UTC) #56
aleksandar.stojiljkovic
The CQ bit was checked by aleksandar.stojiljkovic@intel.com to run a CQ dry run
4 years, 1 month ago (2016-11-16 19:35:09 UTC) #57
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2442273002/400001
4 years, 1 month ago (2016-11-16 19:36:01 UTC) #58
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 1 month ago (2016-11-16 20:09:02 UTC) #59
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_android on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/164984)
4 years, 1 month ago (2016-11-16 20:09:03 UTC) #60
aleksandar.stojiljkovic
The CQ bit was checked by aleksandar.stojiljkovic@intel.com to run a CQ dry run
4 years ago (2016-11-24 12:37:39 UTC) #61
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2442273002/520001
4 years ago (2016-11-24 12:38:02 UTC) #62
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years ago (2016-11-24 12:39:43 UTC) #63
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_precise_blink_rel on master.tryserver.blink (JOB_FAILED, no build URL)
4 years ago (2016-11-24 12:39:44 UTC) #64
aleksandar.stojiljkovic
The CQ bit was checked by aleksandar.stojiljkovic@intel.com to run a CQ dry run
4 years ago (2016-11-24 16:43:22 UTC) #65
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2442273002/540001
4 years ago (2016-11-24 16:43:34 UTC) #66
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years ago (2016-11-24 16:44:47 UTC) #67
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_precise_blink_rel on master.tryserver.blink (JOB_FAILED, no build URL)
4 years ago (2016-11-24 16:44:50 UTC) #68
aleksandar.stojiljkovic
The CQ bit was checked by aleksandar.stojiljkovic@intel.com to run a CQ dry run
4 years ago (2016-11-24 21:19:41 UTC) #69
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2442273002/560001
4 years ago (2016-11-24 21:20:06 UTC) #70
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years ago (2016-11-24 21:21:08 UTC) #71
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_precise_blink_rel on master.tryserver.blink (JOB_FAILED, no build URL)
4 years ago (2016-11-24 21:21:09 UTC) #72
aleksandar.stojiljkovic
The CQ bit was checked by aleksandar.stojiljkovic@intel.com to run a CQ dry run
4 years ago (2016-11-25 07:12:36 UTC) #73
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2442273002/580001
4 years ago (2016-11-25 07:12:53 UTC) #74
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years ago (2016-11-25 07:13:46 UTC) #75
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_precise_blink_rel on master.tryserver.blink (JOB_FAILED, no build URL)
4 years ago (2016-11-25 07:13:48 UTC) #76
aleksandar.stojiljkovic
The CQ bit was checked by aleksandar.stojiljkovic@intel.com to run a CQ dry run
4 years ago (2016-11-25 10:57:58 UTC) #77
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2442273002/620001
4 years ago (2016-11-25 10:58:12 UTC) #78
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years ago (2016-11-25 10:59:16 UTC) #79
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_precise_blink_rel on master.tryserver.blink (JOB_FAILED, no build URL)
4 years ago (2016-11-25 10:59:17 UTC) #80
aleksandar.stojiljkovic
The CQ bit was checked by aleksandar.stojiljkovic@intel.com to run a CQ dry run
4 years ago (2016-11-25 12:04:39 UTC) #81
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2442273002/620001
4 years ago (2016-11-25 12:04:53 UTC) #82
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years ago (2016-11-25 12:05:52 UTC) #83
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_precise_blink_rel on master.tryserver.blink (JOB_FAILED, no build URL)
4 years ago (2016-11-25 12:05:54 UTC) #84
aleksandar.stojiljkovic
Description was changed from ========== 16-bit video upload to FLOAT texture with no data loss. ...
4 years ago (2016-11-27 18:34:45 UTC) #85
aleksandar.stojiljkovic
Patchset #28 (id:700001) has been deleted
4 years ago (2016-12-03 17:57:58 UTC) #86
aleksandar.stojiljkovic
Patchset #28 (id:720001) has been deleted
4 years ago (2016-12-04 16:57:26 UTC) #87
aleksandar.stojiljkovic
Description was changed from ========== 16-bit video upload to FLOAT texture with no data loss. ...
3 years, 8 months ago (2017-03-29 07:24:00 UTC) #88
aleksandar.stojiljkovic
Patchset #37 (id:920001) has been deleted
3 years, 8 months ago (2017-03-29 14:07:14 UTC) #89
aleksandar.stojiljkovic
Patchset #37 (id:940001) has been deleted
3 years, 8 months ago (2017-03-29 14:07:58 UTC) #90
aleksandar.stojiljkovic
Patchset #40 (id:1020001) has been deleted
3 years, 8 months ago (2017-03-29 20:32:35 UTC) #91
aleksandar.stojiljkovic
Patchset #38 (id:980001) has been deleted
3 years, 8 months ago (2017-03-29 20:45:06 UTC) #92
aleksandar.stojiljkovic
The CQ bit was checked by aleksandar.stojiljkovic@intel.com to run a CQ dry run
3 years, 8 months ago (2017-03-30 18:55:09 UTC) #93
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2442273002/1100001
3 years, 8 months ago (2017-03-30 18:56:15 UTC) #94
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 8 months ago (2017-03-30 20:53:48 UTC) #95
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/183693)
3 years, 8 months ago (2017-03-30 20:53:49 UTC) #96
aleksandar.stojiljkovic
The CQ bit was checked by aleksandar.stojiljkovic@intel.com to run a CQ dry run
3 years, 8 months ago (2017-04-01 08:46:22 UTC) #97
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2442273002/1120001
3 years, 8 months ago (2017-04-01 08:46:35 UTC) #98
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 8 months ago (2017-04-01 08:56:45 UTC) #99
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/338778) linux_optional_gpu_tests_rel on ...
3 years, 8 months ago (2017-04-01 08:56:47 UTC) #100
aleksandar.stojiljkovic
The CQ bit was checked by aleksandar.stojiljkovic@intel.com to run a CQ dry run
3 years, 8 months ago (2017-04-01 09:38:44 UTC) #101
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2442273002/1140001
3 years, 8 months ago (2017-04-01 09:38:53 UTC) #102
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 8 months ago (2017-04-01 09:48:03 UTC) #103
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_optional_gpu_tests_rel on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_optional_gpu_tests_rel/builds/8517)
3 years, 8 months ago (2017-04-01 09:48:04 UTC) #104
aleksandar.stojiljkovic
The CQ bit was checked by aleksandar.stojiljkovic@intel.com to run a CQ dry run
3 years, 8 months ago (2017-04-01 17:53:01 UTC) #105
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2442273002/1160001
3 years, 8 months ago (2017-04-01 17:53:05 UTC) #106
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 8 months ago (2017-04-01 18:31:25 UTC) #107
commit-bot: I haz the power
3 years, 8 months ago (2017-04-01 18:31:30 UTC) #108
Dry run: Try jobs failed on following builders:
  win_optional_gpu_tests_rel on master.tryserver.chromium.win (JOB_FAILED,
http://build.chromium.org/p/tryserver.chromium.win/builders/win_optional_gpu_...)

Powered by Google App Engine
This is Rietveld 408576698