Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
826a50333612e81d1de87a58e32e4f9a3baddefd
/
tests
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
9323b8b
Revert "GrResourceCache2 manages scratch texture."
by Brian Salomon
· 10 years ago
fb1fe4f
Add SkPaint::getHash().
by mtklein
· 10 years ago
d909759
Revert of gl programs rewrite (patchset #10 id:180001 of https://codereview.chromium.org/628633003/)
by joshualitt
· 10 years ago
07a2553
gl programs rewrite
by joshualitt
· 10 years ago
d14e1a2
GrResourceCache2 manages scratch texture.
by bsalomon
· 10 years ago
b109ac2
Make createOptDrawState return NULL if we would end up not drawing
by egdaniel
· 10 years ago
307796b
Plumb OptDrawState down to VertexShaderBuilder
by egdaniel
· 10 years ago
f05f5a7
Remove globals from tests/CanvasTest.cpp
by piotaixr
· 10 years ago
37c5a81
Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap"
by reed
· 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
92561a0
Add SkCachedData and use it for SkMipMap
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
e4b2314
Caching the result of readPixelsSupported
by piotaixr
· 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
6bd4196
BBHs: void* data -> unsigned data
by mtklein
· 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
8e12656
Remove DEPRECATED_beginRecording().
by mtklein
· 10 years ago
68cd2aa
Update GrRecordReplaceDraw to use SkTDynamicHash & add ReplaceDraw
by robertphillips
· 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
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
3a49520
Sanitize SkMatrixConvolutionImageFilter creation params.
by senorblanco
· 10 years ago
c06d9a7
fail on extremely large coincident curves
by caryclark
· 10 years ago
ee6631e
Update RecordReplaceDrawTest to generate and pass pictures
by robertphillips
· 10 years ago
faccb8e
SkMatrix44::preserves2dAxisAlignment()
by tomhudson
· 10 years ago
91c395a
Fix SkTableColorFilter deserialization validation.
by senorblanco
· 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
30d2cc6
Update layer hoisting code to correctly render sub-picture layers
by robertphillips
· 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
b0a8a37
Patch to create a distinct geometry processor. The vast majority of this patch
by joshualitt
· 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
ee902cd
Make a flipped fDirtyBit always mean "this field is not the default".
by mtklein
· 10 years ago
4a8126e
Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)"
by reed
· 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
43d361f
Stop calling rand() in debug-only code for GLProgramsTest
by bsalomon
· 10 years ago
630240d
fail early if coincidence can't be resolved
by caryclark
· 10 years ago
0d276f7
Bis: Use SkImage::NewFromGenerator() instead of SkImage::newEncodedData()
by piotaixr
· 10 years ago
d71b757
Serialize the font index.
by bungeman
· 10 years ago
65b427c
fix battlefield website by disallowing very small coordinates
by caryclark
· 10 years ago
a0537de
Copy layer-hoisting related SkPaints
by robertphillips
· 10 years ago
69f6f00
use surface instead of explicitly making gpudevice
by reed
· 10 years ago
6a5c708
Add SkMiniData.
by mtklein
· 10 years ago
a7dc0a8
Calculate stage stats in GrOptDrawState
by egdaniel
· 10 years ago
Next »