Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
320c32bfa3062b0c67270667df5e4df1856f176e
320c32b
Remove mips workarounds for Android.
by Derek Sollenberger
· 5 years ago
0bd00f4
Reland "Clear out atlases if they haven't been used in a while."
by Jim Van Verth
· 5 years ago
2cdad96
SkiaDawn: Early out in recordProgramInfo
by Sean Gilhuly
· 5 years ago
e05b1b7
[svgdevice] Handle text path effects
by Florin Malita
· 5 years ago
f9329af
Revert "Clear out atlases if they haven't been used in a while."
by Jim Van Verth
· 5 years ago
0f9c2c9
Remove instanced draws and simplify GrMesh
by Chris Dalton
· 5 years ago
bc45f28
remove legacy virtual from enforcer
by Mike Reed
· 5 years ago
79007c9
Clear out atlases if they haven't been used in a while.
by Jim Van Verth
· 5 years ago
75e2907
Implement support for path effects in SkSVGDevice backend.
by Bryce Thomas
· 5 years ago
a9e28af
Make AAFlatteningConvexPathOp surface its programInfos at record time
by Robert Phillips
· 5 years ago
ba96256
hide getters so we can change the internals of SkVertices
by Mike Reed
· 5 years ago
224cd4d
Roll third_party/externals/angle2 2e5bd9b1e658..6963f58c7678 (14 commits)
by skia-autoroll
· 5 years ago
6dbd838
Roll ../src 5309fd86e6da..907b992f87c0 (527 commits)
by skia-autoroll
· 5 years ago
8ef1b85
Roll third_party/externals/swiftshader 7e857092052e..18daa81e3d3d (9 commits)
by skia-autoroll
· 5 years ago
4d43694
Update SKP version
by skia-recreate-skps
· 5 years ago
c2da769
dot for JIT
by Mike Klein
· 5 years ago
5caf7de
restore Op::round
by Mike Klein
· 5 years ago
bb76842
Migrate GrMeshTest to the new bind/draw API
by Chris Dalton
· 5 years ago
019385e
remove LerpRed shader
by Mike Reed
· 5 years ago
5929535
add draw-via-serialize mode to viewer
by Mike Reed
· 5 years ago
2669a7b
More programInfo cleanup
by Robert Phillips
· 5 years ago
84a9eb5
add gm for clipShader in a layer
by Mike Reed
· 5 years ago
334380e
More GrDrawVerticesOp cleanup, to reduce redundant state
by Brian Osman
· 5 years ago
6941f4a
Update three GrMeshDrawOps to surface their programInfos at record time
by Robert Phillips
· 5 years ago
6509bc7
[skottie] Cleanup VectorValue use
by Florin Malita
· 5 years ago
b0cee9b
Remove drawBitmap et al. from SkDevice
by Michael Ludwig
· 5 years ago
1fe50d3
make switching skvm-on-llvm easier
by Mike Klein
· 5 years ago
c02e77c
[skottie] Effects cleanup pass
by Florin Malita
· 5 years ago
f0aee74
Remove (unused) shader caps from default GP factory functions
by Brian Osman
· 5 years ago
9b449b7
Simplify and optimize GrDrawVerticesOp vertex writing loop
by Brian Osman
· 5 years ago
4133dc4
Clean up programInfo creation in GrMeshDrawOp-derived Ops
by Robert Phillips
· 5 years ago
9b5dba2
Update Skia milestone to 83
by Eric Boren
· 5 years ago
7bb74c4
Roll ../src 43a5bd0c46ed..5309fd86e6da (470 commits)
by skia-autoroll
· 5 years ago
d8fe614
Roll third_party/externals/angle2 c5b3cbdb4502..2e5bd9b1e658 (10 commits)
by skia-autoroll
· 5 years ago
1743144
Roll third_party/externals/swiftshader 16ae92a4ee52..7e857092052e (6 commits)
by skia-autoroll
· 5 years ago
5082df1
Remove need for gpu when unrefing managed resources.
by Jim Van Verth
· 5 years ago
f0140ee
Remove GrDrawVertices fast path for simple matrix + colors + no local coords
by Brian Osman
· 5 years ago
740d34f
Make TessellatingPathOp surface its programInfo at record time
by Robert Phillips
· 5 years ago
1b7f846
Add wrapper script to call tool to bulk abandon Gerrit CLs
by Ravi Mistry
· 5 years ago
a31ab4b
Have GrVkUniformBuffers own their descriptor sets.
by Greg Daniel
· 5 years ago
3a74f83
remove -D_GLIBCXX_DEBUG
by Mike Klein
· 5 years ago
06e5a15
[skottie] Power reduce trivial spatial Berzier
by Florin Malita
· 5 years ago
dafbf12
SkVertices: Remove volatile/nonvolatile bit
by Brian Osman
· 5 years ago
6dc0f63
Make DrawAtlasOp surface its programInfo at record time
by Robert Phillips
· 5 years ago
9028bac
Make DefaultPathOp surface its programInfo at record time
by Robert Phillips
· 5 years ago
fdf9404
Remove exotic legacy bitmap drawing entry points: Nine, Lattice
by Mike Reed
· 5 years ago
21beacc
Revert "Experiment with no longer avoiding uploading same uniforms in vulkan."
by Greg Daniel
· 5 years ago
0340292
Update Go Deps
by skia-recreate-skps
· 5 years ago
617173f
Roll third_party/externals/angle2 abcc536b6207..c5b3cbdb4502 (7 commits)
by skia-autoroll
· 5 years ago
c35c05f
Roll ../src 7f81408a3581..43a5bd0c46ed (526 commits)
by skia-autoroll
· 5 years ago
6bc4a74
Roll third_party/externals/swiftshader 8be72df60462..16ae92a4ee52 (1 commits)
by skia-autoroll
· 5 years ago
c2fe5ee
refactor where we wrap clipshaders, in prep for gpu backend
by Mike Reed
· 5 years ago
f97c018
simplify skvm clip shaders
by Mike Klein
· 5 years ago
272c56b
skvm clip shader support
by Mike Klein
· 5 years ago
c376cb4
skvm local matrix shader
by Mike Klein
· 5 years ago
3e19216
Hoist GrVkResource up so it can be used for D3D and Metal.
by Jim Van Verth
· 5 years ago
bf35512
we can handle opaque clip-shaders up front
by Mike Reed
· 5 years ago
3439323
remove testing && false
by Mike Reed
· 5 years ago
4723724
Impl. tiled bitmaps in drawImageRect with per-edge AA flags
by Michael Ludwig
· 5 years ago
520c5fd
fix clip shader + skvm
by Mike Klein
· 5 years ago
5f6b41e
Runtime effects: Detect calls to undefined functions
by Brian Osman
· 5 years ago
39ca973
Migrate ccpr to the new bind/draw API
by Chris Dalton
· 5 years ago
6e7eac9
[skottie] Simplify the separate-dimensions vector interpolator
by Florin Malita
· 5 years ago
3eabf4a
Convert AAConvexPathOp to surfacing its programInfo
by Robert Phillips
· 5 years ago
a19ea58
Experiment with no longer avoiding uploading same uniforms in vulkan.
by Greg Daniel
· 5 years ago
d3f67db
add Builder::dot()
by Mike Klein
· 5 years ago
121c2af
clipShader -- raster implementation
by Mike Reed
· 5 years ago
92ec801
[skottie] 2D spatial interpolation support
by Florin Malita
· 5 years ago
dd86fb3
Move tiled bitmap code into SkGpuDevice_drawTexture.cpp
by Michael Ludwig
· 5 years ago
d1a8af6
Make GrRegionOp surface programInfos at record time
by Robert Phillips
· 5 years ago
e37f1c4
Surface programInfos on GrLatticOp at record time
by Robert Phillips
· 5 years ago
78dac6d
Convert FillRRectOp to the new bind/draw API
by Chris Dalton
· 5 years ago
2e30796
Clean up Enums in Canvaskit
by Nathaniel Nifong
· 5 years ago
fae71fb
[infra] gen_tasks: fix TODOs in usesDocker()
by Eric Boren
· 5 years ago
80f8325
Update Go Deps
by skia-recreate-skps
· 5 years ago
4760465
Roll ../src 5c8f724bfe77..7f81408a3581 (409 commits)
by skia-autoroll
· 5 years ago
9e1f70b
Roll third_party/externals/angle2 0c9b6abde90c..abcc536b6207 (12 commits)
by skia-autoroll
· 5 years ago
390b9cd
Roll third_party/externals/swiftshader b44162fdbb25..8be72df60462 (1 commits)
by skia-autoroll
· 5 years ago
8a44af5
remove unused isAPicture from shaderbase
by Mike Reed
· 5 years ago
0c465e3
SkShaders::Blend/GPU: treat null inputs as input color
by Florin Malita
· 5 years ago
a67d1ae
add missing license line to SkVM_opts.h
by Mike Klein
· 5 years ago
52f0291
Remove SkMaskFilter::makeWithMatrix()
by Florin Malita
· 5 years ago
a3aa601
Add a canvas test to make and draw SkVertices
by Nathaniel Nifong
· 5 years ago
a77f30c
Reland "Split building encoding from decoding"
by Leon Scroggins III
· 5 years ago
85da336
Add d3d support for creating command lists.
by Greg Daniel
· 5 years ago
4054061
[skottie] Defibrillate wipe effects
by Florin Malita
· 5 years ago
ea3ddc9
[skottie] KeyframeAnimator builders
by Florin Malita
· 5 years ago
20baaee
Update SkWebpEncoder.cpp's copyright notice
by Leon Scroggins III
· 5 years ago
c06355c
[canvaskit] Update dash example link to use new API.
by Kevin Lubick
· 5 years ago
c8f95e2
Fix deprecated names
by Nathaniel Nifong
· 5 years ago
23899c6
[infra] gen_tasks: Fix TODOs in usesGit()
by Eric Boren
· 5 years ago
e65c5fc
Enable skia_use_icu for iOS
by Julia Lavrova
· 5 years ago
02c4590
Add empty GrD3DResourceProvider class.
by Greg Daniel
· 5 years ago
d96c3c7
Add shader makers to SkShader externs
by Nathaniel Nifong
· 5 years ago
8a05d23
[infra] More gen_tasks tweaks
by Eric Boren
· 5 years ago
4cf2ab6
JS files to support running jasmine tests in google3
by Nathaniel Nifong
· 5 years ago
c27e702
[infra] Overhaul gen_tasks_logic
by Eric Boren
· 5 years ago
424d28b
Update Go Deps
by Eric Boren
· 5 years ago
0154105
Roll ../src da581c3babc4..5c8f724bfe77 (551 commits)
by skia-autoroll
· 5 years ago
24e3e67
Roll third_party/externals/angle2 9acaf6626042..0c9b6abde90c (11 commits)
by skia-autoroll
· 5 years ago
Next »