egui/crates/epaint/src
Clement Rey 367378d75d
Fix false positives wrt `RwLock` deadlock detection (#2121)
* add a test suite demonstrating the issue

* fix false positives in RwLock, thus passing the new test suite

* friendler output

* augmented test suite with RWlock specifics (failing as expected!)

* full support for RWLocks

* implement support for guard remappings

* Add some newlines

* join `use` statements

* pass cranky

* addressing PR comments

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2022-10-10 12:07:44 +02:00
..
text Fix text sizes being too small (#2069) 2022-09-21 21:31:08 +02:00
util Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
bezier.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
color.rs Improve text redering and do all color operation in gamma space (#2071) 2022-09-24 17:53:11 +02:00
image.rs Improve text redering and do all color operation in gamma space (#2071) 2022-09-24 17:53:11 +02:00
lib.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
mesh.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
mutex.rs Fix false positives wrt `RwLock` deadlock detection (#2121) 2022-10-10 12:07:44 +02:00
shadow.rs Improve text redering and do all color operation in gamma space (#2071) 2022-09-24 17:53:11 +02:00
shape.rs Add Painter::image convenience function 2022-10-03 10:26:19 +02:00
shape_transform.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
stats.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
stroke.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
tessellator.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
texture_atlas.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
texture_handle.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
textures.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00