Graphite/desktop
Dennis Kobert 8b4adf4330
Desktop: Fix Vello rendering colors with doubly-applied gamma by converting to linear in the shader (#2998)
* Fix gamma issue by applying tone mapping in the shader

Vello renders it's values to an RgbaUnorm texture
but if we try to use this in the main rendering
pipeline which renders to an Srgb surface gamma
mapping is applied twice.

* Add comment explaining why we do this to the shader

* Rename variables
2025-08-05 10:08:14 +00:00
..
src Desktop: Fix Vello rendering colors with doubly-applied gamma by converting to linear in the shader (#2998) 2025-08-05 10:08:14 +00:00
Cargo.toml Desktop: Add native file dialogs (#2939) 2025-08-04 13:58:33 +00:00