Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
fe16a3300571490f6fd1bc94a1fa219611a78234
/
src
723a877
Make SkFunctionWrapper a better wrapper.
by Ben Wagner
· 5 years ago
6f1ff9f
Faster SkPathEdgeIter
by Florin Malita
· 5 years ago
7ea9bd0
Increase the on stack array to reduce memory allocation
by Herb Derby
· 5 years ago
bbfec9d
Move transferFrom commands from GrOp and into GrRenderTask.
by Greg Daniel
· 5 years ago
f8586bd
SkBitmap: simplify setPixels()
by Hal Canary
· 5 years ago
5331e2a
GrRectBlurEffect: approximate piecewise cubic with quintic.
by Brian Salomon
· 5 years ago
5f152f0
add path-edger; lightweight Iter for edges
by Mike Reed
· 5 years ago
154340b
Use bulk API for bitmap glyph drawing
by Herb Derby
· 5 years ago
0d6f775
Add GrvkGpuRTCommandBuffer::appendSampledTexture
by Chris Dalton
· 5 years ago
e67133b
Temporary Lua hook to measure impact of conservative convexity
by Brian Osman
· 5 years ago
eb3eb98
Add textureReleaseProc and releaseContext to SkImage factory functions
by Robert Phillips
· 5 years ago
3f7932e
Add kRequiresManualMSAAResolve to GrInternalSurfaceFlags
by Chris Dalton
· 5 years ago
f822178
Remove incorrect metal assert.
by Greg Daniel
· 5 years ago
9318a6c
build custom blitter for drawAtlas
by Mike Reed
· 5 years ago
5a5f3e8
Workaround for Android Emulator default precision issue
by Brian Salomon
· 5 years ago
ba7e9a6
never check for degenerates in path::iter
by Mike Reed
· 5 years ago
457da50
Remove uses of GrPixelConfig in GrMtlCaps.
by Greg Daniel
· 5 years ago
170d990
Dawn: implement textures & samplers.
by Stephen White
· 5 years ago
bb651c4
Remove old version of SkImage::makeTextureImage
by Brian Osman
· 5 years ago
0fac869
Remove uses of GrPixelConfig in GrVkCaps and other vk files.
by Greg Daniel
· 5 years ago
6db3b7b
Dawn: update to GrCaps changes.
by Stephen White
· 5 years ago
7022b77
Part 1/2 to remove SkTextBlobCacheDiffCanvas::Settings
by herb
· 5 years ago
df54f37
remove SkPicture_none.cpp
by Mike Klein
· 5 years ago
77a9a6c
Remove std::move()s from returns of std::unique_ptrs
by Brian Salomon
· 5 years ago
82963a3
Remove SkRemoteGlyphCacheImpl.h
by Herb Derby
· 5 years ago
d18c98c
Move Context into separate header/namespace
by Michael Ludwig
· 5 years ago
b5391bf
Revert "Revert "Go back to blacklisting MSAA on all Intel GPUs""
by Brian Osman
· 5 years ago
4008519
Remove paint from simplifyTextBlobIgnoringRSXForm.
by Ben Wagner
· 5 years ago
0be3480
Revert "Revert "unified Vulkan uniform buffers""
by Ethan Nicholas
· 5 years ago
bb10848
SkMallocPixelRef: remove MakeDirect and MakeWithProc from API.
by Hal Canary
· 5 years ago
f0696bd
Revert "Go back to blacklisting MSAA on all Intel GPUs"
by Robert Phillips
· 5 years ago
1436a13
Add empty check for mask case. Small cleanups elsewhere.
by Herb Derby
· 5 years ago
9c73e3d
Turn off -Wreturn-std-move-in-c++11
by Brian Salomon
· 5 years ago
c385da4
Go back to blacklisting MSAA on all Intel GPUs
by Brian Osman
· 5 years ago
4c3fd34
Remove MakeCrossContextFromEncoded, unused argument from ...FromPixmap
by Brian Osman
· 5 years ago
5b21851
Add helpers for creating new contexts
by Michael Ludwig
· 5 years ago
e5dc1eb
unified Metal uniform buffers
by Ethan Nicholas
· 5 years ago
7139f13
Fix duplicate definition of kRect_ClipType.
by Dave Tapuska
· 5 years ago
096b091
Make GrBlend.h private
by Brian Salomon
· 5 years ago
d514837
Add SkImage::reinterpretColorSpace
by Brian Osman
· 5 years ago
30ad468
Remove remaining functions in GrGLCaps that use GrPixelConfig.
by Greg Daniel
· 5 years ago
e30a485
Move the source image into Context
by Michael Ludwig
· 5 years ago
201cdbb
Make GrSamplerState.h and GrRenderTarget.h private
by Brian Salomon
· 5 years ago
e3b1389
Implement GrDawnGpuTextureCommandBuffer.
by Stephen White
· 5 years ago
9ae0ba0
Turn calls to glTexImage2D with non-null ptr into glTexImage2D followed
by Brian Salomon
· 5 years ago
9d42192
First implementation of GrTextureRenderTarget.
by Stephen White
· 5 years ago
7bfc913
Remove GrCaps isConfigTexturable.
by Greg Daniel
· 5 years ago
9136a04
Handle size_t addition overflow in GrCpuBuffer::Make
by Brian Salomon
· 5 years ago
03f9ca3
Remove SkImageFilter_Base::OutputProperties
by Michael Ludwig
· 5 years ago
d566e2e
Remove unused dstColorSpace parameter from makeTextureImage
by Brian Osman
· 5 years ago
0850dcd
First implementation of GrDawnTexture.
by Stephen White
· 5 years ago
3b1e4c2
Add coord transform to GrSKSLFP, support CTM/local matrix in runtime shaders
by Brian Osman
· 5 years ago
0100562
new ideas for bilerp/bicubic?
by Mike Klein
· 5 years ago
143987e
Update Metal backend's createBackendTexture to initialize to a given color
by Robert Phillips
· 5 years ago
6cb6a07
Use COM_DECLSPEC_NOTHROW STDMETHODIMP
by Ben Wagner
· 5 years ago
735f1d2
SkMallocPixelRef: hide implementation
by Hal Canary
· 5 years ago
6154ac4
Hook up SkHeifCodec for ImageDecoder animation
by Leon Scroggins III
· 5 years ago
3d77027
Reland "Initiate regeneration of mipmaps from proxy DAG land"
by Chris Dalton
· 5 years ago
a5acbf9
expose direct methods for decoding to an image
by Mike Reed
· 5 years ago
19754b5
Revert "unified Vulkan uniform buffers"
by Greg Daniel
· 5 years ago
2c59659
Make GrRectBlurEffect be analytical rather than use a texture LUT.
by Brian Salomon
· 5 years ago
67529b2
SkSL GLSL generator writes default precision for sampler2D/samplerExternalOS/sampler2DRect
by Brian Salomon
· 5 years ago
5f5a481
unified Vulkan uniform buffers
by Ethan Nicholas
· 5 years ago
d5d8a64
Add GrCaps::msaaResolvesAutomatically
by Chris Dalton
· 5 years ago
96b383a
Remove GrRenderable param from GrProxyProvider::createTextureProxy()
by Brian Salomon
· 5 years ago
f759964
Make defaultBackendFormat callable from anywhere in the GrContext hierarchy
by Robert Phillips
· 5 years ago
8db426d
SkMallocPixelRef::MakeDirect: doesn't need a release proc
by Hal Canary
· 5 years ago
309c6c0
Return kNearest from GrSkFilterQualityToGrFilterMode for 1x1 images
by Chris Dalton
· 5 years ago
792e230
SkSL: implement full support for separate textures and samplers.
by Stephen White
· 5 years ago
fb83927
less clever skipMoveTo logic
by Mike Klein
· 5 years ago
33c59ed
added error check for invalid 'in' variables
by Ethan Nicholas
· 5 years ago
0bbb3c1
rewrite SkDashPath.cpp's cull_path() logic
by Mike Klein
· 5 years ago
f996311
extend lifetimes for hoisted used in loop
by Mike Klein
· 5 years ago
5b2f04c
Only use thread_local on aarch64 iOS build variants.
by Chinmay Garde
· 5 years ago
2af3e70
Don't use color type derived from GrPixelConfig to determine proxy texture swizzle.
by Brian Salomon
· 5 years ago
e2556a4
inline helpers in SkDashPath.cpp cull_path()
by Mike Klein
· 5 years ago
0b002e2
For non-ccpr draws make sure all inputs to GrGPUCommandBuffer are long lived.
by Greg Daniel
· 5 years ago
1c53a9f
Remove some uses of GrSurface::config()
by Brian Salomon
· 5 years ago
2739fd2
Reland: Enable YCbCr sampler support on platforms other than Android
by Sergey Ulanov
· 5 years ago
3e7fa79
Revert "Initiate regeneration of mipmaps from proxy DAG land"
by Robert Phillips
· 5 years ago
fe19203
Initiate regeneration of mipmaps from proxy DAG land
by Chris Dalton
· 5 years ago
19db240
Dawn: remove a faulty assert.
by Stephen White
· 5 years ago
f813ef7
Dawn backend: implement stencil, primitive topology, separate blends.
by Stephen White
· 5 years ago
74c19de
Add SkUNREACHABLE to definition of SK_ABORT.
by Brian Salomon
· 5 years ago
9fc5e8d
Revert "Enable YCbCr sampler support on platforms other than Android"
by Greg Daniel
· 5 years ago
cc4573d
Enable YCbCr sampler support on platforms other than Android
by Sergey Ulanov
· 5 years ago
81536f2
Pass GrBackendFormat to GrGpu::onCreateTexture and use it to determine
by Brian Salomon
· 5 years ago
fe55c73
Dawn backend: update to Skia GrCaps changes.
by Stephen White
· 5 years ago
d67c71f
Dawn backend: first triangle.
by Stephen White
· 5 years ago
e897684
Fix exactify for explicit resource allocation (take 2)
by Robert Phillips
· 5 years ago
bd59ba2
Correctly write out variable position.
by Ben Wagner
· 5 years ago
ec22b1a
Expose GrContext::dump() when SK_ENABLE_DUMP_GPU is defined.
by Brian Salomon
· 5 years ago
26cedb4
Fix emplace on GrTRecorder.
by Greg Daniel
· 5 years ago
4d557e3
Revert "Fix exactify for explicit resource allocation"
by Robert Phillips
· 5 years ago
32ff145
Fix exactify for explicit resource allocation
by Robert Phillips
· 5 years ago
f04fb44
fix skip-rectangle-texture-support in GrGLGpu::onWrapBackendTextureAsRenderTarget
by Brian Salomon
· 5 years ago
0458079
expand thread_local blacklist to all ARMv7 iOS
by Mike Klein
· 5 years ago
10e48d4
Allow SkMakeSpan to correctly handle the distinction between
by Herb Derby
· 5 years ago
d4764a1
Rework how backend-specific formats are retrieved from GrBackendFormat.
by Brian Salomon
· 5 years ago
0b84eab
Reland "thread-local caches?"
by Mike Klein
· 5 years ago
Next »