Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
468fd63760283c56630d752583b234f44ab03024
/
tests
5df93de
Revert "Revert "Add support for writing icc profiles to the jpeg encoder""
by Matt Sarett
· 8 years ago
5e15085
Revert "Revert "Add a new GrResourceCache purging mechanism for purging unused resources.""
by Brian Salomon
· 8 years ago
dda14b9
Revert "Add support for writing icc profiles to the jpeg encoder"
by Derek Sollenberger
· 8 years ago
70131b9
Fix SkTArray operator= to work with self assignment
by Greg Daniel
· 8 years ago
4ef0148
Add support for writing icc profiles to the jpeg encoder
by Matt Sarett
· 8 years ago
44c1b11
path hang
by Cary Clark
· 8 years ago
d68c41d
Revert "Add support for writing icc profiles to the jpeg encoder"
by Derek Sollenberger
· 8 years ago
d3b6597
Mark overridden destructors with 'override' and remove 'virtual'
by Brian Salomon
· 8 years ago
2a65cc0
test (and fix) clip_restriction in canvas
by Mike Reed
· 8 years ago
20c322e
Revert "Add a new GrResourceCache purging mechanism for purging unused resources."
by Brian Salomon
· 8 years ago
fbb56ce
Add a new GrResourceCache purging mechanism for purging unused resources.
by Brian Salomon
· 8 years ago
e3b95ce
Add support for writing icc profiles to the jpeg encoder
by Matt Sarett
· 8 years ago
0ae6faa
Make SkImage_Gpu be deferred (take 2)
by Robert Phillips
· 8 years ago
54d212e
Revert "Revert "Remove GrPipeline from GrDrawOp.""
by Brian Salomon
· 8 years ago
27ecd86
SkImageSource::Make() returns nullptr when srcrect is empty.
by Hal Canary
· 8 years ago
28da283
fix fuzz
by Cary Clark
· 8 years ago
90960eb
Exclude Vulkan from running PreFlushCallbackTest
by Robert Phillips
· 8 years ago
eaa78c4
Revert "Make SkImage_Gpu be deferred"
by Robert Phillips
· 8 years ago
107524c
Attempt to fix AMD ANGLE bots.
by Brian Salomon
· 8 years ago
eb35f4d
Add pre-Flush callback to GrDrawingManager (take 2)
by Robert Phillips
· 8 years ago
0db235b
Make SkImage_Gpu be deferred
by Robert Phillips
· 8 years ago
0e032be
Add support for writing ICC profiles in png encodes
by Matt Sarett
· 8 years ago
ed182d7
Remove SkImage::MakeTextureFromPixmap
by Brian Osman
· 8 years ago
dcf0ab0
Switch 16 sample gpu configs to 8 samples BUG=skia:
by Brian Salomon
· 8 years ago
1a3c4b8
Eager or Lazy evaluation of sub-drawings for SkDeferredCanvas.
by Herb Derby
· 8 years ago
ac6b1fa
Remove budgeted parameter from SkSurface::makeImageSnapshot (take 2)
by Robert Phillips
· 8 years ago
6405e71
Remove gpu configs that don't have explicit API.
by Brian Salomon
· 8 years ago
06ee8e8
Revert "Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"""
by Yuqian Li
· 8 years ago
50f66d8
Be explicit on test and perf bots about GL vs GLES
by Brian Salomon
· 8 years ago
31249bb
Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot""
by Robert Phillips
· 8 years ago
c35a2d4
Add nondeterministic seed option for ProcessorOptimization test
by Brian Osman
· 8 years ago
c48af93
Revert "Remove GrPipeline from GrDrawOp."
by Brian Salomon
· 8 years ago
aa9e332
Revert[4] "store vertices arrays inline with object""""
by Mike Reed
· 8 years ago
2bf4b3a
Remove GrPipeline from GrDrawOp.
by Brian Salomon
· 8 years ago
0c492cf
Revert[3] "store vertices arrays inline with object"""
by Mike Reed
· 8 years ago
9e9188f
Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"
by Yuqian Li
· 8 years ago
b64bcbd
Remove budgeted parameter from SkSurface::makeImageSnapshot
by Robert Phillips
· 8 years ago
8301046
Rename GrAADistanceFieldPathRenderer to GrSmallPathRenderer
by Jim Van Verth
· 8 years ago
69225d0
Make SkTArray not allocate unless reserve or initial count > 0
by Brian Salomon
· 8 years ago
0b83319
SkDynamicMemoryWStream::detachAsStream() returns unique_ptr
by Hal Canary
· 8 years ago
18ea816
Revert "Add pre-Flush callback to GrDrawingManager"
by Robert Phillips
· 8 years ago
7d9f9e3
Revert[2] "store vertices arrays inline with object""
by Mike Reed
· 8 years ago
cd9ada5
must check for zero-length in reader32::read() before calling memcpy
by Mike Reed
· 8 years ago
2f3865b
Fix formatting error in test output
by Brian Osman
· 8 years ago
d222ec4
Add pre-Flush callback to GrDrawingManager
by Robert Phillips
· 8 years ago
9e62df6
Revert "store vertices arrays inline with object"
by Mike Reed
· 8 years ago
eaaebb1
store vertices arrays inline with object
by Mike Reed
· 8 years ago
bd1f76f
Emit dumpInfo string when processor opt test fails
by Brian Osman
· 8 years ago
296b1cc
Retract GrContext from src/gpu/effects
by Robert Phillips
· 8 years ago
dabe8ac
SkDynamicMemoryWStream::detachAsData more memory efficent
by Hal Canary
· 8 years ago
9a8065d
add uniqueID
by Mike Reed
· 8 years ago
26c90e0
Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps
by Robert Phillips
· 8 years ago
97180af
Compute clipped draw bounds outside GrAppliedClip.
by Brian Salomon
· 8 years ago
6de1310
Begin implementation of SkImage_Base::makeColorSpace
by Matt Sarett
· 8 years ago
bdce9c2
vertices to/from data
by Mike Reed
· 8 years ago
8f7d9b9
Revert "Begin implementation of SkImage_Base::makeColorSpace"
by Mike Reed
· 8 years ago
98629ef
Begin implementation of SkImage_Base::makeColorSpace
by Matt Sarett
· 8 years ago
4f70623
Restore deferred GPU resources in Chrome
by Robert Phillips
· 8 years ago
8d2f90b
Changes to GrProcessorSet::FragmentProcessorAnalysis to prepare for deferred pipeline creation.
by Brian Salomon
· 8 years ago
766fcbb
Treat cross context images as Ganesh-created resources
by Brian Osman
· 8 years ago
3a9a7a3
Remove run count field from SkTextBlob.
by Florin Malita
· 8 years ago
d54639f
Add SkSTArray move assignment operators
by Florin Malita
· 8 years ago
a6953f2
Revert "Treat cross context images as Ganesh-created resources"
by Brian Osman
· 8 years ago
4d1955c
Fix SkFILEStream.
by Ben Wagner
· 8 years ago
dc9f0db
Check for bad bounds in picture cullbounds
by Mike Reed
· 8 years ago
cccda60
Treat cross context images as Ganesh-created resources
by Brian Osman
· 8 years ago
053730d
Fix SkTHashTable dangling values
by Florin Malita
· 8 years ago
566e53c
re-guard against negative dimensions on no-draw canvas
by Mike Reed
· 8 years ago
0b791f5
Remove ownership aruments from render target wrap functions
by Brian Osman
· 8 years ago
649a341
Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes.
by Brian Salomon
· 8 years ago
c2d5bd0
Fix SkTArray copy construction
by Florin Malita
· 8 years ago
84dd857
make GrPaint.h private -- IWYU
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
8310f0e
Revert "remove SkClipVisitor"
by Mike Reed
· 8 years ago
3b65598
Make SkGr.h private and remove unused functions
by Brian Osman
· 8 years ago
3139de3
Remove SkChunckAlloc
by Herb Derby
· 8 years ago
91b961d
remove SkClipVisitor
by Mike Reed
· 8 years ago
90b2005
remove SkPictureUtils.h
by Mike Reed
· 8 years ago
c3cc5fa
Move from SkChunkAlloc to SkArenaAlloc for PathOps
by Herb Derby
· 8 years ago
a136136
Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""""""
by Mike Reed
· 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
05a4296
Turn off savelayer optimization for Android framework
by Yuqian Li
· 8 years ago
38c6018
Move from SkChunkAlloc to SkArenaAlloc for PathOps
by Herb Derby
· 8 years ago
d83545e
Add SkColorSpace::isSRGB()
by Matt Sarett
· 8 years ago
0bb6f38
Add unit tests for SkImage::colorSpace()
by Matt Sarett
· 8 years ago
1c10fdd
Remove XP override color.
by Brian Salomon
· 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
025e244
Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""""
by Mike Reed
· 8 years ago
32342f0
Rebase and fix chromium
by Brian Osman
· 8 years ago
baf06bc
Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""
by Cary Clark
· 8 years ago
cfaa632
Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""
by Mike Reed
· 8 years ago
2f49314
Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy>
by Robert Phillips
· 8 years ago
3b4c22d
update cliptype test to exercise clipstack backend
by Mike Reed
· 8 years ago
373b538
Release resources if SkMallocPixelRef::NewWithProc fails.
by Ben Wagner
· 8 years ago
cd667b6
add unittests for clip-state queries
by Mike Reed
· 8 years ago
ea5e676
Revert "Remove SkDraw from device-draw methods, and enable device-centric clipping."
by Mike Reed
· 8 years ago
d7875f5
Refactor SkLiteDL to no longer extend SkDrawable.
by Derek Sollenberger
· 8 years ago
c77e33f
Remove SkDraw from device-draw methods, and enable device-centric clipping.
by Mike Reed
· 8 years ago
Next »