Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
13ccbf8a681d69e4685849d9dedeabea0fea7773
/
src
/
utils
5f5527f
Remove params from Cacherator_GrTextureMaker
by bsalomon
· 9 years ago
afa95e2
Remove image usage type enum. Use GrTextureParams instead.
by bsalomon
· 9 years ago
f276ac5
Move functions from SkGr to SkGrPriv.h
by bsalomon
· 9 years ago
b0cd8b7
[SkDebugger] Handle path empty-bounds gracefully
by fmalita
· 9 years ago
4586334
Add overrides to SkAndroidSDKCanvas, update SkHwuiRenderer
by tomhudson
· 9 years ago
b906daf
Have /src files use header directly.
by herb
· 9 years ago
e6e41a8
Move SkAtomics.h to private.
by herb
· 9 years ago
2f5891e
Remove SkBitmapSource
by fmalita
· 9 years ago
96a5cff
Improve debugger's visualization of transparent textures
by robertphillips
· 9 years ago
435657f
Forward declare SkStrokeRec in SkPathEffect
by halcanary
· 9 years ago
37497dc
Update SkWhitelistChecksums.cpp with the checksums of the fonts on the CT slave machines.
by rmistry
· 9 years ago
6c59d80
Port uses of SkLazyPtr to SkOncePtr.
by mtklein
· 9 years ago
2ac6793
Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of https://codereview.chromium.org/1322933005/ )
by mtklein
· 9 years ago
a1254ac
Port uses of SkLazyPtr to SkOncePtr.
by mtklein
· 9 years ago
8fd97ea
Revert of Provides multiple implementations of Android's SkBitmapRegionDecoder (patchset #16 id:360001 of https://codereview.chromium.org/1288963002/ )
by msarett
· 9 years ago
76f755e
Provides various implementations of Android's SkBitmapRegionDecoder.
by msarett
· 9 years ago
4f588b5
Replace font name table access with standard Skia function.
by caryclark
· 9 years ago
5ef194c
Suppress embedding fonts when the skp's fonts match the OS fonts.
by caryclark
· 9 years ago
761cf61
Clean up SkTLogic.
by bungeman
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
385fe4d
Style Change: SkNEW->new; SkDELETE->delete
by halcanary
· 9 years ago
5cb00a9
zero-length cap fix
by caryclark
· 9 years ago
60e0fee
Remove include of stdlib.h from SkTypes.h.
by bungeman
· 9 years ago
80af645
Update debugger print out of drawImageRect information
by robertphillips
· 9 years ago
21b998b
Revert of experiment with zero-length round capped line segments (patchset #4 id:60001 of https://codereview.chromium.org/1309753002/ )
by caryclark
· 9 years ago
dd3c165
experiment with zero-length round capped line segments
by caryclark
· 9 years ago
499abab
add gm for image->newShader
by reed
· 9 years ago
99fe822
Use static_assert instead of SK_COMPILE_ASSERT.
by bungeman
· 9 years ago
f3c15b7
Move SkTemplates.h to private.
by bungeman
· 9 years ago
f582282
change asABitmap to isABitmap on shader
by reed
· 9 years ago
451af50
remove SkDeferredCanvas
by reed
· 9 years ago
f433bb2
SkPaintFilterCanvas should inherit the target canvas state
by fmalita
· 9 years ago
e47829b
flag to use const& instead of const* for src-rect
by reed
· 9 years ago
b639474
Port SkTextureCompression opts to SkOpts
by mtklein
· 9 years ago
d3ebb48
IWYU: 'core' target, files starting A-C.
by bungeman
· 9 years ago
fb8c1fc
Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ )
by reed
· 9 years ago
7403d87
IWYU: 'core' target, files starting A-C.
by bungeman
· 9 years ago
849a620
add missing comma
by Derek Sollenberger
· 9 years ago
d8ea6b4
fix tests for android framework build
by djsollen
· 9 years ago
aa80e42
Fix straggling SK_VIRTUAL_CONSTRAINT_TYPEs
by scroggo
· 9 years ago
fd8ed69
Move SkTHash.h to include/private.
by mtklein
· 9 years ago
562fe47
remove all guards for changes to drawBitmapRect / drawImageRect
by reed
· 9 years ago
651c920
Add drawImage{Rect,} support to SkDebugCanvas
by fmalita
· 9 years ago
84984ef
Revert[2] of guard to remove DrawBitmapRectFlags
by reed
· 9 years ago
9111019
Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/)
by scroggo
· 9 years ago
6fb0b67
guard to remove DrawBitmapRectFlags
by reed
· 9 years ago
af51e04
rename utility to see if a paint will overwrite its pixels
by reed
· 9 years ago
a5517e2
add src-rect-constraint to drawImageRect
by reed
· 9 years ago
f059900
Fix up -Winconsistent-missing-override
by mtklein
· 9 years ago
bd3e8cb
Cleanup skia test harness due to changes to DisplayListCanvas
by Derek Sollenberger
· 9 years ago
a8db728
add matrix options to drawDrawable
by reed
· 9 years ago
478c9e4
Revert "Move headers used by headers in include/ to include/private."
by Mike Klein
· 9 years ago
928e165
Move headers used by headers in include/ to include/private.
by mtklein
· 9 years ago
4417c7f
Revert "Move headers used by headers in include/ to include/private."
by jvanverth
· 9 years ago
a89f551
Move headers used by headers in include/ to include/private.
by mtklein
· 9 years ago
a8d4559
Fix infinite matrix during an invert.
by vmpstr
· 9 years ago
98fc73c
Change initializer list order to match field declaration order.
by sammc
· 9 years ago
3fdde4e
Remove old iOS porting files.
by bungeman
· 9 years ago
4c21dc5
add drawImageNine
by reed
· 9 years ago
71c3c76
add SkCanvas::drawAtlas
by reed
· 9 years ago
702edbd
Propagate SkSurfaceProps to more call sites
by robertphillips
· 9 years ago
871872f
change old picture serialization to really handle images
by reed
· 9 years ago
efbffed
Clean up usage of SkSurfaceProps
by robertphillips
· 9 years ago
9a53fd7
Begin kLegacyFontHost_InitType cleanup
by robertphillips
· 9 years ago
61fa22b
Add and use SkSemaphore
by mtklein
· 9 years ago
109a23d
Remove the SkCanvas comment API
by fmalita
· 9 years ago
5581236
Towards removing getTexture() on SkImage
by bsalomon
· 9 years ago
41e010c
Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi
by reed
· 9 years ago
1831f99
A bunch of little SkMScalar-as-float build fixes.
by mtklein
· 9 years ago
b3f0ec9
Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (patchset #6 id:100001 of https://codereview.chromium.org/1148793007/)
by reed
· 9 years ago
c31af44
change SkDraw and all Blitters to use pixmap instead of bitmap
by reed
· 9 years ago
d26c9fa
Fixing leaky handling of SkImage in SkDeferredCanvas.
by junov
· 9 years ago
9572a10
don't use accessBitmap
by reed
· 9 years ago
b97e909
Fix SkAndroidSDKCanvas virtuals
by tomhudson
· 9 years ago
cd1d41e
remove unneeded device:lockpixels
by reed
· 9 years ago
9db912c
Sketch splitting SkPicture into an interface and SkBigPicture.
by mtklein
· 9 years ago
72743b1
Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #25 id:480001 of https://codereview.chromium.org/1112523006/)
by mtklein
· 9 years ago
15877b6
Sketch splitting SkPicture into an interface and SkBigPicture.
by mtklein
· 9 years ago
d8b544c
Set OpenGLRenderer light center separately from initial setup
by scroggo
· 9 years ago
80ea19c
Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/)
by reed
· 9 years ago
2629697
Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/)
by reed
· 9 years ago
67d71c8
stop calling SkScalarDiv
by reed
· 9 years ago
b7ed856
Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #22 id:420001 of https://codereview.chromium.org/1112523006/)
by reed
· 9 years ago
c92c129
Sketch splitting SkPicture into an interface and SkBigPicture.
by mtklein
· 9 years ago
a85d4d0
Make drawImage a virtual on SkDevice
by reed
· 9 years ago
06dad4b
Revert of Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1126273002/)
by reed
· 9 years ago
620ba3a
Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1124003002/)
by reed
· 9 years ago
3538e3b
Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/)
by reed
· 9 years ago
14fe8fd
Make drawImage a virtual on SkDevice
by reed
· 9 years ago
283b587
Update {virtual,override} to follow C++11 style in src/utils.
by tfarina
· 10 years ago
743be19
use acquire/release in SkEventTracer.cpp
by mtklein
· 10 years ago
98b8485
O(1) SkPictureUtils::ApproxBytesUsed()
by mtklein
· 10 years ago
d7c6771
Support HWUI rename of DisplayListRenderer
by tomhudson
· 10 years ago
59bcfae
Split default and user-supplied event tracers.
by mtklein
· 10 years ago
ca1a22e
Revert of Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1060703003/)
by reed
· 10 years ago
bdb0bf5
Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1088383003/)
by jcgregorio
· 10 years ago
aab35d9
remove unused (by clients) SkPathUtils
by reed
· 10 years ago
0b71278
remove older version of cubic->coeff
by reed
· 10 years ago
95bc5f3
change isNestedRect to isNestedFillRect
by caryclark
· 10 years ago
05e4aba
Add missing override of willSaveLayer()
by tomhudson
· 10 years ago
Next »