Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(5663)

Issue 7305046: Fix WritePixels test on ANGLE. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 4 months ago by bsalomon
Modified:
11 years, 4 months ago
Reviewers:
Stephen White
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Fix WritePixels test on ANGLE. Don't upload BGRA to RGBA if not supported (ES2 w/ EXT BGRA extension). R=senorblanco@chromium.org Committed: https://code.google.com/p/skia/source/detail?r=7622

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -116 lines) Patch
M include/gpu/GrContext.h View 1 2 3 2 chunks +7 lines, -2 lines 0 comments Download
M include/gpu/GrTypes.h View 1 2 3 1 chunk +1 line, -23 lines 0 comments Download
M src/gpu/GrContext.cpp View 1 2 3 4 5 12 chunks +61 lines, -47 lines 0 comments Download
M src/gpu/GrGpu.h View 1 2 3 4 3 chunks +9 lines, -15 lines 0 comments Download
M src/gpu/GrGpu.cpp View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M src/gpu/gl/GrGpuGL.h View 1 2 3 4 2 chunks +4 lines, -5 lines 0 comments Download
M src/gpu/gl/GrGpuGL.cpp View 1 2 3 4 5 3 chunks +36 lines, -11 lines 0 comments Download
M tests/GpuBitmapCopyTest.cpp View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M tests/WritePixelsTest.cpp View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 6
bsalomon
11 years, 4 months ago (2013-02-05 21:00:11 UTC) #1
bsalomon
The GpuBitmapCopyTest is now passing on ANGLE too (either due to this change or Leon's ...
11 years, 4 months ago (2013-02-05 21:07:45 UTC) #2
Stephen White
https://codereview.appspot.com/7305046/diff/4001/src/gpu/GrContext.cpp File src/gpu/GrContext.cpp (right): https://codereview.appspot.com/7305046/diff/4001/src/gpu/GrContext.cpp#newcode1335 src/gpu/GrContext.cpp:1335: GrPixelConfig preferredConfig = config; Kind of a nit, but ...
11 years, 4 months ago (2013-02-05 21:28:08 UTC) #3
bsalomon
https://codereview.appspot.com/7305046/diff/4001/src/gpu/GrContext.cpp File src/gpu/GrContext.cpp (right): https://codereview.appspot.com/7305046/diff/4001/src/gpu/GrContext.cpp#newcode1335 src/gpu/GrContext.cpp:1335: GrPixelConfig preferredConfig = config; On 2013/02/05 21:28:08, Stephen White ...
11 years, 4 months ago (2013-02-05 21:45:57 UTC) #4
bsalomon
New patch keeps the old preferred config functions. We ignore their result unless it is ...
11 years, 4 months ago (2013-02-05 22:26:17 UTC) #5
Stephen White
11 years, 4 months ago (2013-02-05 22:31:53 UTC) #6
LGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b