Emil Ernerfeldt
|
47a437403f
|
Use software texture filtering in kittest (#7602)
|
2025-10-08 16:24:02 +02:00 |
Emil Ernerfeldt
|
683214bfe8
|
Add kittest snapshot test of italics (#7603)
|
2025-10-07 17:22:31 +02:00 |
Emil Ernerfeldt
|
603dba29e6
|
Add snapshot test for text spacing/kerning (#7545)
|
2025-09-16 13:30:28 +02:00 |
Emil Ernerfeldt
|
f46926aaf1
|
Improve texture filtering by doing it in gamma space (#7311)
* Closes https://github.com/emilk/egui/pull/5839
This makes some transparent images look a lot nicer when blended:

Cursive text will also look nicer.
This unfortunately changes the contract of what
`register_native_texture` expects
---------
Co-authored-by: Adrian Blumer <blumer.adrian@gmail.com>
|
2025-07-07 17:46:27 +02:00 |
Emil Ernerfeldt
|
dd1052108e
|
Add snapshot test for image blending (#7309)
This adds a test that can be used to see the improvements made by this
PR (if any):
* https://github.com/emilk/egui/pull/5839
|
2025-07-07 13:58:22 +02:00 |