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

Issue 6821055: Split off src\gpu-specific changes from image/surface CL (Closed)

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

Description

This moves the SkGpuDevice and render target validation changes out of https://codereview.appspot.com/6813055/ and into their own CL.

Patch Set 1 #

Total comments: 2

Patch Set 2 : Moved config check from GrGpuGL.cpp to GrGpu.cpp #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -8 lines) Patch
M include/gpu/SkGpuDevice.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/gpu/GrGpu.cpp View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 4
robertphillips
11 years, 8 months ago (2012-10-31 13:41:08 UTC) #1
bsalomon
LGTM w/ a suggestion. https://codereview.appspot.com/6821055/diff/1/src/gpu/gl/GrGpuGL.cpp File src/gpu/gl/GrGpuGL.cpp (right): https://codereview.appspot.com/6821055/diff/1/src/gpu/gl/GrGpuGL.cpp#newcode933 src/gpu/gl/GrGpuGL.cpp:933: if (kUnknown_GrPixelConfig == desc.fConfig) { ...
11 years, 8 months ago (2012-10-31 13:42:00 UTC) #2
robertphillips
Committed as r6213 https://codereview.appspot.com/6821055/diff/1/src/gpu/gl/GrGpuGL.cpp File src/gpu/gl/GrGpuGL.cpp (right): https://codereview.appspot.com/6821055/diff/1/src/gpu/gl/GrGpuGL.cpp#newcode933 src/gpu/gl/GrGpuGL.cpp:933: if (kUnknown_GrPixelConfig == desc.fConfig) { On ...
11 years, 8 months ago (2012-10-31 13:56:56 UTC) #3
bsalomon
11 years, 8 months ago (2012-10-31 13:57:30 UTC) #4
On 2012/10/31 13:56:56, robertphillips wrote:
> Committed as r6213
> 
> https://codereview.appspot.com/6821055/diff/1/src/gpu/gl/GrGpuGL.cpp
> File src/gpu/gl/GrGpuGL.cpp (right):
> 
>
https://codereview.appspot.com/6821055/diff/1/src/gpu/gl/GrGpuGL.cpp#newcode933
> src/gpu/gl/GrGpuGL.cpp:933: if (kUnknown_GrPixelConfig == desc.fConfig) {
> On 2012/10/31 13:42:00, bsalomon wrote:
> > Should we move this to GrGpu::createTexture()? It seems universal.
> 
> Done.

LGTM
Sign in to reply to this message.

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