Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
7ef45a1aeb2c764d41838323f5bcff149c5de756
« Previous
f62833d
Detect MIPS DSP and DSPR2 programattically.
by mtklein
· 9 years ago
7b77ac1
Fix variable shadowing and unreachable code that it caused
by brucedawson
· 9 years ago
cbb12ca
Fix ASAN error for wbmp swizzles
by msarett
· 9 years ago
d3ebb48
IWYU: 'core' target, files starting A-C.
by bungeman
· 9 years ago
59cd367
Revert of Implement caching of stroked paths in the tessellated path renderer. (patchset #4 id:60001 of https://codereview.chromium.org/1275553002/ )
by senorblanco
· 9 years ago
29e0d3f
Implement caching of stroked paths in the tessellated path renderer.
by senorblanco
· 9 years ago
94df023
Update NOPRESUBMIT docs.
by mtklein
· 9 years ago
99f567e
Scanline decoding for wbmp
by msarett
· 9 years ago
dfcba47
Moved common cross-project functionality out from SkTraceEvent.h into SkTraceEventCommon.h
by oysteine
· 9 years ago
2bd0285
Add skstd::move and skstd::forward.
by bungeman
· 9 years ago
2fe7923
Expose coord transforms from GrPipeline
by joshualitt
· 9 years ago
b2aa7cb
This CL wires up the backend portion necessary for sending transformed coords via vertex attributes.
by joshualitt
· 9 years ago
0e8296e
Move impl of stroke rect batch from h to cpp
by bsalomon
· 9 years ago
ee14a62
Give strokerectbatch a proper home
by bsalomon
· 9 years ago
8470290
fix for GrFragmentProcessor isEqual in GrPipeline
by joshualitt
· 9 years ago
d8aa59d
Remove SHADER_AA_FILL_RECT flag
by robertphillips
· 9 years ago
6c17ca5
Update yasm .gyp for tweaked ASAN bots.
by mtklein
· 9 years ago
c0e1af1
Revert of Intentionally crash DM to make sure all bots are up-to-date. (patchset #1 id:1 of https://codereview.chromium.org/1274693002/ )
by mtklein
· 9 years ago
fa1c073
Fix make.py: BUILDTYPE
by Eric Boren
· 9 years ago
3749b96
Intentionally crash DM to make sure all bots are up-to-date.
by Mike Klein
· 9 years ago
dd958e7
Add tools/ubsan.supp.
by Mike Klein
· 9 years ago
1cd6311
init atomic bool in SkImage_Gpu
by bsalomon
· 9 years ago
9162ea9
Revert of Break LCD and Bitmap text dependency on hardcoded atlas values (patchset #2 id:20001 of https://codereview.chromium.org/1271873002/ )
by joshualitt
· 9 years ago
b356cbc
Move atlas creation to internal to GrResourceProvider
by joshualitt
· 9 years ago
093b4e8
- allow for stepping through a picture with 'n' and 'p'
by reed
· 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
1b99b54
Whitespace change to test Gerrit ACLs
by borenet
· 9 years ago
d029ded
Port morphology to SkOpts.
by mtklein
· 9 years ago
9f8754f
Remove experimental/PdfViewer
by halcanary
· 9 years ago
1dedc3d
SkPictureImageGenerator
by fmalita
· 9 years ago
8caa5af
Reorganize to keep similar code together.
by Mike Klein
· 9 years ago
8e47cdb
whitespace change to test whether I can commit
by Eric Boren
· 9 years ago
6c3c4ea
Remove dead code.
by Mike Klein
· 9 years ago
84cd621
Implement caching of filled paths in the tessellated path renderer.
by senorblanco
· 9 years ago
846b022
Break LCD and Bitmap text dependency on hardcoded atlas values
by joshualitt
· 9 years ago
1c005e4
Create a scanline decoder without creating a codec
by scroggo
· 9 years ago
ddc726f
Add cheat sheet to wrangler doc
by joshualitt
· 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
dea6e1c
update image bench to test gpu and cpu images against raster surface
by reed
· 9 years ago
6f1216a
cache private readback for gpu-images
by reed
· 9 years ago
fae0102
Remove IGNORE_ROT_AA_RECT_OPT flag
by robertphillips
· 9 years ago
4b3050b
Added registerChild; transforms, textures, glKey automatically handled.
by wangyix
· 9 years ago
c369348
Fix SkData leaks at GrResourceKey::setCustomData() call sites.
by Stephen White
· 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
e003680
remove flags that control no code
by reed
· 9 years ago
c41f4d6
Fix elliptical rrect clip shaders for large radii on devices with mediump
by bsalomon
· 9 years ago
799a364
add bench for gpu-image -> cpu-surface
by reed
· 9 years ago
b001c41
Fix resource cache test.
by Stephen White
· 9 years ago
468dfa7
Implement caching of filled paths in the tessellated path renderer.
by senorblanco
· 9 years ago
4dea94f
remove getdevice guard for android
by reed
· 9 years ago
df0c557
Use new API everywhere for GrDefaultGeoProcFactory
by joshualitt
· 9 years ago
f231900
Missing overrides for Sinks in HWUI.
by mtklein
· 9 years ago
17d833b
Add abliity to set textblob cache budget to GrContext
by joshualitt
· 9 years ago
445fc43
Update assert to allow config conversion effect for all configs when not premul/unpremuling
by bsalomon
· 9 years ago
e494a58
Revert of Use new API everywhere for GrDefaultGeoProcFactory (patchset #5 id:80001 of https://codereview.chromium.org/1261083003/)
by joshualitt
· 9 years ago
801823b
Use new API everywhere for GrDefaultGeoProcFactory
by joshualitt
· 9 years ago
849a620
add missing comma
by Derek Sollenberger
· 9 years ago
1d58773
Update NulCanvas so everything builds.
by bungeman
· 9 years ago
f948b85
Documentation: SkPathEffect
by halcanary
· 9 years ago
d8ea6b4
fix tests for android framework build
by djsollen
· 9 years ago
d45fb5a
Add BW masks to random scaler context
by joshualitt
· 9 years ago
2a6f747
Revert of Add BW masks to random scaler context (patchset #1 id:1 of https://codereview.chromium.org/1270793003/)
by joshualitt
· 9 years ago
a4a5306
Add BW masks to random scaler context
by joshualitt
· 9 years ago
44c4851
adding gm to use random scaler context
by joshualitt
· 9 years ago
c2e6827
remove now-dead flags
by reed
· 9 years ago
76bb228
Fix no-gpu debugger.
by bungeman
· 9 years ago
7e97b0b
Move strike to subrun in GrAtlasTextContext
by joshualitt
· 9 years ago
80a1c54
C API: remove dead code, simplify boilerplate
by halcanary
· 9 years ago
d164a71
Revert of adding gm to use random scaler context (patchset #4 id:60001 of https://codereview.chromium.org/1268853008/)
by joshualitt
· 9 years ago
f96bee3
disable SkOpts on x86 iOS (simulator)
by mtklein
· 9 years ago
853336c
adding gm to use random scaler context
by joshualitt
· 9 years ago
aa80e42
Fix straggling SK_VIRTUAL_CONSTRAINT_TYPEs
by scroggo
· 9 years ago
da9ccf1
Revert of Move strike to subrun in GrAtlasTextContext (patchset #3 id:40001 of https://codereview.chromium.org/1257253005/)
by joshualitt
· 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
77d89f7
Move strike to subrun in GrAtlasTextContext
by joshualitt
· 9 years ago
7568d0b
C API: add sk_xfermode.h, impl, test
by halcanary
· 9 years ago
85cd78d
Speculative fix for http://crbug.com/515966
by bsalomon
· 9 years ago
ec994b6
Documentation spelling error
by halcanary
· 9 years ago
82314e9
Documentation: SkXfermode::Mode
by halcanary
· 9 years ago
d1ebe06
Another small fix to GrFontScaler
by joshualitt
· 9 years ago
383ff10
Remove unnecessary virtual destructor on SkTArray
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
88c7b98
Make ANGLE perf decisions be runtime rather than compile time
by bsalomon
· 9 years ago
7eb0945
Port SkUtils opts to SkOpts.
by mtklein
· 9 years ago
5119ac0
Update Android Testing apps to support release mode
by djsollen
· 9 years ago
b411b3b
Restore read pixels perf on ANGLE
by bsalomon
· 9 years ago
96a52c8
remove drawimagerect flags, as skia no longer respects them
by reed
· 9 years ago
8db6fdc
bump the size of the atlas id to 64 bits
by joshualitt
· 9 years ago
1421aee
Make SkIsPow2 templated
by bsalomon
· 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
0aff2fa
Also provides the ResourceProvider to onDrawPath which allows the DF PR to no longer require access to GrContext.
by bsalomon
· 9 years ago
99cab4e
DM: track a direct/indirect bit for each Sink too.
by mtklein
· 9 years ago
58ff81b
Remove unused field in micro cleanup
by joshualitt
· 9 years ago
Next »