Skip to content
Snippets Groups Projects
Commit 6403bb15 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix major performance regression in RIP rendering

A high number of RIP commands use setpixel(), and it was updated
to scan the whole vmem for changes on each call.  Now we just extract
the part that is relevant and only update the one cell if needed.

This also adds parameter validation to bitmap_setpixel() which can
prevent some memory corruption and crashes.
parent 274d038b
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment