Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
f73e589c0d3d54371466dcaa0642925824df24d7
f73e589
Add tools/nanobench_flags.py.
by mtklein
· 10 years ago
fe1b180
Fix radii scaling bug in SkRRect::setNinePatch
by robertphillips
· 10 years ago
1a2979a
fix nvpr
by Mike Klein
· 10 years ago
11a2c50
add tools/dm_flags.py
by mtklein
· 10 years ago
a1cb378
GM: showmiplevels handles bitmap memory in a nicer way.
by halcanary
· 10 years ago
233c6ce
k1 fix
by joshualitt
· 10 years ago
ab2f44c
probable fix for asan bot
by joshualitt
· 10 years ago
e59bbf1
Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of https://codereview.chromium.org/939123002/)
by scroggo
· 10 years ago
1297ecf
flip stroke to chrome compatible define
by caryclark
· 10 years ago
f8d24e2
BUG=skia:
by herb
· 10 years ago
73953e7
Make SkNewImageFromBitmap take pixel ref origin into account
by kkinnunen
· 10 years ago
0413d43
Enable rect clips
by joshualitt
· 10 years ago
9ece6a9
move static init to cpp file to fix linux builder
by joshualitt
· 10 years ago
5877333
non-aa rects batch
by joshualitt
· 10 years ago
128def3
Revert of fix for linux builder warn on exit destructor (patchset #1 id:1 of https://codereview.chromium.org/951103002/)
by joshualitt
· 10 years ago
994e818
Provide Mac 10.6 SDK support for kCTFontColorGlyphsTrait.
by bungeman
· 10 years ago
51fdb4f
fix for linux builder warn on exit destructor
by joshualitt
· 10 years ago
44701df
Move clip off of draw target
by joshualitt
· 10 years ago
98c251b
Use traits instead of table for color glyph detection.
by bungeman
· 10 years ago
9671ecd
Use highp for distance field texture coord varyings.
by jvanverth
· 10 years ago
6df8e34
break out of cubic stroker loop on degenerate case
by caryclark
· 10 years ago
f056bd1
Ensure that skia's test resources are properly packaged on Android
by djsollen
· 10 years ago
eebc39a
Add HWUI Sink to DM on Android Framework builds
by tomhudson
· 10 years ago
7af2150
SkStream: Add SkDynamicMemoryWStream::writeToStream(SkWStream*)
by halcanary
· 10 years ago
52057c8
Fix release-developer build.
by bsalomon
· 10 years ago
0bdeec9
Remove canApplyCoverage from XP and all related functions in gpu code.
by egdaniel
· 10 years ago
b8de1f4
Reset conicWeights in SkPath::consumeDegenerateSegments when rewinding to last Move op
by robertphillips
· 10 years ago
1a9600f
Make STDPQueue::at() available in all builds.
by bsalomon
· 10 years ago
278f86e
SkDiscardablePixelRef should favor not decoding to YUV if they already decoded to RGB.
by vmiura
· 10 years ago
93276c6
Remove EGL header from SkANGLELContext.h
by bsalomon
· 10 years ago
44906c6
Revert of DM: lazy decoding on SKP playback (patchset #4 id:60001 of https://codereview.chromium.org/943383002/)
by halcanary
· 10 years ago
77d366d
DM: lazy decoding on SKP playback
by halcanary
· 10 years ago
c01f47b
Remove unnecessary include of gles2 header in SkANGLEGLContext.h
by bsalomon
· 10 years ago
a2f4be7
Sketch SkPMFloat
by mtklein
· 10 years ago
9c007f2
Use #if instead of #ifdef with SK_HAS_DWRITE_X.
by bungeman
· 10 years ago
9e5fc72
Add stencil buffer create tracking to GPU stats.
by bsalomon
· 10 years ago
0883027
Revert of Sketch SkPMFloat (patchset #15 id:270001 of https://codereview.chromium.org/936633002/)
by mtklein
· 10 years ago
28512f7
Use IDWriteFontFallback when available.
by bungeman
· 10 years ago
50d2b31
Sketch SkPMFloat
by mtklein
· 10 years ago
2596567
Don't require AA in order to use shader-based clips
by bsalomon
· 10 years ago
dd3143b
clear stencil buffer using special purpose FBO
by bsalomon
· 10 years ago
6bc1b5f
Dynamically create stencil buffer when needed.
by bsalomon
· 10 years ago
4238017
Use D3D11 backend for ANGLE when available.
by bsalomon
· 10 years ago
332c729
Default path renderer batch
by joshualitt
· 10 years ago
7be2eb8
Remove SkFontHost includes and friends.
by bungeman
· 10 years ago
e2b580b
remove dead code (covered by surfaceprops)
by reed
· 10 years ago
6ae1b11
Revert of non-aa rects batch (patchset #6 id:90001 of https://codereview.chromium.org/931293002/)
by joshualitt
· 10 years ago
ee72dde
non-aa rects batch
by joshualitt
· 10 years ago
953df44
Remove SK_SUPPORT_LEGACY_GET_PIXELS_ENUM.
by scroggo
· 10 years ago
1720302
Roll ANGLE
by bsalomon
· 10 years ago
3760457
make strokes3 full size
by caryclark
· 10 years ago
abcfab4
Swap render target instead of creating a new gpu device for surface copy-on-write
by kkinnunen
· 10 years ago
54bf133
Update SKP version
by skia.buildbots
· 10 years ago
0ab326f
move GMSampleView into its own cpp
by reed
· 10 years ago
f7f79d2
remove dead code from sampleapp, trim bad asserts
by reed
· 10 years ago
7a04869
[SVGDevice] Text whitespace unittest
by fmalita
· 10 years ago
c1b71d6
PDF: remove unnecessary mutexes.
by halcanary
· 10 years ago
b2bed00
Implement onMatchFamilyStyleCharacter for DirectWrite.
by bungeman
· 10 years ago
7abe15d
Remove historical assert in AAConvexPathRenderer
by joshualitt
· 10 years ago
96d68b7
Make SkPixelRef::isLocked() debug-only, remove related dead code.
by mtklein
· 10 years ago
7ff7050
Enable override keyword for GCC versions >= 4.7
by djsollen
· 10 years ago
2aa1f7e
Port GrGLCaps over to use SkTHash.
by mtklein
· 10 years ago
e5524cd
Fix layer hoisting bug in SkCanvas::drawPicture path
by robertphillips
· 10 years ago
a82f562
Use simpler SkTHashSet in DM to store reference gold
by mtklein
· 10 years ago
792c80f
PDF: Now threadsafe!
by halcanary
· 10 years ago
d08ea5f
Round stencil buffers dims up to next pow2 when allowed
by bsalomon
· 10 years ago
04e4d08
This uses quad approximations of the outer and inner paths describing a stroke. Cubics and conics' thick strokes are approximated with quads as well.
by caryclark
· 10 years ago
a1f1ee9
PDF : New factory function for SkPDFDevice
by halcanary
· 10 years ago
07d5947
PDF: remove unused SkPDFDevice::setDCTEncoder()
by halcanary
· 10 years ago
b92b706
Revert of Make SkPixelRef::isLocked() debug-only, remove related dead code. (patchset #1 id:1 of https://codereview.chromium.org/940083002/)
by reed
· 10 years ago
56f4ace
PDF: Remove SkPDFDeviceFlattener
by halcanary
· 10 years ago
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
176cd92
Allow either the old or new version of ADB on mac.
by djsollen
· 10 years ago
b602d4d
Speculative fix for nexus player unit test failure
by bsalomon
· 10 years ago
c8e4765
gm to illustrate mipmap layer choice
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
ce07afb
Update fontcache gm to actually stress font atlas
by jvanverth
· 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
67b21a7
Revert of disable gammatext gm for a while, looking for other flakes (patchset #1 id:1 of https://codereview.chromium.org/725303002/)
by bungeman
· 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
193b134
managing chromes use section of docs
by hcm
· 10 years ago
606df7a
Runtime configuration section of docs
by hcm
· 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
0aa9479
Use SkAutoSTMalloc in GrResourceKey
by bsalomon
· 10 years ago
Next »