Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
d7436a37ff3fca9d0f6923f30a7b67da94b5ac1a
/
tools
44207f3
Remove SkIRect::EmptyIRect
by Brian Salomon
· 5 years ago
41acc0e
Add GrCompressedDimensions helper function
by Robert Phillips
· 5 years ago
e7ee069
Move "set_path_pt" from SampleAAGeometry into ToolUtils
by Chris Dalton
· 5 years ago
c887733
Add a commandline flag to force offscreen rendering in viewer
by Chris Dalton
· 5 years ago
a14d809
Support using an externally manage list of images in UrlDataManager for wasm debugger.
by Nathaniel Nifong
· 5 years ago
ee426f2
Move SkRuntimeEffect.h to include/effects
by Brian Osman
· 5 years ago
c2b6d7f
Enable Vulkan Debug layers
by Ben Wagner
· 5 years ago
37ae4b0
Rename GpuPathRenderers::kAll to kDefault
by Chris Dalton
· 5 years ago
e1196c5
Add a mechanism to insert framebuffer barriers for NVIDIA tessellation
by Chris Dalton
· 5 years ago
107c666
Make it safe to include SkRuntimeEffect.h from client code
by Brian Osman
· 5 years ago
5a2f962
Add back door support for GLSL tessellation shaders
by Chris Dalton
· 5 years ago
5258623
Move --internalSamples to common flags
by Chris Dalton
· 5 years ago
93de162
Add SkRuntimeEffect::makeShader
by Brian Osman
· 5 years ago
bfa19c4
Add factories to GrSurfaceContext and clean up creation flow.
by Greg Daniel
· 5 years ago
94de6b4
Debugger changes to make layer inspection interactive
by Nathaniel Nifong
· 5 years ago
088913a
Start adding unit tests of SkRuntimeEffect
by Brian Osman
· 5 years ago
173e153
Runtime SkSL: API sketch for child shaders/effects
by Brian Osman
· 5 years ago
2c38315
hide/remove obsolete/tricky SkMatrix methods
by Mike Reed
· 5 years ago
d927bd2
Runtime SkSL: Reflect inputs in SkRuntimeEffect
by Brian Osman
· 5 years ago
4dea72a
Reland x3 "Remove most of GrConfig.h"
by Brian Salomon
· 5 years ago
6f217e0
Make OUTPUT_DIRECTORY in ProdDoxyfile configurable
by Ravi Mistry
· 5 years ago
1215cda
Add a kWireframe flag to GrPipeline
by Chris Dalton
· 5 years ago
3f1a98b
Reland "Revert "Remove most of GrConfig.h""
by Greg Daniel
· 5 years ago
5b9c7ba
Revert "Revert "Remove most of GrConfig.h""
by Brian Salomon
· 5 years ago
719a811
skottie_ios_app: fix tap logic
by Hal Canary
· 5 years ago
6bad705
Additional DDL fix
by Robert Phillips
· 5 years ago
d78a9b4
Fixes to skpbench to actually clean itself up nicely.
by Greg Daniel
· 5 years ago
7791298
Include line numbers in Viewer's shader error windows
by Chris Dalton
· 5 years ago
efb4ed8
SkMetalDeviceToGrContext: no longer needs any Skia headers
by Hal Canary
· 5 years ago
e84bffc
Fix DDL bots
by Robert Phillips
· 5 years ago
cf0e3c6
remove dead code around old SkPath enums
by Mike Reed
· 5 years ago
a072b7b
Remove an uncessary and unused parameter for partially generating the JSON command list
by Nathaniel Nifong
· 5 years ago
f46d5ca
use std::make_unique
by Mike Klein
· 5 years ago
20b177a
Parse android layer annotations in debugger, play back layers
by Nathaniel Nifong
· 5 years ago
c84ad83
Fix audit trail visualization bugs
by Nathaniel Nifong
· 5 years ago
1bb3a6d
[skottie] Add SkottieSlide frame rate UI option
by Florin Malita
· 5 years ago
15ee970
[skottie] Add frame time histogram to SkottieSlide UI
by Florin Malita
· 5 years ago
c4f6e02
[skottie] Initial SkottieSlide UI
by Florin Malita
· 5 years ago
732c497
Return image address in image info so it can be shown in dropdown.
by Nathaniel Nifong
· 5 years ago
8703748
[skottie] Explicit seek(0) in tools
by Florin Malita
· 5 years ago
5da8e55
Protect against invalid text.
by Ben Wagner
· 5 years ago
3968fcb
Pull creation of GrPipeline explicitly into the Ops' onExecute methods
by Robert Phillips
· 5 years ago
46e2d8d
[infra] Use "mod download" and "install", not "get" in chrome_release_branch
by Eric Boren
· 5 years ago
ffbfd1b
Particles: Remove play-position thing, simplify mouse tracking
by Brian Osman
· 5 years ago
b0047b5
Revert "Remove most of GrConfig.h"
by Brian Salomon
· 5 years ago
80e334d
Remove most of GrConfig.h
by Brian Salomon
· 5 years ago
f0e04f0
Always destroy resources instead of simply "abandoning" them in Vulkan backend.
by Greg Daniel
· 5 years ago
4e1066f
Remove SkSize& SkSize::operator=(const SkISize&)
by Brian Salomon
· 5 years ago
a06f9d0
SkQP: model-creation improvements
by Hal Canary
· 5 years ago
a521c96
Update dawn.h -> webgpu.h, dawn_cpp.h -> webgpu_cpp.h.
by Stephen White
· 5 years ago
7e9dc42
[infra] Auto-submit the CL to update supported branch configs
by Eric Boren
· 5 years ago
6bbeaa7
[skottieWASM] make sure we are using CPU or GPU correctly
by Kevin Lubick
· 5 years ago
9dac0d8
Particles: Better integration for ResourceProvider
by Brian Osman
· 5 years ago
d12f278
Use ResourceProvider in particles
by Brian Osman
· 5 years ago
c241b58
Make fragment processor iterators work with range for loops.
by Brian Salomon
· 5 years ago
933484f
Stop using GrPixelConfig in Metal & Dawn's GrProgramDesc creation
by Robert Phillips
· 5 years ago
7d34dc7
Revert "Revert "switch to new filltype for SkPath""
by Mike Reed
· 5 years ago
849f4d6
Copy SkottieUtils' classes into skresources
by Brian Osman
· 5 years ago
3e7af41
Revert "switch to new filltype for SkPath"
by Mike Reed
· 5 years ago
3a50981
switch to new filltype for SkPath
by Mike Reed
· 5 years ago
dd5ba94
[skottie] Use seekFrame in skottie2movie
by Florin Malita
· 5 years ago
e21af50
Test texture domain effect with local matrix.
by Brian Salomon
· 5 years ago
34cea00
Add utility for creating test-only GrProgramInfos
by Robert Phillips
· 5 years ago
fee0079
rough unit test support for FM
by Mike Klein
· 5 years ago
389c8e9
[minor] mark scripts as executable
by Hal Canary
· 5 years ago
2dad990
Replace third_party/gif: Preflight changes
by Hal Canary
· 5 years ago
f7cb902
Revert "Replace third_party/gif with new DEPS entry."
by Hal Canary
· 5 years ago
6d29bfb
Replace third_party/gif with new DEPS entry.
by Hal Canary
· 5 years ago
3e2ecd2
SkQP: remove unused script
by Hal Canary
· 5 years ago
24cbdab
SKQP Build for Fuchsia SDK
by John Rosasco
· 5 years ago
7b55818
Add flag to Viewer to trigger continuous redraw.
by Jim Van Verth
· 5 years ago
a9b348f
Reland fully delineate GL usage w/ skia_use_gl.
by John Rosasco
· 5 years ago
654eb2a
[SkQP/Android] Replace -Weverything with -Wextra
by Colin Cross
· 5 years ago
4135cf0
use round() instead of trunc() to f32->unorm
by Mike Klein
· 5 years ago
6e4aad9
rename to_i32 -> trunc, and add round
by Mike Klein
· 5 years ago
fcaae48
Use GrProgramInfo's primitiveType field
by Robert Phillips
· 5 years ago
0efc01d
Revert "Fully delineate GL usage w/ skia_use_gl"
by Robert Phillips
· 5 years ago
272060a
find min and max, separared by comma. not minmax.
by Nathaniel Nifong
· 5 years ago
078cf3e
Fully delineate GL usage w/ skia_use_gl
by John Rosasco
· 5 years ago
a2b2214
Record min and max frame times from skpbench in perf
by Nathaniel Nifong
· 5 years ago
e643da6
Add new macro for checking device lost when making Vulkan calls.
by Greg Daniel
· 5 years ago
057985a
Fail Skpbench on unsupported hardware
by Ben Wagner
· 5 years ago
e9b5469
Add valgrind suppressions for GrClearImage
by Brian Salomon
· 5 years ago
923dad7
Fix memory leak in iOS viewer.
by Jim Van Verth
· 5 years ago
5e5f9dc
tools/git-sync-deps: enforce commit hash in DEPS, not tags or branches
by Hal Canary
· 5 years ago
ed2cec4
add --quick to fm
by Mike Klein
· 5 years ago
3cc8d4f
Dawn: s/dawn::/wgpu::/g.
by Stephen White
· 5 years ago
f22dda9
[skottie] Fix skottie2movie after async API change
by Florin Malita
· 5 years ago
a979b28
SkQP: mark several gms as unsuitable for skqp
by Hal Canary
· 5 years ago
e107faa
SkRemoteGlyphCache Add tracing to diff canvas
by Hal Canary
· 5 years ago
4eda710
Simplify sk_gpu_test::MakeTextureProxyFromData.
by Brian Salomon
· 5 years ago
cfbc4d4
[skottie] Add DataURI image support in utils/tools
by Florin Malita
· 5 years ago
051f7d6
Docs: include/docs with doxygen
by Hal Canary
· 5 years ago
cbf59e0
Use LazyProxy to set up Metal swapchain.
by Jim Van Verth
· 5 years ago
7b86d4e
Dawn: allow CopySrc usage of swapchain texture.
by Stephen White
· 5 years ago
c99a4df
WebGL2: Add BlitFramebuffer, ShaderDerivativeSupport
by Hal Canary
· 5 years ago
87fe9b0
Tell rewrite_includes to ignore node_modules
by Kevin Lubick
· 5 years ago
883c7e9
Dawn: silence some warnings on win-clang.
by Stephen White
· 5 years ago
e054d3c
CanvasKit: Switch to WebGL 2.0
by Hal Canary
· 5 years ago
5b43113
Interpreter: Reflect all uniform variables in ByteCode
by Brian Osman
· 5 years ago
Next »