Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
ebc00f97fab11a1b7f1e73ea5c7e5f413f6e798f
/
src
ebc00f9
Revert "Change refPinnedTextureProxy to return a view instead."
by Greg Daniel
· 5 years ago
becd2fe
Change refPinnedTextureProxy to return a view instead.
by Greg Daniel
· 5 years ago
b8ffaec
Add a mutex to SkStrike to regulate multithreaded access
by Herb Derby
· 5 years ago
4a6a640
[skottie] Add support for ADBE Pro Levels2 effect
by Florin Malita
· 5 years ago
653d2a4
Remove search of desperation
by Herb Derby
· 5 years ago
0a3c57f
Ensure that ArithmeticFPInputs is fully initialized
by Brian Osman
· 5 years ago
ba51d68
Update bicubic effect factories to take a view.
by Greg Daniel
· 5 years ago
4777e3a
Cleanup program building a bit
by Robert Phillips
· 5 years ago
3225306
In SkRuntimeEffect, just use hash of SkSL as the ID
by Brian Osman
· 5 years ago
ed729f9
GrTextureEffect handles insets for float rects as well as integer rects.
by Brian Salomon
· 5 years ago
e13cbc3
Don't use tessellation FB barrier after NVIDIA 440.00
by Chris Dalton
· 5 years ago
d2ccbb5
Have GrTextureEffect factories take a view as input.
by Greg Daniel
· 5 years ago
9bfd595
In GrSkSLFP, store inputs as SkData. Tighten size checks.
by Brian Osman
· 5 years ago
37c127f
Rename view getters in various image subclasses.
by Greg Daniel
· 5 years ago
c61d7e3
Rename various getters related to GrSurfaceProxyView.
by Greg Daniel
· 5 years ago
bc3307c
Don't do clear or round rect optimizations when a rect has stencil
by Chris Dalton
· 5 years ago
3b23de5
Make sure we invalidate mapped memory from vk transfer buffers before reading.
by Greg Daniel
· 5 years ago
e47b0e5
remove misleading Uniforms apis
by Mike Klein
· 5 years ago
399ef69
thread alloc through to color filters
by Mike Klein
· 5 years ago
b339e77
Set NSError on compilation/link timeouts.
by Jim Van Verth
· 5 years ago
a2406f9
Fix BC1 SW decompression on platforms with RGBA PM color order
by Robert Phillips
· 5 years ago
2aee7d2
Ignore warnings when compiling MSL
by Brian Osman
· 5 years ago
d589916
Potentially-uninitialized Sk3LookAt result
by Florin Malita
· 5 years ago
4bcab23
tweak screen math
by Mike Klein
· 5 years ago
d095b9f
Fix SW decompression of BC1 and add a GM to check it (take 2).
by Robert Phillips
· 5 years ago
0772b4b
Reland "unorm/unorm -> to_unorm/from_unorm"
by Mike Klein
· 5 years ago
f6d668e
Reland "add skvm for tablecolorfilter"
by Mike Reed
· 5 years ago
59cd566
gather pointers are not necessarily aligned
by Mike Klein
· 5 years ago
6c80d24
Revert "add skvm for tablecolorfilter"
by Mike Klein
· 5 years ago
8feac2d
Revert "unorm/unorm -> to_unorm/from_unorm"
by Mike Klein
· 5 years ago
c66882e
Revert "impl gather8/gather16 with gather32"
by Mike Klein
· 5 years ago
c1d71d3
Arrange atlas image processing by frequency
by Herb Derby
· 5 years ago
073d271
Fix timeout for Metal compiler.
by Jim Van Verth
· 5 years ago
ab5da1f
Revert "Fix SW decompression of BC1 and add a GM to check it."
by Robert Phillips
· 5 years ago
4238751
Fix SW decompression of BC1 and add a GM to check it.
by Robert Phillips
· 5 years ago
cc104db
Have GrTextureProducer return views instead of proxies.
by Greg Daniel
· 5 years ago
cd4e566
unorm/unorm -> to_unorm/from_unorm
by Mike Klein
· 5 years ago
70c5fcc
Move the bulk glyph calls up the stack
by Herb Derby
· 5 years ago
bf3087f
add skvm for tablecolorfilter
by Mike Reed
· 5 years ago
d4e3b9e
impl gather8/gather16 with gather32
by Mike Klein
· 5 years ago
23e2ad1
SkiaDawn: Connect GrIOType in onWrapBackendTexture
by Sean Gilhuly
· 5 years ago
196f319
Allow decoding without color conversion
by Leon Scroggins III
· 5 years ago
5ddc34c
Remove 565 mask data from GrStrikeCache to constexpr varialbe
by Herb Derby
· 5 years ago
1fe3c3d
Use GrTextureEffect::MakeTexelSubset instead of MakeSubset in SkGpuBlurUtils
by Brian Salomon
· 5 years ago
fb39510
Reland "Wrap page index packing in helper methods."
by Jim Van Verth
· 5 years ago
d4f6831
Add SW decode of ETC1 and a GM
by Robert Phillips
· 5 years ago
3d05192
Simplify subrun atlas generation tracking
by Herb Derby
· 5 years ago
5d92ae2
Implement constantOutputForConstantInput in GrColorSpaceXformEffect
by Brian Osman
· 5 years ago
133177b
Add missing "const" to SkMD5::finish::PADDING
by Andrew Grieve
· 5 years ago
4513cdd
Rename flush -> issueDrawMaybeInlineUpload
by Herb Derby
· 5 years ago
c0c0522
let's try to fix nullptr + k
by Mike Klein
· 5 years ago
e073552
Minor GM cleanup
by Robert Phillips
· 5 years ago
c9b06ca
Remove CGFontRef parameter from SkMakeTypefaceFromCTFont
by Dominik Röttsches
· 5 years ago
b71f023
Enable async MTLLibrary and MTLRenderPipelineState creation.
by Jim Van Verth
· 5 years ago
0ee16f6
Add reverse iterators to SkSpan
by Herb Derby
· 5 years ago
a90ed95
Cleanup GrStrike management because we do not abandon strikes
by Herb Derby
· 5 years ago
40903af
Update GrSurfaceProxy::Copy to return a view.
by Greg Daniel
· 5 years ago
314524e
Add compressed backend textures to Metal (take 2)
by Robert Phillips
· 5 years ago
64874ea
Avoid using kClamp domain in GrMatrixConvolutionEffect::MakeGaussian.
by Brian Salomon
· 5 years ago
ce9e060
finish up 2pt conicals
by Mike Klein
· 5 years ago
4328e92
Add a stencil/tessellation hybrid mode for path rendering
by Chris Dalton
· 5 years ago
5c08249
Use views throughout gpu blur code.
by Greg Daniel
· 5 years ago
6ccc032
Add a "kSimpleInnerPolygons" mode to GrTessellator
by Chris Dalton
· 5 years ago
38c85d2
Check for valid stencil buffer in GrGLGpu::clearStencilClip
by Brian Salomon
· 5 years ago
37e7b36
Make cache RRect blur masks with exact fit textures.
by Brian Salomon
· 5 years ago
022bd3b
Preserve triangle winding in GrTessellator
by Chris Dalton
· 5 years ago
8354717
Remove asTextureProxyRef from SkSpecialImage.
by Greg Daniel
· 5 years ago
a2a0c8a
extract font from run
by Mike Reed
· 5 years ago
45c9487
Add SkImage::MakeTextureFromCompressed and deprecate MakeFromCompressed
by Robert Phillips
· 5 years ago
caf5ee4
start on 2pt conical gradients
by Mike Klein
· 5 years ago
dcc8c54
Convert the "bool antialias" param in GrTessellator to an enum
by Chris Dalton
· 5 years ago
c52db71
Store GrSurfaceProxyViews on SkSpecial*_Gpu.
by Greg Daniel
· 5 years ago
faa34c5
partial strength reduction for bit ops
by Mike Klein
· 5 years ago
6f5441a
Remove create function in proxyProvider that takes a raster SkImage.
by Greg Daniel
· 5 years ago
bd1360f
skvm sweep gradients
by Mike Klein
· 5 years ago
2ea69aa
Fix asyncRescaleAndReadPixelsYUV420 fallback w/out GL_EXT_texture_rg.
by Brian Salomon
· 5 years ago
ba9da46
radial gradients in skvm
by Mike Klein
· 5 years ago
0ef780b
Use a monotonic counter for atlas and plot generations
by Herb Derby
· 5 years ago
d352529
incorporate r,g,b,a into shaderHash
by Mike Klein
· 5 years ago
162e04b
Expand the compressed_textures GM
by Robert Phillips
· 5 years ago
6d54a1e
Atlas generation numbers is not tracking plot changes -- disable it
by Herb Derby
· 5 years ago
f03c116
Roll dawn and adjust for new SwapChain API.
by Stephen White
· 5 years ago
6aa6505
Add fallback for asyncRescaleAndReadPixelsYUV420 without PBOs.
by Brian Salomon
· 5 years ago
f76da63
[canvaskit] Update build script to support latest Emscripten
by Kevin Lubick
· 5 years ago
99dead9
Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types (take 2)
by Robert Phillips
· 5 years ago
7ee8ca5
Fix bug in NPOT shader wrap mode impl
by Brian Salomon
· 5 years ago
fd7fd96
Revert "In GrSkSLFP, always use a coord transform"
by Brian Osman
· 5 years ago
4d72171
Rename AtlasID to PlotLocator
by Herb Derby
· 5 years ago
a7e5c7c
Fix case of asyncRescaleAndReadPixelsYUV420 for case where SkSurface is
by Brian Salomon
· 5 years ago
3da9e94
Revert "Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types"
by Robert Phillips
· 5 years ago
36d6c59
In GrSkSLFP, always use a coord transform
by Brian Osman
· 5 years ago
3234ce1
Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types
by Robert Phillips
· 5 years ago
2bdf95c
Swap dtor order of SkSTArenaAlloc and SkArenaAlloc v.2
by Herb Derby
· 5 years ago
d4bf54e
Revert "Switch runtime SkSL to always sample at explicit coords"
by Brian Salomon
· 5 years ago
28a9b12
Revert "Wrap page index packing in helper methods."
by Jim Van Verth
· 5 years ago
b1e9971
Switch runtime SkSL to always sample at explicit coords
by Brian Osman
· 5 years ago
f1b2b42
Fix GrSmallPathRenderer to respect max texture size.
by Sergey Ulanov
· 5 years ago
f93a843
support dither in skvm
by Mike Klein
· 5 years ago
d92e4e9
cache only when SkVM has a JIT
by Mike Klein
· 5 years ago
d3963a3
offer raw-array variant of remaining 44 methods
by Mike Reed
· 5 years ago
Next »