Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
18300a3aa7cb6eb55d21bb0450dffa58b6fc062c
/
src
/
core
18300a3
detach -> release
by mtklein
· 9 years ago
830dfd8
add blitprocs to shaders
by reed
· 9 years ago
f594b4c
Minor mingw cross compilation fix.
by cjacek
· 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
d7ea92f
pass cap to dash text
by caryclark
· 9 years ago
1b6934f
skip stroke outset of all teeny lines
by caryclark
· 9 years ago
94ad73a
Avoid unneeded ref churn in SkDraw::drawVertices
by fmalita
· 9 years ago
23f4d4d
SkPDF: move all pdf sources into src/pdf
by halcanary
· 9 years ago
fde0511
Make sp variants for SkData
by reed
· 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
db6bd32
Ensure only fractional floats are converted to SkFixed in SubpixelAlignment.
by benjaminwagner
· 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
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
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
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
88cb822
4377: drawVertices crashes when shader+colorfilter in the paint
by aleksandar.stojiljkovic
· 9 years ago
ab01ccd
Rename SkSpecialImage::getBitmap to getBitmapDeprecated
by robertphillips
· 9 years ago
93bb080
make pm4f be RGBA always, not pmcolor order
by reed
· 9 years ago
aa5e1ae
work around leftshift for negative values
by reed
· 9 years ago
bd590aa
Fix caching bug in new SkImageFilter::filterImage path
by robertphillips
· 9 years ago
706d21f
Hide new methods from non-Android.
by benjaminwagner
· 9 years ago
4675220
Archive SkRemote-related code. I want to start fresh.
by mtklein
· 9 years ago
4418dba
Swap over to using SkImageFilter::filterImage instead of filterImageDeprecated
by robertphillips
· 9 years ago
19de504
Add advance[XY]Fixed getters for Android.
by benjaminwagner
· 9 years ago
c60fee0
Rework files and add test cases.
by herb
· 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
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
f70b531
Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )"
by reed
· 9 years ago
6a73821
Set SkColorSpace object for PNGs and parse ICC profiles
by msarett
· 9 years ago
20adafa
disable linear pipeline for now (so bots don't crash)
by reed
· 9 years ago
d882901
Add support for new bitmapshader context (patchset #5 id:80001 of https://codereview.chromium.org/1757993002/ )"
by reed
· 9 years ago
490d30f
break out the tile and matrix strategies
by herb
· 9 years ago
a0cee5f
remove align16 calls in skhader context sizes. will handle this elsewhere as needed
by reed
· 9 years ago
56fb57a
disable assert for now
by reed
· 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
cd660e1
Revert of add support for new bitmapshader context (patchset #5 id:80001 of https://codereview.chromium.org/1757993002/ )
by reed
· 9 years ago
19cef56
add support for new bitmapshader context
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
0eda258
move annotations to canvas virtual
by reed
· 9 years ago
e2b0a0a
update SkSmallAllocator to force internal allocations to be 16-byte aligned
by reed
· 9 years ago
05a5647
fission bitmapprocstate
by reed
· 9 years ago
1ef8972
Introduce bilerp spans
by herb
· 9 years ago
5b9ad76
Adding anisotropic mipmap levels to SkMipMap.
by cblume
· 9 years ago
7dd5db4
Handle spans in sampling.
by herb
· 9 years ago
fd5a260
Add swizzle for rgb8888.
by herb
· 9 years ago
683ea9a
Simplify the poly union.
by herb
· 9 years ago
755539f
Fix overlooked bilerp fallback.
by herb
· 9 years ago
84a4e5a
Remove internal calls to SkImage::getTexture
by bsalomon
· 9 years ago
89685d9
Disabling mipmap generation until anisotropic mipmap levels are generated.
by cblume
· 9 years ago
27876bc
Improve horizontal baseline detection.
by bungeman
· 9 years ago
15923c9
Modernize SkSpinlock.
by mtklein
· 9 years ago
85c6f98
Use enclosing int rect for picture shader tiles
by fmalita
· 9 years ago
69f938f
Fix uninitialized variable warning.
by herb
· 9 years ago
9466571
tile spans
by herb
· 9 years ago
0fe12bc
Revert of Add non-inline SkRTreeFactory constructor to fix clang-cl (patchset #2 id:20001 of https://codereview.chromium.org/1676833002/ )
by brucedawson
· 9 years ago
55f2d2d
Creating functions for uploading a mipmapped texture.
by cblume
· 9 years ago
fe4b4f0
Revert of New GM that exercises gamma-correctness in various parts of the pipeline. (patchset #4 id:60001 of https://codereview.chromium.org/1734983003/ )
by brianosman
· 9 years ago
9f73a71
New GM that exercises gamma-correctness in various parts of the pipeline.
by brianosman
· 9 years ago
82e26bf
Revert of Skia Filter Quality and Scaling Metrics (patchset #3 id:60001 of https://codereview.chromium.org/1686203002/ )
by ericrk
· 9 years ago
e37514d
Fully check basis vectors for extent degeneracy.
by bungeman
· 9 years ago
f57b3a6
Skia Filter Quality and Scaling Metrics
by ericrk
· 9 years ago
3552ba1
Make skpinfo able to inspect SK_PICT_TYPEFACE_TAG blocks
by robertphillips
· 9 years ago
f6bfccd
Cleanups related to SkFixed.
by benjaminwagner
· 9 years ago
5ec26ae
Move Budgeted enum out of SkSurface, use in GrTextureProvider
by bsalomon
· 9 years ago
fa5e5c7
Use kSubpixelRounding in one missed location.
by bungeman
· 9 years ago
bd500f0
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ )
by bsalomon
· 9 years ago
57599fe
Move Budgeted enum out of SkSurface, use in GrTextureProvider
by bsalomon
· 9 years ago
43437c2
Round to nearest in ScalarTo256.
by benjaminwagner
· 9 years ago
970fd1f
Use ARM fixes for SDF encoding.
by jvanverth
· 9 years ago
c2d35d8
Revert of Simple cleanups related to SkFixed. (patchset #4 id:120001 of https://codereview.chromium.org/1683743005/ )
by benjaminwagner
· 9 years ago
7ea5cb1
Cleanups related to SkFixed.
by benjaminwagner
· 9 years ago
8f7b0b2
simplify/unify xferproc api
by reed
· 9 years ago
ca058f5
Retire SkShader::kSupports4f_Flag
by fmalita
· 9 years ago
ccb74b8
Move SkPackBits to src/effects.
by bungeman
· 9 years ago
d936f63
Simplify and combine SkDrawCacheProc and SkMeasureCacheProc to SkPaint::GlyphCacheProc.
by benjaminwagner
· 9 years ago
5a70bc7
make transformed rrect radii fit rectangle
by caryclark
· 9 years ago
5d2cd6e
Move SkUtils.h to src/core.
by bungeman
· 9 years ago
d0c4e09
Add dest type hint to SkShader::ContextRec
by fmalita
· 9 years ago
8889347
remove unnecessary copies
by mtklein
· 9 years ago
Next »