Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
d0a185e5bbda8f34ba6b849554207920bca0c7d8
/
src
37c5a81
Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap"
by reed
· 10 years ago
9e96aa0
remove unused TextBufferDirection enum
by reed
· 10 years ago
22edc83
Fix int16_t for glyphs, const glyphs, and clarify glyph loop.
by bungeman
· 10 years ago
4611e7f
Don't turn on dither for saveLayers which have no paint
by robertphillips
· 10 years ago
1a8ecdf
Add isSingleComponent bool to getConstantColorComponent
by egdaniel
· 10 years ago
d751ac0
abort op early if path isn't parseable
by caryclark
· 10 years ago
d012877
Fix ref cnt'ing issue in GrProgramElement.
by bsalomon
· 10 years ago
2cc22b8
make SkMatrix::dump always available
by reed
· 10 years ago
92561a0
Add SkCachedData and use it for SkMipMap
by reed
· 10 years ago
0a528c1
Use +- 2B for unbounded draw ops.
by mtklein
· 10 years ago
d1f0ebd
specialize setConcat for scale+translate
by reed
· 10 years ago
b4b7a4c
Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #6 id:100001 of https://codereview.chromium.org/608253002/)
by robertphillips
· 10 years ago
85d3427
Revert of GrContext::copyTexture->GrContext::copySurface. Add a flush writes pixel ops flag. (patchset #3 id:40001 of https://codereview.chromium.org/622663002/)
by bsalomon
· 10 years ago
e4b2314
Caching the result of readPixelsSupported
by piotaixr
· 10 years ago
cf99b00
GrContext::copyTexture->GrContext::copySurface.
by bsalomon
· 10 years ago
3b8af07
Add isSingleComponent bool to getConstantColorComponent
by egdaniel
· 10 years ago
8f8c25e
Demote getCount, getDepth, and clear to RTree-only methods.
by mtklein
· 10 years ago
ed48ebe
Archive more dead code.
by mtklein
· 10 years ago
15c7ceb
TileGrid: earliest need not be a pointer anymore
by mtklein
· 10 years ago
6bd4196
BBHs: void* data -> unsigned data
by mtklein
· 10 years ago
29fe24c
Remove duplicated code in android_get_gl_proc.
by jungjik.lee
· 10 years ago
2a382f5
Revert of specialize setConcat for scale+translate (patchset #1 id:1 of https://codereview.chromium.org/620433002/)
by robertphillips
· 10 years ago
4942e75
fix prev change to tooBigForLCD, and add test
by reed
· 10 years ago
8e393bf
Don't adjust the bounds after a restore with the restore's paired saveLayer's paint.
by mtklein
· 10 years ago
b3da83a
avoid extra math work in MackRec
by reed
· 10 years ago
29dda80
Add support for EGL on linux
by derekf
· 10 years ago
8e12656
Remove DEPRECATED_beginRecording().
by mtklein
· 10 years ago
10d0327
add SkRect::joinNonEmptyArg for faster unioning
by reed
· 10 years ago
68cd2aa
Update GrRecordReplaceDraw to use SkTDynamicHash & add ReplaceDraw
by robertphillips
· 10 years ago
d9c42f7
optimize setRectFan and join -- from profiling drawText
by reed
· 10 years ago
f6fde17
Archive more dead code.
by mtklein
· 10 years ago
46616af
Strip old backend recording down to essentials
by mtklein
· 10 years ago
afbf2d6
Make "priv" classes for GrTexure and GrSurface.
by bsalomon
· 10 years ago
8de02f4
Clean up SK_PICTURE_USE_SK_RECORD and SK_PICTURE_OPTIMIZE_SK_RECORD.
by mtklein
· 10 years ago
b5a9715
Allow previously-hoisted layers to be reused in the same draw
by robertphillips
· 10 years ago
5bc760a
Remove support for SkPicture::clone().
by mtklein
· 10 years ago
7874dc8
remove obsolete code for SK_SUPPORT_LEGACY_IMAGEGENERATORAPI
by reed
· 10 years ago
1b466f7
Archive SkFloat
by mtklein
· 10 years ago
e8db3ef
specialize setConcat for scale+translate, helps drawText perf
by reed
· 10 years ago
b06e5a2
Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260001 of https://codereview.chromium.org/596053002/)
by robertphillips
· 10 years ago
dbe6074
Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/)
by robertphillips
· 10 years ago
3d398c8
GrResourceCache2 manages scratch texture.
by bsalomon
· 10 years ago
c0eb9b9
Make "priv" classes for GrTexure and GrSurface.
by bsalomon
· 10 years ago
c5e15a1
remove alphatype from colortable
by reed
· 10 years ago
ed42059
Move offset and CTM from LayerCache Key to per-hoisted-layer info
by robertphillips
· 10 years ago
656f2cd
Make writeRenderTargetPixels use draw buffer rather than GrGpu
by bsalomon
· 10 years ago
2bb5210
Applying post-commit comments from https://codereview.chromium.org/607993002/
by junov
· 10 years ago
47c548a
Temp fix for crash when generating 16-bit cache for colorTables.
by djsollen
· 10 years ago
b7bac3d
Override drawImage*() in SkNWayCanvas
by piotaixr
· 10 years ago
3a49520
Sanitize SkMatrixConvolutionImageFilter creation params.
by senorblanco
· 10 years ago
c06d9a7
fail on extremely large coincident curves
by caryclark
· 10 years ago
05c4a43
Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/)
by fmalita
· 10 years ago
ee6631e
Update RecordReplaceDrawTest to generate and pass pictures
by robertphillips
· 10 years ago
51936a3
Always force the bounds of the empty pathref.
by mtklein
· 10 years ago
d46b8d2
Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/)
by robertphillips
· 10 years ago
96c118e
Change GrContext::copyTexture to go through GrDrawTarget
by junov
· 10 years ago
faccb8e
SkMatrix44::preserves2dAxisAlignment()
by tomhudson
· 10 years ago
5ceff91
Rename SkImage::draw(_, SkRect, SkRect) in SkImage::drawRect()
by piotaixr
· 10 years ago
c13bc57
Fix SkTextBlob offset semantics.
by Florin Malita
· 10 years ago
2cce421
Replace a forgotten call to SkImage::draw() by SkCanvas::drawImageRect()
by piotaixr
· 10 years ago
89af44a
Split GrDrawState and GrOptDrawState into separate classes and remove base class.
by egdaniel
· 10 years ago
91c395a
Fix SkTableColorFilter deserialization validation.
by senorblanco
· 10 years ago
587c5a2
Seems that some of our compliers can't infer this type, though most can.
by Mike Klein
· 10 years ago
610a015
Remove SkPaint dirty bits.
by mtklein
· 10 years ago
b5fae93
SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas
by piotaixr
· 10 years ago
0f7197b
Fix SkXfermode deserialization.
by senorblanco
· 10 years ago
7b09aab
Correct glyph with non-bmp from typeface on Mac.
by bungeman
· 10 years ago
2456b76
Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canvas (patchset #9 id:160001 of https://codereview.chromium.org/583453002/)
by borenet
· 10 years ago
d632ea4
Use OptDrawState instead of DrawState when flushing state in GrGpuGL
by egdaniel
· 10 years ago
eee606c
Swap iteration order in TileGrid::insert().
by mtklein
· 10 years ago
30d2cc6
Update layer hoisting code to correctly render sub-picture layers
by robertphillips
· 10 years ago
34a9895
Revert "Use draw buffer for texture copy impl."
by Brian Salomon
· 10 years ago
e33985a
Revert "Add support for EGL on linux"
by borenet
· 10 years ago
1cea736
Add support for EGL on linux
by derekf
· 10 years ago
4327899
SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas
by piotaixr
· 10 years ago
271a030
We need to adjust the bounds of clip ops with SaveLayer paints too.
by Mike Klein
· 10 years ago
f64596d
Remove unused fRequiresVertexShader data member from OptDrawState
by egdaniel
· 10 years ago
b0a8a37
Patch to create a distinct geometry processor. The vast majority of this patch
by joshualitt
· 10 years ago
e3d4bf2
Use draw buffer for texture copy impl.
by bsalomon
· 10 years ago
cd523eb
Use uniform color/coverage inputs when path rendering.
by bsalomon
· 10 years ago
033ea7f
Fix inputCoverageIsUsed bug in GrGLProgramDesc
by egdaniel
· 10 years ago
76ce81e
Fix SDF font positions when using global scale.
by jvanverth
· 10 years ago
c064824
Calculate Primary and Secondary output types in the GrOptDrawState
by egdaniel
· 10 years ago
ae44496
Change GrGLProgramDesc header to have DoPathRendering flag instead of RequiresVertexShader
by egdaniel
· 10 years ago
a85511a
Don't try to scale embedded bitmaps.
by bungeman
· 10 years ago
8d034a1
Don't flush on read/write pixels unless necessary
by bsalomon
· 10 years ago
ee902cd
Make a flipped fDirtyBit always mean "this field is not the default".
by mtklein
· 10 years ago
0125847
Proposed fix for small bug in gpu conical gradients
by joshualitt
· 10 years ago
4401a1f
Revert of Don't flush on read/write pixels unless necessary (patchset #2 id:20001 of https://codereview.chromium.org/586073002/)
by bsalomon
· 10 years ago
150723b
Don't flush on read/write pixels unless necessary
by bsalomon
· 10 years ago
4a8126e
Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)"
by reed
· 10 years ago
a29b5d8
Cleaning includes in SkImage-related files
by piotaixr
· 10 years ago
29c857d
Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)
by reed
· 10 years ago
3716fd0
introduce Props to surface (work in progress)
by reed
· 10 years ago
3c196de
Souped-up SkTextBlob.
by fmalita
· 10 years ago
e50215e
Revert of Souped-up SkTextBlob. (patchset #3 id:40001 of https://codereview.chromium.org/581173003/)
by fmalita
· 10 years ago
13645ea
Souped-up SkTextBlob.
by fmalita
· 10 years ago
d49226c
Get rid of SkImage_Codec
by piotaixr
· 10 years ago
681e65b
Don't try to add large glyphs to the font atlas.
by jvanverth
· 10 years ago
5d9ab28
enable conservative clips for gpudevice
by reed
· 10 years ago
Next »