Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(18)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: src/gpu/GrXferProcessor.cpp
Issue
751283002
:
Add XferProcessor factory in GrPaint and GrDrawState. (Closed)
Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Update gyp
Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
gyp/gpu.gypi
include/core/SkXfermode.h
include/gpu/GrBackendProcessorFactory.h
include/gpu/GrInvariantOutput.h
include/gpu/GrPaint.h
include/gpu/GrXferProcessor.h
src/core/SkXfermode.cpp
src/gpu/GrBitmapTextContext.cpp
src/gpu/GrDistanceFieldTextContext.cpp
src/gpu/GrDrawState.h
src/gpu/GrDrawState.cpp
src/gpu/GrOptDrawState.h
src/gpu/GrOptDrawState.cpp
src/gpu/GrPaint.cpp
src/gpu/GrProcOptInfo.h
src/gpu/GrProcessor.cpp
src/gpu/GrXferProcessor.cpp
src/gpu/SkGr.cpp
src/gpu/effects/GrDefaultXferProcessor.h
src/gpu/effects/GrPorterDuffXferProcessor.h
src/gpu/effects/GrPorterDuffXferProcessor.cpp
src/gpu/gl/GrGLProcessor.h
src/gpu/gl/GrGLXferProcessor.h
View unified diff
|
Download patch
« src/gpu/GrPaint.cpp
('K') |
« src/gpu/GrProcessor.cpp
('k') |
src/gpu/SkGr.cpp »
('j') |
src/gpu/SkGr.cpp »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
bsalomon
2014/11/26 21:02:45
copyright header + #include the header? At least
copyright header + #include the header? At least it what ensure the header's includes are sufficient.
egdaniel
2014/12/01 18:18:24
Or just delete this file since it is never used ev
Show quoted text
On 2014/11/26 21:02:45, bsalomon wrote: > copyright header + #include the header? > > At least it what ensure the header's includes are sufficient.
Or just delete this file since it is never used ever
OLD
NEW
« src/gpu/GrPaint.cpp
('K') |
« src/gpu/GrProcessor.cpp
('k') |
src/gpu/SkGr.cpp »
('j') |
src/gpu/SkGr.cpp »
('J')
Issue 751283002: Add XferProcessor factory in GrPaint and GrDrawState. (Closed)
Created 6 years ago by egdaniel
Modified 6 years ago
Reviewers: bsalomon, joshua.litt, joshualitt
Base URL: https://skia.googlesource.com/skia.git@master
Comments: 79
This is Rietveld
408576698