Skip to content

Commit

Permalink
remove ravu-zoom-chroma shaders
Browse files Browse the repository at this point in the history
It turns out that chroma upscaling with only kernel classification guided
by luma is not very effective, compare to bilateral chroma upscalers
like KrigBilateral and JointBilateral. Please use those shaders instead.
  • Loading branch information
bjin committed Jul 29, 2023
1 parent cc02ed9 commit da5d3c5
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 1,463 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ video and will fail on others (for example, PNG picture).
directly. Its sharpness is close to `ravu-lite`. But it renders at target
resolution, so expect it to be much slower than `ravu` for perfect 2x upscaling.

`ravu-zoom` also comes with a `chroma` variant which is mostly a drop-in replacement of
`--cscale`.

# Known Issue

1. `ravu-lite` is incompatible with `--fbo-format=rgb10_a2` (default
Expand Down
155 changes: 0 additions & 155 deletions compute/ravu-zoom-r2-chroma.hook

This file was deleted.

201 changes: 0 additions & 201 deletions compute/ravu-zoom-r3-chroma.hook

This file was deleted.

156 changes: 0 additions & 156 deletions ravu-zoom-r2-chroma.hook

This file was deleted.

218 changes: 0 additions & 218 deletions ravu-zoom-r3-chroma.hook

This file was deleted.

155 changes: 0 additions & 155 deletions vulkan/compute/ravu-zoom-r2-chroma.hook

This file was deleted.

201 changes: 0 additions & 201 deletions vulkan/compute/ravu-zoom-r3-chroma.hook

This file was deleted.

156 changes: 0 additions & 156 deletions vulkan/ravu-zoom-r2-chroma.hook

This file was deleted.

218 changes: 0 additions & 218 deletions vulkan/ravu-zoom-r3-chroma.hook

This file was deleted.

0 comments on commit da5d3c5

Please sign in to comment.