Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
8b1f761365df6652ea9304b6572d2dd91917b9aa
/
src
8b1f761
Remove SkPDFDocument and SkPDFDevice from the public headers.
by halcanary
· 10 years ago
c4bd39c
Require explicit disabling of cross process pictureimagefilters
by robertphillips
· 10 years ago
3f4e045
fixes for conics
by reed
· 10 years ago
e3b61eb
Revert of use conics for ovals and roundrects (patchset #1 id:1 of https://codereview.chromium.org/817283005/)
by reed
· 10 years ago
1b74730
improve sanity checks on gradient constructor parameters
by reed
· 10 years ago
2bf1c4d
use conics for ovals and roundrects
by reed
· 10 years ago
aa458fb
Cleanup: More override fixes - another round.
by tfarina
· 10 years ago
26e5400
Remove draw window size state from SkDebugCanvas
by kkinnunen
· 10 years ago
9790a7b
Cap id size returned by GrScratchKey::GenerateResourceType
by robertphillips
· 10 years ago
2b6ab61
Remove SkPath::asRect
by robertphillips
· 10 years ago
b280646
Fix thin rect stroking.
by fmalita
· 10 years ago
af18a09
Add conic support to Default and AAConvex path redender.
by egdaniel
· 10 years ago
91b0a35
Cleanup isRect variants
by robertphillips
· 10 years ago
40c85e4
Revert of Revert of enable conics gm (patchset #1 id:1 of https://codereview.chromium.org/811863006/)
by reed
· 10 years ago
f1cdead
Print out failing PathRef test on ChromeOS
by robertphillips
· 10 years ago
41af966
Revert of Revert of move remaining virtual draw methods to onDraw (patchset #1 id:1 of https://codereview.chromium.org/835913002/)
by reed
· 10 years ago
49aabde
Clean up dead clear() code in SkRecord.
by mtklein
· 10 years ago
e87e383
Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001 of https://codereview.chromium.org/817723005/)
by reed
· 10 years ago
2e0f7d5
move remaining virtual draw methods to onDraw
by reed
· 10 years ago
ede901c
Revert of enable conics gm (patchset #3 id:40001 of https://codereview.chromium.org/835593002/)
by reed
· 10 years ago
03119ba
enable conics gm
by reed
· 10 years ago
f8d1874
add toString to SkImage
by reed
· 10 years ago
787bb48
Fix for chrome fuzzer
by joshualitt
· 10 years ago
c4fda92
remove unused drawData
by reed
· 10 years ago
b2497c2
change API contract: disallow zero-sized images or surfaces
by reed
· 10 years ago
c187a3c
Fix computation of bound in FillBounds::updateSaveBounds
by robertphillips
· 10 years ago
7775c85
Add a simpler key type for scratch resource keys.
by bsalomon
· 10 years ago
be9588a
Fix for disabled color writes xp on n6
by egdaniel
· 10 years ago
ee2af95
ViewMatrix uniform upload moved to GeometryProcessor
by joshualitt
· 10 years ago
5037e9d
Change DebugCanvas API to not encourage memory leaks
by kkinnunen
· 10 years ago
8059eb9
Move ViewMatrix off of drawstate
by joshualitt
· 10 years ago
4f662e6
Update stroke path to use rect returned from isRect (to fix trailing moveTo bug)
by robertphillips
· 10 years ago
fe7c427
Fix bound returned by SkPath::isRect when the path contains a trailing moveTo
by robertphillips
· 10 years ago
40d4bd8
removing coord change matrices
by joshualitt
· 10 years ago
d27f73e
Remove coordchanges from drawstate
by joshualitt
· 10 years ago
b0ae649
Add device space skshader GM to test kDevice_GrCoordSet
by bsalomon
· 10 years ago
2906d4a
disable using codecs until that can work in chrome
by reed
· 10 years ago
b2a5d7e
add image-from-codec to c api
by reed
· 10 years ago
b4f629c
fix images in multi-thread by doing shallow-copies
by reed
· 10 years ago
0eafc9b
add maskfilter to c api
by reed
· 10 years ago
73483d9
fix for valgrind
by joshualitt
· 10 years ago
e371989
add picture to c api
by reed
· 10 years ago
0acf1b4
add private flag for sprite-as-bitmap
by reed
· 10 years ago
8fc6c2d
This CL cleans up the last remaining users of localCoordChange on paint
by joshualitt
· 10 years ago
d990e2f
add testing flag to ignore saveLayer bounds
by reed
· 10 years ago
39edf76
Rename GrGpuGL -> GrGLGpu
by jvanverth
· 10 years ago
14afb43
Fix conics for gpu GrAAHairLinePathRender
by egdaniel
· 10 years ago
fe43c40
Disable GPU sRGB textures for the moment.
by jvanverth
· 10 years ago
51d1f7e
reenable complexclip3 for gpu
by bsalomon
· 10 years ago
fa1e8a7
Add sRGB texture support.
by jvanverth
· 10 years ago
2d73d80
remove dead SK_SUPPORT_LEGACY_IMAGEDECODER_CHOOSER code
by reed
· 10 years ago
080e673
Add XP to handle the cases where we disable color write.
by egdaniel
· 10 years ago
33cca88
Update ColorFilterImageFilter & BlurImageFilter debugger strings
by robertphillips
· 10 years ago
91f8e7f
Initialize wrapped render target wrap status correctly
by kkinnunen
· 10 years ago
ec57b54
remove dead SK_SUPPORT_LEGACY_DEVICE_CLEAR code
by reed
· 10 years ago
ca32da7
Allow the alpha folding optimization if the single draw's paint has a shader
by robertphillips
· 10 years ago
5e8b168
remove dead SK_LEGACY_ENCODE_BITMAP flag
by reed
· 10 years ago
752e7eb
Cleanup: Another round of override fixes.
by tfarina
· 10 years ago
f3f5bad
Add toString methods to SkImageFilter-derived classes
by robertphillips
· 10 years ago
290c09b
initial changes to add local matrix to primitive processor
by joshualitt
· 10 years ago
d55b595
fix SK_LEGACY_ENCODE_BITMAP missing cast
by reed
· 10 years ago
9ed7f57
When bitmap is texture backed, don't download and reupload pixels
by bsalomon
· 10 years ago
53b9e2e
add const to encodePixels pixel parameter
by reed
· 10 years ago
438b0d7
Enable new gradients + suppress gms for now
by reed
· 10 years ago
c262582
Remove the low hanging fruit with coord change matrices
by joshualitt
· 10 years ago
8aacf20
Fill SkRRect::fType proactively.
by mtklein
· 10 years ago
2c77027
Revert of enable new gradients + suppress gms for now (patchset #1 id:1 of https://codereview.chromium.org/807513004/)
by reed
· 10 years ago
8142a57
enable new gradients + suppress gms for now
by reed
· 10 years ago
9e4ecdc
Add an InvariantOutput for the XPF.
by egdaniel
· 10 years ago
caf7e93
improve precision of gradients (disabled for now)
by reed
· 10 years ago
309d4d5
Remove GrCoordTransform::kPosition_CoordSet
by bsalomon
· 10 years ago
a3cbc28
remove dead code for SK_SUPPORT_LEGACY_TEXTRENDERMODE
by reed
· 10 years ago
16b2789
Change to create device coord coordset
by joshualitt
· 10 years ago
3f490a0
Fix complexclip3 test on gpu
by bsalomon
· 10 years ago
1348dfd
Cleanup: Remove a bunch of SkFontHost.h includes (unused).
by tfarina
· 10 years ago
1334c21
One more pass at getting half float texture configs correct.
by jvanverth
· 10 years ago
e3d5c7f
Cleanup: More override fixes.
by tfarina
· 10 years ago
5531d51
remove view matrix from context
by joshualitt
· 10 years ago
1b28a3a
use conics for addRRect
by reed
· 10 years ago
3e79124
Stop creating GrODS for stencilPath commands.
by bsalomon
· 10 years ago
8750924
Add Coverage Drawing XP
by egdaniel
· 10 years ago
f72b752
Re-enable default sized formats, handling BGRA exception.
by jvanverth
· 10 years ago
1f78c0a
Stop calling flushGLState in onStencilPath
by bsalomon
· 10 years ago
220f926
use conics
by reed
· 10 years ago
c6b8ffa
Fix a case of kPartialSuccess.
by scroggo
· 10 years ago
2b9445b
fix end-point and conic bugs in cornerpatheffect
by reed
· 10 years ago
8b57524
add arcto patheffect
by reed
· 10 years ago
a86a233
Give the hoisting surfaces surface props
by robertphillips
· 10 years ago
e1869ca
Revert using sized formats for everything except ES 2.0.
by jvanverth
· 10 years ago
d95263c
Remove GrGpu::flushGraphicsState
by bsalomon
· 10 years ago
3f801cb
Change desktop and ES 3.0 to always use sized internal texture formats.
by jvanverth
· 10 years ago
88640cf
SkMatrix44(const SkMatrix&) needs to initialize the type mask
by fs
· 10 years ago
478dd72
Fix layer hoisting image filter corner cases
by robertphillips
· 10 years ago
29097f9
Rename GrGpuGL_program.cpp to GrGLGpuProgramCache.cpp
by bsalomon
· 10 years ago
86f0328
Revert of Fix layer hoisting image filter corner cases (patchset #3 id:40001 of https://codereview.chromium.org/803183003/)
by robertphillips
· 10 years ago
861e103
Rename GrGpuGL to GrGLGpu for consistency
by bsalomon
· 10 years ago
702eb96
Fix layer hoisting image filter corner cases
by robertphillips
· 10 years ago
9a5380d
Revert of Use SkPaint::getFontBounds() for text bounding boxes in pictures. (patchset #1 id:1 of https://codereview.chromium.org/805983003/)
by mtklein
· 10 years ago
bdd22a3
Revert of Change desktop and ES 3.0 to always use sized internal texture formats. (patchset #2 id:20001 of https://codereview.chromium.org/806943002/)
by jvanverth
· 10 years ago
02d2b98
Use SkPaint::getFontBounds() for text bounding boxes in pictures.
by mtklein
· 10 years ago
Next »