Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
30e78c9737ff4861dc4e3fa1e4cd010680ed6965
/
src
30e78c9
Make SkPngCodec decode progressively.
by scroggo
· 9 years ago
e3fa811
[GN] Add support for disabling opts via SK_BUILD_NO_OPTS define.
by sdefresne
· 9 years ago
ba150cc
always compute a cubic tangent
by caryclark
· 9 years ago
276e633
Check results from calls to SkCubicClipper::ChopMonoAtY.
by mbarbella
· 9 years ago
9a89a09
Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of https://codereview.chromium.org/1997703003/ )
by scroggo
· 9 years ago
71e0552
Make use of new SkLights class
by robertphillips
· 9 years ago
ee6a991
SkTypeface::MakeFromName to take SkFontStyle.
by mboc
· 9 years ago
bfa9275
SkXPS: clean up SkConstexprMath
by halcanary
· 9 years ago
a9ef92a
SkEncodedInfo: simplify
by halcanary
· 9 years ago
1978ce2
Fix bug where SkPath will convert an arc to an oval and change the starting point.
by bsalomon
· 9 years ago
18c4943
Use special case for 0x00 and 0xFF alpha to go faster.
by herb
· 9 years ago
2c05280
Add mip support to *DeferredTextureImageData functions.
by cblume
· 9 years ago
d15947e
Filter out degenerate contours in GrConvexPolyEffect
by lsalzman
· 9 years ago
107c895
Fix integer overflow in SkColorSpace
by msarett
· 9 years ago
019db3f
Remove unused SkPictureGpuAnalyzer::analyze()
by fmalita
· 9 years ago
a4b09a1
Make SkPngCodec decode progressively.
by scroggo
· 9 years ago
3eb7d76
Fix incorrect sampler locations when using CHROMIUM_bind_uniform_location
by kkinnunen
· 9 years ago
40ff8ed
Change parameters to GrPipelineBuilder's ctor
by robertphillips
· 9 years ago
0881fb5
Rewrite assignment operator on SkBitmap, fix asan
by msarett
· 9 years ago
785a5b9
Clean up SkFloatBits
by mtklein
· 9 years ago
78d58d1
Make SkPath::isOval() and SkPath::isRRect return the orientation and starting index.
by bsalomon
· 9 years ago
23c5110
Add SkColorSpace to SkImageInfo
by msarett
· 9 years ago
93ca884
pin before calling acos
by caryclark
· 9 years ago
7dcb131
Silence ASAN int32 overflow warning
by fmalita
· 9 years ago
4972908
add more SK_WARN_UNUSED_RESULT attributes to functions that ignore out-params if they fail
by reed
· 9 years ago
7b38e3c
Fix int32 overflow in LinearGradientContext::shade4_dx_clamp
by fmalita
· 9 years ago
a62038c
Srcover for sprite blitters.
by herb
· 9 years ago
2bec26a
fix security bug
by caryclark
· 9 years ago
99e22fb
SkPDF/SkColorSpace: use writeToICC
by halcanary
· 9 years ago
b5fc58e
Complex clipPath accounting
by fmalita
· 9 years ago
f34cd63
Assign sRGB color space to unmarked jpegs and pngs
by msarett
· 9 years ago
ab926f0
Write ICC profiles from SkColorSpace object
by msarett
· 9 years ago
c4ed684
Don't store resources with a unique key in GrResourceCache's fScratchMap
by robertphillips
· 9 years ago
e077e06
SkColorSpace tweaks
by msarett
· 9 years ago
6d195b2
Use nullptr instead of 0 in call to FontConfig.
by bungeman
· 9 years ago
2cb49bd
pthread_once -> SkOnce
by mtklein
· 9 years ago
a167e74
Remove sRGB overrides on GrTextureParams. Use GrPaint flags instead.
by brianosman
· 9 years ago
074b48e
I have found a more efficient way of detecting 1 and 0 alpha in SSE2. In addition, I found a stall on an execution unit for the lea instruction and rearranged to code to avoid that.
by herb
· 9 years ago
1d15596
Add Xlib support to viewer
by jvanverth
· 9 years ago
50134cc
Enable stencil wrap ops on vulkan
by egdaniel
· 9 years ago
888dc16
Test color correction in DM
by msarett
· 9 years ago
8879186
Enable tri-linear and NPOT-tiling support in Vulkan
by brianosman
· 9 years ago
8cc2091
Make SkColorSpace a public API
by msarett
· 9 years ago
c9986b6
Pretend that Adreno4xx doesn't have sRGB write control.
by brianosman
· 9 years ago
ba58489
Finish supporting decoding opaque to non-opaque
by scroggo
· 9 years ago
82ad93c
When building circle blur profile evaluate kernel vertically once per column
by bsalomon
· 9 years ago
e46e4f0
Correct gesture scale and translation
by liyuqian
· 9 years ago
8775112
Fix leak in SkImage_Gpu::onMakeSubset().
by senorblanco
· 9 years ago
0152d73
GrSWMaskHelper and GrSoftwarePathRenderer only need the textureProvider (not GrContext)
by robertphillips
· 9 years ago
af236b5
Add OpenGL context to Viewer.
by jvanverth
· 9 years ago
8b6fa5e
Make GrAtlasTextBlob::run own effects it points to.
by bsalomon
· 9 years ago
b525721
Make circle blur profile computation separable
by bsalomon
· 9 years ago
5878dbd
Image filters: implement SkImage::makeWithFilter().
by senorblanco
· 9 years ago
57a69dc
Make an embeddable container to hold linear pipelines.
by herb
· 9 years ago
82ec6e5
Retract GrRenderTarget from GLProgramsTest
by robertphillips
· 9 years ago
d1c71fd
Attempt to improve lifetime management of SkGlyphCache in Ganesh atlas text code.
by bsalomon
· 9 years ago
5f2fa47
Make GrAppliedClip friendless
by robertphillips
· 9 years ago
c989e18
Remove mutex for retrieving default typeface.
by bungeman
· 9 years ago
66a96d0
Propagate filter mode when rendering Alpha8 bitmaps
by brianosman
· 9 years ago
3d47732
Delete workaround for matching bitmap and pixel ref rowbytes
by msarett
· 9 years ago
de3c356
Assert complex precondition in SkGlyphCache::Visit.
by bungeman
· 9 years ago
81b6300
Revert of Don't allow uncacheable paths in tessellated path renderer (patchset #2 id:20001 of https://codereview.chromium.org/1990793003/ )
by bsalomon
· 9 years ago
aebd0fd
Don't allow uncacheable paths in tessellated path renderer
by bsalomon
· 9 years ago
cb3bd18
SkCanvas::adjustToTopLayer()
by tomhudson
· 9 years ago
3ab53d0
Reformat circle blur profile computation and add comments.
by bsalomon
· 9 years ago
2884e9c
Revert of Add OpenGL context to Viewer. (patchset #7 id:120001 of https://codereview.chromium.org/1978573003/ )
by jvanverth
· 9 years ago
3949971
Image filters: fix filtering of transparent black in CFIF.
by senorblanco
· 9 years ago
61a999c
Parse parametric gamma curves
by msarett
· 9 years ago
d1227a7
Delete SkBitmapRegionCanvas
by msarett
· 9 years ago
264f88a
SkColorSpace follow-ups
by msarett
· 9 years ago
c2878e2
Remove GrFontScaler class.
by bsalomon
· 9 years ago
1483d0f
Fix leak of SkGammas
by msarett
· 9 years ago
b3ed65e
Fix code guarded by SK_FONT_HOST_USE_SYSTEM_SETTINGS.
by bungeman
· 9 years ago
56a11e4
Add OpenGL context to Viewer.
by jvanverth
· 9 years ago
c5fd5c4
Remove GrFontDescKey.
by bsalomon
· 9 years ago
7888f78
Set the "mutable format" bit on sRGB images at creation time.
by brianosman
· 9 years ago
c5d07fa
Rename SkDescriptor::equals to SkDescriptor::operator==
by bsalomon
· 9 years ago
ca6eafc
(Mostly) Retract GrRenderTarget from SkGpuDevice
by robertphillips
· 9 years ago
cc49e59
Add tests and benches to support the sRGB blitter for SkOpts
by herb
· 9 years ago
bb9f774
Prepare SkColorSpace to be a public API
by msarett
· 9 years ago
b1be46b
Ensure that SkColorTable->fCount is set properly after decodes
by msarett
· 9 years ago
4bb7ce7
Make GrFontScaler not be ref-counted
by bsalomon
· 9 years ago
835acc7
Revert of Change to sRGB default for codec generated images. (patchset #2 id:20001 of https://codereview.chromium.org/1955063002/ )
by herb
· 9 years ago
4933d0b
Revert of Add specialized sRGB blitter for SkOpts (patchset #21 id:400001 of https://codereview.chromium.org/1939513002/ )
by reed
· 9 years ago
bc92754
Add tests and benches to support the sRGB blitter for SkOpts
by herb
· 9 years ago
94b25b0
Remove unneeded reference count churn.
by bungeman
· 9 years ago
071457b
Add isUnifiedMultisampled entry point to GrDrawContext
by robertphillips
· 9 years ago
7acc008
Change to sRGB default for codec generated images.
by herb
· 9 years ago
f44b020
Recognize Adobe RGB profiles
by msarett
· 9 years ago
7761d61
Rename GrDrawingMgr::abandon to wasAbandoned & add a matching entry point to GrDrawingContext
by robertphillips
· 9 years ago
c99b8f0
Retract GrRenderTarget from AlphaClipMask code
by robertphillips
· 9 years ago
c902164
Fix return from nullptr to false in GrVkTexture.cpp
by bsalomon
· 9 years ago
2c0aacb
Revert of Retract GrRenderTarget from AlphaClipMask code (patchset #3 id:40001 of https://codereview.chromium.org/1977793004/ )
by bsalomon
· 9 years ago
72ac55f
Fix msaa on GrVkRenderTarget
by egdaniel
· 9 years ago
93bc24e
Retract GrRenderTarget from AlphaClipMask code
by robertphillips
· 9 years ago
796e365
SkPictureGpuAnalyzer
by fmalita
· 9 years ago
b2df0c2
Refactor Vulkan image, texture, RTs so that create and getter handles match.
by egdaniel
· 9 years ago
17bf820
Abort stencil draws when the attachment fails
by cdalton
· 9 years ago
e576874
Retract GrRenderTarget a bit within SkGpuDevice
by robertphillips
· 9 years ago
846c051
Convert GrClip to an abstract base class
by cdalton
· 9 years ago
Next »