From 8806aad87f7be2d2e82c7db2b9f0978246e5a747 Mon Sep 17 00:00:00 2001 From: rodri Date: Tue, 10 Sep 2024 14:26:35 +0000 Subject: fix a use-after-free when profiling rasterizer times. this commit also includes the turbo drawing pool. the experiment was successful in getting reasonable drawing times to a fullhd image, but the process causes glitches when moving the objects around, which is unacceptable. it's been commented out for now. --- mkfile | 1 + 1 file changed, 1 insertion(+) (limited to 'mkfile') diff --git a/mkfile b/mkfile index 558ca9c..7a5c535 100644 --- a/mkfile +++ b/mkfile @@ -17,6 +17,7 @@ OFILES=\ color.$O\ util.$O\ nanosec.$O\ + procpool.$O\ HFILES=\ graphics.h\ -- cgit v1.2.3