Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
HEAD
fe71160
Text modifiers!
by luigi-rosso
· 11 days ago
master
73fac9a
Macos take2
by mjtalbot
· 12 days ago
2121cdc
Joystick ordering
by luigi-rosso
· 13 days ago
8a0d555
Joystick updates
by luigi-rosso
· 2 weeks ago
7877478
Attempt fixing the builds with new Docker images
by umberto-sonnino
· 3 weeks ago
4e8d0b2
Update to Flutter 3.10.0
by umberto-sonnino
· 3 weeks ago
2ff821a
Joysticks & Slider!
by luigi-rosso
· 3 weeks ago
79e3229
Fix flickering caught in high level runtimes.
by luigi-rosso
· 4 weeks ago
608e498
Fix diacritics
by luigi-rosso
· 5 weeks ago
68a68af
Run clang-format on .glsl files
by csmartdalton
· 5 weeks ago
24ea590
Merge sbs_render_and_advance into master
by csmartdalton
· 5 weeks ago
685ce2a
Discard empty verbs from RawPath
by csmartdalton
· 6 weeks ago
7932233
Propagate collapse to path composer.
by luigi-rosso
· 8 weeks ago
1eb7ac6
Fix for runtime crash with skins nested in solo nodes.
by luigi-rosso
· 8 weeks ago
c1d7d98
Blend animation direct change
by mjtalbot
· 9 weeks ago
6642c60
add directBlendState by mix value, bypassing setting inputs
by mjtalbot
· 10 weeks ago
6c05c52
Fix clipping issue caused by wrong fillRule
by luigi-rosso
· 10 weeks ago
c8cea6a
Fixing solo nesting.
by luigi-rosso
· 10 weeks ago
83de1d7
Solos
by luigi-rosso
· 10 weeks ago
ec9d94a
Text fix variable and opacity
by luigi-rosso
· 3 months ago
0d946aa
Text style variation at runtime.
by luigi-rosso
· 3 months ago
4590a32
Reduce github log pollution
by csmartdalton
· 3 months ago
4b30c3c
Pre-count array sizes in ContourMeasureIter::tryNext
by csmartdalton
· 3 months ago
4d9adbf
Rename reset to rewind.
by luigi-rosso
· 3 months ago
6041d45
Import Wang's formula for contour measuring
by csmartdalton
· 3 months ago
344111f
Port PLS to wasm
by csmartdalton
· 3 months ago
149226a
fix up the viewer to progress time even when we miss a frame or two
by mjtalbot
· 3 months ago
2e3b43d
Decompose accounts for 0 scale, adds test.
by luigi-rosso
· 3 months ago
039f18f
force blend states to keepGoing
by mjtalbot
· 3 months ago
71ab91a
Fix negative speeds in state machines
by mjtalbot
· 3 months ago
8be08bb
Generate Android builds directly from premake
by csmartdalton
· 3 months ago
49b15bc
Put SIMD perf warnings behind a flag
by csmartdalton
· 3 months ago
8d218dc
update id in code
by mjtalbot
· 4 months ago
9b378e4
Speed 4793
by mjtalbot
· 4 months ago
2d755b3
Update ObjC formatting to look more similar to the C++
by csmartdalton
· 4 months ago
d0523b2
Fix artboard pieces slowly popping in.
by luigi-rosso
· 4 months ago
5c3d681
Runtime macOS - Deployment Setup
by duncandoit
· 4 months ago
08d758d
Fix direction when looping.
by luigi-rosso
· 4 months ago
c22ca52
Fix ping pong hang
by luigi-rosso
· 4 months ago
4f81952
Fix tess test linking
by luigi-rosso
· 4 months ago
e56a172
Fix remap based on issue JC caught.
by luigi-rosso
· 4 months ago
702deea
allow negative speed
by luigi-rosso
· 4 months ago
f6dd273
Adding GLSL100 for tess renderer.
by luigi-rosso
· 4 months ago
068bcea
ios shaders for tess
by luigi-rosso
· 4 months ago
5b6225e
Add dependency to correct grand parent for linear gradients.
by luigi-rosso
· 4 months ago
3f7a887
Revert "MacOS Runtime - Update to using deployment workflow similar to ios"
by duncandoit
· 4 months ago
e6e2f57
MacOS Runtime - Update to using deployment workflow similar to ios
by duncandoit
· 4 months ago
7e2e70d
Runtime Text!
by luigi-rosso
· 4 months ago
0998d90
Build cleanups
by csmartdalton
· 4 months ago
afce35e
Use Rive's libpng premake dependency in golden testing
by csmartdalton
· 4 months ago
6d5434a
Fix condition with trim paths where all contours are 0 length.
by luigi-rosso
· 4 months ago
c9fc628
Use os.copyfile() instead of the '{COPY}' command
by csmartdalton
· 4 months ago
ce87327
Remove forcing arch to arm64 for libpng
by luigi-rosso
· 4 months ago
d248296
Cleaning up libpng premake to be isolated/stand-alone.
by luigi-rosso
· 4 months ago
ba05f5b
Variable Fonts!
by luigi-rosso
· 5 months ago
705e741
Add more helper functions
by csmartdalton
· 5 months ago
443c329
Fix tess for C++11 and add to github action
by luigi-rosso
· 6 months ago
651b7e0
More SIMD features
by csmartdalton
· 6 months ago
04c7e15
RawPath::Iter improvements
by csmartdalton
· 6 months ago
eb4ecf7
Value Graph Export + Runtime Support!!
by luigi-rosso
· 6 months ago
66d4e30
Shorten harfbuzz/SheenBidi directory paths
by csmartdalton
· 6 months ago
28ffb1b
Drop the runtime to C++11
by csmartdalton
· 6 months ago
1a4db87
export MAKE_SKIA_FILE from all top-level scripts that build Skia
by csmartdalton
· 6 months ago
e2fe439
Beef up testing in tools/*
by csmartdalton
· 6 months ago
ce2647f
Don't show interactive download progress when premaking on bots
by csmartdalton
· 6 months ago
72676e1
Move golden testing into tools/
by csmartdalton
· 6 months ago
2132b57
Get Rive tests compiling and running on MSVC
by csmartdalton
· 6 months ago
cd9b6e6
explicitly include <iterator> for linux builds
by mjtalbot
· 6 months ago
2cc1f1d
Core text editing
by luigi-rosso
· 6 months ago
84fbbbe
Only use __builtin_reduce_add for integer types
by csmartdalton
· 6 months ago
cd57bdc
Add Mat2D::findMaxScale()
by csmartdalton
· 6 months ago
96376be
Add more features to simd.hpp
by csmartdalton
· 6 months ago
e8a7a28
Add gradient animation steps
by mjtalbot
· 6 months ago
3e08679
Text in core
by luigi-rosso
· 7 months ago
3b3d835
Update the windows workflow to provide --scripts to premake
by Chris Dalton
· 7 months ago
b25da53
Initialize isClosed on TessRenderPath
by luigi-rosso
· 7 months ago
b89a610
Text
by luigi-rosso
· 7 months ago
3308052
Fix the Android debug build
by umberto-sonnino
· 7 months ago
e00f5b5
Fix for missing animation in a blend state.
by luigi-rosso
· 7 months ago
d1fdeca
Add simd::if_then_else
by luigi-rosso
· 7 months ago
3bf1953
Revert "Update SIMD booleans to use bitwise logic operators"
by csmartdalton
· 7 months ago
7913284
Update SIMD booleans to use bitwise logic operators
by csmartdalton
· 7 months ago
f55b7a6
Add SIMD fallbacks for missing builtins
by csmartdalton
· 7 months ago
6bfa49a
Add some more core math and SIMD functions
by csmartdalton
· 7 months ago
e26cbba
Fix for incorrectly interpreting a RenderMetricsPath as a RenderPath
by luigi-rosso
· 8 months ago
3e475d6
apply speed to both time and total time
by mjtalbot
· 8 months ago
ad04f39
Bidi Text Support
by luigi-rosso
· 8 months ago
1dbf957
Adding artboard clip test.
by luigi-rosso
· 8 months ago
c9d387f
Fix non-framed artboard origin rendering.
by luigi-rosso
· 8 months ago
9c3168e
clang-format updates
by csmartdalton
· 8 months ago
23fecfb
Optional width and height parameters for thumbnailer
by umberto-sonnino
· 8 months ago
8f690ee
Line breaker
by luigi-rosso
· 8 months ago
de8474c
Implement a dynamic array (simple vector for marshaling).
by luigi-rosso
· 9 months ago
0746c98
Add a make_rcp<>() helper method
by csmartdalton
· 9 months ago
d53cfd3
Make RefCnt templated
by csmartdalton
· 9 months ago
eabff5f
Spam cleanup from previous PR
by luigi-rosso
· 9 months ago
9988bbf
Fixing skia viewer and renderer builds.
by luigi-rosso
· 9 months ago
2851c5a
Simpify RawPath::Iter
by csmartdalton
· 9 months ago
c4c9071
building harfbuzz with our premake setup
by luigi-rosso
· 9 months ago
e4e765b
Update Factory::makeRenderPath to only accept a RawPath
by csmartdalton
· 9 months ago
Next »