Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
6644d9353f3f0c09914385fd762e073f98d54205
/
src
/
core
6644d93
respect srgb gamma when building mips
by reed
· 8 years ago
e18fa44
Move immintrin/arm_neon includes to where they are used.
by mtklein
· 8 years ago
ea97673
SkPictureAnalyzer: expose the number of slow GPU commands.
by senorblanco
· 8 years ago
804b461
SkPixmap::setColorSpace
by msarett
· 8 years ago
96e4e1c
Add raw pixel serialization fallback for SkImages that cannot be encoded.
by mtklein
· 8 years ago
609623b
SkMipMap::ComputeLevelSize should only cover SkMipMap's levels.
by cblume
· 8 years ago
7ccbc1a
Simplify code by breaking general sampler into Nearest and Bilerp.
by herb
· 8 years ago
06ca8ec
sk_sp for Ganesh.
by bungeman
· 8 years ago
8c5424c
SkColorSpace::NewICC fix integer overflow caught by fuzzer
by msarett
· 8 years ago
a9e878c
Optimize color xforms with 2.2 gammas for SSE2
by msarett
· 8 years ago
dd40483
Use faster case for on tile sampling, and a little clean up. This has been a sampling bug and so was bypassed using "false &&". Found the sampling bug and added the case back in.
by herb
· 8 years ago
f1af0e9
Handle single pixel case on tiled.
by herb
· 8 years ago
4dbbd04
SkLeanWindows.h: #include "Windows.h" fewer places
by halcanary
· 8 years ago
3db2028
linear -> sRGB: use fast approximate sqrt()
by mtklein
· 8 years ago
982eb7f
Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively.
by brianosman
· 8 years ago
dc27a64
Add SkDefaultXform as a catch-all to handle color conversions
by msarett
· 8 years ago
a4fa4f6
Gamma sanity checks
by msarett
· 8 years ago
64d3143
Name parametric gamma curve types
by msarett
· 8 years ago
401e77c
MIPS32r2: Fix Chromium runtime crash
by milko.leporis
· 8 years ago
a4e4b79
Add the ability to handle premul and swizzle src bitmap data.
by herb
· 8 years ago
862dae5
Add ability to rotate light direction in drawLitAtlas Sample slide
by robertphillips
· 8 years ago
44e09ec
SkMipMap::ComputeLevelSize to return SkISize
by cblume
· 8 years ago
5823846
Add gm for displaying different variants of 8888 bitmaps and fix a small rejection case for sprite blitters.
by herb
· 8 years ago
fbce71f
add MakeS32 helper to SkImageInfo, fix named-gamma constructor bug
by reed
· 8 years ago
da1aeda
Remove SK_SUPPORT_LEGACY_TYPEFACE_MAKE_FROM_NAME.
by bungeman
· 8 years ago
f95ff4a
Add getting the size of a given mipmap level.
by cblume
· 8 years ago
0851d2d
Handle stroked single line special case in Ganesh
by robertphillips
· 8 years ago
99600d0
Add a test to ensure that a case where SkCubicClipper::ChopMonoAtY returns false is handled properly.
by mbarbella
· 8 years ago
9876ac5
Create SkColorSpaceXform to handle color conversions
by msarett
· 8 years ago
81e4cc7
Recognize common parametric gamma
by msarett
· 8 years ago
066d682
Fix uninit warning on valgrind bot in SkPathPriv:IsSimpleClosedRect
by Brian Salomon
· 8 years ago
edc743a
Add SkPathPriv::IsSimpleClosedRect
by bsalomon
· 8 years ago
4a603fc
Revert of Create SkColorSpaceXform to handle color conversions (patchset #10 id:260001 of https://codereview.chromium.org/1952063002/ )
by msarett
· 8 years ago
740cc88
Create SkColorSpaceXform to handle color conversions
by msarett
· 8 years ago
e3fa811
[GN] Add support for disabling opts via SK_BUILD_NO_OPTS define.
by sdefresne
· 8 years ago
ba150cc
always compute a cubic tangent
by caryclark
· 8 years ago
276e633
Check results from calls to SkCubicClipper::ChopMonoAtY.
by mbarbella
· 8 years ago
71e0552
Make use of new SkLights class
by robertphillips
· 8 years ago
ee6a991
SkTypeface::MakeFromName to take SkFontStyle.
by mboc
· 8 years ago
1978ce2
Fix bug where SkPath will convert an arc to an oval and change the starting point.
by bsalomon
· 8 years ago
18c4943
Use special case for 0x00 and 0xFF alpha to go faster.
by herb
· 8 years ago
107c895
Fix integer overflow in SkColorSpace
by msarett
· 8 years ago
019db3f
Remove unused SkPictureGpuAnalyzer::analyze()
by fmalita
· 8 years ago
0881fb5
Rewrite assignment operator on SkBitmap, fix asan
by msarett
· 8 years ago
785a5b9
Clean up SkFloatBits
by mtklein
· 8 years ago
78d58d1
Make SkPath::isOval() and SkPath::isRRect return the orientation and starting index.
by bsalomon
· 8 years ago
23c5110
Add SkColorSpace to SkImageInfo
by msarett
· 8 years ago
93ca884
pin before calling acos
by caryclark
· 8 years ago
4972908
add more SK_WARN_UNUSED_RESULT attributes to functions that ignore out-params if they fail
by reed
· 8 years ago
a62038c
Srcover for sprite blitters.
by herb
· 8 years ago
b5fc58e
Complex clipPath accounting
by fmalita
· 8 years ago
ab926f0
Write ICC profiles from SkColorSpace object
by msarett
· 8 years ago
c4ed684
Don't store resources with a unique key in GrResourceCache's fScratchMap
by robertphillips
· 8 years ago
e077e06
SkColorSpace tweaks
by msarett
· 8 years ago
888dc16
Test color correction in DM
by msarett
· 8 years ago
8cc2091
Make SkColorSpace a public API
by msarett
· 8 years ago
57a69dc
Make an embeddable container to hold linear pipelines.
by herb
· 8 years ago
d1c71fd
Attempt to improve lifetime management of SkGlyphCache in Ganesh atlas text code.
by bsalomon
· 8 years ago
c989e18
Remove mutex for retrieving default typeface.
by bungeman
· 8 years ago
66a96d0
Propagate filter mode when rendering Alpha8 bitmaps
by brianosman
· 8 years ago
de3c356
Assert complex precondition in SkGlyphCache::Visit.
by bungeman
· 8 years ago
cb3bd18
SkCanvas::adjustToTopLayer()
by tomhudson
· 8 years ago
61a999c
Parse parametric gamma curves
by msarett
· 8 years ago
264f88a
SkColorSpace follow-ups
by msarett
· 8 years ago
1483d0f
Fix leak of SkGammas
by msarett
· 8 years ago
c5d07fa
Rename SkDescriptor::equals to SkDescriptor::operator==
by bsalomon
· 8 years ago
ca6eafc
(Mostly) Retract GrRenderTarget from SkGpuDevice
by robertphillips
· 8 years ago
bb9f774
Prepare SkColorSpace to be a public API
by msarett
· 8 years ago
835acc7
Revert of Change to sRGB default for codec generated images. (patchset #2 id:20001 of https://codereview.chromium.org/1955063002/ )
by herb
· 8 years ago
7acc008
Change to sRGB default for codec generated images.
by herb
· 8 years ago
f44b020
Recognize Adobe RGB profiles
by msarett
· 8 years ago
796e365
SkPictureGpuAnalyzer
by fmalita
· 8 years ago
846c051
Convert GrClip to an abstract base class
by cdalton
· 8 years ago
670f01f
This has all the different source types in and working. There are many SkDiffs, but they seem to be due to better resolution.
by herb
· 8 years ago
c2e4bb3
Recognize more sRGB gammas
by msarett
· 8 years ago
f054b17
Swap SkGpuBlurUtils over to using SkIRects
by robertphillips
· 8 years ago
15332a8
Make PixelGetters much smaller, move more common code to PixelAccessor.
by herb
· 8 years ago
1e2e33a
Remove SkPicture::hasText()
by fmalita
· 8 years ago
3806b8f
Fix bug & add code to catch ImageFilter clearing bugs
by robertphillips
· 8 years ago
be463bb
Fix bad pixel address calculation.
by herb
· 8 years ago
13b9c95
Move SkTypeface to sk_sp.
by bungeman
· 8 years ago
4cba202
fix hairline clip
by caryclark
· 8 years ago
9a9a7b2
Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ )
by scroggo
· 8 years ago
6296da7
Move SkTypeface to sk_sp.
by bungeman
· 8 years ago
cf05dcd
Use common code from SkPM4fPriv
by herb
· 8 years ago
dd96489
Refactor sample to share boiler plate code. TODO: move to common calls from SkPM4f.
by herb
· 8 years ago
93eeadf
compressed texture support has been broken/untested for a while, remove cruft
by reed
· 8 years ago
677da9d
Minor GrRenderTarget retraction
by robertphillips
· 8 years ago
f077324
Remove SkFontHost.h.
by bungeman
· 8 years ago
82595b6
refactor drawPath to have drawDevPath
by reed
· 8 years ago
2c3eca3
Approximate common gamma tables as single values
by msarett
· 8 years ago
57cd94a
SkAdvancedTypefaceMetrics: getAdvanceData uses std::function
by halcanary
· 8 years ago
74e9a4d
Reland of Disable layer hoisting for non-8888 canvases (patchset #1 id:1 of https://codereview.chromium.org/1961483002/ )
by robertphillips
· 8 years ago
e20a875
SkAdvancedTypefaceMetrics: abstract out linked list
by halcanary
· 8 years ago
4d0cd76
Fix for Sk4f Ubuntu compile warning
by jvanverth
· 9 years ago
73e81ab
Fix for Ubuntu compile warning
by jvanverth
· 9 years ago
675576f
Detect an invalid intervalCount in SkRegion during deserialiation.
by senorblanco
· 9 years ago
bad1abc
SkAdvancedTypefaceMetrics: fail cleanly.
by halcanary
· 9 years ago
3767cd6
https://groups.google.com/forum/#!topic/skia-discuss/2F2she2nQMg
by halcanary
· 9 years ago
ebbdfe6
SkAdvancedTypefaceMetrics: improve robustness
by halcanary
· 9 years ago
Next »