Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
0fdc53f9ffc6c8a25d551fb49de6f77f2a2fb5e6
/
src
/
gpu
/
GrRect.h
c640d0d
Revert "Revert "SkTypes: extract SkTo""
by Hal Canary
· 6 years ago
fdcfb8b
Revert "SkTypes: extract SkTo"
by Hal Canary
· 6 years ago
2a2f675
SkTypes: extract SkTo
by Hal Canary
· 6 years ago
1ffda04
allow inf/nan in GrRect isect utility functions.
by Brian Salomon
· 8 years ago
a4677b5
Make GrSimpleMeshDrawOpHelper consider blend barriers/dst textures for batching.
by Brian Salomon
· 8 years ago
98e7538
make GrRect.h private
by reed
· 9 years ago
[Renamed from include/gpu/GrRect.h]
952841b
Begin atlasing
by robertphillips
· 10 years ago
e462f2b
Revert of Begin atlasing (https://codereview.chromium.org/354533004/)
by robertphillips
· 10 years ago
55e61f0
Begin atlasing
by robertphillips
· 10 years ago
2f56998
Add MakeEmpty to GrIRect16
by commit-bot@chromium.org
· 11 years ago
fd03d4a
Replace all instances of GrRect with SkRect.
by commit-bot@chromium.org
· 11 years ago
e16efc1
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
fbfcd56
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 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/GrRect.h]
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 13 years ago
20efde7
Share code with SkRect
by reed@google.com
· 14 years ago
8295dc1
4x4 SSAA with improvements in determination of when to apply. Still disabled at compile time.
by bsalomon@google.com
· 14 years ago
06e1795
Add bounding rect for paths
by bsalomon@google.com
· 14 years ago
6aa25c3
Make Gr clear take a rect for a partial-clear
by bsalomon@google.com
· 14 years ago
205d460
Move alpha-ramp AA to GrContext, detect cases when AA is applied via other methods (smooth lines, MSAA) or rect falls on integer coords and skip the alpha ramp path. Use pre-fab index buffer for alpha-ramped fill rects and stroke rects.
by bsalomon@google.com
· 14 years ago
f814017
add rect.inset(dx, dy)
by reed@google.com
· 14 years ago
6f8f292
add origin to device
by reed@google.com
· 14 years ago
5aaa69e
Fixups for clipstack, convexity test for paths.
by bsalomon@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
86afc2a
Batch consecutive draw rects.
by bsalomon@google.com
· 14 years ago
ac10a2d
add gpu backend (not hooked up yet)
by reed@google.com
· 14 years ago