Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Graphics Drivers #822

Merged
merged 3 commits into from
Sep 8, 2024
Merged

feat: Graphics Drivers #822

merged 3 commits into from
Sep 8, 2024

Conversation

marc2332
Copy link
Owner

@marc2332 marc2332 commented Aug 25, 2024

Splits the skia backends in modules (gl driver, etc)

@marc2332 marc2332 added enhancement 🔥 New feature or request internal impovement👍 Internal code improvements labels Aug 25, 2024
@marc2332 marc2332 mentioned this pull request Aug 25, 2024
Copy link

codecov bot commented Aug 25, 2024

Codecov Report

Attention: Patch coverage is 0% with 199 lines in your changes missing coverage. Please review.

Project coverage is 75.80%. Comparing base (91f185e) to head (724e53b).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/renderer/src/drivers/gl.rs 0.00% 163 Missing ⚠️
crates/renderer/src/drivers/mod.rs 0.00% 26 Missing ⚠️
crates/renderer/src/renderer.rs 0.00% 7 Missing ⚠️
crates/renderer/src/window_state.rs 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #822      +/-   ##
==========================================
- Coverage   75.93%   75.80%   -0.14%     
==========================================
  Files         203      205       +2     
  Lines       22914    22955      +41     
==========================================
  Hits        17400    17400              
- Misses       5514     5555      +41     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Base automatically changed from feat/incremental-rendering to main September 7, 2024 19:13
@marc2332 marc2332 marked this pull request as ready for review September 8, 2024 09:34
@marc2332 marc2332 merged commit f90ae37 into main Sep 8, 2024
9 checks passed
@marc2332 marc2332 deleted the feat/graphics-driver branch September 8, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🔥 New feature or request internal impovement👍 Internal code improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant