Commit c7a9290
authored
bgfx: add vector CRT renderer (#15692)
* bgfx: add vector CRT renderer
* docs: Add missing vector CRT screenshots
* Fix erroneous indent
* bgfx: enable vector CRT rendering by default. Keep -nobgfx_vectorcrt available as an explicit opt-out.
* Increase bloom targets from one-third to half resolution to prevent the blur kernel from becoming under-resolved at 1080p. Normalize blur offsets against output resolution to preserve the apparent bloom size.
* Adjust default vector bloom settings
* bgfx: improve vector CRT bloom sampling1 parent ceb2c72 commit c7a9290
68 files changed
Lines changed: 1735 additions & 10 deletions
File tree
- bgfx
- effects/vector-crt
- shaders
- dx11/chains/vector-crt
- dx9/chains/vector-crt
- essl/chains/vector-crt
- glsl/chains/vector-crt
- metal/chains/vector-crt
- spirv/chains/vector-crt
- docs/source
- advanced
- images
- techspecs
- scripts/src/osd
- src/osd/modules
- lib
- render
- bgfx
- shaders/chains/vector-crt
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments