summaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2024-09-10 14:26:35 +0000
committerrodri <rgl@antares-labs.eu>2024-09-10 14:26:35 +0000
commit8806aad87f7be2d2e82c7db2b9f0978246e5a747 (patch)
treeec1e040177c0e352331911664bba862bd50fddf3 /mkfile
parent6d137698282ca2c04eff4b52ac8e69ac10164a90 (diff)
downloadlibgraphics-8806aad87f7be2d2e82c7db2b9f0978246e5a747.tar.gz
libgraphics-8806aad87f7be2d2e82c7db2b9f0978246e5a747.tar.bz2
libgraphics-8806aad87f7be2d2e82c7db2b9f0978246e5a747.zip
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.
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile1
1 files changed, 1 insertions, 0 deletions
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\