Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
e47829b6b1eeb6b0c97ccb3df3016d197046824c
e47829b
flag to use const& instead of const* for src-rect
by reed
· 10 years ago
fb1141a
Don't pass pipeline to GrBatch::generateGeometry()
by bsalomon
· 10 years ago
c8da81d
Another small fix for reordering
by joshualitt
· 10 years ago
b639474
Port SkTextureCompression opts to SkOpts
by mtklein
· 10 years ago
d0cf9d8
Remove SK_LEGACY_SKPOINT3_CTORS flag
by robertphillips
· 10 years ago
e263908
SkSurface copy-on-write can yield stale GPU render targets.
by fmalita
· 10 years ago
ebe06c0
Minor cleanup: remove GR_TESSELLATING_PATH_RENDERING #ifdef.
by senorblanco
· 10 years ago
2dcc759
use kFast_SrcRectConstraint to match drawAtlas semantics
by reed
· 10 years ago
ab60c5b
Support decoding PNG to 565.
by scroggo
· 10 years ago
fd3d87c
simulate drawatlas
by reed
· 10 years ago
1a39767
Rephrase Windows gyp instructions
by mtklein
· 10 years ago
4fc6ff22
Fix reording across rendertarget switching
by joshualitt
· 10 years ago
f62833d
Detect MIPS DSP and DSPR2 programattically.
by mtklein
· 10 years ago
7b77ac1
Fix variable shadowing and unreachable code that it caused
by brucedawson
· 10 years ago
cbb12ca
Fix ASAN error for wbmp swizzles
by msarett
· 10 years ago
d3ebb48
IWYU: 'core' target, files starting A-C.
by bungeman
· 10 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
· 10 years ago
29e0d3f
Implement caching of stroked paths in the tessellated path renderer.
by senorblanco
· 10 years ago
94df023
Update NOPRESUBMIT docs.
by mtklein
· 10 years ago
99f567e
Scanline decoding for wbmp
by msarett
· 10 years ago
dfcba47
Moved common cross-project functionality out from SkTraceEvent.h into SkTraceEventCommon.h
by oysteine
· 10 years ago
2bd0285
Add skstd::move and skstd::forward.
by bungeman
· 10 years ago
2fe7923
Expose coord transforms from GrPipeline
by joshualitt
· 10 years ago
b2aa7cb
This CL wires up the backend portion necessary for sending transformed coords via vertex attributes.
by joshualitt
· 10 years ago
0e8296e
Move impl of stroke rect batch from h to cpp
by bsalomon
· 10 years ago
ee14a62
Give strokerectbatch a proper home
by bsalomon
· 10 years ago
8470290
fix for GrFragmentProcessor isEqual in GrPipeline
by joshualitt
· 10 years ago
d8aa59d
Remove SHADER_AA_FILL_RECT flag
by robertphillips
· 10 years ago
6c17ca5
Update yasm .gyp for tweaked ASAN bots.
by mtklein
· 10 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
· 10 years ago
fa1c073
Fix make.py: BUILDTYPE
by Eric Boren
· 10 years ago
3749b96
Intentionally crash DM to make sure all bots are up-to-date.
by Mike Klein
· 10 years ago
dd958e7
Add tools/ubsan.supp.
by Mike Klein
· 10 years ago
1cd6311
init atomic bool in SkImage_Gpu
by bsalomon
· 10 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
· 10 years ago
b356cbc
Move atlas creation to internal to GrResourceProvider
by joshualitt
· 10 years ago
093b4e8
- allow for stepping through a picture with 'n' and 'p'
by reed
· 10 years ago
fb8c1fc
Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ )
by reed
· 10 years ago
7403d87
IWYU: 'core' target, files starting A-C.
by bungeman
· 10 years ago
1b99b54
Whitespace change to test Gerrit ACLs
by borenet
· 10 years ago
d029ded
Port morphology to SkOpts.
by mtklein
· 10 years ago
9f8754f
Remove experimental/PdfViewer
by halcanary
· 10 years ago
1dedc3d
SkPictureImageGenerator
by fmalita
· 10 years ago
8caa5af
Reorganize to keep similar code together.
by Mike Klein
· 10 years ago
8e47cdb
whitespace change to test whether I can commit
by Eric Boren
· 10 years ago
6c3c4ea
Remove dead code.
by Mike Klein
· 10 years ago
84cd621
Implement caching of filled paths in the tessellated path renderer.
by senorblanco
· 10 years ago
846b022
Break LCD and Bitmap text dependency on hardcoded atlas values
by joshualitt
· 10 years ago
1c005e4
Create a scanline decoder without creating a codec
by scroggo
· 10 years ago
ddc726f
Add cheat sheet to wrangler doc
by joshualitt
· 10 years ago
dce5ce4
Port SkBlurImage opts to SkOpts.
by mtklein
· 10 years ago
562a66b
Revert "Implement caching of filled paths in the tessellated path renderer."
by mtklein
· 10 years ago
dea6e1c
update image bench to test gpu and cpu images against raster surface
by reed
· 10 years ago
6f1216a
cache private readback for gpu-images
by reed
· 10 years ago
fae0102
Remove IGNORE_ROT_AA_RECT_OPT flag
by robertphillips
· 10 years ago
4b3050b
Added registerChild; transforms, textures, glKey automatically handled.
by wangyix
· 10 years ago
c369348
Fix SkData leaks at GrResourceKey::setCustomData() call sites.
by Stephen White
· 10 years ago
1d183b4
Revert of SkCanvas::onDrawPicture() quick-reject (patchset #3 id:40001 of https://codereview.chromium.org/1264133003/ )
by mtklein
· 10 years ago
48ed62b
SkCanvas::onDrawPicture() quick-reject
by fmalita
· 10 years ago
e003680
remove flags that control no code
by reed
· 10 years ago
c41f4d6
Fix elliptical rrect clip shaders for large radii on devices with mediump
by bsalomon
· 10 years ago
799a364
add bench for gpu-image -> cpu-surface
by reed
· 10 years ago
b001c41
Fix resource cache test.
by Stephen White
· 10 years ago
468dfa7
Implement caching of filled paths in the tessellated path renderer.
by senorblanco
· 10 years ago
4dea94f
remove getdevice guard for android
by reed
· 10 years ago
df0c557
Use new API everywhere for GrDefaultGeoProcFactory
by joshualitt
· 10 years ago
f231900
Missing overrides for Sinks in HWUI.
by mtklein
· 10 years ago
17d833b
Add abliity to set textblob cache budget to GrContext
by joshualitt
· 10 years ago
445fc43
Update assert to allow config conversion effect for all configs when not premul/unpremuling
by bsalomon
· 10 years ago
e494a58
Revert of Use new API everywhere for GrDefaultGeoProcFactory (patchset #5 id:80001 of https://codereview.chromium.org/1261083003/)
by joshualitt
· 10 years ago
801823b
Use new API everywhere for GrDefaultGeoProcFactory
by joshualitt
· 10 years ago
849a620
add missing comma
by Derek Sollenberger
· 10 years ago
1d58773
Update NulCanvas so everything builds.
by bungeman
· 10 years ago
f948b85
Documentation: SkPathEffect
by halcanary
· 10 years ago
d8ea6b4
fix tests for android framework build
by djsollen
· 10 years ago
d45fb5a
Add BW masks to random scaler context
by joshualitt
· 10 years ago
2a6f747
Revert of Add BW masks to random scaler context (patchset #1 id:1 of https://codereview.chromium.org/1270793003/)
by joshualitt
· 10 years ago
a4a5306
Add BW masks to random scaler context
by joshualitt
· 10 years ago
44c4851
adding gm to use random scaler context
by joshualitt
· 10 years ago
c2e6827
remove now-dead flags
by reed
· 10 years ago
76bb228
Fix no-gpu debugger.
by bungeman
· 10 years ago
7e97b0b
Move strike to subrun in GrAtlasTextContext
by joshualitt
· 10 years ago
80a1c54
C API: remove dead code, simplify boilerplate
by halcanary
· 10 years ago
d164a71
Revert of adding gm to use random scaler context (patchset #4 id:60001 of https://codereview.chromium.org/1268853008/)
by joshualitt
· 10 years ago
f96bee3
disable SkOpts on x86 iOS (simulator)
by mtklein
· 10 years ago
853336c
adding gm to use random scaler context
by joshualitt
· 10 years ago
aa80e42
Fix straggling SK_VIRTUAL_CONSTRAINT_TYPEs
by scroggo
· 10 years ago
da9ccf1
Revert of Move strike to subrun in GrAtlasTextContext (patchset #3 id:40001 of https://codereview.chromium.org/1257253005/)
by joshualitt
· 10 years ago
bdb34d0
Move SkOpts.h back to src/core.
by mtklein
· 10 years ago
eae6200
Some cleanup in GrTextureProvider and GrResourceProvider.
by bsalomon
· 10 years ago
77d89f7
Move strike to subrun in GrAtlasTextContext
by joshualitt
· 10 years ago
7568d0b
C API: add sk_xfermode.h, impl, test
by halcanary
· 10 years ago
85cd78d
Speculative fix for http://crbug.com/515966
by bsalomon
· 10 years ago
ec994b6
Documentation spelling error
by halcanary
· 10 years ago
82314e9
Documentation: SkXfermode::Mode
by halcanary
· 10 years ago
d1ebe06
Another small fix to GrFontScaler
by joshualitt
· 10 years ago
383ff10
Remove unnecessary virtual destructor on SkTArray
by bsalomon
· 10 years ago
490b615
Port SkXfermode opts to SkOpts.h
by mtklein
· 10 years ago
685f277
use SkNextID::ImageID for android's stable id
by reed
· 10 years ago
65e96b4
Modifying TextBlobCacheTest to use SkRandomScalerContext
by joshualitt
· 10 years ago
Next »