The present invention relates to computer graphics, and more particularly to providing programmability in a computer graphics processing pipeline.
Graphics application program interfaces (API's) have been instrumental in allowing applications to be written to a standard interface and to be run on multiple platforms, i.e. operating systems. Examples of such graphics API's include Open Graphics Library (OpenGL® and D3D™ transform and lighting pipelines. OpenGL® is the computer industry's standard graphics API for defining 2-D and 3-D graphic images. With OpenGL®, an application can create the same effects in any operating system using any OpenGL®-adhering graphics adapter. OpenGL® specifies a set of commands or immediately executed functions. Each command directs a drawing action or causes special effects.
Thus, in any computer system which supports this OpenGL® standard, the operating system(s) and application software programs can make calls according to the standard, without knowing exactly any specifics regarding the hardware configuration of the system. This is accomplished by providing a complete library of low-level graphics manipulation commands, which can be used to implement graphics operations.
A significant benefit is afforded by providing a predefined set of commands in graphics API's such as OpenGL®. By restricting the allowable operations, such commands can be highly optimized in the driver and hardware implementing the graphics API. On the other hand, one major drawback of this approach is that changes to the graphics API are difficult and slow to be implemented. It may take years for a new feature to be broadly adopted across multiple vendors.
With the impending integration of transform operations into high speed graphics chips and the higher integration levels allowed by semiconductor manufacturing, it is now possible to make part of the geometry pipeline accessible to the application writer. There is thus a need to exploit this trend in order to afford increased flexibility in visual effects. In particular, there is a need to provide a new computer graphics programming model and instruction set that allows convenient implementation of changes to the graphics API, while preserving the driver and hardware optimization afforded by currently established graphics API's.
A system, method and article of manufacture are provided for programmable processing in a computer graphics pipeline. Initially, data is received from a source buffer. Thereafter, programmable operations are performed on the data in order to generate output. The operations are programmable in that a user may utilize instructions from a predetermined instruction set for generating the same. Such output is stored in a register. During operation, the output stored in the register is used in performing the programmable operations on the data.
By this design, the present invention allows a user to program a portion of the graphics pipeline that handles vertex processing. This results in an increased flexibility in generating visual effects. Further, the programmable vertex processing of the present invention allows remaining portions of the graphics pipeline, i.e. primitive processing, to be controlled by a standard graphics application program interface (API) for the purpose of preserving hardware optimizations.
In one embodiment of the present invention, only one vertex is processed at a time in a functional module that performs the programmable operations. Further, the various foregoing operations may be processed for multiple vertices in parallel.
In another embodiment of the present invention, the data may include a constant and/or vertex data. During operation, the constant may be stored in a constant source buffer and the vertex data may be stored in a vertex source buffer. Further, the constant may be accessed in the constant source buffer using an absolute or relative address.
In still another embodiment of the present invention, the register may be equipped with single write and triple read access. The output may also be stored in a destination buffer. The output may be stored in the destination buffer under a predetermined reserved address.
As an option, the programmable vertex processing of the present invention may include negating the data. Still yet, the programmable vertex processing may also involve swizzling the data. Data swizzling is useful when generating vectors. Such technique allows the efficient generation of a vector cross product and other vectors.
During operation, the programmable vertex processing is adapted for carrying out various instructions of an instruction set. Such instructions may include, but are not limited to a no operation, address register load, move, multiply, addition, multiply and addition, reciprocal, reciprocal square root, three component dot product, four component dot product, distance vector, minimum, maximum, set on less than, set on greater or equal than, exponential base two (2), logarithm base two (2), and/or light coefficients.
These various instructions may each be carried out using a unique associated method and data structure. Such data structure includes a source location identifier indicating a source location of data to be processed. Such source location may include a plurality of components. Further provided is a source component identifier indicating in which of the plurality of components of the source location the data resides. The data may be retrieved based on the source location identifier and the source component identifier. This way, the operation associated with the instruction at hand may be performed on the retrieved data in order to generate output.
Also provided is a destination location identifier for indicating a destination location of the output. Such destination location may include a plurality of components. Further, a destination component identifier is included indicating in which of the plurality of components of the destination location the output is to be stored. In operation, the output is stored based on the destination location identifier and the destination component identifier.
These and other advantages of the present invention will become apparent upon reading the following detailed description and studying the various figures of the drawings.
The foregoing and other aspects and advantages are better understood from the following detailed description of a preferred embodiment of the invention with reference to the drawings, in which:
Vertex processing 102 normally leads primitive processing 104, and includes well known operations such as texgen operations, lighting operations, transform operations, and/or any other operations that involve vertices in the computer graphics pipeline 100.
Primitive processing 104 normally follows vertex processing 102, and includes well known operations such as culling, frustum clipping, polymode operations, flat shading, polygon offsetting, fragmenting, and/or any other operations that involve primitives in the computer graphics pipeline 100. It should be noted that still other operations may be performed such as viewport operations.
When disabled, the present invention allows increased or exclusive control of the graphics pipeline 100 by the standard graphics API, as indicated in operation 206. In one embodiment, states of the standard graphics API state may not be overruled by invoking the programmable geometry mode of the present invention. In one embodiment, no graphics API state may be directly accessible by the present invention.
In one embodiment of the present invention, the programmable geometry mode of the present invention may optionally be limited to vertex processing from object space into homogeneous clip space. This is to avoid compromising hardware performance that is afforded by allowing exclusive control of the primitive processing 104 by the standard graphics API at all times.
The remaining description will be set forth assuming that the programmable geometry mode supersedes the standard graphics API only during vertex processing 102. It should be noted, however, that in various embodiments of the present invention, the programmable geometry mode may also supersede the standard graphics API during primitive processing 104.
As shown in
Coupled to the output of the functional module 302 is an input of a register 308 having three outputs. Also coupled to the output of the functional module 302 is a vertex destination buffer 310. The vertex destination buffer 310 may include a vector component write mask, and may preclude read access.
Also included are a vertex source buffer 312 and a constant source buffer 314. The vertex source buffer 312 stores data in the form of vertex data, and may be equipped with write access and/or at least single read access. The constant source buffer 314 stores data in the form of constant data, and may also be equipped with write access and/or at least single read access.
Each of the inputs of the functional module 302 is equipped with a multiplexer 316. This allows the outputs of the register 308, vertex source buffer 312, and constant source buffer 314 to be fed to the inputs of the functional module 302. This is facilitated by buses 318.
Thereafter, in operation 404, programmable operations, i.e. vertex processing 102, are performed on the data in order to generate output. The programmable operations are capable of generating output including at the very least a position of a vertex in homogeneous clip space. In one embodiment, such position may be designated using Cartesian coordinates each with a normalized range between −1.0 and 1.0. Such output is stored in the register 308 in operation 406. During operation 408, the output stored in the register 308 is used in performing the programmable operations on the data. Thus, the register 308 may include any type of memory capable of allowing the execution of the programmable operations on the output.
By this design, the present invention allows a user to program a portion of the graphics pipeline 100 that handles vertex processing. This results in an increased flexibility in generating visual effects. Further, the programmable vertex processing of the present invention allows remaining portions of the graphics pipeline 100 to be controlled by the standard application program interface (API) for the purpose of preserving hardware optimizations.
During operation, only one vertex is processed at a time in the functional module 302 that performs the programmable operations. As such, the vertices may be processed independently. Further, the various foregoing operations may be processed for multiple vertices in parallel.
In one embodiment of the present invention, a constant may be received, and the programmable operations may be performed based on the constant. During operation, the constant may be stored in and received from the constant source buffer 314. Further, the constant may be accessed in the constant source buffer 314 using an absolute or relative address. As an option, there may be one address register for use during reads from the constant source buffer 314. It may be initialized to 0 at the start of program execution in operation 204 of
The register 308 may be equipped with single write and triple read access. Register contents may be initialized to (0,0,0,0) at the start of program execution in operation 204 of
As an option, the programmable vertex processing may include negating the data. Still yet, the programmable vertex processing may also involve swizzling the data. Data swizzling is useful when generating vectors. Such technique allows the efficient generation of a vector cross product and other vectors.
In one embodiment, the vertex source buffer 312 may be 16 quad-words in size (16*128 bits). Execution of the present invention may be commenced when Param[0]/Position is written. All attributes may be persistent. That is, they remain constant until changed. Table 1 illustrates the framework of the vertex source buffer 312. It should be noted that the number of textures supported may vary across implementations.
In another embodiment, the vertex destination buffer 310 may be 13 quad-words in size and may be deemed complete when the program is finished. The following exemplary vertex destination buffer addresses are pre-defined to fit a standard pipeline. Contents are initialized to (0,0,0,1) at start of program execution in operation 204 of
A reserved address (HPOS) may be used to denote the homogeneous clip space position of the vertex in the vertex destination buffer 310. It may be generated by the geometry program. Table 2 illustrates the various locations of the vertex destination buffer 310 and a description thereof.
An exemplary assembly language that may be used in one implementation of the present invention will now be set forth. In one embodiment, no branching instructions may be allowed for maintaining simplicity. It should be noted, however, that branching may be simulated using various combinations of operations, as is well known to those of ordinary skill. Table 3 illustrates a list of the various resources associated with the programming model 300 of
Note: All data registers and memory locations may be four component floats.
For example, the constant source buffer 314 may be accessed as c[*] (absolute) or as c[A0.x+*] (relative). In the relative case, a 32-bit signed address register may be added to the read address. Out of range address reads may result in (0,0,0,0). In one embodiment, the vertex source buffer 312, vertex destination buffer 310, and register 308 may not use relative addressing.
Vector components may be swizzled before use via four subscripts (xyzw). Accordingly, an arbitrary component re-mapping may be done. Examples of swizzling commands are shown in Table 4.
Table 5 illustrates an optional shortcut notation of the assembly language that may be permitted.
All source operands may be negated by putting a ‘−’ sign in front of the above notation. Writes to the register 308 may be markable. In other words, each component may be written only if it appears as a destination subscript (from xyzw). No swizzling may be possible for writes, and subscripts may be ordered (x before y before z before w).
Writes to the vertex destination buffer 310 and/or the constant memory 314 may also be maskable. Each component may be written only if it appears as a destination subscript (from xyzw). No swizzling may be permitted for writes, and subscripts may be ordered (x before y before z before w).
An exemplary assembler format is as follows:
OPCODE DESTINATION, SOURCE(S)
Generated data may be written to the register 308 or the vertex destination buffer 310. Output data is taken from the functional module 302. Table 6 illustrates commands in the proposed assembler format which write output to the register 308 or the vertex destination buffer 310.
During operation, the programmable vertex processing is adapted for carrying out various instructions of an instruction set using any type of programming language including, but not limited to that set forth hereinabove. Such instructions may include, but are not limited to a no operation, address register load, move, multiply, addition, multiply and addition, reciprocal, reciprocal square root, three component dot product, four component dot product, distance vector, minimum, maximum, set on less than, set on greater or equal than, exponential base two (2), logarithm base two (2), and/or light coefficients. Table 7 illustrates the operation code associated with each of the foregoing instructions. Also indicated is a number of inputs and outputs as well as whether the inputs and outputs are scalar or vector.
As shown in Table 7, each of the instructions includes an input and an output which may take the form of a vector and/or a scalar. It should be noted that such vector and scalar inputs and outputs may be handled in various ways. Further information on dealing with such inputs and outputs may be had by reference to a co-pending application entitled “METHOD, APPARATUS AND ARTICLE OF MANUFACTURE FOR A TRANSFORM MODULE IN A GRAPHICS PROCESSOR” filed Dec. 6, 1999 under Ser. No. 09/456,102 and attorney docket number NVIDP010/P000127 which is incorporated herein by reference in its entirety.
These various instructions may each be carried out using a unique associated method and data structure. Such data structure includes a source location identifier indicating a source location of data to be processed. Such source location may include a plurality of components. Further provided is a source component identifier indicating in which of the plurality of components of the source location the data resides. The data may be retrieved based on the source location identifier and the source component identifier. This way, the operation associated with the instruction at hand may be performed on the retrieved data in order to generate output.
Also provided is a destination location identifier for indicating a destination location of the output. Such destination location may include a plurality of components. Further, a destination component identifier is included indicating in which of the plurality of components of the destination location the output is to be stored. In operation, the output is stored based on the destination location identifier and the destination component identifier.
The data is subsequently retrieved based on the source location identifier and the source component identifier, as indicated in operation 506. Further, the particular operation is performed on the retrieved data in order to generate output. See operation 508. The destination location identifier is then identified in operation 510 for indicating a destination location of the output. In operation 512, the destination component identifier is identified for indicating in which of the plurality of components of the destination location the output is to be stored. Finally, in operation 514, the output is stored based on the destination location identifier and the destination component identifier.
Further information will now be set forth regarding each of the instructions set forth in Table 7. In particular, an exemplary format, description, operation, and examples are provided using the programming language set forth earlier.
Address Register Load (ARL)
Format:
ARL A0.x,[−]S0.[xyzw]
Description:
The contents of source scalar are moved into a specified address register.
Source may have one subscript. Destination may have an “.x” subscript. In one embodiment, the only valid address register may be designated as “A0.x.” The address register “A0.x” may be used as a base address for constant reads. The source may be a float that is truncated towards negative infinity into a signed integer.
Operation:
Table 8A sets forth an example of operation associated with the ARL instruction.
Examples:
ARL A0.x,v[7].w (move vertex scalar into address register 0)
MOV R6,c[A0.x+7] (move constant at address A0.x+7 into register R6)
Mov (MOV)
Format:
MOV D[.xyzw],[−]S0[.xyzw]
Description:
The contents of a designated source are moved into a destination.
Operation:
Table 8B sets forth an example of operation associated with the MOV instruction.
Examples:
MOV o[1],−R4 (move negative R4 into o[1])
MOV R5,v[POS].w (move w component of v[POS] into xyzw components of R5)
MOV R7.xyw,R4.x (move x component of R4 into x,y,w components of R7)
Multiply (MUL)
Format:
MUL D[.xyzw],[−]S0[.xyzw],[−]S1[.xyzw]
Description:
The present instruction multiplies sources into a destination. It should be noted that 0.0 times anything is 0.0.
Operation:
Table 8C sets forth an example of operation associated with the MUL instruction.
Examples:
MUL R6,R5,c[CON5] R6.xyzw=R5.xyzw*c[CON5].xyzw
MUL R6.x,R5.w,−R7 R6.x=R5.w*−R7.x
Add (ADD)
Format:
ADD D[.xyzw],[−]S0[.xyzw],[−]S1[.xyzw]
Description:
The present instruction adds sources into a destination.
Operation:
Table 8D sets forth an example of operation associated with the ADD instruction.
Examples:
ADD R6,R5.x,c[CON5] R6.xyzw=R5.x+c[CON5].xyzw
ADD R6.x,R5,−R7 R6.x=R5.x−R7.x
ADD R6,−R5,c[CON5] R6.xyzw=−R5.xyzw+c[CON5].xyzw
Multiply And Add (MAD)
Format:
MAD D[.xyzw],[−]S0[.xyzw],[−]S1[.xyzw],[−]S2[.xyzw]
Description:
The present instruction multiplies and adds sources into a destination. It should be noted that 0.0 times anything is 0.0.
Operation:
Table 8E sets forth an example of operation associated with the MAD instruction.
Examples:
MAD R6,−R5,v[POS],−R3 R6=−R5*v[POS]−R3
MAD R6.z,R5.w,v[POS],R5 R6.z=R5.w*v[POS].z+R5.z
Reciprocal (RCP)
Format:
RCP D[.xyzw],[−]S0.[xyzw]
Description:
The present instruction inverts a source scalar into a destination. The source may have one subscript. Output may be exactly 1.0 if the input is exactly 1.0.
RCP(−Inf) gives (−0.0,−0.0,−0.0,−0.0)
RCP(−0.0) gives (−Inf,−Inf,−Inf,−Inf)
RCP(+0.0) gives (+Inf,+Inf,+Inf,+Inf)
RCP(+Inf) gives (0.0,0.0,0.0,0.0)
Operation:
Table 8F sets forth an example of operation associated with the RCP instruction.
Examples:
RCP R2,c[A0.x+14].x R2.xyzw=1/c[A0.x+14].x
RCP R2.w,R3.z R2.w=1/R3.z
Reciprocal Square Root (RSQ)
Format:
RSQ D[.xyzw],[−]S0.[xyzw]
Description:
The present instruction performs an inverse square root of absolute value on a source scalar into a destination. The source may have one subscript. The output may be exactly 1.0 if the input is exactly 1.0.
RSQ(0.0) gives (+Inf,+Inf,+Inf,+Inf)
RSQ(Inf) gives (0.0,0.0,0.0,0.0)
Operation:
Table 8G sets forth an example of operation associated with the RSQ instruction.
Examples:
RSQ o[PA0],R3.y o[PA0]=1/sqrt(abs(R3.y))
RSQ R2.w,v[9].x R2.w=1/sqrt(abs(v[9].x))
Three Component Dot Product (DP3)
Format:
DP3 D[.xyzw],[−]S0[.xyzw],[−]S1[.xyzw]
Description:
The present instruction performs a three component dot product of the sources into a destination. It should be noted that 0.0 times anything is 0.0.
Operation:
Table 8H sets forth an example of operation associated with the DP3 instruction.
Examples:
DP3 R6,R3,R4 R6.xyzw=R3,x*R4.x+R3.y*R4.y+R3.z*R4.z
DP3 R6.w,R3,R4 R6.w=R3.x*R4.x+R3.y*R4.y+R3.z*R4.z
Four Component Dot Product (DP4)
Format:
DP4 D[.xyzw],[−]S0[.xyzw],[−]S1[.xyzw]
Description:
The present instruction performs a four component dot product of the sources into a destination. It should be noted that 0.0 times anything is 0.0.
Operation:
Table 8I sets forth an example of operation associated with the DP4 instruction.
Examples:
DP4 R6,v[POS],c[MV0] R6.xyzw=v.x*c.x+v.y*c.y+v.z*c.z+v.w*c.w
DP4 R6.xw,v[POS].w,R3 R6.xw=v.w*R3.x+v.w*R3.y+v.w*R3.z+v.w*R3.w
Distance Vector (DST)
Format:
DST D[.xyzw],[−]S0[.xyzw],[−]S1[.xyzw]
Description:
The present instruction calculates a distance vector. A first source vector is assumed to be (NA,d*d,d*d,NA) and a second source vector is assumed to be (NA,1/d,NA,1/d). A destination vector is then outputted in the form of (1,d,d*d,1/d). It should be noted that 0.0 times anything is 0.0.
Operation:
Table 8J sets forth an example of operation associated with the DST instruction.
Examples:
DST R2,R3,R4 R2.xyzw=(1.0,R3.y*R4.y,R3.z,R4.w)
Minimum (MIN)
Format:
MIN D[xyzw],[−] S0[.xyzw],[−]S1[.xyzw]
Description:
The present instruction determines a minimum of sources, and moves the same into a destination.
Operation:
Table 8K sets forth an example of operation associated with the MIN instruction.
Examples:
MIN R2,R3,R4 R2=component min(R3,R4)
MIN R2.x,R3.z,R4 R2.x=min(R3.z,R4.x)
Maximum (MAX)
Format:
MAX D[.xyzw],[−]S0[.xyzw],[−]S1[.xyzw]
Description:
The present instruction determines a maximum of sources, and moves the same into a destination.
Operation:
Table 8L sets forth an example of operation associated with the MAX instruction.
Examples:
MAX R2,R3,R4 R2=component max(R3,R4)
MAX R2.w,R3.x,R4 R2.w=max(R3.x,R4.w)
Set On Less Than (SLT)
Format:
SLT D[.xyzw],[−]S0[.xyzw],[−]S1[.xyzw]
Description:
The present instruction sets a destination to 1.0/0.0 if source0 is less_than/greater_or_equal to source1. The following relationships should be noted:
SetEQ R0,R1=(SGE R0,R1)*(SGE−R0,−R1)
SetNE R0,R1=(SLT R0,R1)+(SLT−R0,−R1)
SetLE R0,R1=SGE−R0,−R1
SetGT R0,R1=SLT−R0,−R1
Operation:
Table 8M sets forth an example of operation associated with the SLT instruction.
Examples:
SLT R4,R3,R7 R4.xyzw=(R3.xyzw<R7.xyzw ? 1.0:0.0)
SLT R3.xz,R6.w,R4 R3.xz=(R6.w<R4.xyzw ? 1.0:0.0)
Set on Greater or Equal Than (SGE)
Format:
SGE D[.xyzw],[−]S0[.xyzw],[−]S1[.xyzw]
Description:
The present instruction set a destination to 1.0/0.0 if source0 is greater_or_equal/less_than source1.
Operation:
Table 8N sets forth an example of operation associated with the SGE instruction.
Examples:
SGE R4,R3,R7 R4.xyzw=(R3.xyzw>=R7.xyzw ? 1.0:0.0)
SGE R3.xz,R6.w,R4 R3.xz=(R6.w>=R4.xyzw ? 1.0:0.0)
Exponential Base 2 (EXP)
Format:
EXP D[xyzw],[−]S0.[xyzw]
Description:
The present instruction performs an exponential base 2 partial support. It generates an approximate answer in dest.z, and allows for a more accurate answer of dest.x*FUNC(dest.y) where FUNC is some user approximation to 2**dest.y (0.0<=dest.y<1.0). It also accepts a scalar source0. It should be noted that reduced precision arithmetic is acceptable in evaluating dest.z.
EXP(−Inf) or underflow gives (0.0,0.0,0.0,1.0)
EXP(+Inf) or overflow gives (+Inf,0.0,+Inf,1.0)
Operation:
Table 8O sets forth an example of operation associated with the EXP instruction.
Examples:
EXP R4,R3.z
Logarithm Base 2 (LOG)
Format:
LOG D[.xyzw],[−]S0.[xyzw]
Description:
The present instruction performs a logarithm base 2 partial support. It generates an approximate answer in dest.z and allows for a more accurate answer of dest.x+FUNC(dest.y) where FUNC is some user approximation of log 2(dest.y) (1.0<=dest.y<2.0). It also accepts a scalar source0 of which the sign bit is ignored. Reduced precision arithmetic is acceptable in evaluating dest.z.
LOG(0.0) gives (−Inf,1.0,−Inf,1.0)
LOG(Inf) gives (Inf,1.0,Inf,1.0)
Operation:
Table 8P sets forth an example of operation associated with the LOG instruction.
Examples:
LOG R4,R3.z
Light Coefficients (LIT)
Format:
LIT D[xyzw],[−]S0[.xyzw]
Description:
The present instruction provides lighting partial support. It calculates lighting coefficients from two dot products and a power (which gets clamped to—128.0<power<128.0). The source vector is:
Source0.x=n*1 (unit normal and light vectors)
Source0.y=n*h (unit normal and halfangle vectors)
Source0.z is unused
Source0.w=power
Reduced precision arithmetic is acceptable in evaluating dest.z. Allowed error is equivalent to a power function combining the LOG and EXP instructions (EXP(w*LOG(y))). An implementation may support at least 8 fraction bits in the power. Note that since 0.0 times anything may be 0.0, taking any base to the power of 0.0 will yield 1.0.
Operation:
Table 8Q sets forth an example of operation associated with the LIT instruction.
Examples:
LIT R4,R3
Floating Point Requirements
In one embodiment, all vertex program calculations may be assumed to use IEEE single precision floating-point math with a format of s1e8m23 (one signed bit, 8 bits of exponent, 23 bits of magnitude) or better and the round-to-zero rounding mode. Possible exceptions to this are the RCP, RSQ, LOG, EXP, and LIT instructions.
It should be noted that (positive or negative) 0.0 times anything is (positive) 0.0. The RCP and RSQ instructions deliver results accurate to 1.0/(2^22) and the approximate output (the z component) of the EXP and LOG instructions only has to be accurate to 1.0/(2^11). The LIT instruction specular output (the z component) is allowed an error equivalent to the combination of the EXP and LOG combination to implement a power function.
The floor operations used by the ARL and EXP instructions may operate identically. Specifically, the x component result of the EXP instruction exactly matches the integer stored in the address register by the ARL instruction.
Since distance is calculated as (d^2)*(1/sqrt(d^2)), 0.0 multiplied by anything is 0.0. This affects the MUL, MAD, DP3, DP4, DST, and LIT instructions. Because if/then/else conditional evaluation is done by multiplying by 1.0 or 0.0 and adding, the floating point computations may require:
0.0*x=0.0 for all x (including +Inf, −Inf, +NaN, and −Nan)
1.0*x=x for all x (including +Inf and −Inf)
0.0+x=x for all x (including +Inf and −Inf)
Including +Inf, −Inf, +Nan, and −Nan when applying the above three rules is recommended but not required. (The recommended inclusion of +Inf, −Inf, +Nan, and −Nan when applying the first rule is inconsistent with IEEE floating-point requirements.)
No floating-point exceptions or interrupts are necessarily generated. Denorms may not necessarily be supported. If a denorm is input, it is treated as 0.0 (i.e., denorms are flushed to zero).
Computations involving +Nan or −Nan generate +NaN, except for the recommendation that zero times +Nan or −Nan may always be zero. (This exception is inconsistent with IEEE floating-point requirements).
Programming Examples
A plurality of program examples will now be set forth in Table 9.
While various embodiments have been described above, it should be understood that they have been presented by way of example only, and not limitation. Thus, the breadth and scope of a preferred embodiment should not be limited by any of the above described exemplary embodiments, but should be defined only in accordance with the following claims and their equivalents.
The present application is a divisional of an application entitled “SYSTEM, METHOD AND ARTICLE OF MANUFACTURE FOR A PROGRAMMABLE PROCESSING MODEL WITH INSTRUCTION SET” filed Feb. 28, 2007 now U.S. Pat. No. 7,697,008 under Ser. No. 11/680,125 which, in turn, is a divisional of an application entitled “SYSTEM, METHOD AND ARTICLE OF MANUFACTURE FOR A PROGRAMMABLE VERTEX PROCESSING MODEL WITH INSTRUCTION SET” filed May 31, 2000 under Ser. No. 09/586,249, now U.S. Pat. No. 7,209,140, which, in turn, is a continuation-in-part of an application entitled “METHOD, APPARATUS AND ARTICLE OF MANUFACTURE FOR A TRANSFORM MODULE IN A GRAPHICS PROCESSOR” filed Dec. 6, 1999 under Ser. No. 09/456,102, now U.S. Pat. No. 6,353,439, which is incorporated herein by reference in its entirety.
Number | Name | Date | Kind |
---|---|---|---|
5025407 | Gulley et al. | Jun 1991 | A |
5179647 | Chang | Jan 1993 | A |
5222202 | Koyamada | Jun 1993 | A |
5255352 | Falk | Oct 1993 | A |
5289577 | Gonzales et al. | Feb 1994 | A |
5341324 | Matsumoto et al. | Aug 1994 | A |
5388841 | San et al. | Feb 1995 | A |
5428718 | Peterson et al. | Jun 1995 | A |
5459820 | Schroeder et al. | Oct 1995 | A |
5509110 | Latham | Apr 1996 | A |
5579455 | Greene et al. | Nov 1996 | A |
5613050 | Hochmuth et al. | Mar 1997 | A |
5694143 | Fielder et al. | Dec 1997 | A |
5701479 | Venable et al. | Dec 1997 | A |
5724561 | Tarolli et al. | Mar 1998 | A |
5740383 | Nally et al. | Apr 1998 | A |
5764228 | Baldwin | Jun 1998 | A |
5801711 | Koss et al. | Sep 1998 | A |
5808619 | Choi et al. | Sep 1998 | A |
5838337 | Kimura et al. | Nov 1998 | A |
5838377 | Greene | Nov 1998 | A |
5850230 | San et al. | Dec 1998 | A |
5854929 | Van Praet et al. | Dec 1998 | A |
5864342 | Kajiya et al. | Jan 1999 | A |
5880736 | Peercy et al. | Mar 1999 | A |
5886701 | Chauvin et al. | Mar 1999 | A |
5949424 | Cabral et al. | Sep 1999 | A |
5956042 | Tucker et al. | Sep 1999 | A |
5963210 | Lewis et al. | Oct 1999 | A |
5974168 | Rushmeier et al. | Oct 1999 | A |
5977977 | Kajiya et al. | Nov 1999 | A |
5977997 | Vainsencher | Nov 1999 | A |
5995996 | Venable | Nov 1999 | A |
5999187 | Dehmlow et al. | Dec 1999 | A |
6000027 | Pawate et al. | Dec 1999 | A |
6014144 | Nelson et al. | Jan 2000 | A |
6014472 | Minami et al. | Jan 2000 | A |
6016151 | Lin | Jan 2000 | A |
6046747 | Saunders et al. | Apr 2000 | A |
6057855 | Barkans | May 2000 | A |
6097395 | Harris et al. | Aug 2000 | A |
6104417 | Nielsen et al. | Aug 2000 | A |
6137497 | Strunk et al. | Oct 2000 | A |
6144365 | Young et al. | Nov 2000 | A |
6163319 | Peercy et al. | Dec 2000 | A |
6166748 | Van Hook et al. | Dec 2000 | A |
6169554 | Deering | Jan 2001 | B1 |
6172679 | Lim | Jan 2001 | B1 |
6173366 | Thayer et al. | Jan 2001 | B1 |
6175367 | Parikh et al. | Jan 2001 | B1 |
6198488 | Lindholm et al. | Mar 2001 | B1 |
6221883 | Baldessarini et al. | Apr 2001 | B1 |
6279100 | Tremblay et al. | Aug 2001 | B1 |
6288418 | Reed et al. | Sep 2001 | B1 |
6288723 | Huff et al. | Sep 2001 | B1 |
6304265 | Harris et al. | Oct 2001 | B1 |
6326964 | Snyder et al. | Dec 2001 | B1 |
6342888 | Lindholm et al. | Jan 2002 | B1 |
6347344 | Baker et al. | Feb 2002 | B1 |
6353439 | Lindholm et al. | Mar 2002 | B1 |
6417858 | Bosch et al. | Jul 2002 | B1 |
6424343 | Deering et al. | Jul 2002 | B1 |
6452595 | Montrym et al. | Sep 2002 | B1 |
6462737 | Lindholm et al. | Oct 2002 | B2 |
6480205 | Greene et al. | Nov 2002 | B1 |
6559842 | Deering et al. | May 2003 | B1 |
6577309 | Lindholm et al. | Jun 2003 | B2 |
6577316 | Brethour et al. | Jun 2003 | B2 |
6608625 | Chin et al. | Aug 2003 | B1 |
6636214 | Leather et al. | Oct 2003 | B1 |
6636215 | Greene | Oct 2003 | B1 |
6650331 | Lindholm et al. | Nov 2003 | B2 |
6707462 | Peercy et al. | Mar 2004 | B1 |
6714197 | Thekkath et al. | Mar 2004 | B1 |
6717576 | Duluk et al. | Apr 2004 | B1 |
6731289 | Peercy et al. | May 2004 | B1 |
6734874 | Lindholm et al. | May 2004 | B2 |
6768487 | Greene et al. | Jul 2004 | B1 |
6788303 | Baldwin | Sep 2004 | B2 |
6844880 | Lindholm et al. | Jan 2005 | B1 |
6870540 | Lindholm et al. | Mar 2005 | B1 |
6891538 | Tannenbaum | May 2005 | B1 |
6906716 | Moreton et al. | Jun 2005 | B2 |
6947047 | Moy et al. | Sep 2005 | B1 |
6956042 | Bhatti et al. | Oct 2005 | B2 |
6970206 | Swan et al. | Nov 2005 | B1 |
6975321 | Lindholm et al. | Dec 2005 | B1 |
6983357 | Poff et al. | Jan 2006 | B2 |
6992667 | Lindholm et al. | Jan 2006 | B2 |
6992669 | Montrym et al. | Jan 2006 | B2 |
7002577 | Lindholm et al. | Feb 2006 | B2 |
7002588 | Lindholm et al. | Feb 2006 | B1 |
7009607 | Lindholm et al. | Mar 2006 | B2 |
7010724 | Hicok | Mar 2006 | B1 |
7034829 | Lindholm et al. | Apr 2006 | B2 |
7050055 | Lindholm et al. | May 2006 | B2 |
7064763 | Lindholm et al. | Jun 2006 | B2 |
7071935 | Deering et al. | Jul 2006 | B1 |
7095414 | Lindholm et al. | Aug 2006 | B2 |
7116333 | Peercy | Oct 2006 | B1 |
7136070 | Papakipos et al. | Nov 2006 | B1 |
7209140 | Lindholm et al. | Apr 2007 | B1 |
7212205 | Uesaki et al. | May 2007 | B2 |
7242414 | Thekkath et al. | Jul 2007 | B1 |
7249306 | Chen | Jul 2007 | B2 |
7274373 | Bastos et al. | Sep 2007 | B1 |
7373727 | Greene et al. | May 2008 | B2 |
7375727 | Greene et al. | May 2008 | B1 |
7432932 | San et al. | Oct 2008 | B2 |
7755636 | Lindholm et al. | Jul 2010 | B1 |
7952579 | Greene et al. | May 2011 | B1 |
7969436 | Greene et al. | Jun 2011 | B1 |
20010043224 | San et al. | Nov 2001 | A1 |
20030025706 | Ritter | Feb 2003 | A1 |
20060031818 | Poff et al. | Feb 2006 | A1 |
20070055967 | Poff et al. | Mar 2007 | A1 |
Number | Date | Country |
---|---|---|
0 690 430 | Jan 1996 | EP |
0 690 430 | Jul 1996 | EP |
64-026966 | Jan 1989 | JP |
64040679 | Feb 1989 | JP |
9828695 | Jul 1998 | WO |
9952040 | Oct 1999 | WO |
0141069 | Jun 2001 | WO |
0141073 | Jun 2001 | WO |
0243002 | May 2002 | WO |
02103633 | Dec 2002 | WO |
Number | Date | Country | |
---|---|---|---|
Parent | 11680125 | Feb 2007 | US |
Child | 11942577 | US | |
Parent | 09586249 | May 2000 | US |
Child | 11680125 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 09456102 | Dec 1999 | US |
Child | 09586249 | US |