Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
b4bd11e66519f545282f914c67b54bf17cecab84
/
include
7b380d0
guard rasterizer and drawlooper setters
by reed
· 9 years ago
04cdc4b
Remove transitional explicit operator bool.
by mtklein
· 9 years ago
127fe3e
Correct comment to refer to SkImageFilter::kReverse_MapDirection.
by jbroman
· 9 years ago
0e6274f
Parse icc profiles and exif orientation from jpeg markers
by msarett
· 9 years ago
fe7ada7
Make FreeType usable on Windows.
by caryclark
· 9 years ago
a635936
sRGB support in Ganesh. Several pieces:
by brianosman
· 9 years ago
68c14d9
Templatize SkToXXX.
by bungeman
· 9 years ago
e22bab9
disable SK_SUPPORT_LEGACY_PATHEFFECT_PTR for skia builds
by reed
· 9 years ago
58fc94e
allow more options for shader blitprocs
by reed
· 9 years ago
d2497f3
Enable extension support and debug layer.
by jvanverth
· 9 years ago
b5a94e3
Store null GL context's state in interface object
by bsalomon
· 9 years ago
fd359ca
Implement Vulkan GrBackendObject for textures.
by jvanverth
· 9 years ago
89edf7a
Revert of Templatize SkToXXX. (patchset #2 id:20001 of https://codereview.chromium.org/1814153003/ )
by bungeman
· 9 years ago
a439334
Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )"
by reed
· 9 years ago
0be9e80
Templatize SkToXXX.
by bungeman
· 9 years ago
f28ad89
Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )
by reed
· 9 years ago
9fbee18
switch patheffects over to sk_sp
by reed
· 9 years ago
ca2622b
return pictures as sk_sp
by reed
· 9 years ago
37bd7c3
Switch SkSpecialImage & SkSpecialSurface classes over to smart pointers
by robertphillips
· 9 years ago
c571c00
Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ )
by brianosman
· 9 years ago
b893a4c
Add asRRect method to SkClipStack::Element
by cdalton
· 9 years ago
9e3f1bf
sRGB support in Ganesh. Several pieces:
by brianosman
· 9 years ago
852f15d
free -> reset
by mtklein
· 9 years ago
9ce9d67
update callsites for Make image factories
by reed
· 9 years ago
43812e2
Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ )
by bungeman
· 9 years ago
f8053da
Allow const& for SkImages and SkPictures in draw methods.
by reed
· 9 years ago
c5035e7
Add SkSpecialImage::extractSubset & NewFromPixmap
by robertphillips
· 9 years ago
0e3738d
free -> reset
by mtklein
· 9 years ago
bbd6068
Add back SkAutoTUnref::detach() for Android temporarily.
by mtklein
· 9 years ago
cc864c3
Add back SkAutoTDelete::detach() for Android temporarily.
by mtklein
· 9 years ago
18300a3
detach -> release
by mtklein
· 9 years ago
830dfd8
add blitprocs to shaders
by reed
· 9 years ago
19dea94
Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:80001 of https://codereview.chromium.org/1787883002/ )
by robertphillips
· 9 years ago
5f939ab
Use std::unique_ptr.
by mtklein
· 9 years ago
e7ec417
Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ )
by mtklein
· 9 years ago
2505814
Add SkSpecialImage::extractSubset & NewFromPixmap
by robertphillips
· 9 years ago
2691d76
Use std::unique_ptr.
by mtklein
· 9 years ago
15e2a53
add missing API
by caryclark
· 9 years ago
c6f28f7
Reland of "Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ )"
by reed
· 9 years ago
106e10d
Revert of Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ )
by reed
· 9 years ago
15c3a0e
Finish conversion to sk_sp<SkShader>
by reed
· 9 years ago
23f4d4d
SkPDF: move all pdf sources into src/pdf
by halcanary
· 9 years ago
c04ce67
Add caps and GL API for buffer texture
by cdalton
· 9 years ago
5f2d8e2
Add sampler precision to GrTextureAccess
by cdalton
· 9 years ago
fde0511
Make sp variants for SkData
by reed
· 9 years ago
9c3f143
Add support for vertex and geometry shader textures
by cdalton
· 9 years ago
7a307df
Rename the kRAW_SkEncodedFormat to kDNG_SkEncodedFormat as it is actually only used for DNG format
by yujieqin
· 9 years ago
41b952c
Add deferred texture upload API.
by bsalomon
· 9 years ago
218c846
Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ )
by mtklein
· 9 years ago
3dd9ed3
Use std::unique_ptr.
by mtklein
· 9 years ago
7fb4f8b
Revert "Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ )"
by reed
· 9 years ago
e683c56
Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ )
by robertphillips
· 9 years ago
dd67e3d
Add SkScalarTruncToScalar and speed up SkScalarFraction.
by bungeman
· 9 years ago
bd73ffb
add Make variations to return SkImage by sk_sp
by reed
· 9 years ago
977c07d
Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ )
by mtklein
· 9 years ago
d7dc76f
Remove version checks for _MSC_VER < 1800 (msvs2013).
by bungeman
· 9 years ago
20c1e3a
Use std::unique_ptr.
by mtklein
· 9 years ago
150835e
sk_sp versions of newWithColorFilter and newWithLocalMatrix
by reed
· 9 years ago
4984c3c
Update Skia's YUV API
by msarett
· 9 years ago
393aa36
Switch SkMergeImageFilter over to new onFilterImage interface
by robertphillips
· 9 years ago
0d99686
Restore SkImage::NewTextureFromPixmap changes.
by bsalomon
· 9 years ago
2366408
TBR=robertphillips@google.com
by bsalomon
· 9 years ago
5671c5b
SkImage now has makeShader to return sk_sp
by reed
· 9 years ago
6ceeebd
unify peekPixels around pixmap parameter
by reed
· 9 years ago
045afea
Add SkImage::NewTextureFromPixmap
by bsalomon
· 9 years ago
e6163bf
Switch SkPaintImageFilter over to new onFilterImage interface
by robertphillips
· 9 years ago
c3adf2f
Deprecate SkImageDecoder
by msarett
· 9 years ago
e699d0c
Don't allow nullptr in texels array params (unless using a transfer buffer).
by bsalomon
· 9 years ago
6ac97b7
Switch SkImageSource image filter over to new onFilterImage interface
by robertphillips
· 9 years ago
8a21c9f
use Make instead of Create to return a shared shader
by reed
· 9 years ago
647cc84
Add sk_ref_sp helper function.
by reed
· 9 years ago
40736ab
Switch SkComposeImageFilter over to new onFilterImage interface
by robertphillips
· 9 years ago
b0666ad
Fix up GrAuditTrail to allow arbitrary reordering
by joshualitt
· 9 years ago
c80bf74
Switch SkOffsetImageFilter over to new onFilterImage interface
by robertphillips
· 9 years ago
c901c11
Add element_type, swap, operators, fix reset on sk_sp.
by bungeman
· 9 years ago
8d988b3
Add support for 2x2 matrices
by cdalton
· 9 years ago
28f45b9
Add "sample locations" feature to GrProcessor
by cdalton
· 9 years ago
4418dba
Swap over to using SkImageFilter::filterImage instead of filterImageDeprecated
by robertphillips
· 9 years ago
aecc018
Attempt to combine batches in forward direction before flush
by bsalomon
· 9 years ago
1590f3b
Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview.chromium.org/1716523002/ )
by msarett
· 9 years ago
095d31c
Update Skia's YUV API
by msarett
· 9 years ago
ad8bcfe
Use a smart pointer for SkColorSpace factories
by msarett
· 9 years ago
eaf086e
Add SkSpecialImage-based methods to SkImageFilter
by robertphillips
· 9 years ago
a5ab9ec
Add variants of the setters on SkPaint which take a sk_sp<effect>. At the same time, change the internal storage to be sk_sp<effect>.
by reed
· 9 years ago
941da9d
Fix behavior of sk_sp::reset(T*) and add unittest.
by reed
· 9 years ago
992854d
Revert of add setter on SkPaint that takes sk_sp (patchset #1 id:1 of https://codereview.chromium.org/1769803002/ )
by reed
· 9 years ago
a917eba
add setter on SkPaint that takes sk_sp
by reed
· 9 years ago
ffa39e0
sk_sp: fix contravariant constructors
by halcanary
· 9 years ago
ec7c0ce
remove unneeded flag for annotations
by reed
· 9 years ago
f70b531
Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )"
by reed
· 9 years ago
91fcb3e
SkPDF: PDFDevice use SkTArray<T> rather than SkTDArray<T*>
by halcanary
· 9 years ago
6a73821
Set SkColorSpace object for PNGs and parse ICC profiles
by msarett
· 9 years ago
9722019
Turn on gpu stats in debug builds.
by bsalomon
· 9 years ago
7b0b2ca
Make Cmake work with debug build
by halcanary
· 9 years ago
d331259
Revert of Don't allow nullptr in texels array params (unless using a transfer buffer). (patchset #3 id:60001 of https://codereview.chromium.org/1765633002/ )
by bsalomon
· 9 years ago
8ee78f3
Don't allow nullptr in texels array params (unless using a transfer buffer).
by bsalomon
· 9 years ago
773ceda
Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )"
by reed
· 9 years ago
e38bcaf
Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )
by halcanary
· 9 years ago
d812fb4
enforce 16byte alignment in shader contexts
by reed
· 9 years ago
1610835
Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )
by reed
· 9 years ago
Next »