MH-Flight-Simulator-X / FPGA-src

The source files for the FPGA system, written in SystemVerilog
GNU Lesser General Public License v2.1
2 stars 0 forks source link

Tiled Rasterizer Core #16

Open MortenSorensenNOR opened 1 month ago

MortenSorensenNOR commented 1 month ago

This module should utilize the rasterizer units in order to simultaneously compute the interpolations of the edge functions of a given triangle and to determine whether or not a pixel should be rasterized. Should support variable block sizes, such as 4x4 and 8x8.