Implementation of Graphics Accelerator of Line Raster Based on Bresenham Algorithm

Feng Zhang
2008-01-01
Abstract:Line raster occupies lots of proportions during the graphics drawing,and its speed influences the accelerating performance of the display chip.This paper based on Bresenham algorithm,implements the raster system of single-pixel line.According to symmetry,the discretional line's raster can be done by a simple procedure through partitioning the 2D plane into eight parts equally,which simplifies the architecture of hardware and improves the performance.The line raster system operates at 100MHz steadily based on FPGA platform(Xilinx's Virtex2p-XC2VP30).
What problem does this paper attempt to address?