Commit Graph

11 Commits

Author SHA1 Message Date
Erik Abair
bda51d487e
Fixes compiler warnings. (#114) 2023-07-14 18:14:07 -07:00
Erik Abair
2ee1bb4ab2
Switches to CMake. (#112) 2023-07-13 21:21:18 -07:00
Erik Abair
1bcea0ca36 Adds tests for antialiased framebuffer draws. 2022-07-07 10:20:46 -07:00
Erik Abair
cad59b6696 Adds CPU blitting test (for live use only). 2022-07-01 08:20:53 -07:00
Erik Abair
2231b0b5c2 Adds non-antialised demonstration of CPU surface mishandling. 2022-06-30 11:36:47 -07:00
Erik Abair
60b6516709 Adds explicit wait before CPU manipulation to rule out any race conditions (results are unaffected). 2022-06-30 10:57:57 -07:00
Erik Abair
bb1f9e477f Adds test for CPU write followed by GPU draw. 2022-06-30 08:50:40 -07:00
Erik Abair
ed05c19ebf Adds test confirming that CPU writes ignore surface config entirely. 2022-06-30 08:05:07 -07:00
Erik Abair
3982bd69da Adds more tests validating framebuffer independence. 2022-06-30 07:43:04 -07:00
Erik Abair
a1b52b43a1 Another attempt at a #652 repro case. 2022-06-27 22:22:59 -07:00
Erik Abair
c321029cd6
Adds test for #652. (#84) 2022-06-27 15:40:11 -07:00