- Fillrate
The fillrate usually refers to the number of pixels a
video card can render and write to video memory in asecond . In this case, fillrates are given inmegapixels per second or ingigapixels per second (in the case of newer cards), and they are obtained by multiplying the number of raster operations (ROPs) by the clock frequency of the graphics processor unit (GPU ) of avideo card . However, there is no agreement on how to calculate and report fillrates. Other possible methods are: to multiply the number of texture units by the clock frequency, or to multiply the number of pixel pipelines by the clock frequency. [Citation
title = Graphics Beginner's Guide, Part 2: Graphics Technology
author = Don Woligroski
publisher = Tom's Hardware
date = July 31, 2006
url = http://www.tomshardware.com/2006/07/31/graphics_beginners_2/index.html] The result of this multiplications correspond to a theoretical number. The actual fillrate depends on many other factors. In the past, the fillrate has been used as an indicator of performance by video card manufacturers such as ATI andNVIDIA , however, the importance of the fillrate as a measurement of performance has declined as the bottleneck in graphics applications has shifted. For example, today, the number ofpixel shader units has gained attention.Scene complexity can be increased by overdrawing, which happens when "an object is drawn to the frame buffer, and then another object (such as a wall) is drawn on top of it, covering it up. The time spent drawing the first object was wasted because it isn't visible." When a sequence of scenes is extremely complex (many pixels have to be drawn for each scene), the
frame rate for the sequence may drop. When designing graphics intensive applications, "there is a simple trick to detect if graphics are fillrate-limited. To do this, run the game in windowed mode. Also, if not done already, put an FPS (frames per second) counter somewhere in the application window. Now, render a view typical for the game or one desired to benchmark; keep the FPS rate in mind. Now, gradually resize the window down to a size of a few pixels while observing the frame rate. If the FPS skyrockets, the game is fill rate-limited." [cite web
title = Fill rate
publisher = DmWiki
url = http://www.devmaster.net/wiki/Fill_rate]ee also
*
Computer graphics
*Graphics processing unit
*Pixel shader References
Wikimedia Foundation. 2010.