Skip to content

Improved Graphics#129

Open
kunitoki wants to merge 47 commits into
mainfrom
dev/gpu_graphics_try_1
Open

Improved Graphics#129
kunitoki wants to merge 47 commits into
mainfrom
dev/gpu_graphics_try_1

Conversation

@kunitoki

@kunitoki kunitoki commented Jul 7, 2026

Copy link
Copy Markdown
Owner
  • Added ShaderBundle and ShaderBundleCompiler
  • Added spirv_tools for optimising shaders

kunitoki added 14 commits July 4, 2026 14:32
(cherry picked from commit 02f46e0f9099e056bed138140e35178ff84c51af)
# Conflicts:
#	thirdparty/rive_renderer/rive_renderer.cpp
#	thirdparty/rive_renderer/rive_renderer_android.cpp
#	thirdparty/rive_renderer/rive_renderer_apple.mm
#	thirdparty/rive_renderer/rive_renderer_emscripten.cpp
#	thirdparty/rive_renderer/rive_renderer_linux.cpp
#	thirdparty/rive_renderer/rive_renderer_windows.cpp
@codecov

codecov Bot commented Jul 7, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 74.95418% with 410 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.23%. Comparing base (c3f1c43) to head (17d7f9a).

Files with missing lines Patch % Lines
modules/yup_graphics/rhi/yup_GpuPipeline.cpp 58.59% 200 Missing ⚠️
modules/yup_graphics/rhi/yup_GpuRenderPass.cpp 58.24% 81 Missing ⚠️
modules/yup_graphics/rhi/yup_GpuCanvas.cpp 62.66% 28 Missing ⚠️
modules/yup_graphics/graphics/yup_Graphics.cpp 34.37% 21 Missing ⚠️
modules/yup_graphics/rhi/yup_GpuTexture.cpp 52.63% 18 Missing ⚠️
modules/yup_graphics/rhi/yup_GpuPipelineCache.cpp 90.35% 11 Missing ⚠️
modules/yup_graphics/imaging/yup_Image.cpp 88.75% 9 Missing ⚠️
modules/yup_shading/shading/yup_ShaderBundle.cpp 96.20% 8 Missing ⚠️
...yup_graphics/native/yup_GraphicsContext_opengl.cpp 0.00% 7 Missing ⚠️
...s/yup_shading/shading/yup_ShaderBundleCompiler.cpp 83.78% 6 Missing ⚠️
... and 15 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #129      +/-   ##
==========================================
- Coverage   79.28%   79.23%   -0.06%     
==========================================
  Files         684      704      +20     
  Lines       68265    69770    +1505     
==========================================
+ Hits        54127    55281    +1154     
- Misses      14138    14489     +351     
Files with missing lines Coverage Δ
modules/yup_animation/core/yup_AnimationEasing.cpp 98.48% <ø> (ø)
modules/yup_animation/core/yup_AnimationProperty.h 98.78% <ø> (ø)
...ules/yup_animation/core/yup_AnimationTransform.cpp 82.60% <ø> (ø)
...yup_animation/io/yup_LottieExpressionEvaluator.cpp 89.78% <ø> (ø)
modules/yup_animation/io/yup_LottieReader.cpp 76.95% <100.00%> (ø)
...les/yup_animation/model/yup_AnimationComposition.h 87.50% <ø> (ø)
modules/yup_animation/model/yup_AnimationKeyPath.h 100.00% <ø> (ø)
modules/yup_animation/model/yup_AnimationLayer.h 71.42% <ø> (ø)
modules/yup_animation/model/yup_AnimationPaint.cpp 57.84% <ø> (ø)
modules/yup_animation/model/yup_AnimationPaint.h 50.00% <ø> (ø)
... and 50 more

... and 4 files with indirect coverage changes


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c3f1c43...17d7f9a. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant