Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
7cdfa8a3f463fb959264df75781f94e3a332b45b
/
src
/
core
7cdfa8a
decrement lockcount if we failed to get pixels
by reed
· 9 years ago
4cf9e7e
Revert "move some public headers into private"
by reed
· 9 years ago
eedf0fb
move some public headers into private
by reed
· 9 years ago
4977983
Sk4px blit mask.
by mtklein
· 9 years ago
2a5ca89
Revert of [TextBlob] Fall back to TightRunBounds when the font bounds are empty (patchset #1 id:1 of https://codereview.chromium.org/1284693002/ )
by egdaniel
· 9 years ago
d6b99cc
[TextBlob] Fall back to TightRunBounds when the font bounds are empty
by fmalita
· 9 years ago
41838a0
remove unneeded _DRAWIMAGERECT flags
by reed
· 9 years ago
3848427
The compiler can generate smulbb perfectly well nowadays.
by mtklein
· 9 years ago
e47829b
flag to use const& instead of const* for src-rect
by reed
· 9 years ago
b639474
Port SkTextureCompression opts to SkOpts
by mtklein
· 9 years ago
f62833d
Detect MIPS DSP and DSPR2 programattically.
by mtklein
· 9 years ago
d3ebb48
IWYU: 'core' target, files starting A-C.
by bungeman
· 9 years ago
dfcba47
Moved common cross-project functionality out from SkTraceEvent.h into SkTraceEventCommon.h
by oysteine
· 9 years ago
fb8c1fc
Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ )
by reed
· 9 years ago
7403d87
IWYU: 'core' target, files starting A-C.
by bungeman
· 9 years ago
d029ded
Port morphology to SkOpts.
by mtklein
· 9 years ago
1dedc3d
SkPictureImageGenerator
by fmalita
· 9 years ago
8caa5af
Reorganize to keep similar code together.
by Mike Klein
· 9 years ago
84cd621
Implement caching of filled paths in the tessellated path renderer.
by senorblanco
· 9 years ago
dce5ce4
Port SkBlurImage opts to SkOpts.
by mtklein
· 9 years ago
562a66b
Revert "Implement caching of filled paths in the tessellated path renderer."
by mtklein
· 9 years ago
6f1216a
cache private readback for gpu-images
by reed
· 9 years ago
1d183b4
Revert of SkCanvas::onDrawPicture() quick-reject (patchset #3 id:40001 of https://codereview.chromium.org/1264133003/ )
by mtklein
· 9 years ago
48ed62b
SkCanvas::onDrawPicture() quick-reject
by fmalita
· 9 years ago
468dfa7
Implement caching of filled paths in the tessellated path renderer.
by senorblanco
· 9 years ago
f96bee3
disable SkOpts on x86 iOS (simulator)
by mtklein
· 9 years ago
bdb34d0
Move SkOpts.h back to src/core.
by mtklein
· 9 years ago
eae6200
Some cleanup in GrTextureProvider and GrResourceProvider.
by bsalomon
· 9 years ago
490b615
Port SkXfermode opts to SkOpts.h
by mtklein
· 9 years ago
685f277
use SkNextID::ImageID for android's stable id
by reed
· 9 years ago
65e96b4
Modifying TextBlobCacheTest to use SkRandomScalerContext
by joshualitt
· 9 years ago
7eb0945
Port SkUtils opts to SkOpts.
by mtklein
· 9 years ago
bdc91a7
Revert of Modifying TextBlobCacheTest to use SkRandomScalerContext (patchset #3 id:40001 of https://codereview.chromium.org/1266003002/)
by joshualitt
· 9 years ago
adcdca8
Modifying TextBlobCacheTest to use SkRandomScalerContext
by joshualitt
· 9 years ago
02d91d1
lock pixels in image when bitmap is immutable and not-lazy
by reed
· 9 years ago
80c772b
unify pixelref and image ID space, so we can share IDs when we share pixels
by reed
· 9 years ago
f684a78
Runtime CPU detection for rsqrt().
by mtklein
· 9 years ago
ef004e1
Remove SK_LEGACY_IMAGE_GENERATOR_ENUMS_AND_OPTIONS
by scroggo
· 9 years ago
8317a18
Lay groundwork for SkOpts.
by mtklein
· 9 years ago
6fbd79e
Revert of Optimize RGB16 blitH functions with NEON for ARM platform. (patchset #2 id:20001 of https://codereview.chromium.org/1229673008/)
by mtklein
· 9 years ago
6c72d57
Optimize RGB16 blitH functions with NEON for ARM platform.
by yang.zhang
· 9 years ago
5479d3b
Double free in ~SkPictureData()
by fmalita
· 9 years ago
0867943
Move the last headers. Cross your fingers.
by mtklein
· 9 years ago
e88b1fb
Move non-trivial constructors out-of-line.
by mtklein
· 9 years ago
3ae4701
remove (unnecessary?) call to notifyPixelsChanged
by reed
· 9 years ago
5f865b9
Move LightingShader to effects
by robertphillips
· 9 years ago
26e0e58
SkImage_Raster's pixels are always immutable.
by reed
· 9 years ago
22355c4
Move headers with no dependencies.
by mtklein
· 9 years ago
aa2f658
Adding debug SkScalerContext which returns random mask formats
by joshualitt
· 9 years ago
1e8a58b
Revert "Move headers with no dependencies."
by Mike Klein
· 9 years ago
1178422
Move headers with no dependencies.
by mtklein
· 9 years ago
3a4b134
Revert "Move the rest of src headers used by include to include/private."
by Mike Klein
· 9 years ago
d12e6ff
Move the rest of src headers used by include to include/private.
by mtklein
· 9 years ago
fd8ed69
Move SkTHash.h to include/private.
by mtklein
· 9 years ago
562fe47
remove all guards for changes to drawBitmapRect / drawImageRect
by reed
· 9 years ago
6e9aed9
Fixing src rect constraint support for drawImage with SkPicture
by junov
· 9 years ago
bca1400
remove pixel assert from ctable validator
by reed
· 9 years ago
2c32342
No one calls SkXfermode::GetProc16
by mtklein
· 9 years ago
56b78a7
Revert of Lay groundwork for SkOpts. (patchset #3 id:40001 of https://codereview.chromium.org/1255193002/)
by mtklein
· 9 years ago
58fd2c8
Remove sk_memcpy32
by mtklein
· 9 years ago
ce2c505
Lay groundwork for SkOpts.
by mtklein
· 9 years ago
20dac88
mixed text blobs really draws LCD
by joshualitt
· 9 years ago
ff0ca5e
Misc cleanup
by robertphillips
· 9 years ago
ced1585
565 support for SIMD xfermodes
by mtklein
· 9 years ago
8c0144c
Fix SkCanvas::wouldOverwriteEntireSurface() contains test
by fmalita
· 9 years ago
78f55fc
Revert of 565 support for SIMD xfermodes (patchset #4 id:60001 of https://codereview.chromium.org/1245673002/)
by mtklein
· 9 years ago
860dcaa
565 support for SIMD xfermodes
by mtklein
· 9 years ago
c71239b
Change the GlyphCache to use a hash table instead of doing its own ad-hoc
by herb
· 9 years ago
4c4b84c
Clean up more SkXfermode.cpp dead code.
by mtklein
· 9 years ago
cd1930d
De-templatize Sk4pxXfermode code a bit.
by mtklein
· 9 years ago
654ad19
Revert of De-templatize Sk4pxXfermode code a bit. (patchset #2 id:20001 of https://codereview.chromium.org/1242743004/)
by mtklein
· 9 years ago
e617e15
De-templatize Sk4pxXfermode code a bit.
by mtklein
· 9 years ago
e942bee
Revert of 565 support for SIMD xfermodes (patchset #3 id:40001 of https://codereview.chromium.org/1245673002/)
by mtklein
· 9 years ago
942930d
565 support for SIMD xfermodes
by mtklein
· 9 years ago
54f313c
Clean up dead xfermode opts code.
by mtklein
· 9 years ago
84984ef
Revert[2] of guard to remove DrawBitmapRectFlags
by reed
· 9 years ago
73d5de5
Cleanup of GrFontDescKey
by joshualitt
· 9 years ago
9111019
Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/)
by scroggo
· 9 years ago
ed7cf27
Now that the SkImageFilter::CropRect crop edges refer to
by senorblanco
· 9 years ago
1891863
refactor code to apply the croprect
by reed
· 9 years ago
c83a297
have canvas send discard instead of retain if the draw would overwrite everything
by reed
· 9 years ago
6fb0b67
guard to remove DrawBitmapRectFlags
by reed
· 9 years ago
af51e04
rename utility to see if a paint will overwrite its pixels
by reed
· 9 years ago
fd9a6a2
Fix undefined behavior.
by herb
· 9 years ago
dc77b35
Optimize RGB16 blitV functions with NEON for ARM platform.
by yang.zhang
· 9 years ago
44cf62c
Fix buggy blend modes.
by mtklein
· 9 years ago
2ecc000
Preserve SKP cullrects on deserialization
by fmalita
· 9 years ago
e8c5666
Very tiny paths are subsumed by the Convexicator
by caryclark
· 9 years ago
ab51cbd
Disable optimization as HWUI does not yet support color shaders.
by djsollen
· 9 years ago
4be181e
3-15% speedup to HardLight / Overlay xfermodes.
by mtklein
· 9 years ago
a5517e2
add src-rect-constraint to drawImageRect
by reed
· 9 years ago
bfd9ee6
Fix typo in non-SIMD Sk4f::thenElse().
by mtklein
· 9 years ago
24d2a7b
Fix for partially-specified crop rects.
by senorblanco
· 9 years ago
f059900
Fix up -Winconsistent-missing-override
by mtklein
· 9 years ago
d7c05bf
remove getter for imagegenerator factory, update test
by reed
· 9 years ago
1c84634
add runtime option to provide data->imagegenerator factory
by reed
· 9 years ago
3547505
Add RAII for other types of locks. Change SkGlyphCache_Globals to
by herb
· 9 years ago
828877d
Outline SkSpinlock::acquire().
by mtklein
· 9 years ago
5f10b5c
More threading of GrProcessorDataManager
by joshualitt
· 9 years ago
5315fd4
Remove SkImageGenerator pieces only for SkCodec.
by scroggo
· 9 years ago
Next »