Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
b61e206138607423e83ba34d823c6036f394f655
/
tests
b61e206
Add tests (and fix!) for known bad ICO files.
by scroggo
· 10 years ago
8b79d23
Use GrResourceCache2 to service content key lookups
by bsalomon
· 10 years ago
8e74b15
Fix SkTime::GetDateTime Posix implementation, add unit test.
by halcanary
· 10 years ago
7c74885
flag imageinfo as srgb
by reed
· 10 years ago
a71d3af
Cleanup: Use SkAutoGraphics in gm and tests.
by tfarina
· 10 years ago
0ee2627
When running DM, write test failures to json.
by scroggo
· 10 years ago
2c93efe
Clip in grdrawtarget
by joshualitt
· 10 years ago
3343557
Add mock context and use in ResourceCacheTest.
by bsalomon
· 10 years ago
fdcf2c0
Revert of Add mock context and use in ResourceCacheTest. (patchset #4 id:60001 of https://codereview.chromium.org/702083003/)
by bsalomon
· 10 years ago
820dd6c
Add mock context and use in ResourceCacheTest.
by bsalomon
· 10 years ago
2b9ee63
Add unit test for SkDashPathEffect::asPoints' culling
by robertphillips
· 10 years ago
4b86bac
Allow all font weights on Android and respect overrides.
by bungeman
· 10 years ago
d86b07a
Fix PictureTest for new GPU veto
by jvanverth
· 10 years ago
37b4d86
Force input coverage to be only a byte in gpu shaders.
by egdaniel
· 10 years ago
4d52afe
Shrink saveLayer device bounds when it supplies an explicit bounds and has a complex paint
by robertphillips
· 10 years ago
d8aa7b7
Upgrade GPUOptimize
by robertphillips
· 10 years ago
a41d3c3
Make RTree handle the case where the playback canvas has empty clip bounds
by junov
· 10 years ago
f037e0b
allow SkUserConfig.h to control NOGPU
by reed
· 10 years ago
7a6184f
cleanup reentrance logic in CMM
by joshualitt
· 10 years ago
ed167ac
Revert of Use SkTypeface::getBounds() in bounding-box calculations. (patchset #5 id:80001 of https://codereview.chromium.org/680363003/)
by mtklein
· 10 years ago
c51add6
Use SkTypeface::getBounds() in bounding-box calculations.
by mtklein
· 10 years ago
4ab5a90
Discard atlas after every MultiPictureDraw::draw
by robertphillips
· 10 years ago
89889b6
MultiPictureDraw is taskgroup aware. SampleApp is multipicturedraw aware.
by reed
· 10 years ago
8f3937d
Fix bounds computation of all 0-input filters.
by senorblanco
· 10 years ago
27f965a
Revert of Use SkTypeface::getBounds() in bounding-box calculations. (patchset #3 id:40001 of https://codereview.chromium.org/680363003/)
by mtklein
· 10 years ago
bf8dc34
Use SkTypeface::getBounds() in bounding-box calculations.
by mtklein
· 10 years ago
79f8fae
OptState owns program descriptor
by joshualitt
· 10 years ago
f2703d8
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
by bsalomon
· 10 years ago
5ae89d1
Removing dead code from CanvasTest
by piotaixr
· 10 years ago
27c46a0
Revert of harden pathops for pathological test (patchset #19 id:410001 of https://codereview.chromium.org/633393002/)
by hcm
· 10 years ago
6f726ad
These tests stress pathops by describing the union of circle-like paths that have tiny line segments embedded and double back to create near-coincident conditions.
by caryclark
· 10 years ago
fd61ed0
Alter layer hoisting to only hoist layers for one canvas at a time
by robertphillips
· 10 years ago
15c7460
not a failure if we didn't load the test file
by reed
· 10 years ago
d0f1969
Revert of Fix bounds computation of all 0-input filters. (patchset #2 id:20001 of https://codereview.chromium.org/681643003/)
by hcm
· 10 years ago
76993ed
Reenable assertions that were reported failing in tests/CanvasTest.cpp
by piotaixr
· 10 years ago
ba036cc
Fix bounds computation of all 0-input filters.
by senorblanco
· 10 years ago
4477c3c
Cut down SkBBH API more.
by mtklein
· 10 years ago
f622a6c
Add `SkIRect bounds()` convenience method to SkImageInfo and SkBitmap.
by halcanary
· 10 years ago
e332396
move c api into include
by reed
· 10 years ago
3ceef9a
Add test for new FrontBufferedStream behavior.
by scroggo
· 10 years ago
234f036
Adding an option to render only the shadow in SkDropShadowImageFilter
by sugoi
· 10 years ago
47eedcc
Add utils to better quantize grayscale values to three bit indices while
by pavel
· 10 years ago
08fa28c
add float equivalent in dumpHex output as comment
by caryclark
· 10 years ago
4dca7a8
use SkMaskCache inside SkBlurMaskFilter
by reed
· 10 years ago
404eb87
Revert of Add test for new FrontBufferedStream behavior. (patchset #1 id:1 of https://codereview.chromium.org/641813009/)
by mtklein
· 10 years ago
ec6e670
Removed simple tests steps from CanvasTest.
by piotaixr
· 10 years ago
e3aee8f
Remove android specific genID from SkPaint.
by djsollen
· 10 years ago
da59f05
Add test for new FrontBufferedStream behavior.
by scroggo
· 10 years ago
d9aac34
Add SkMaskCache
by qiankun.miao
· 10 years ago
2a12080
Qualify the return value of SkImageDecoder::decode
by scroggo
· 10 years ago
171e5b7
SkResourceCache::Key namespace support.
by fmalita
· 10 years ago
9e6835d
Track nested picture xform state for layer hoisting
by robertphillips
· 10 years ago
39393e3
add round/ceil/etc. for SkMScalar
by reed
· 10 years ago
e9e0dea
SkLazyPtr follow ups
by mtklein
· 10 years ago
b0e89dc
Fix image filters for PDF backend.
by senorblanco
· 10 years ago
1d93266
SkLazyPtr suitable as a local or class member.
by mtklein
· 10 years ago
41966d4
Dilate approximated text bounds to squelch recent assertion failure.
by mtklein
· 10 years ago
3aac6e0
Add clip to layer cache
by robertphillips
· 10 years ago
a71aee6
Remove obsolete SkRecording.
by mtklein
· 10 years ago
b227e37
JPEG YUV Decoding
by sugoi
· 10 years ago
6515175
Override SkCanvas::drawImage() in SkRecorder.
by piotaixr
· 10 years ago
30bc88c
Refactor SkGLContext to be actually extendable
by kkinnunen
· 10 years ago
9e4d6d1
Move willUseInputColor check to computeInvariantOutput
by egdaniel
· 10 years ago
6819df3
Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate
by cdalton
· 10 years ago
3ac569b
Revert of JPEG YUV Decoding (patchset #5 id:180001 of https://codereview.chromium.org/399683007/)
by rmistry
· 10 years ago
98b33eb
Some cleanup in processor header files.
by bsalomon
· 10 years ago
8e6c3b9
JPEG YUV Decoding
by sugoi
· 10 years ago
6251d17
Split GrFragmentProcessor into its own header
by bsalomon
· 10 years ago
bcba2c9
interesct path bounds with clip bounds before initializing supersampler
by reed
· 10 years ago
0e08fc1
Push isEqual/onIsEqual down from GrProcessor to subclasses.
by bsalomon
· 10 years ago
157f36d
add tests for large cordinates bounds when building aaclip
by reed
· 10 years ago
f439c77
Revert of Create a single command buffer for GrInOrderDrawBuffer (patchset #17 id:1240001 of https://codereview.chromium.org/628453002/)
by mtklein
· 10 years ago
360b680
Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate
by cdalton
· 10 years ago
e305973
Remove uses of GrAutoScratchTexture.
by bsalomon
· 10 years ago
07894c4
Revert of Create a single command buffer for GrInOrderDrawBuffer (patchset #14 id:1050001 of https://codereview.chromium.org/628453002/)
by mtklein
· 10 years ago
ccb2e38
Create helper functions to use in computeInvariantOutput calls
by egdaniel
· 10 years ago
47c844a
Adds a GrTBaseList class that GrInOrderDrawBuffer uses to allocate
by cdalton
· 10 years ago
81beccc
Devirtualize read/write pixels on surface.
by bsalomon
· 10 years ago
d27726e
Fix leak in GLPrograms test.
by bsalomon
· 10 years ago
a5305a1
Opt state takes a GP instead of a GeometryStage
by joshualitt
· 10 years ago
89c7a2e
Revert of Opt state takes a GP instead of a GeometryStage (patchset #18 id:1500001 of https://codereview.chromium.org/637003003/)
by joshualitt
· 10 years ago
7bb9ed7
Fix bug in GrCachedLayer reuse
by robertphillips
· 10 years ago
71856d5
Opt state takes a GP instead of a GeometryStage
by joshualitt
· 10 years ago
232f6b0
Remove unused SaveLayerInfo::fValid field
by robertphillips
· 10 years ago
1598899
FPs now use the correct builder types(just a rename)
by joshualitt
· 10 years ago
9e87fa7
Force linking of static member variables for GLPrograms
by joshualitt
· 10 years ago
6517134
gl programs rewrite
by joshualitt
· 10 years ago
99d5915
rename command line flag to avoid conflict, use very verbose
by caryclark
· 10 years ago
208d170
Add SkBBoxHierarchy::reserve() as an optional size hint.
by mtklein
· 10 years ago
a9c5652
try again to fix ios build
by caryclark
· 10 years ago
ff9fc4e
fix ios build
by caryclark
· 10 years ago
feff7d2
Draw more accurate thick-stroked Beziers (disabled)
by caryclark
· 10 years ago
9e61bb7
Make the Sk GL context class an abstract base class
by kkinnunen
· 10 years ago
bcf0a52
GrResourceCache2 manages scratch texture.
by bsalomon
· 10 years ago
9d93c2e
Add SkCachedData and use it for SkMipMap
by reed
· 10 years ago
1080596
Revert of Make the Sk GL context class an abstract base class (patchset #4 id:60001 of https://codereview.chromium.org/630843002/)
by bsalomon
· 10 years ago
a90ed4e
Make the Sk GL context class an abstract base class
by kkinnunen
· 10 years ago
47bb382
Cleanup of shader building system
by joshualitt
· 10 years ago
db0d3ca
Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/)
by joshualitt
· 10 years ago
fe1233c
Cleanup of shader building system
by joshualitt
· 10 years ago
Next »