Jump to content

Fragment processing

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Rilak (talk | contribs) at 05:22, 5 May 2011 (References: More precise category). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Fragment processing is a term in computer graphics referring to a collection of operations applied to fragments generated by the rasterization operation in the rendering pipeline.

During the rendering of computer graphics, the rasterization step takes a primitive, described by its vertex coordinates with associated color and texture information, and converts it into a set of fragments. These fragments then undergo a series of processing steps, e.g. scissor test, alpha test, depth test, stencil test, blending, texture mapping and so on. These steps are collectively referred to as fragment processing.[1] [2][3]

References

  1. ^ Rost, Randi J. (2006). OpenGL Shading Language. Addison-Wesley. ISBN 0321334892.
  2. ^ McReynolds, Tom (2005). Advanced Graphics Programming Using OpenGL. Elsevier. ISBN 1558606599. {{cite book}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)
  3. ^ Astle, Dave (2004). OpenGL ES Game Development. Thomson Course Technology. ISBN 1592003702. {{cite book}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)