Previous | Next --- Slide 20 of 81
Back to Lecture Thumbnails
planteurJMTLG

If you are a graphics person, you think of this algorithm (as a pipeline), not of the C code / GPU etc.

chandana

Can graphics pipeline shown in this slide be considered to be same as hardware accelerators?

Bye

More details about graphics pipeline can be found on computer graphics slides, if anyone's interested.

pagerank

Other rendering techniques like ray chasing are different from the traditional rendering pipeline. But the jobs can still be distributed parallelly.

dmerigou

If you want to display on a fullHD color monitor with a 60 Hz refresh rate, you need to compute 1920x1080x3x60 = 1,5x10^9 values per second. This amount of work justifies having a different chip in your system just for graphics.

l8b

Describing this system in terms of the nouns & verbs, the things being manipulated are the vertices we take as input, and the operations are the calculations we follow to arrive at the final output buffer/pixels.