Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
b041efe2a825ea94c0a3805f1f8ca635c6c69dce
b041efe
Remove clear function from SkGPipe
by derekf
· 11 years ago
b0cce2c
s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/
by halcanary
· 11 years ago
2445216
site/dev/contrib/revert formatting and details
by halcanary
· 11 years ago
96638d1
add bench for building mipmaps
by reed
· 11 years ago
80a61df
Fix Morphology effects sourcing outside of the crop rect.
by cwallez
· 11 years ago
66e09a8
discard scratch render targets when they are recycled.
by bsalomon
· 11 years ago
98b0315
Alter gpu veto
by robertphillips
· 11 years ago
1d9e80f
check effective cache-size for fixed-budget caches
by reed
· 11 years ago
878fa02
Factor out checkerboard function in gm and sampleapp into tools.
by halcanary
· 11 years ago
4b95275
prettify site/user/sample/hello
by halcanary
· 11 years ago
356be2e
Stop incorrectly setting the clip bit in GrCMM
by bsalomon
· 11 years ago
c12b74d
Collapse consecutive SkTableColorFilters
by cwallez
· 11 years ago
9ec0ffb
prettify site/dev/design/pdftheory
by halcanary
· 11 years ago
1d124c3
Add docs on how to get a preview of markdown pages.
by jcgregorio
· 11 years ago
c591dcb
https://fiddle.skia.org/
by halcanary
· 11 years ago
8d029a4
Don't do a pointless << 0.
by mtklein
· 11 years ago
65327ef
Revert of Alter gpu veto (patchset #1 id:1 of https://codereview.chromium.org/875913002/)
by robertphillips
· 11 years ago
0a482f4
Fix Chrome build
by robertphillips
· 11 years ago
87a6a8e
Alter gpu veto
by robertphillips
· 11 years ago
0004e7d
Update references to skiaperf.com.
by tfarina
· 11 years ago
42dbfa8
Add patheffects to debugger printout
by robertphillips
· 11 years ago
b644e9a
Fix Windows build
by robertphillips
· 11 years ago
dc0f408
Fold alpha to the inner savelayer in savelayer-savelayer-restore patterns
by kkinnunen
· 11 years ago
5c1dad7
Update SKP version
by skia.buildbots
· 11 years ago
96a857e
initial preroll api
by reed
· 11 years ago
dadbb35
Update SKP version
by skia.buildbots
· 11 years ago
a9e8476
experimental/skp_to_pdf_md5 optionally also outputs pdf files
by halcanary
· 11 years ago
31ff298
Don't leak image in Surface test.
by mtklein
· 11 years ago
070eaee
Update SKP version
by skia.buildbots
· 11 years ago
90acb8e
a typo in SkResourceCacheTest
by yunchao.he
· 11 years ago
1eea9fc
Revert of Fix Morphology effects sourcing outside of the crop rect. (patchset #6 id:100001 of https://codereview.chromium.org/781153002/)
by mtklein
· 11 years ago
d47d013
Cleanup: Delete buildbot_globals.py script.
by tfarina
· 11 years ago
f6be925
Fix Morphology effects sourcing outside of the crop rect.
by cwallez
· 11 years ago
db558dd
Zap the scratch key on non-RT textures when scratch textures are disabled.
by bsalomon
· 11 years ago
63c992f
Fix the speeling of "purgeable" in Gr code
by bsalomon
· 11 years ago
6a14434
Cleanup SkPDFObject::emit*
by halcanary
· 11 years ago
1c40292
remove unused GM flags
by mtklein
· 11 years ago
a3ca15c
Remove deprecated SkSurface::NewRenderTarget factories
by bsalomon
· 11 years ago
205de46
run clean branch baseline only once
by mtklein
· 11 years ago
cf5d9c9
Spin off GM::runAsBench() from flags.
by mtklein
· 11 years ago
7a2c8f3
Fix SampleApp picture-mode transform.
by fmalita
· 11 years ago
eaaaf0b
Take budgeted param when snapping new image.
by bsalomon
· 11 years ago
528eadc
Fix 'Revert' instructions.
by tfarina
· 11 years ago
68b60c3
Collect everything Skia into one document.
by halcanary
· 11 years ago
2ff257b
check for too-large rowBytes
by reed
· 11 years ago
fb35940
In Correctness Testing Doc, render --option correctly
by halcanary
· 11 years ago
8de5632
minor changes left out of http://crrev.com/873543002
by halcanary
· 11 years ago
c2f35b7
Allow unbudgeted resources to be recycled by the cache as scratch.
by bsalomon
· 11 years ago
4dffede
Fix self assigment in GrResourceKey
by bsalomon
· 11 years ago
727c594
Add a basic doc for correctness testing (DM).
by mtklein
· 11 years ago
a07b297
Update compiler warning flags
by mtklein
· 11 years ago
1ea1ebc
Remove GrBinHashKey
by bsalomon
· 11 years ago
016dffb
Compile fix after Add specialized content key class for resources
by kkinnunen
· 11 years ago
530ea8e
More changes to SkPDFShader to eliminate multiple inheritance!
by halcanary
· 11 years ago
f803da1
add newImage API
by reed
· 11 years ago
a17241b
Write dm.json periodically instead of only once at the end.
by mtklein
· 11 years ago
2f6bb6b
minor readability / refactors
by mtklein
· 11 years ago
7983bf9
more reinforcement that images never have zero width or height
by reed
· 11 years ago
24db3b1
Add specialized content key class for resources.
by bsalomon
· 11 years ago
f98f2bb
Update SKP version
by skia.buildbots
· 11 years ago
bc59ac6
Simplify SkPDFShader class. Now invalid objects are never created.
by halcanary
· 11 years ago
cada95a
Move FP texture test buffers to heap.
by mtklein
· 11 years ago
5c05a1b
remove unnecessary guard flags for android (for conics)
by reed
· 11 years ago
2d63859
android_run_skia: dump logcat on failure
by mtklein
· 11 years ago
8f25c66
Initialize the pad memory in GrBufferAllocPool.
by dongseong.hwang
· 11 years ago
75de4f8
Put close_gif() in an anonymous namespace.
by mtklein
· 11 years ago
6d7e47a
Muck with the right cinfo.
by scroggo
· 11 years ago
8dd688b
Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder
by egdaniel
· 11 years ago
e44acc9
remove more dead code
by reed
· 11 years ago
b0dfb54
remove (unused) GatherPixelRefs
by reed
· 11 years ago
50282b4
fLuminance is unsed unless SK_GAMMA_APPLY_TO_A8 is defined
by mtklein
· 11 years ago
44af7ba
Fix SkIStream nits.
by bungeman
· 11 years ago
2fdeda0
XPFactory lazily initializie in drawstate / GrPaint
by joshualitt
· 11 years ago
dcfb7cf
Remove the need for asCoeff in SkXfermode.
by egdaniel
· 11 years ago
2dca817
Remove staging SkStream::unref().
by bungeman
· 11 years ago
faff2c4
Update SKP version
by skia.buildbots
· 11 years ago
4daa6f6
Don't require -DSK_USE_POSIX_THREADS.
by mtklein
· 11 years ago
55e88b2
More natural way to serialize GPU tasks and tests.
by mtklein
· 11 years ago
aa7079b
Revert of Muck with the right cinfo. (patchset #2 id:20001 of https://codereview.chromium.org/858333002/)
by bungeman
· 11 years ago
3629865
Muck with the right cinfo.
by scroggo
· 11 years ago
968f18c
Easy DM TODO: LazyDecodeBitmap does not help (or hinder).
by mtklein
· 11 years ago
7edca21
Don't test pipe modes nobody uses.
by mtklein
· 11 years ago
a64c48f
Move sync code to include/, switch from using platform define to a proxy header in core/
by mtklein
· 11 years ago
e6ea244
Use SkLazyPtr in SkPDFGraphicState.cpp
by halcanary
· 11 years ago
28b44e8
And change SkAutoTUnref<const SkStream to SkAutoTDelete.
by scroggo
· 11 years ago
e58898e
Remove another caller of SkRef(SkStream)
by scroggo
· 11 years ago
eae7fc0
Update the version of cpu-features that we use for testing.
by djsollen
· 11 years ago
a1193e4
Make SkStream *not* ref counted.
by scroggo
· 11 years ago
fd1ad48
Add Contributing to Skia section of docs
by hcm
· 11 years ago
ec7e12f
Lcd request early check in SkFontHost_FreeType::onFilterRec.
by bungeman
· 11 years ago
17e7314
remove drawtype
by joshualitt
· 11 years ago
d4742fa
Reduce overhead of SkFontHost_FreeType::onFilterRec.
by bungeman
· 11 years ago
b77e4b6
remove drawType from optState
by joshualitt
· 11 years ago
fb62b3d
SkPDFCanon
by halcanary
· 11 years ago
1c60dfe
Reland https://codereview.chromium.org/860333002 with fix for test failures.
by bsalomon
· 11 years ago
a092d2e
Remove another GM reference.
by mtklein
· 11 years ago
988018c
Revert of Make GrScratchKey memory buffer correct size on copy (patchset #1 id:1 of https://codereview.chromium.org/860333002/)
by mtklein
· 11 years ago
0f2e055
Add docs for prettify.
by jcgregorio
· 11 years ago
6a04c8c
Remove tools/tests.
by Mike Klein
· 11 years ago
711ef48
Make GrScratchKey memory buffer correct size on copy
by kkinnunen
· 11 years ago
Next »