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

Issue 290883005: Revert "Revert of eliminate config param -- it was always self's config (https://codereview.chromiu… (Closed)

Created:
6 years, 7 months ago by reed1
Modified:
6 years, 7 months ago
Reviewers:
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Revert "Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/)" TBR=bsalomon@google.com Committed: http://code.google.com/p/skia/source/detail?r=14785

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -26 lines) Patch
M include/core/SkPixelRef.h View 1 chunk +1 line, -2 lines 0 comments Download
M include/gpu/SkGrPixelRef.h View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkBitmap.cpp View 3 chunks +8 lines, -18 lines 0 comments Download
M src/gpu/SkGrPixelRef.cpp View 4 chunks +4 lines, -5 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
reed1
The CQ bit was checked by reed@google.com
6 years, 7 months ago (2014-05-19 17:21:07 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/reed@google.com/290883005/1
6 years, 7 months ago (2014-05-19 17:21:23 UTC) #2
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-19 17:21:24 UTC) #3
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
6 years, 7 months ago (2014-05-19 17:21:24 UTC) #4
reed1
The CQ bit was checked by reed@google.com
6 years, 7 months ago (2014-05-19 17:21:29 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/reed@google.com/290883005/1
6 years, 7 months ago (2014-05-19 17:21:44 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-19 17:21:45 UTC) #7
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
6 years, 7 months ago (2014-05-19 17:21:45 UTC) #8
reed1
The CQ bit was checked by reed@google.com
6 years, 7 months ago (2014-05-19 17:22:42 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/reed@google.com/290883005/1
6 years, 7 months ago (2014-05-19 17:22:56 UTC) #10
commit-bot: I haz the power
Change committed as 14785
6 years, 7 months ago (2014-05-19 17:29:19 UTC) #11
f(malita)
6 years, 7 months ago (2014-05-19 23:21:12 UTC) #12
Message was sent while issue was closed.
On 2014/05/19 17:29:19, I haz the power (commit-bot) wrote:
> Change committed as 14785

This is triggering asserts in the webgl conformance tests:
http://build.chromium.org/p/chromium.gpu/builders/Mac%20Retina%20Debug/builds...

[2240:1287:0519/143606:INFO:SkBitmap.cpp(318)]
../../third_party/skia/src/core/SkBitmap.cpp:318: failed assertion
"info.fColorType == prInfo.fColorType"

[2240:1287:0519/143606:FATAL:SkBitmap.cpp(318)] SK_CRASH
0   libbase.dylib                       0x0b96c0af
base::debug::StackTrace::StackTrace() + 63
1   libbase.dylib                       0x0b96c10b
base::debug::StackTrace::StackTrace() + 43
2   libbase.dylib                       0x0ba13c92
logging::LogMessage::~LogMessage() + 82
3   libbase.dylib                       0x0ba1270b
logging::LogMessage::~LogMessage() + 43
4   libskia.dylib                       0x22fddc1e SkDebugf_FileLine(char
const*, int, bool, char const*, ...) + 286
5   libskia.dylib                       0x22c6a491
SkBitmap::setPixelRef(SkPixelRef*, int, int) + 609
6   libskia.dylib                       0x22c723c2
SkBitmap::setPixelRef(SkPixelRef*) + 82
7   libskia.dylib                       0x22c6e081
SkBitmap::extractSubset(SkBitmap*, SkIRect const&) const + 561
8   libskia.dylib                       0x22c75f3d
SkBitmapDevice::drawBitmapRect(SkDraw const&, SkBitmap const&, SkRect const*,
SkRect const&, SkPaint const&, SkCanvas::DrawBitmapRectFlags) + 557
9   libskia.dylib                       0x22cdc9f8
SkCanvas::internalDrawBitmapRect(SkBitmap const&, SkRect const*, SkRect const&,
SkPaint const*, SkCanvas::DrawBitmapRectFlags) + 792
10  libskia.dylib                       0x22cdcad9
SkCanvas::drawBitmapRectToRect(SkBitmap const&, SkRect const*, SkRect const&,
SkPaint const*, SkCanvas::DrawBitmapRectFlags) + 137
11  libblink_platform.dylib             0x21c69a08
WebCore::GraphicsContext::drawBitmapRect(SkBitmap const&, SkRect const*, SkRect
const&, SkPaint const*) + 184
12  libblink_platform.dylib             0x21c31e84
WebCore::NativeImageSkia::draw(WebCore::GraphicsContext*, SkRect const&, SkRect
const&, WTF::PassRefPtr<SkXfermode>) const + 1476
13  libblink_platform.dylib             0x21c3d121
WebCore::BitmapImage::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&,
WebCore::FloatRect const&, WebCore::CompositeOperator, blink::WebBlendMode,
WebCore::RespectImageOrientationEnum) + 1425
14  libblink_platform.dylib             0x21c68f91
WebCore::GraphicsContext::drawImage(WebCore::Image*, WebCore::FloatRect const&,
WebCore::FloatRect const&, WebCore::CompositeOperator, blink::WebBlendMode,
WebCore::RespectImageOrientationEnum) + 193
15  libblink_web.dylib                  0x13b0511a
WebCore::CanvasRenderingContext2D::drawImageInternal(WebCore::CanvasImageSource*,
float, float, float, float, float, float, float, float,
WebCore::ExceptionState&, WebCore::CompositeOperator, blink::WebBlendMode) +
2058
16  libblink_web.dylib                  0x13b048e7
WebCore::CanvasRenderingContext2D::drawImage(WebCore::CanvasImageSource*, float,
float, float, float, float, float, float, float, WebCore::ExceptionState&) + 375
17  libblink_web.dylib                  0x13b0474d
WebCore::CanvasRenderingContext2D::drawImage(WebCore::CanvasImageSource*, float,
float, float, float, WebCore::ExceptionState&) + 269
18  libblink_web.dylib                  0x130029e9
WebCore::CanvasRenderingContext2DV8Internal::drawImage5Method(v8::FunctionCallbackInfo<v8::Value>
const&) + 4409
19  libblink_web.dylib                  0x12ffc619
WebCore::CanvasRenderingContext2DV8Internal::drawImageMethod(v8::FunctionCallbackInfo<v8::Value>
const&) + 3625
20  libblink_web.dylib                  0x12fdf60a
WebCore::CanvasRenderingContext2DV8Internal::drawImageMethodCallback(v8::FunctionCallbackInfo<v8::Value>
const&) + 58


To repro locally, build debug chrome and run

content/test/gpu/run_gpu_test.py webgl_conformance --show-stdout
--output-format=gtest --browser=debug -v

Powered by Google App Engine
This is Rietveld 408576698