Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
c1e37059a84044db2db5ae90fa0dd7c7278d9f66
c1e3705
Remove more unused ownership arguments
by Brian Osman
· 8 years ago
fb58f14
Add IntelBayTrail jobs
by Kevin Lubick
· 8 years ago
649a341
Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes.
by Brian Salomon
· 8 years ago
383dd9d
Remove unused ownership argument to GrSurfaceProxy::MakeWrappedBackend
by Brian Osman
· 8 years ago
c2d5bd0
Fix SkTArray copy construction
by Florin Malita
· 8 years ago
b1d800d
SkSTArray move ctor
by Florin Malita
· 8 years ago
6e93584
Add tolerance to quadratic and linear cubic detection
by csmartdalton
· 8 years ago
fe71b9d
Add GrSemaphoreOp to support deferred semaphore use
by Greg Daniel
· 8 years ago
b8e9b52
Disable image tests on NexusPlayer Vulkan
by Greg Daniel
· 8 years ago
5395c59
FuzzCanvas: TextBlob RSXform SkMaskFilter SkPathEffect
by Hal Canary
· 8 years ago
84dd857
make GrPaint.h private -- IWYU
by Mike Reed
· 8 years ago
4a21c94
move intermediate patheffect classes inside src
by Mike Reed
· 8 years ago
c65aec9
Make GrClip.h private
by Brian Salomon
· 8 years ago
4eed4c8
limit addEndMoveSpans loop in pathops
by Cary Clark
· 8 years ago
08541e8
Optimize mipmap downsample_2_2 in sRGB mode
by Matt Sarett
· 8 years ago
28b1252
Added MSAA selection to viewer GUI
by Brian Osman
· 8 years ago
538f1a3
Switch GrYUVProvider over to GrTextureProxies
by Robert Phillips
· 8 years ago
f141fff
Add SkImage_Base::onMakeColorSpace() stub
by Matt Sarett
· 8 years ago
8310f0e
Revert "remove SkClipVisitor"
by Mike Reed
· 8 years ago
4749b8c
Maintain window position and size when re-created
by Brian Osman
· 8 years ago
3b65598
Make SkGr.h private and remove unused functions
by Brian Osman
· 8 years ago
41eac79
Add instanced rendering command line flag to viewer.
by Brian Salomon
· 8 years ago
3139de3
Remove SkChunckAlloc
by Herb Derby
· 8 years ago
7dd57b6
Use Fibonacci instead of 2^n for block growth.
by Herb Derby
· 8 years ago
91b961d
remove SkClipVisitor
by Mike Reed
· 8 years ago
a1d9ce5
Revert "Optimize mipmap downsample_2_2 in sRGB mode"
by Derek Sollenberger
· 8 years ago
90b2005
remove SkPictureUtils.h
by Mike Reed
· 8 years ago
dcd2a90
Add jobs for building for Chromecast
by Kevin Lubick
· 8 years ago
3011568
Revert "Fix SkJumper gcc warning"
by Mike Klein
· 8 years ago
598524d
clip to elements directly, no need for replay indirection
by Mike Reed
· 8 years ago
2fcd170
Revert "Turn on SkJumper all the time."
by Mike Klein
· 8 years ago
c624d9d
Refactor GrColorSpaceXformHelper
by Brian Osman
· 8 years ago
e353e81
Fix SkJumper gcc warning
by Florin Malita
· 8 years ago
c013892
Add a unique ID to GrOpLists and return it from GrRenderTargetContext::addDrawOp
by Robert Phillips
· 8 years ago
fd171ed
Make GPU dm sink correctly advertise whether it is multisampled
by Brian Salomon
· 8 years ago
35b8b26
Add gm to compare premuls in dst vs. src color space
by Matt Sarett
· 8 years ago
139e5e0
special device for not drawing -- performs no clipping
by Mike Reed
· 8 years ago
b357dea
bin/fetch-clang-format
by Hal Canary
· 8 years ago
b69c4b8
formatting change: FuzzCanvas.cpp
by Hal Canary
· 8 years ago
c0128d4
DW last resort font default name not necessary.
by Ben Wagner
· 8 years ago
aa3af7b
SkPDF: Always get advances at unitsPerEm.
by Hal Canary
· 8 years ago
8de05ff
Remove SK_SUPPORT_LEGACY_AAA flag as chromium now turns it off
by Yuqian Li
· 8 years ago
837fcb6
Use glXCreateContextAttribsARB in viewer to make it easier to attach RenderDoc.
by Brian Salomon
· 8 years ago
3012d18
Rename not-fBlendCorrectly to fNonLinearBlending
by Matt Sarett
· 8 years ago
3ea01f7
Optimize mipmap downsample_2_2 in sRGB mode
by Matt Sarett
· 8 years ago
1355551
Turn on SkJumper all the time.
by Mike Klein
· 8 years ago
33fdb8d
Refactor GrTextBlobCache
by Florin Malita
· 8 years ago
b4dc549
Add GalaxyS6 bot.
by Ben Wagner
· 8 years ago
27bece8
FuzzCanvas: SkColorFilter
by Hal Canary
· 8 years ago
3a97d27
Fuzz Canvas: Remember that nextRange is inclusive.
by Hal Canary
· 8 years ago
99a3390
Add viewer GUI options for desktop and Android to toggle instanced rendering.
by Brian Salomon
· 8 years ago
ca49067
optimize intersect, use getType to utilize fast-case in preTranslate
by Mike Reed
· 8 years ago
fdf3bbe
SkJumper: constant() embeds constants directly in code
by Mike Klein
· 8 years ago
d85f97d
Control making of GrSemaphore objects inside of GrResourceProvider
by Greg Daniel
· 8 years ago
3a9aab9
GrTessellator: convert contours to VertexLists.
by Stephen White
· 8 years ago
4729914
Groundwork for nonlinear blending mode in Ganesh
by Brian Osman
· 8 years ago
d543e0a
Add GrOp::wasRecorded and use in instanced rendering for tracking.
by Brian Salomon
· 8 years ago
e9ed07d
SkJumper: a couple stages used by color filters
by Mike Klein
· 8 years ago
c3cc5fa
Move from SkChunkAlloc to SkArenaAlloc for PathOps
by Herb Derby
· 8 years ago
5c7780e
Be able to compile nanobench for Chromecast
by Kevin Lubick
· 8 years ago
47f5d84
Remove dead links in SampleApp docs.
by Mike Klein
· 8 years ago
a136136
Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""""""
by Mike Reed
· 8 years ago
467921e
Move GrDrawOp pipeline/clip processing to GrRenderTargetContext
by Brian Salomon
· 8 years ago
894d561
Back to code as data arrays, this time in .text.
by Mike Klein
· 8 years ago
bd7c551
Don't run image tests on msaa configs.
by Brian Salomon
· 8 years ago
c0a4c4f
Revert "Move from SkChunkAlloc to SkArenaAlloc for PathOps"
by Derek Sollenberger
· 8 years ago
f3b16d0
fix RecordOptsTest.cpp on Android framework
by Mike Klein
· 8 years ago
4b19b40
Revert "Fix new IT blocks ARMv8"
by Mike Klein
· 8 years ago
90165c2
Fix new IT blocks ARMv8
by Amaury Le Leyzour
· 8 years ago
d94abc5
add test for copy-on-write optimization
by Mike Reed
· 8 years ago
e9c99b8
Add half-float mipmap benchmarks too
by Brian Osman
· 8 years ago
3802888e
bench clip overhead during recording
by Mike Reed
· 8 years ago
05a4296
Turn off savelayer optimization for Android framework
by Yuqian Li
· 8 years ago
9973f98
Remove Win10 IntelHD405 bots.
by Ben Wagner
· 8 years ago
e5f19a8
Omit abnormal.wbmp on Linux IntelHD405.
by Ben Wagner
· 8 years ago
ee037c4
Roll Recipe DEPS
by Eric Boren
· 8 years ago
38c6018
Move from SkChunkAlloc to SkArenaAlloc for PathOps
by Herb Derby
· 8 years ago
f12248a
Add bench for odd-sized mipmapping w/sRGB filtering
by Brian Osman
· 8 years ago
fba38f9
Update bots to NDK r14.
by Mike Klein
· 8 years ago
9e50f7b
Store clipped bounds on GrOp rather than in parallel in GrRenderTargetOpList.
by Brian Salomon
· 8 years ago
488f0d6
Add ability to insert systrace markers for the android framework
by Derek Sollenberger
· 8 years ago
d83545e
Add SkColorSpace::isSRGB()
by Matt Sarett
· 8 years ago
9200480
Add legacy++ to viewer (sRGB w/nonlinear blending)
by Brian Osman
· 8 years ago
b2ddd01
Rename PentiumN3700 to IntelHD405.
by Ben Wagner
· 8 years ago
42c456f
Remove PLS path renderer
by Brian Salomon
· 8 years ago
0bb6f38
Add unit tests for SkImage::colorSpace()
by Matt Sarett
· 8 years ago
ce540ea
FuzzCanvas: fix BUG=skia:6321
by Hal Canary
· 8 years ago
fc026a6
Roll Recipe DEPS
by Eric Boren
· 8 years ago
0f4f3e8
Documentation: fix width
by Hal Canary
· 8 years ago
51aa1f5
Documentation: ASAN, MSAN, and TSAN
by Hal Canary
· 8 years ago
06b3025
Fix transfer function epsilon
by Matt Sarett
· 8 years ago
e632003
Support Android NDK r14.
by Mike Klein
· 8 years ago
e395b9b
Roll Recipe DEPS
by Eric Boren
· 8 years ago
5128bd4
Roll Recipe DEPS
by Eric Boren
· 8 years ago
1c10fdd
Remove XP override color.
by Brian Salomon
· 8 years ago
fc75b5a
Update SKP version
by UpdateSKPs
· 8 years ago
b733320
Delete yasm config files
by Matt Sarett
· 8 years ago
5a69707
Tidy up DEPS
by Mike Klein
· 8 years ago
27d07f0
Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""""
by Mike Reed
· 8 years ago
5b4599f
Add SkImage::colorSpace() and SkImage::refColorSpace()
by Matt Sarett
· 8 years ago
Next »