mame icon indicating copy to clipboard operation
mame copied to clipboard

Update/modernize Voodoo pipeline rasterizer

Open andrew-gardner opened this issue 10 years ago • 1 comments

Code in devices/video/voodoo.* is the last user of the legacy polygon rasterizing code as well as at least one other legacy MAME construct. A restructuring of the code will make the voodoo emulation more portable and relieve MAME of 2 or more legacy implementations.

andrew-gardner avatar Oct 15 '15 05:10 andrew-gardner

Not sure about the legacy rasterizer part nowadays, there are definitely far too many anonymous enumerators and macros declared, and at very least each implementation should have its own dedicated I/O space with progressive inheritance.

angelosa avatar Jan 27 '21 17:01 angelosa