Content deleted Content added
→Graphics accelerators: add second link |
|||
Line 72:
== Graphics accelerators ==
{{See also|Video card|Graphics processing unit}}
As the demand for better graphics increased, hardware manufacturers created a way to decrease the amount of [[CPU]] time required to fill the framebuffer. This is commonly called ''graphics acceleration''. Common graphics drawing commands (many of them geometric) are sent to the graphics accelerator in their raw form. The accelerator then [[Rasterisation|rasterizes]] the results of the command to the framebuffer. This method frees the CPU to do other work.
|