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

fix(win/video): don't offload chroma subsampling math to texture sampler when downscaling #3014

Merged
merged 5 commits into from
Sep 3, 2024

Correct portrait rotation offsets

bc2bd06
Select commit
Loading
Failed to load commit list.
Merged

fix(win/video): don't offload chroma subsampling math to texture sampler when downscaling #3014

Correct portrait rotation offsets
bc2bd06
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 2, 2024 in 0s

9.83% (+0.12%) compared to 9d7e90e

View this Pull Request on Codecov

9.83% (+0.12%) compared to 9d7e90e

Details

Codecov Report

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

Project coverage is 9.83%. Comparing base (9d7e90e) to head (bc2bd06).

Files with missing lines Patch % Lines
src/platform/windows/display_vram.cpp 0.00% 50 Missing and 4 partials ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           master   #3014      +/-   ##
=========================================
+ Coverage    9.70%   9.83%   +0.12%     
=========================================
  Files          77     101      +24     
  Lines       14055   17988    +3933     
  Branches     6443    8410    +1967     
=========================================
+ Hits         1364    1769     +405     
- Misses      10071   13337    +3266     
- Partials     2620    2882     +262     
Files with missing lines Coverage Δ
src/platform/windows/display_vram.cpp 1.84% <0.00%> (+0.17%) ⬆️

... and 56 files with indirect coverage changes