Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
8c92dc1dc281649f9e6b0ff534c25bc89dded3ea
/
src
8c92dc1
Remove unused parameters to SkDocument::CreatePDF
by halcanary
· 10 years ago
8e65712
Make SkPixelRef::isLocked() debug-only, remove related dead code.
by mtklein
· 10 years ago
87fa631
Rename onGetPixelsEnum back to onGetPixels.
by scroggo
· 10 years ago
8974774
[SkSVGDevice] Fix whitespace text handling
by fmalita
· 10 years ago
0c2da0c
use geometric ave for choosing mip level
by reed
· 10 years ago
ddf30e6
Handle the case when the GrResourceCache timestamp wraps.
by bsalomon
· 10 years ago
6364807
gm to test hairlines which fill RenderTarget
by joshualitt
· 10 years ago
02a44a4
Recycle stencil buffers across render targets.
by bsalomon
· 10 years ago
90c6bc4
Revert of notify resource caches when pixelref genID goes stale (patchset #4 id:60001 of https://codereview.chromium.org/825263005/)
by mtklein
· 10 years ago
cabc08c
PDF: why do we have flags no one uses (or can use)?
by mtklein
· 10 years ago
f99e961
Allow resources' unique keys to be changed.
by bsalomon
· 10 years ago
4675819
notify resource caches when pixelref genID goes stale
by reed
· 10 years ago
e892616
Clarify desired behavior of FontConfigTypeface::LegacyCreateTypeface.
by bungeman
· 10 years ago
07327bf
move SkPDFD*.h from include to src
by halcanary
· 10 years ago
8718aaf
Rename GrContentKey to GrUniqueKey
by bsalomon
· 10 years ago
2e4414e
Do not clear the source device in SkGpuDevice::drawDevice
by kkinnunen
· 10 years ago
297aaf9
Avoid wrong memory access due to double substitution and %%
by kkinnunen
· 10 years ago
f421ec6
Fixing possible out of bound memory access
by sugoi
· 10 years ago
cd87c51
Remove FontConfigTypeface::getFamilyName().
by bungeman
· 10 years ago
25d9c15
Pass Rendertarget into context.
by joshualitt
· 10 years ago
5a105ff
Use uint16s for texture coordinates when rendering text.
by jvanverth
· 10 years ago
1b5c604
PDF: Add (low-memory) SkPDFBitmap class
by halcanary
· 10 years ago
0babd3c
Update DirectWrite streams to SkStreamAsset.
by bungeman
· 10 years ago
c119981
Remove Chromium staging in SkDrawCommand
by robertphillips
· 10 years ago
cd6ca9e
Make SkImage::getTexture() const
by kkinnunen
· 10 years ago
e4ef1ca
Revert of Use uint16s for texture coordinates when rendering text. (patchset #5 id:80001 of https://codereview.chromium.org/917373002/)
by reed
· 10 years ago
f320e04
Use an array of nonpurgeable resources in GrResourceCache
by bsalomon
· 10 years ago
91d1d62
zlib/pdf: remove HaveFlate(), depend on preprocessor defines
by halcanary
· 10 years ago
1e4e814
SK_NO_FLATE
by mtklein
· 10 years ago
9f2d157
Make GrResourceCache use a priority queue of purgeable resources.
by bsalomon
· 10 years ago
9e779d4
add gm for path-arcs, and catch degenerate arc in conic-case
by reed
· 10 years ago
3ad6570
Use dst copies in porter duffer XP to correctly render certain blends.
by egdaniel
· 10 years ago
f87fe78
use common impl for drawTextOnPath
by reed
· 10 years ago
2682700
Remove SK_SUPPORT_LEGACY_ADDRRECT
by fmalita
· 10 years ago
d6f87b5
Remove SK_SUPPORT_LEGACY_CONIC_COMPUTE_QUAD_POW2
by fmalita
· 10 years ago
e5e72f1
Improve GrInOrderDrawBuffer::Cmd encapsulation
by robertphillips
· 10 years ago
059034d
Use uint16s for texture coordinates when rendering text.
by jvanverth
· 10 years ago
523cda3
Remove android specific srcPath from SkPath
by djsollen
· 10 years ago
b1629c5
Fix skia bug 2845
by kui.zheng
· 10 years ago
b197b8f
Use SkXfermode as public facing enum for GrPorterDuffXP
by egdaniel
· 10 years ago
d1371a6
Upstream support for sfntly in Google3
by mtklein
· 10 years ago
54fac8b
Minor refactoring
by robertphillips
· 10 years ago
351ba1b
fix for ASAN heap overflow
by joshualitt
· 10 years ago
9e447c0
remove unneeded preroll
by reed
· 10 years ago
43466a1
Multi-string shaders
by joshualitt
· 10 years ago
b8a82f2
Revert of Multi-string shaders (patchset #4 id:60001 of https://codereview.chromium.org/929503002/)
by joshualitt
· 10 years ago
1c3c2d8
Multi-string shaders
by joshualitt
· 10 years ago
694b0d1
fix more tricky-float cases in SkRRect validate
by reed
· 10 years ago
4283f13
AA stroke rects batch
by joshualitt
· 10 years ago
3582d3e
Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache.
by bsalomon
· 10 years ago
4ccce7e
YUV scale fix
by sugoi
· 10 years ago
db0f951
Stop lieing about GrBatch color for Rects
by joshualitt
· 10 years ago
efe513b
Fix conversion from enum to bool error.
by scroggo
· 10 years ago
f7c2d55
Determine whether we can tweakAlphaForCoverage during Pipeline/XP creation.
by egdaniel
· 10 years ago
0ff748a
Revert of YUV scale fix (patchset #2 id:20001 of https://codereview.chromium.org/922273002/)
by jvanverth
· 10 years ago
b5d0ce6
FontFamily SkTArrays can be moved.
by bungeman
· 10 years ago
e6eddf7
YUV scale fix
by sugoi
· 10 years ago
0864908
Make SkImageGenerator::getPixels() return an enum.
by scroggo
· 10 years ago
9bafc30
Remove SkPictureFlat.h include from SkDrawCommands.h
by robertphillips
· 10 years ago
3555bd8
Add a templated priority queue class.
by bsalomon
· 10 years ago
2b816ba
Revert of Use dst copies in porter duffer XP to correctly render certain blends. (patchset #4 id:60001 of https://codereview.chromium.org/914003003/)
by egdaniel
· 10 years ago
997c635
Use dst copies in porter duffer XP to correctly render certain blends.
by egdaniel
· 10 years ago
5788faa
Fix SkComposeImageFilter's bounds computation and offset handling
by ajuma
· 10 years ago
a8fcea0
Limit clear as draw workaround to Adreno 3xx.
by bsalomon
· 10 years ago
e36914c
Pass in ProcOptInfos into willNeedDstCopy on XPs
by egdaniel
· 10 years ago
f89f60f
[SkSVGDevice] Full font family support
by fmalita
· 10 years ago
9a0808f
Verify all parsed test font files start with cap.
by bungeman
· 10 years ago
f16c00e
interpret conic tolerance correctly -- big rebaseline
by reed
· 10 years ago
79ca081
Minimize SkTHash object copying
by fmalita
· 10 years ago
84b13df
Revert of AA stroke rects batch (patchset #6 id:100001 of https://codereview.chromium.org/912483004/)
by joshualitt
· 10 years ago
dd21987
fix for uniform view matrix being uploaded but not used
by joshualitt
· 10 years ago
8072caa
A simple change to move a bunch of stuff out of Gr*Geometry.h
by joshualitt
· 10 years ago
b0fb935
AA stroke rects batch
by joshualitt
· 10 years ago
7b4d4c7
[PDF] Fix shader fallback mapping when clipped
by fmalita
· 10 years ago
05d9044
optional res-scale parameter to getFillPath
by reed
· 10 years ago
3a09204
Revert of Remove SkPictureFlat.h include from SkDrawCommands.h (patchset #3 id:40001 of https://codereview.chromium.org/912403004/)
by robertphillips
· 10 years ago
979e0ea
Spin off SkTHashTable, SkTHashMap, SkTHashSet
by mtklein
· 10 years ago
cd96366
Revert of AA stroke rects batch (patchset #5 id:80001 of https://codereview.chromium.org/912483004/)
by joshualitt
· 10 years ago
c63de32
Revert of fix for windows bot (patchset #1 id:1 of https://codereview.chromium.org/917933005/)
by joshualitt
· 10 years ago
c43a4d8
fix for windows bot
by joshualitt
· 10 years ago
68c7b6a
AA stroke rects batch
by joshualitt
· 10 years ago
fa3a83d
Remove SkPictureFlat.h include from SkDrawCommands.h
by robertphillips
· 10 years ago
e998b7f
Move SkOSFile::Iter impls into ports.
by bungeman
· 10 years ago
72942b8e
Add staging for Chromium
by robertphillips
· 10 years ago
19e0058
fix for xoom
by joshualitt
· 10 years ago
3740972
Make null GL context use callback to make current
by bsalomon
· 10 years ago
95964c6
GMs now use batch
by joshualitt
· 10 years ago
2de5939
Revert of Fix Chromium build (patchset #2 id:20001 of https://codereview.chromium.org/916763003/)
by robertphillips
· 10 years ago
25e9299
Revert of Fix Chromium build (again) (patchset #2 id:20001 of https://codereview.chromium.org/916193002/)
by robertphillips
· 10 years ago
2e60242
Revert of Remove SkPictureFlat.h include from SkDrawCommands.h (patchset #2 id:20001 of https://codereview.chromium.org/912403004/)
by robertphillips
· 10 years ago
94dff15
Revert of GMs now use batch (patchset #3 id:40001 of https://codereview.chromium.org/865313004/)
by joshualitt
· 10 years ago
b48e08e
Fix Chromium build (again)
by robertphillips
· 10 years ago
7e34007
Add GrGLCreateNullInterface.cpp back to gyp, and put contents in namespace.
by bsalomon
· 10 years ago
f5e89c8
Fix Chromium build
by robertphillips
· 10 years ago
3f284d7
GMs now use batch
by joshualitt
· 10 years ago
9491f7f
remove goto in Distance field path renderer
by joshualitt
· 10 years ago
bb0502e
Support multiple null GL contexts on a thread.
by bsalomon
· 10 years ago
0ea80f4
Rename GrResourceCache2->GrResourceCache
by bsalomon
· 10 years ago
5a4c233
Remove SkPictureFlat.h include from SkDrawCommands.h
by robertphillips
· 10 years ago
ac83d62
Fix up a couple includes that are using <> instead of "".
by mtklein
· 10 years ago
Next »