Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
0bdb08b1ba8fbd18c4838f86a23f1ef4b3a3bfdf
/
include
/
gpu
/
GrClip.h
bb3be25
Remove rect clip type from grclip.
by bsalomon
· 10 years ago
570d2f8
I'd really like to land this before the branch so speedy reviews are appreciated.
by joshualitt
· 10 years ago
2907059
Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/)
by joshualitt
· 10 years ago
586d5d6
I'd really like to land this before the branch so speedy reviews are appreciated.
by joshualitt
· 10 years ago
ab2f44c
probable fix for asan bot
by joshualitt
· 10 years ago
0413d43
Enable rect clips
by joshualitt
· 10 years ago
9ece6a9
move static init to cpp file to fix linux builder
by joshualitt
· 10 years ago
128def3
Revert of fix for linux builder warn on exit destructor (patchset #1 id:1 of https://codereview.chromium.org/951103002/)
by joshualitt
· 10 years ago
51fdb4f
fix for linux builder warn on exit destructor
by joshualitt
· 10 years ago
44701df
Move clip off of draw target
by joshualitt
· 10 years ago
a2d7148
Removed GrClip & related classes
by robertphillips@google.com
· 12 years ago
641f8b1
Replace GrClip with SkClipStack
by robertphillips@google.com
· 12 years ago
7b11289
Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space
by robertphillips@google.com
· 12 years ago
f8d904a
GrClip no longer translates its clips (to better mimic SkClipStack's behavior)
by robertphillips@google.com
· 12 years ago
e4d69c0
Added getConservativeBound helper function to GrClipData
by robertphillips@google.com
· 12 years ago
beb1af7
Altered Ganesh's clip stack plumbing to pass down new GrClipData class
by robertphillips@google.com
· 12 years ago
a6f11c4
Gave GrClip an SkClipStack-style iterator
by robertphillips@google.com
· 12 years ago
3e11c0b
Forced GrClip to always have conservative bounds
by robertphillips@google.com
· 12 years ago
a320194
Make GrClipMaskManager configure the stencil and scissor on GrGpu
by bsalomon@google.com
· 12 years ago
8d033a1
Remove GrPath typedef
by bsalomon@google.com
· 13 years ago
0f191f3
Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op)
by robertphillips@google.com
· 13 years ago
fa1d291
Propagated AA flags through Ganesh's clip stack (in preparation for GL AA clipping)
by robertphillips@google.com
· 13 years ago
d38f137
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
by bsalomon@google.com
· 13 years ago
[Renamed from gpu/include/GrClip.h]
9266901
Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logic
by bsalomon@google.com
· 13 years ago
49313f6
GrTArray->SkTArray & docs
by bsalomon@google.com
· 13 years ago
e174ea4
Fix some warnings when including some Skia headers in Chromium code under VS2008.
by bsalomon@google.com
· 13 years ago
ab3dee5
Fix GPU assumption that clipstack begins with intersect or replace.
by bsalomon@google.com
· 13 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 13 years ago
a55847b
Fix alignment issues with stack allocated memory allocated as bytes but used to hold other types.
by bsalomon@google.com
· 14 years ago
cd9d69b
Upstreaming changes from android.
by djsollen@google.com
· 14 years ago
0b50b2e
If we compute an exact clip bounds prefer it over user passed bounds. Also clarify that bounds are conservative.
by bsalomon@google.com
· 14 years ago
6f8f292
add origin to device
by reed@google.com
· 14 years ago
d302f14
Add support for clipstack to Gr. GrClip is now a list of rects and paths with set operations to combine them. The stencil buffer is used to perform the set operations to put the clip into the stencil buffer. Building Gr's clip from Skia's clipStack is currently disabled due to the fact that Skia's clipStack is relative to the root layer not the current layer. This will be fixed in a subsequent CL.
by bsalomon@google.com
· 14 years ago
ac10a2d
add gpu backend (not hooked up yet)
by reed@google.com
· 14 years ago