make it a little less grossly inefficient
commit75b32bc769f7106bbd749f8c5f6b3d21c70ec813
authorKartik K. Agaram <vc@akkartik.com>
Thu, 3 Oct 2024 15:08:50 +0000 (3 08:08 -0700)
committerKartik K. Agaram <vc@akkartik.com>
Thu, 3 Oct 2024 15:08:58 +0000 (3 08:08 -0700)
tree264f7ee9653c836e60e2cdcdb9d922a5762e88b9
parent9b06ae46a206df72117fa1fbe31ded837ff8a5f4
make it a little less grossly inefficient

I ran a quick profile, and we're spending a lot of time in mu_color/blend_pixel.
We could probably be doing our CPU-based shading a little less naively.
This improves #4.
Makefile