Apparatus, system, and method for clipping graphics primitives are described. In one embodiment, a graphics processing apparatus includes a clipping engine and an output unit connected to the clipping engine. The clipping engine is configured to clip an input graphics primitive with respect to a set of clipping planes to derive spatial attributes of new vertices. The output unit is configured to identify a subset of the new vertices that defines an output graphics primitive, and the output unit is configured to derive non-spatial attributes of the subset of the new vertices to produce the output graphics primitive.
|
12. A graphics processing apparatus, comprising:
a clipping module configured to:
clip an input graphics primitive with respect to a viewing region to derive spatial attributes of new vertices, the spatial attributes of the new vertices including barycentric coordinates and spatial coordinates of each of the new vertices;
select a subset of the new vertices based on a positioning of the subset of the new vertices with respect to the viewing region;
derive non-spatial attributes of the subset of the new vertices to produce an output graphics primitive; and
discard a remaining subset of the new vertices without deriving non-spatial attributes of the remaining subset of the new vertices.
1. A graphics processing apparatus, comprising:
a clipping engine configured to clip an input graphics primitive with respect to a set of clipping planes to derive spatial attributes of new vertices, the set of clipping planes defining a viewing region, the spatial attributes of the new vertices including: (a) barycentric coordinates and spatial coordinates of each of a subset of the new vertices lying inside of the viewing region and (b) barycentric coordinates and spatial coordinates of each of a remaining subset of the new vertices lying outside of the viewing region; and
an output unit connected to the clipping engine, the output unit configured to identify the subset of the new vertices as lying inside of the viewing region, the output unit configured to derive non-spatial attributes of the subset of the new vertices to produce the output graphics primitive.
7. A graphics processing apparatus, comprising:
a clipping module configured to:
clip an input graphics primitive with respect to a set of clipping planes to derive spatial attributes of a first new vertex and spatial attributes of a second new vertex, the spatial attributes of the first new vertex including barycentric coordinates and spatial coordinates of the first new vertex, the spatial attributes of the second new vertex including barycentric coordinates and spatial coordinates of the second new vertex;
determine whether the first new vertex defines an output graphics primitive;
based on determining that the first new vertex defines the output graphics primitive, derive remaining attributes of the first new vertex;
determine whether the second new vertex defines the output graphics primitive; and
based on determining that the second new vertex does not define the output graphics primitive, discard the second new vertex without deriving remaining attributes of the second new vertex.
2. The graphics processing apparatus of
3. The graphics processing apparatus of
4. The graphics processing apparatus of
color components of the subset of the new vertices;
fog components of the subset of the new vertices;
specularity components of the subset of the new vertices; and
texture coordinates of the subset of the new vertices.
5. The graphics processing apparatus of
6. The graphics processing apparatus of
8. The graphics processing apparatus of
9. The graphics processing apparatus of
color components of the first new vertex;
fog components of the first new vertex;
specularity components of the first new vertex; and
texture coordinates of the first new vertex.
10. The graphics processing apparatus of
11. The graphics processing apparatus of
13. The graphics processing apparatus of
14. The graphics processing apparatus of
|
The invention relates generally to graphics processing. More particularly, the invention relates to an apparatus, system, and method for clipping graphics primitives with deferred derivation of vertex attributes.
In conventional graphics processing systems, an object to be displayed is typically represented as a set of one or more graphics primitives. Examples of graphics primitives include one-dimensional graphics primitives, such as lines, and two-dimensional graphics primitives, such as polygons. Typically, a graphics primitive is defined by a set of vertices each having a number of attributes. For example, a graphics primitive can be a triangle that is defined by three vertices, and each of the vertices can have up to 128 attributes, such as spatial coordinates, color components, fog components, specularity components, and texture coordinates.
Conventional graphics processing systems sometimes implement techniques for clipping graphics primitives. Clipping typically refers to a set of operations that determine which portions of an object are to be displayed with respect to a set of clipping planes. Various techniques have been developed for clipping graphics primitives. Examples of these techniques include the Cohen-Sutherland technique, the Liang-Barsky technique, the Sutherland-Hodgeman technique, and the Weiler technique. Clipping a polygon with respect to a set of clipping planes can produce a number of new vertices, some of which are eventually clipped away and discarded. For example, clipping a triangle with respect to six clipping planes can produce up to 9 new vertices, while clipping the same triangle with respect to 14 clipping planes can produce up to 17 new vertices.
Conventional clipping techniques can be computationally intensive, particularly when clipping polygons with respect to multiple clipping planes. In the case of the Sutherland-Hodgeman technique, clipping with respect to each clipping plane can involve a number of interpolation operations to derive attributes of a new vertex that is produced. Indeed, one significant drawback of the Sutherland-Hodgeman technique is that this technique typically derives all attributes of each new vertex that is produced, even if that new vertex is eventually clipped away and discarded. For example, if each vertex has 128 attributes, derivation of all attributes can involve 128 separate interpolation operations for each new vertex that is produced. As a result of this drawback, the Sutherland-Hodgeman technique can lead to inefficiencies in terms of performing unnecessary interpolation operations, which can translate into a processing time that is longer than desired. In addition, such inefficiencies can translate into an enhanced buffering size requirement to accommodate all attributes of each new vertex that is produced. For example, if each new vertex has 128 attributes each being a 32 bit word, the buffering size requirement can be (17×128×32) when clipping with respect to 14 clipping planes.
It is against this background that a need arose to develop the apparatus, system, and method described herein.
In one aspect, the invention relates to a graphics processing apparatus. In one embodiment, the graphics processing apparatus includes a clipping engine and an output unit connected to the clipping engine. The clipping engine is configured to clip an input graphics primitive with respect to a set of clipping planes to derive spatial attributes of new vertices. The output unit is configured to identify a subset of the new vertices that defines an output graphics primitive, and the output unit is configured to derive non-spatial attributes of the subset of the new vertices to produce the output graphics primitive.
In another embodiment, the graphics processing apparatus includes a clipping module. The clipping module is configured to clip an input graphics primitive with respect to a set of clipping planes to derive spatial attributes of a first new vertex and spatial attributes of a second new vertex. The clipping module is also configured to determine whether the first new vertex defines an output graphics primitive. The clipping module is further configured to, based on determining that the first new vertex defines the output graphics primitive, derive remaining attributes of the first new vertex.
In another aspect, the invention relates to a graphics processing method. In one embodiment, the graphics processing method includes clipping an input graphics primitive with respect to a viewing region to derive spatial attributes of new vertices. The graphics processing method also includes selecting a subset of the new vertices based on a positioning of the subset of the new vertices with respect to the viewing region. The graphics processing method further includes deriving non-spatial attributes of the subset of the new vertices to produce an output graphics primitive.
Advantageously, embodiments of the invention operate in accordance with an improved technique for clipping graphics primitives with respect to a set of clipping planes. In particular, the improved technique allows derivation of certain attributes to be deferred until clipping has been performed with respect to most or all of the clipping planes. By deferring derivation of certain attributes, a complete set of attributes can be derived for a particular new vertex if that new vertex is to be retained, while a complete set of attributes need not be derived for another new vertex if that new vertex is to be discarded. In such manner, the improved technique can provide enhanced efficiency in terms of avoiding or reducing unnecessary operations that might otherwise be performed, thus resulting in a shorter processing time and a reduced buffering size requirement.
Other aspects and embodiments of the invention are also contemplated. The foregoing summary and the following detailed description are not meant to restrict the invention to any particular embodiment but are merely meant to describe some embodiments of the invention.
For a better understanding of the nature and objects of some embodiments of the invention, reference should be made to the following detailed description taken in conjunction with the accompanying drawings, in which:
The computer 102 includes a Central Processing Unit (“CPU”) 108, which is connected to a memory 110 over a bus 122. The memory 110 can include, for example, a Random Access Memory (“RAM”) and a Read Only Memory (“ROM”). As illustrated in
In the illustrated embodiment, the graphics processing apparatus 112 performs a number of operations to display an object using the display device 106. Referring to
As illustrated in
Referring to
Advantageously, the clipping module 118 operates in accordance with an improved technique that allows derivation of certain attributes to be deferred until clipping has been performed with respect to most or all of the clipping planes. In particular, when clipping a graphics primitive with respect to the clipping planes, the clipping module 118 initially derives a partial set of attributes of each new vertex that is produced. As further described herein, this partial set of attributes can correspond to a minimal or optimized set of attributes, and can include spatial coordinates and barycentric coordinates of each new vertex that is produced. Once clipping has been performed with respect to the clipping planes, the clipping module 118 identifies which new vertices, if any, define a clipped graphics primitive and, thus, are to be retained. If a particular new vertex is to be retained, the clipping module 118 derives a remaining set of attributes of that new vertex. As further described herein, this remaining set of attributes can correspond to a majority of attributes of that new vertex, and can be readily derived using barycentric coordinates of that new vertex as interpolation parameters. On the other hand, if a particular new vertex is to be discarded, the clipping module 118 need not derive a remaining set of attributes of that new vertex. By operating in such manner, the clipping module 118 provides enhanced efficiency in terms of avoiding or reducing unnecessary operations that might otherwise be performed, thus resulting in a shorter processing time and a reduced buffering size requirement.
Referring to
The operation of the clipping module 118 described in connection with
As illustrated in
To clip the input graphics primitive 200 with respect to the viewing region 202, the clipping module 118 defines a minimal or optimized set of attributes of each vertex Vi that is involved or produced during clipping of the input graphics primitive 200. In the illustrated example, this minimal set of attributes includes 4 spatial coordinates (xi, yi, zi, wi) in homogenous space as well as 3 barycentric coordinates (ai, bi, ci) of the vertex Vi. It is contemplated that the number of spatial coordinates and the number of barycentric coordinates can be different for another implementation. In the illustrated example, barycentric coordinates of a particular vertex Vi correspond to weighting factors defined based on a relative positioning of the vertex Vi with respect to the input vertices V0, V1, and V2. In particular, ai is a weighting factor defined with respect to the input vertex V0, bi is a weighting factor defined with respect to the input vertex V1, and ci is a weighting factor defined with respect to the input vertex V2. When the vertex Vi is positioned at, or close to, one of the input vertices, a barycentric coordinate that is defined with respect to that input vertex is typically assigned a value of one, or close to one, while remaining barycentric coordinates are typically assigned values of zero, or close to zero. When the vertex Vi is not positioned at one of the input vertices, the barycentric coordinates are typically assigned values intermediate between 0 and 1, such that their sum is equal to one. Spatial coordinates and barycentric coordinates of a particular vertex Vi can be referred to as spatial attributes si of the vertex Vi, while remaining attributes of the vertex Vi, such as color components, fog components, specularity components, and texture coordinates, can be referred to as non-spatial attributes ni of the vertex Vi.
Referring to
To clip the input graphics primitive 200 with respect to the right clipping plane 204, the clipping module 118 derives a clipping distance of each input vertex with respect to the right clipping plane 204. For example, to clip an edge 208 of the input graphics primitive 200 with respect to the right clipping plane 204, the clipping module 118 derives a clipping distance d0,right of the input vertex V0 as well as a clipping distance d1,right of the input vertex V1. In particular, the clipping distance d0,right is derived based on the spatial coordinates of the input vertex V0 as w0+x0, and the clipping distance d1,right is derived based on the spatial coordinates of the input vertex V1 as w1+x1. Once the clipping distances d0,right and d1,right are derived, the clipping module 118 derives spatial attributes sa of a new vertex Va, which corresponds to an intersection of the edge 208 with respect to the right clipping plane 204. In particular, the spatial attributes sa of the new vertex Va include spatial coordinates (xa, ya, za, wa) and barycentric coordinates (aa, ba, ca), and are derived based on the clipping distances d0,right and d1,right as follows:
sa=(d0,right·s1−d1,rights0)/(d0,right−d1,right) (I)
In a similar fashion, the clipping module 118 derives spatial attributes sb of a new vertex Vb, which corresponds to an intersection of an edge 210 of the input graphics primitive 200 with respect to the right clipping plane 204. In particular, the spatial attributes sb of the new vertex Vb include spatial coordinates (xb, yb, zb, wb) and barycentric coordinates (ab, bb, cb) and are derived based on a clipping distance d2,right and the clipping distance d1,right as follows:
sb=(d2,right·s1−d1,right·s2)/(d2,right−d1,right) (II)
As illustrated in
Advantageously, non-spatial attributes na of the− new vertex Va and non-spatial attributes nb of the new vertex Vb need not be derived at this processing stage. In particular, since the new vertex Va is eventually clipped away, derivation of the non-spatial attributes na of the new vertex Va can be avoided altogether, thereby avoiding or reducing unnecessary interpolation operations that might otherwise be performed. Indeed, a computational saving that can be obtained by avoiding these unnecessary interpolation operations will typically more than offset any additional computational load resulting from the use of barycentric coordinates. Moreover, by simply deriving the spatial attributes sa and sb of the new vertices Va and Vb at this processing stage, a buffering size requirement for the new vertices Va and Vb is reduced. In particular, if each attribute is a 32 bit word, the buffering size requirement is (7×32) for each of the new vertices Va and Vb, rather than (128×32) for a conventional clipping technique.
Referring to
sc=(d0,bottom·s2−d2,bottom·s0)/(d0,bottom−d2,bottom) (III)
In a similar fashion, the clipping module 118 derives spatial attributes sd of a new vertex Vd, which corresponds to an intersection of an edge 216 of the intermediate graphics primitive 212 with respect to the bottom clipping plane 206. In particular, the spatial attributes sd of the new vertex Vd include spatial coordinates (xd, yd, zd, wd) and barycentric coordinates (ad, bd, cd), and are derived based on a clipping distance da,bottom and a clipping distance db,bottom as follows:
sd=(da,bottom·sb−db,bottom·sa)/(da,bottom−db,bottom) (IV)
Once clipping has been performed with respect to the right clipping plane 204 and the bottom clipping plane 206, the clipping module 118 identifies which vertices define an output graphics primitive 218 (shaded in
To produce the output graphics primitive 218, the clipping module 118 derives remaining attributes of each new vertex defining the output graphics primitive 218 so as to issue a complete set of attributes of that new vertex. For example, with respect to the new vertex Vb, the clipping module 118 derives the non-spatial attributes nb of the new vertex Vb by interpolating non-spatial attributes n0, n1, and n2 of the input vertices V0, V1, and V2. In particular, by using the barycentric coordinates (ab, bb, cb) of the new vertex Vb as interpolation parameters, the non-spatial attributes nb of the new vertex Vb are derived as follows:
nb=(n0·ab+n1·bb+n2·cb) (V)
In a similar fashion, the clipping module 118 derives non-spatial attributes nc of the new vertex Vc and non-spatial attributes nd of the new vertex Vd as follows:
nc=(n0·ac+n1·bc+n2·cc) (VI)
nd=(n0·ad+n1·bd+n2·cd) (VII)
Since a complete set of attributes of the input vertex V2 was previously received, the clipping module 118 simply issues the complete set of attributes without performing further interpolation operations for the input vertex V2.
Attention next turns to
As illustrated in
Referring to
It should be appreciated that the specific embodiments of the invention discussed above are provided by way of example, and various other embodiments are encompassed by the invention.
Some embodiments of the invention relate to a computer storage product with a computer-readable medium having computer code thereon for performing various computer-implemented operations. The media and computer code may be those specially designed and constructed for the purposes of the invention, or they may be of the kind well known and available to those having skill in the computer software arts. Examples of computer-readable media include, but are not limited to: magnetic storage media such as hard disks, floppy disks, and magnetic tape; optical storage media such as Compact Disc/Digital Video Discs (“CD/DVDs”), Compact Disc-Read Only Memories (“CD-ROMs”), and holographic devices; magneto-optical storage media such as floptical disks; carrier wave signals; and hardware devices that are specially configured to store and execute program code, such as Application-Specific Integrated Circuits (“ASICs”), Programmable Logic Devices (“PLDs”), and ROM and RAM devices. Examples of computer code include, but are not limited to, machine code, such as produced by a compiler, and files containing higher-level code that are executed by a computer using an interpreter. For example, an embodiment of the invention may be implemented using Java, C++, or other object-oriented programming language and development tools. Additional examples of computer code include, but are not limited to, encrypted code and compressed code.
Some embodiments of the invention can be implemented using computer code in place of, or in combination with, hardwired circuitry. For example, with reference to
While the invention has been described with reference to the specific embodiments thereof, it should be understood by those skilled in the art that various changes may be made and equivalents may be substituted without departing from the true spirit and scope of the invention as defined by the appended claims. In addition, many modifications may be made to adapt a particular situation, material, composition of matter, method, process operation or operations, to the objective, spirit and scope of the invention. All such modifications are intended to be within the scope of the claims appended hereto. In particular, while the methods disclosed herein have been described with reference to particular operations performed in a particular order, it will be understood that these operations may be combined, sub-divided, or re-ordered to form an equivalent method without departing from the teachings of the invention. Accordingly, unless specifically indicated herein, the order and grouping of the operations is not a limitation of the invention.
Moreton, Henry Packard, Tao, Andrew J., Parikh, Vimal S.
Patent | Priority | Assignee | Title |
10026216, | Jan 28 2015 | Samsung Electronics Co., Ltd. | Graphics data processing method and apparatus |
10269091, | Nov 10 2017 | Apple Inc.; Apple Inc | Re-using graphics vertex identifiers for primitive blocks across states |
10825238, | May 03 2017 | Microsoft Technology Licensing, LLC | Visual edge rendering using geometry shader clipping |
8068120, | Mar 07 2008 | VIA Technologies, Inc. | Guard band clipping systems and methods |
8368719, | Jul 03 2008 | Malikie Innovations Limited | Method and system for fast clipping of polygons |
8624919, | Jul 03 2008 | Malikie Innovations Limited | Method and system for fast clipping of line segments |
8767010, | Jul 03 2008 | Malikie Innovations Limited | Method and system for fast clipping of polygons |
Patent | Priority | Assignee | Title |
5777625, | Mar 28 1996 | Hewlett-Packard Company | Clipper re-uses storage locations allocated for verticles |
6459438, | Feb 02 2000 | ATI Technologies ULC | Method and apparatus for determining clipping distance |
6507348, | Feb 02 2000 | ATI Technologies ULC | Method and apparatus for clipping an object element in accordance with a clip volume |
6512524, | Feb 02 2000 | ATI Technologies ULC | Method and apparatus for object element attribute determination using barycentric coordinates |
6686924, | Feb 02 2000 | ADVANCED SILICON TECHNOLOGIES, LLC | Method and apparatus for parallel processing of geometric aspects of video graphics data |
7215344, | Jan 15 1998 | RPX Corporation | Triangle clipping for 3D graphics |
20020030693, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
May 26 2006 | PARIKH, VIMAL S | Nvidia Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 017951 | /0424 | |
May 30 2006 | MORETON, HENRY PACKARD | Nvidia Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 017951 | /0424 | |
May 30 2006 | TAO, ANDREW J | Nvidia Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 017951 | /0424 | |
Jun 01 2006 | Nvidia Corporation | (assignment on the face of the patent) | / |
Date | Maintenance Fee Events |
Sep 25 2013 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Sep 25 2017 | M1552: Payment of Maintenance Fee, 8th Year, Large Entity. |
Sep 24 2021 | M1553: Payment of Maintenance Fee, 12th Year, Large Entity. |
Date | Maintenance Schedule |
Apr 27 2013 | 4 years fee payment window open |
Oct 27 2013 | 6 months grace period start (w surcharge) |
Apr 27 2014 | patent expiry (for year 4) |
Apr 27 2016 | 2 years to revive unintentionally abandoned end. (for year 4) |
Apr 27 2017 | 8 years fee payment window open |
Oct 27 2017 | 6 months grace period start (w surcharge) |
Apr 27 2018 | patent expiry (for year 8) |
Apr 27 2020 | 2 years to revive unintentionally abandoned end. (for year 8) |
Apr 27 2021 | 12 years fee payment window open |
Oct 27 2021 | 6 months grace period start (w surcharge) |
Apr 27 2022 | patent expiry (for year 12) |
Apr 27 2024 | 2 years to revive unintentionally abandoned end. (for year 12) |