Rendering pipeline implementation using GPGPU techniques


Jakub Profota Supervisor: Jiří Bittner Bachelor thesis 2023
This bachelor thesis implements a basic graphics pipeline using general-purpose computing techniques on modern graphics processing units. The implementation in CUDA focuses on efficient parallel rasterization of triangles and a basic illumination model. The thesis maps and describes the architecture of the rendering pipeline and graphics chips.