Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
ae232a20d74de16baaec356787f968b4f04144c6
/
src
db26a12
SkRecord: clean up comments and 4 bytes per SkRecord.
by mtklein
· 10 years ago
4fc5b88
SkPicture::PathCounter is O(N^2) for pictures nested N deep. Fix that.
by mtklein
· 10 years ago
249af15
BUG=skia:
by joshualitt
· 10 years ago
c90e014
Change SkResourceCache to take a Visitor inside its find().
by reed
· 10 years ago
327f905
Fix recording of saveLayout with unusual Xfermodes.
by dneto
· 10 years ago
595aa05
Revert of Change SkResourceCache to take a Visitor inside its find(). (patchset #2 id:20001 of https://codereview.chromium.org/567393002/)
by reed
· 10 years ago
81940de
Add flag to call SkRecordOptimize on new pictures.
by mtklein
· 10 years ago
e956259
add dumpHex() option to SkPath
by caryclark
· 10 years ago
3658f38
Create an optimized draw state but not hooked in yet to gpu pipeline
by egdaniel
· 10 years ago
dee6a8e
Change SkResourceCache to take a Visitor inside its find().
by reed
· 10 years ago
5087b2c
Revert of Picture Recording: fix the performance bottleneck in SkDeferredCanvas::isFullFrame (patchset #7 id:140001 of https://codereview.chromium.org/545813002/)
by mtklein
· 10 years ago
e6cb483
remove 'experimental' from using hash tables in resourcecache
by reed
· 10 years ago
8e45c37
Picture Recording: fix the performance bottleneck in SkDeferredCanvas::isFullFrame
by yunchao.he
· 10 years ago
abaef86
Add support for the Rec601 YUV color space to GrYUVtoRGBEffect.
by rileya
· 10 years ago
9db5092
Handle NULL typeface in SkFontMgr_fontconfig::onMatchFaceStyle.
by bungeman
· 10 years ago
9594da1
use SkData::NewUninitialized
by reed
· 10 years ago
eefd18c
Let SkTaskGroup work synchronously if no one created an SkTaskGroup::Enabler.
by mtklein
· 10 years ago
11fca3f
Add more debugging for newly failing assert (DM on Xoom bots).
by Mike Klein
· 10 years ago
8365830
remove confusing/unused stream methods
by reed
· 10 years ago
56b00d9
add PurgeResourceCache to track leaks
by reed
· 10 years ago
790ffe3
Make SkBitmapCache remove invalid bitmaps from the SkResourceCache.
by danakj
· 10 years ago
33a3050
SkData can allocate room for its contents in the same block
by reed
· 10 years ago
97bf60f
Delay any SkRecordOptimize until after SkRecord has stuck.
by mtklein
· 10 years ago
99d6a9e
Fix a bug in Save-Restore no-op optimization.
by mtklein
· 10 years ago
f91c47d
Remove a layer of indirection and code from SkFontHost.
by bungeman
· 10 years ago
77cd8b0
Revert of Added test for non cached ETC1 (patchset #2 id:20001 of https://codereview.chromium.org/564493002/)
by bungeman
· 10 years ago
3e15f90
Fixed void* to uint64_t cast on win64 in TraceID.
by cjacek
· 10 years ago
d9ec549
Added test for non cached ETC1
by sugoi
· 10 years ago
579b4fb
Fix iteration bounds of Android GL API initialization
by tomhudson
· 10 years ago
cc0e311
make set3DMask virtual, so we can safely notify the shadercontext
by reed
· 10 years ago
f548444
Detect presence of dwrite_1.h.
by bungeman
· 10 years ago
d954498
Revert of Revert of allow canvas to force conservative clips (for speed) (patchset #1 id:1 of https://codereview.chromium.org/554033003/)
by reed
· 10 years ago
6f09709
Revert of allow canvas to force conservative clips (for speed) (patchset #7 id:120001 of https://codereview.chromium.org/541593005/)
by reed
· 10 years ago
6bc2c94
Add font fallback support to SkFontMgr_fontconfig.
by bungeman
· 10 years ago
4459a04
When parsing arguments on Windows, check malloc() for failure.
by senorblanco
· 10 years ago
7476cf5
Update the alias mapping for Noto Sans CJK.
by jshin
· 10 years ago
27a5e65
Allow SkCanvas to be initialized to force conservative rasterclips. This has the following effects:
by reed
· 10 years ago
b3eba47
Outset the stroke width when computing the bounds for drawing a stroked rect, or 1 if it's a hairline
by george
· 10 years ago
32673b9
Allow negative values in SkBlurImageFilter sigma.
by senorblanco
· 10 years ago
90dc641
Revert of Use SkBitmapCache to optimize readPixels on a texture-backed bitmap (patchset #6 id:100001 of https://codereview.chromium.org/533323002/)
by fmalita
· 10 years ago
0249ec2
Adding texture uploads without cache for YUV and ETC1
by sugoi
· 10 years ago
49e3199
SkRasterClip::quickReject doesn't need to check for emptiness as SkIRect::Intersect already does that for us
by george
· 10 years ago
dd1e9f7
Remove a linear search in SkPictureRecord::addTextBlob.
by jbroman
· 10 years ago
46625e0
Fix two SkRecord-backed layer hoisting bugs
by robertphillips
· 10 years ago
8067412
Remove extra proctected in GrRODrawState.h
by egdaniel
· 10 years ago
361b8b0
fail when coincidence is too far apart
by caryclark
· 10 years ago
2243109
Revert of Fix two SkRecord-backed layer hoisting bugs (patchset #1 id:1 of https://codereview.chromium.org/551843002/)
by robertphillips
· 10 years ago
7c0cfd4
Fix two SkRecord-backed layer hoisting bugs
by robertphillips
· 10 years ago
93f52a6
Turn on the save-layer optimization.
by mtklein
· 10 years ago
95fd68e
Use SkBitmapCache to optimize readPixels on a texture-backed bitmap
by piotaixr
· 10 years ago
87c4138
Turn on all pixel-perfect SkRecord optimizations.
by mtklein
· 10 years ago
d64c948
move rasterclip_ helper into rasterclip
by reed
· 10 years ago
2a9ca78
Make GrDrawState and GrEffectStage use the pending io/exec ref mechanisms.
by bsalomon
· 10 years ago
49f085d
"NULL !=" = NULL
by bsalomon
· 10 years ago
52e9d63
Don't take a ref on GP in AutoEffectRestore.
by bsalomon
· 10 years ago
5a80be2
Small fix for RODrawState
by joshualitt
· 10 years ago
9b53652
Change behavior of GrDS::AutoEffectRestort wrt GPs.
by bsalomon
· 10 years ago
a1ae66d
Add pop_back() to GrAllocator and add unit test.
by bsalomon
· 10 years ago
ac8d619
Add method to GrProgramResource to record that pending a execution was completed.
by bsalomon
· 10 years ago
29dfaa8
Implement all SkCanvas overrides that SkPictureRecord does.
by mtklein
· 10 years ago
9574098
Add GrProgramElement base class for GrEffect with deferred exec ref.
by bsalomon
· 10 years ago
fa35f8e
remove getTotalClipAsPath, privatize getTotalClip
by reed
· 10 years ago
73e714e
cleanup rasterclip helper
by reed
· 10 years ago
bd769d0
Initial change to create GeometryProcessor
by joshualitt
· 10 years ago
c5ba71d
Change SkPicture::draw to playback
by robertphillips
· 10 years ago
f31507b
Enable highQualityFilter_SSE2
by qiankun.miao
· 10 years ago
274b4ba
Switch Layer Hoisting over to SkRecord backend
by robertphillips
· 10 years ago
406654b
SkThreadPool ~~> SkTaskGroup
by mtklein
· 10 years ago
2460bbd
Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://codereview.chromium.org/531653002/)
by mtklein
· 10 years ago
9c7207b
SkThreadPool ~~> SkTaskGroup
by mtklein
· 10 years ago
00b76bd
Add reference base class to GrGpuResourcewith pending IO references.
by bsalomon
· 10 years ago
2ed8a75
Remove use of EXPERIMENTAL_getActiveOps from layer hoisting code
by robertphillips
· 10 years ago
91cab83
Remove SkBitmapCache::Find/Add(_,width,height,_)
by piotaixr
· 10 years ago
e5ea500
Hide fields in SkImageInfo
by reed
· 10 years ago
42b0dfe
The key for SkBitmapCache can now be genID+SkIRect
by piotaixr
· 10 years ago
d982eb2
Replace SkPictureReplacementPlayback with GrRecordReplaceDraw
by robertphillips
· 10 years ago
c09b2c4
Revert of Enable highQualityFilter_SSE2 (patchset #1 id:1 of https://codereview.chromium.org/525283002/)
by mtklein
· 10 years ago
b381fa1
Enable highQualityFilter_SSE2
by qiankun.miao
· 10 years ago
b0bd4f6
Remove GrDrawTarget::AutoRenderTargetRestore.
by bsalomon
· 10 years ago
eddb113
Disable SSE4 S32A_Opaque blit.
by mtklein
· 10 years ago
a695514
Remove dead code in SkBitmapFilter_opts_SSE2.h/cpp
by qiankun.miao
· 10 years ago
2bdf1f5
Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/527073003/)
by reed
· 10 years ago
2f6abde
Add gamma/sRGB tag to SkImageInfo
by reed
· 10 years ago
937c9c7
Fix drawPosText() bounds bug.
by mtklein
· 10 years ago
5ee785d
Remove legacy (and also broken) SkPicture constructor.
by djsollen
· 10 years ago
17a845f
Fix matrix similarity test on arm64
by jvanverth
· 10 years ago
8482504
make allocPixels throw on failure
by reed
· 10 years ago
00f30bd
SkRecordPartialDraw with less code duplication
by mtklein
· 10 years ago
8159146
Added Doc for GetAllocator in SkResourceCache and SkBitmapCache
by piotaixr
· 10 years ago
98d709b
Reorganize Layer Hoisting code
by robertphillips
· 10 years ago
842b086
When ignoring color input don't use vertex attribs on gpu
by egdaniel
· 10 years ago
871dca8
Disable NEON procs for box blur as it produces invalid results
by djsollen
· 10 years ago
6db9128
Add option to add precision to varyings in shader
by egdaniel
· 10 years ago
ed82c4e
Use non-VBO vertex arrays on QC GPUs.
by bsalomon
· 10 years ago
4d6484e
Revert of Disable NEON procs for box blur as it produces invalid results (patchset #1 id:1 of https://codereview.chromium.org/520963002/)
by djsollen
· 10 years ago
4a17646
Disable NEON procs for box blur as it produces invalid results
by djsollen
· 10 years ago
1cbc68f
Revert of Revert of Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/532583002/)
by reed
· 10 years ago
4581828
Revert of Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/525113005/)
by reed
· 10 years ago
b44c189
Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/522813002/)
by reed
· 10 years ago
c89aa50
Add gamma/sRGB tag to SkImageInfo
by reed
· 10 years ago
Next »