US20120256932A1 - Floating point computer system on a single chip - Google Patents

Floating point computer system on a single chip Download PDF

Info

Publication number
US20120256932A1
US20120256932A1 US13/494,235 US201213494235A US2012256932A1 US 20120256932 A1 US20120256932 A1 US 20120256932A1 US 201213494235 A US201213494235 A US 201213494235A US 2012256932 A1 US2012256932 A1 US 2012256932A1
Authority
US
United States
Prior art keywords
floating point
computer system
memory
rasterization
color values
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US13/494,235
Inventor
John M. Airey
Mark S. Peercy
Robert A. Drebin
John Montrym
David L. Dignam
Christopher J. Migdal
Danny D. Loh
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
RPX Corp
Original Assignee
Graphics Properties Holdings Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=29418296&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=US20120256932(A1) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by Graphics Properties Holdings Inc filed Critical Graphics Properties Holdings Inc
Priority to US13/494,235 priority Critical patent/US20120256932A1/en
Publication of US20120256932A1 publication Critical patent/US20120256932A1/en
Assigned to SILICON GRAPHICS, INC. reassignment SILICON GRAPHICS, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MONTRYM, JOHN, DREBIN, ROBERT A., DIGNAM, DAVID L., PEERCY, MARK S., LOH, DANNY D., AIREY, JOHN M., MIGDAL, CHRISTOPHER J.
Assigned to GRAPHICS PROPERTIES HOLDINGS, INC. reassignment GRAPHICS PROPERTIES HOLDINGS, INC. CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: SILICON GRAPHICS, INC.
Assigned to RPX CORPORATION reassignment RPX CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: GRAPHICS PROPERTIES HOLDINGS, INC.
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T15/003D [Three Dimensional] image rendering
    • G06T15/10Geometric effects
    • G06T15/40Hidden part removal
    • G06T15/405Hidden part removal using Z-buffer
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/20Processor architectures; Processor configuration, e.g. pipelining
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/40Filling a planar surface by adding surface attributes, e.g. colour or texture
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T15/003D [Three Dimensional] image rendering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three dimensional [3D] modelling, e.g. data description of 3D objects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T19/00Manipulating 3D models or images for computer graphics
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G5/00Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators
    • G09G5/36Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators characterised by the display of a graphic pattern, e.g. using an all-points-addressable [APA] memory
    • G09G5/39Control of the bit-mapped memory
    • G09G5/393Arrangements for updating the contents of the bit-mapped memory

Definitions

  • This invention relates to the field of computer graphics. Specifically, the present invention pertains to an apparatus and process relating to floating point rasterization and framebuffering in a graphics display system.
  • a graphics program consists of commands used to specify the operations needed to produce interactive three-dimensional images. It can be envisioned as a pipeline through which data pass, where the data are used to define the image to be produced and displayed. The user issues a command through the central processing unit of a computer system, and the command is implemented by the graphics program. At various points along the pipeline, various operations specified by the user's commands are carried out, and the data are modified accordingly.
  • the desired image is framed using geometric shapes such as lines and polygons (usually triangles), referred to in the art as “primitives.”
  • the vertices of these primitives define a crude shell of the objects in the scene to be rendered. The derivation and manipulation of the multitudes of vertices in a given scene, entail performing many geometric calculations.
  • a scan conversion process is performed to specify which picture elements or “pixels” of the display screen, belong to which of the primitives.
  • portions or “fragments” of a pixel fall into two or more different primitives.
  • the more sophisticated computer systems process pixels on a per fragment basis. These fragments are assigned attributes such as color, perspective (i.e., depth), and texture.
  • effects such as lighting, fog, and shading are added.
  • anti-aliasing and blending functions are used to give the picture a smoother and more realistic appearance.
  • the processes pertaining to scan converting, assigning colors, depth buffering, texturing, lighting, and anti-aliasing are collectively known as rasterization.
  • Today's computer systems often contain specially designed rasterization hardware to accelerate 3-D graphics.
  • the pixel attributes are stored in a frame buffer memory. Eventually, these pixel values are read from the frame buffer and used to draw the three-dimensional images on the computer screen.
  • One prior art example of a computer architecture which has been successfully used to build 3-D computer imaging systems is the Open GL architecture invented by Silicon Graphics, Inc. of Mountain View, Calif.
  • the decimal point is allowed to “float.”
  • the unit within the microprocessor for performing arithmetic functions is commonly referred to as the “floating point unit.”
  • This same floating point unit can be used in executing normal microprocessor instructions as well as in performing geometric calculations in support of the rendering process.
  • some computer systems utilize a specialized geometry engine, which is dedicated to performing nothing but geometric calculations. These geometry engines have taken to handling its calculations on a floating point basis.
  • Some examples of floating point software emulation on a fixed point hardware platform include Pixar's RenderMan software and software described in the following publications: Olano, Marc and Anselmo Lastra, “A Shading Language on Graphics Hardware: The PixelFlow Shading System,” Proceedings of SIGGRAPH 98, Computer Graphics, Annual Conference Series, ACM SIGGRAPH, 1998; and Anselmo Lastra, Steve Molnar, Marc Olano, and Yulan Wang, “Real-Time Programmable Shading,” Proceedings of the 1995 Symposium of Interactive 3D Graphics (Monterey, Calif., Apr. 9-12, 1995), ACM SIGGRAPH, New York, 1995.
  • the frame buffer it is preferable to operate directly on the data stored in the frame buffer.
  • Operating directly on the frame buffer data is preferable because it allows changes to be made to the frame buffer data without having to unnecessarily repeat some of the preceding steps in the graphics pipeline.
  • the information stored in the frame buffer is a rich source of data that can be used in subsequent graphics calculations.
  • some steps typically need to be repeated to restore the accuracy of the data and allow it to be operated on before it is read back into the frame buffer.
  • data would need to be read from the frame buffer and input into the graphics program at or near the beginning of the program, so that the data could be recalculated in the floating point format to restore the required precision and range.
  • a disadvantage to the prior art is that additional steps are necessary to allow direct operation on the frame buffer data, thus increasing the processing time. This in turn can limit other applications of the graphics program; for example, in an image processing application, an image operated on by the graphics program and stored in the frame buffer could be subsequently enhanced through direct operation on the frame buffer data.
  • an image operated on by the graphics program and stored in the frame buffer could be subsequently enhanced through direct operation on the frame buffer data.
  • the accuracy necessary to portray the desired detail of the image is lost, or else the accuracy would have to be regenerated by repeated passes through the graphics pipeline.
  • the present invention provides one such display system. Furthermore, the display system of the present invention is designed to be compatible to a practical extent with existing computer systems and graphics subsystems.
  • the present invention provides a display system and process whereby the geometry, rasterization, and frame buffer predominately operate on a floating point format.
  • Vertex information associated with geometric calculations are specified in a floating point format.
  • Attributes associated with pixels and fragments are defined in a floating point format. In particular, all color values exist as floating point format.
  • certain rasterization processes are performed according to a floating point format. Specifically, the scan conversion process is now handled entirely on a floating point basis. Texturing, fog, and antialiasing all operate on floating point numbers.
  • the texture map stores floating point texel values. The resulting data are read from, operated on, written to and stored in the frame buffer using floating point formats, thereby enabling subsequent graphics operations to be performed directly on the frame buffer data without any loss of accuracy.
  • floating point formats Many different types exist and can be used to practice the present invention. However, it has been discovered that one floating point format, known as “s10e5,” has been found to be particularly optimal when applied to various aspects of graphical computations. As such, it is used extensively throughout the geometric, rasterization and frame buffer processes of the present invention. To optimize the range and precision of the data in the geometry, rasterization, and frame buffer processes, this particular s10e5 floating point format imposes a 16-bit format which provides one sign bit, ten mantissa bits, and five exponent bits. In another embodiment, a 17-bit floating point format designated as “s11e5” is specified to maintain consistency and ease of use with applications that uses 12 bits of mantissa. Other formats may be used in accordance with the present invention depending on the application and the desired range and precision.
  • FIG. 1 shows a computer graphics system upon which the present invention may be practiced.
  • FIG. 2 is a flow chart illustrating the stages for processing data in a graphics program in accordance with the present invention.
  • FIG. 3 is a tabulation of the representative values for all possible bit combinations used in the preferred embodiment of the present invention.
  • FIG. 4 shows a block diagram of the currently preferred embodiment of the display system.
  • FIGS. 5A-5C show a more detailed layout of a display system for implementing the floating point present invention.
  • System 100 can include any computer-controlled graphics systems for generating complex or three-dimensional images.
  • Computer system 100 comprises a bus or other communication means 101 for communicating information, and a processing means 102 coupled with bus 101 for processing information.
  • System 100 further comprises a random access memory (RAM) or other dynamic storage device 104 (referred to as main memory), coupled to bus 101 for storing information and instructions to be executed by processor 102 .
  • Main memory 104 also may be used for storing temporary variables or other intermediate information during execution of instructions by processor 102 .
  • Data storage device 107 is coupled to bus 101 for storing information and instructions.
  • an input/output (I/O) device 108 is used to couple the computer system 100 onto a network.
  • I/O input/output
  • Computer system 100 can also be coupled via bus 101 to an alphanumeric input device 122 , including alphanumeric and other keys, that is typically coupled to bus 101 for communicating information and command selections to processor 102 .
  • cursor control 123 is Another type of user input device
  • cursor control 123 such as a mouse, a trackball, or cursor direction keys for communicating direction information and command selections to processor 102 and for controlling cursor movement on, display 121 .
  • This input device typically has two degrees of freedom in two axes, a first axis (e.g., x) and a second axis (e.g., y), which allows the device to specify positions in a plane.
  • graphics subsystem 111 Also coupled to bus 101 is a graphics subsystem 111 .
  • Processor 102 provides the graphics subsystem 111 with graphics data such as drawing commands, coordinate vertex data, and other data related to an object's geometric position, color, and surface parameters.
  • the object data are processed by graphics subsystem 111 in the following four pipelined stages: geometry subsystem, scan conversion subsystem, raster subsystem, and a display subsystem.
  • the geometry subsystem converts the graphical data from processor 102 into a screen coordinate system.
  • the scan conversion subsystem then generates pixel data based on the primitives (e.g., points, lines, polygons, and meshes) from the geometry subsystem.
  • the pixel data are sent to the raster subsystem, whereupon z-buffering, blending, texturing, and anti-aliasing functions are performed.
  • the resulting pixel values are stored in a frame buffer 140 .
  • the frame buffer is element 140 , as shown in FIG. 2 of the present application.
  • the display subsystem reads the frame buffer and displays the image on display monitor 121 .
  • the graphics program 130 also referred to in the art as a state machine or a rendering pipeline, provides a software interface that enables the user to produce interactive three-dimensional applications on different computer systems and processors.
  • the graphics program 130 is exemplified by a system such as OpenGL by Silicon Graphics; however, it is appreciated that the graphics program 130 is exemplary only, and that the present invention can operate within a number of different graphics systems or state machines other than OpenGL.
  • graphics program 130 operates on both vertex (or geometric) data 131 and pixel (or image) data 132 .
  • the process steps within the graphics program 130 consist of the display list 133 , evaluators 134 , per-vertex operations and primitive assembly 135 , pixel operations 136 , texture assembly 137 , rasterization 138 , per-fragment operations 139 , and the frame buffer 140 .
  • Vertex data 131 and pixel data 132 are loaded from the memory of central processor 102 and saved in a display list 133 .
  • the evaluators 134 derive the coordinates, or vertices, that are used to describe points, lines, polygons, and the like, referred to in the art as “primitives.” From this point in the process, vertex data and pixel data follow a different route through the graphics program as shown in FIG. 2 .
  • vertex data 131 are converted into primitives that are assembled to represent the surfaces to be graphically displayed.
  • advanced features such as lighting calculations may also be performed at the per-vertex operations stage.
  • the primitive assembly 135 B then eliminates unnecessary portions of the primitives and adds characteristics such as perspective, texture, color and depth.
  • pixel data may be read from the processor 102 or the frame buffer 140 .
  • a pixel map processes the data from the processor to add scaling, for example, and the results are then either written into texture assembly 137 or sent to the rasterization step 138 .
  • Pixel data read from the frame buffer 140 are similarly processed within pixel operations 136 .
  • a single pass is made through the pixel operations before the data are written to the texture memory or back to the frame buffer. Additional single passes may be subsequently made as needed to operate on the data until the desired graphics display is realized.
  • Texture assembly 137 applies texture images—for example, wood grain to a table top—onto the surfaces that are to be graphically displayed. Texture image data are specified from frame buffer memory as well as from processor 102 memory.
  • Rasterization 138 is the conversion of vertex and pixel data into “fragments.” Each fragment corresponds to a single pixel and typically includes data defining color, depth, and texture. Thus, for a single fragment, there are typically multiple pieces of data defining that fragment.
  • Per-fragment operations 139 consist of additional operations that may be enabled to enhance the detail of the fragments. After completion of these operations, the processing of the fragment is complete and it is written as a pixel to the frame buffer 140 . Thus, there are typically multiple pieces of data defining each pixel.
  • the present invention uses floating point formats in the process steps 131 through 139 of graphics program 130 .
  • the vertex data is given in floating point.
  • the pixel data is also given in floating point.
  • the display list 133 and evaluators 134 both operate on floating point values. All pixel operations in block 136 are performed according to a floating point format. Similarly, per-vertex operations and primitive assembly 135 A are performed on a floating point format.
  • the rasterization 138 is performed according to a floating point format.
  • texturing 137 is done on floating point basis, and the texture values are stored in the texture memory as floating point. All per-fragment operations are performed on a floating point basis.
  • the resulting floating point values are stored in the frame buffer 140 . Thereby, the user can operate directly on the frame buffer data.
  • the maximum value that can be used in the 8-bit fixed point format is 127 (i.e., 2 8 ⁇ 1), which is written as 01111111 in binary, where the first digit represents the sign (positive or negative) and the remaining seven digits represent the number 127 in binary. In the prior art, this value is clamped and stored as 1.0 in the frame buffer.
  • the largest number that can be written is 31 ⁇ 2 7 , also written in binary as 01111111.
  • the value is written to and stored in the frame buffer without being clamped or otherwise changed.
  • use of the floating point format in the frame buffer permits greater flexibility in how a number can be represented, and allows for a larger range of values to be represented by virtue of the use a portion of the data field to specify an exponent.
  • the present invention uses floating point formats in the frame buffer to increase the range of the data. “Range” is used herein to mean the distance between the most negative value and the most positive value of the data that can be stored.
  • the present invention permits absolute values much greater than 1.0 to be stored in the frame buffer, thereby enabling the user to generate a greater variety of graphics images. Increased range is particularly advantageous when the user performs operations such as addition, multiplication, or other operations well known and practiced in the art, directly on the data in the frame buffer. Such operations can result in values greater than 1.0, and in the present invention these values can be written to and stored in the frame buffer without clamping.
  • the present invention results in a substantial increase in the range of data that can be stored in the frame buffer, and preserves the range of data that was determined in steps 131 through 139 of the graphics program illustrated in FIG. 2 .
  • the present invention utilizes floating point formats in the frame buffer 140 to maintain the precision of the data calculated in the preceding steps 131 through 139 of the graphics program 130 .
  • “Precision” is used herein to mean the increment between any two consecutive stored values of data. Precision is established by the smallest increment that can be written in the format being used. Increased precision is an important characteristic that permits the present invention to store a greater number of gradations of data relative to the prior art, thereby providing the user with a greater degree of control over the graphics images to be displayed. This characteristic is particularly advantageous when the user performs an operation such as addition, multiplication, or other operations well known and practiced in the art, on the data in the frame buffer.
  • Such operations can result in values that lie close to each other, i.e., data that are approximately but not equal to each other.
  • data typically can be stored without having to be rounded to a value permitted by the precision of the frame buffer. If rounding is needed, the present invention permits the data to be rounded to a value very close to the calculated values.
  • the present invention results in a substantial increase in the precision of the data that can be stored in the frame buffer relative to the prior art, and preserves the precision of the data that was determined in steps 131 through 139 of the graphics program illustrated in FIG. 2 .
  • a 16-bit floating point format is utilized in the frame buffer.
  • the 16 bits available are applied so as to optimize the balance between range and precision.
  • the 16-bit floating point format utilized in one embodiment of the present invention is designated using the nomenclature “s10e5”, where “s” specifies one (1) sign bit, “10” specifies ten (10) mantissa bits, and “e5” specifies five (5) exponent bits, with an exponent bias of 16.
  • FIG. 3 defines the represented values for all possible bit combinations for the s10e5 format.
  • the smallest representable number i.e., precision
  • the range is plus/minus 1.1111 — 1111 — 10*2 15 .
  • the range and precision provided by this specification are sufficient for operating directly on the frame buffer.
  • the 16-bit format in this embodiment thus represents a cost-effective alternative to the single precision 32-bit IEEE floating point standard.
  • 16-bit such as 12-bit, 17-bit or 32-bit
  • floating point formats may be used in accordance with the present invention by varying the number of bits assigned to the mantissa and to the exponent (a sign bit is typically but not always needed).
  • a floating point format can be-specified in accordance with the present invention that results in the desired range and precision. For example, if the format specified is “s9e6” (nine mantissa bits and six exponent bits), then relative to the s10e5 format a greater range of data is defined but the precision is reduced.
  • a 17-bit format designated as “s11e5” may be used in accordance with the present invention to preserve 12 bits of information, for consistency and ease of application with programs and users that work with a 12-bit format.
  • the user can apply the same operation to all of the data in the frame buffer, referred to in the art as Single Instruction at Multiple Data (SIMD).
  • SIMD Single Instruction at Multiple Data
  • the user may wish to add an image that is coming down the rendering pipeline 130 to an image already stored in the frame buffer 140 .
  • the image coming down the pipeline is in floating point format, and thus in the present invention is directly added to the data already stored in the frame buffer that is also in floating point format.
  • the present invention permits the results determined by this operation to be stored in the frame buffer without a loss of precision.
  • the permissible range is greater than 1.0, thereby permitting the results from the operation to be stored without being clamped.
  • the data in the frame buffer 140 are directly operated on within the graphics program without having to pass back through the entire graphics program to establish the required range and precision. For example, it is often necessary to copy the data from the texture memory 137 to the frame buffer 140 , then back to the texture memory and back to the frame buffer, and so on until the desired image is reached. In the present invention, such an operation is completed without losing data range and precision, and without the need to pass the data through the entire graphics program 130 .
  • a graphics program in accordance with the present invention can use multipass graphics algorithms such as those that implement lighting or shading programs to modify the frame buffer data that define the appearance of each pixel.
  • the algorithm approximates the degree of lighting or shading, and the component of the data that specifies each of these characteristics is adjusted accordingly.
  • Multiple passes through the shading/lighting program may be needed before the desired effect is achieved.
  • the results of each pass are accumulated in the present invention frame buffer, and then used for the basis for subsequent passes, without a loss of precision or range.
  • Such an operation requires the use of floating point formats in the frame buffer to increase the speed and accuracy of the calculations.
  • the user of the graphics program is able to enhance a portion of data contained within the frame buffer.
  • the data loaded into the frame buffer represent an image obtained by a device capable of recording images that will not be visible to the human eye when displayed, such as an image recorded by a video camera in very low light, or an infrared image.
  • the present invention is capable of storing such data in the frame buffer because of the range and precision permitted by the floating point format. The user specifies a lower threshold for that component of the data representing how bright the pixel will be displayed to the viewer.
  • Data falling below the specified threshold are then operated on to enhance them; that is, for each piece of data below the threshold, the component of the data representing brightness is increased by addition, until the brightness is increased sufficiently so that the displayed image can be seen by the human eye.
  • Such an operation is possible because of the precision of the data stored in the frame buffer in the present invention.
  • Other operations involving the manipulation of the data in the frame buffer are also possible using the present invention.
  • the data are read from the frame buffer, operated on, then written back into the frame buffer.
  • the use of a floating point frame buffer permits operation on the data stored in the frame buffer without a loss of range and precision.
  • the floating point format is specified to optimize the range and precision required for the desired application.
  • the present invention also allows the data stored in the frame buffer to be operated on and changed without the effort and time needed to process the data through the graphics program 130 of FIG. 2 .
  • the present invention will increase the speed at which operations can be performed, because it is not necessary to perform all the steps of a graphics program to adequately modify the data in the frame buffer.
  • processing speed is further improved by applying hardware such as processor chips and computer hard drives to work directly on the frame buffer.
  • application of the present invention provides the foundation upon which related hardware design improvements can be based, which could not be otherwise utilized.
  • Display system 400 operates on vertices, primitives, and fragments. It includes an evaluator 401 , which is used to provide a way to specify points on a curve or surface (or part of a surface) using only the control points. The curve or surface can then be rendered at any precision. In addition, normal vectors can be calculated for surfaces automatically. The points generated by an evaluator can be used to draw dots where the surface would be, to draw a wireframe version of the surface, or to draw a fully lighted, shaded, and even textured version. The values and vectors associated with evaluator and vertex arrays 401 are specified in a floating point format.
  • the vertex array contains a block of vertex data which are stored in an array and then used to specify multiple geometric primitives through the execution of a single command.
  • the vertex data such as vertex coordinates, texture coordinates, surface normals, RGBA colors, and color indices are processed and stored in the vertex arrays in a floating point format. These values are then converted and current values are provided by block 402 .
  • the texture coordinates are generated in block 403 .
  • the lighting process which computes the color of a vertex based on current lights, material properties, and lighting-model modes is performed in block 404 . In the currently preferred embodiment, the lighting is done on a per pixel basis, and the result is a floating point color value.
  • the various matrices are controlled by matrix control block 405 .
  • Block 406 contains the clipping, perspective, and viewport application.
  • Clipping refers to the elimination of the portion of a geometric primitive that is outside the half-space defined by a clipping plane.
  • the clipping algorithm operates on floating point values.
  • Perspective projection is used to perform foreshortening so that the farther an object is from the viewport, the smaller it appears in the final image. This occurs because the viewing volume for a perspective projection is a frustum of a pyramid.
  • the matrix for a perspective-view frustum is defined by floating point parameters.
  • Selection and feedback modes are provided in block 407 . Selection is a mode of operation that automatically informs the user which objects are drawn inside a specified region of a window.
  • This mechanism is used to determine which object within the region a user is specifying or picking with the cursor.
  • the graphics hardware is used to perform the usual rendering calculations. Instead of using the calculated results to draw an image on the screen, however, this drawing information is returned. Both feedback and selection modes support the floating point format.
  • Rasterization refers to converting a projected point, line, or polygon, or the pixels of a bitmap or image, to fragments, each corresponding to a pixel in the frame buffer 412 . Note that all primitives are rasterized. This rasterization process is performed exclusively in a floating point format. Pixel information is stored in block 409 . A single pixel (x,y) refers to the bits at location (x,y) of all the bitplanes in the frame buffer 412 . The pixels are all in floating point format. A single block 410 is used to accomplish texturing, fog, and anti-aliasing. Texturing refers to the process of applying an image (i.e., the texture) to a primitive.
  • Texture mapping, texels, texture values, texture matrix, and texture transformation are all specified and performed in floating point.
  • the rendering technique known as fog which is used to simulate atmospheric effects (e.g., haze, fog, and smog), is performed by fading object colors in floating point to a background floating point color value(s) based on the distance from the viewer.
  • Antialiasing is a rendering technique that assigns floating point pixel colors based on the fraction of the pixel's area that is covered by the primitive being rendered. Antialiased rendering reduces or eliminates the jaggies that result from aliased rendering.
  • blending is used to reduce two floating point color components to one floating point color component. This is accomplished by performing a linear interpolation between the two floating point color components.
  • the resulting floating point values are stored in frame buffer 412 . But before the floating point values are actually stored into the frame buffer 412 , a series of operations are performed by per-fragment operations block 411 that may alter or even throw out fragments. All these operations can be enabled or disabled. It should be noted that although many of these blocks are described above in terms of floating point, one or several of these blocks can be performed in fixed point without departing from the scope of the present invention.
  • the blocks of particular interest with respect to floating point include the rasterization 408 ; pixels 409 ; texturing fog, and antialiasing 410 , per-fragment operations 411 ; and frame buffer and frame buffer control 412 blocks.
  • FIG. 5 shows a more detailed layout of a display system for implementing the floating point present invention.
  • the process flows from left to right.
  • Graphics commands, vertex information, and pixel data generated by previous circuits are input to the polygon rasterization 501 , line segment rasterization 502 , point rasterization 503 , bitmap rasterization 504 , and pixel rasterization 505 .
  • Floating point format can be applied to any and/or all of these five rasterization functions.
  • the polygons are rasterized according to floating point values.
  • the outputs from these five blocks 501 - 505 are all fed into the texel generation block 506 .
  • texture data stored in texture memory 507 is also input to texel generation block 506 .
  • the texture data is stored in the texture memory 507 in a floating point format.
  • Texel values are specified in a floating point format.
  • the texel data is then applied to the texture application block 508 .
  • fog effects are produced by fog block 509 .
  • Fog is achieved by fading floating point object colors to a floating point background color.
  • a coverage application 510 is used to provide antialiasing.
  • the antialiasing algorithm operates on floating point pixels colors.
  • the pixel ownership test 511 decides whether or not a pixel's stencil, depth, index, and color values are to be cleared.
  • the scissor test 512 determines whether a fragment lies within a specified rectangular portion of a window.
  • the alpha test 513 allows a fragment to be accepted or rejected based on its alpha value.
  • the stencil test 514 compares a reference value with the value stored at a pixel in the stencil buffer. Depending on the result of the test, the value in the stencil buffer is modified.
  • a depth buffer test 515 is used to determine whether an incoming depth value is in front of a pre-existing depth value. If the depth test passes, the incoming depth value replaces the depth value already in the depth buffer.
  • masking operations 519 and 520 can be applied to data before it is written into the enabled color, depth, or stencil buffers.
  • a bitwise logical AND function is performed with each mask and the corresponding data to be written.
  • Blending 516 is performed on floating point RGBA values. Color resolution can be improved at the expense of spatial resolution by dithering 517 the color in the image.
  • the final operation on a fragment is the logical operation 518 , such as an OR, XOR, or INVERT, which is applied to the incoming fragment values and/or those currently in the color buffer.
  • the resulting floating point values are stored in the frame buffer 522 under control of 521 . Eventually, these floating point values are read out and drawn for display on monitor 523 .
  • one or more of the above blocks can be implemented in a fixed point format without departing from the scope of the present invention. However, the blocks of particular importance for implementation in a floating point format include the polygon rasterization 501 , texel generation 506 , texture memory 507 , fog 509 , blending 516 , and frame buffer 522 .
  • the processor for performing geometric calculations, the rasterization circuit, and the frame buffer all reside on a single semiconductor chip.
  • the processor for performing geometric calculations, the rasterization circuit, and the frame buffer can all have the same substrate on that chip.
  • portions or the entirety of the functional blocks shown in FIGS. 4 and 5 can be fabricated onto a single semiconductor chip. This reduces pin count, increases bandwidth, consolidates the circuit board area, reduces power consumption, minimizes wiring requirements, and eases timing constraints.
  • the design goal is to combine more components onto a single chip.

Abstract

A floating point rasterization and frame buffer in a computer system graphics program. The rasterization, fog, lighting, texturing, blending, and antialiasing processes operate on floating point values. In one embodiment, a 16-bit floating point format consisting of one sign bit, ten mantissa bits, and five exponent bits (s10e5), is used to optimize the range and precision afforded by the 16 available bits of information. In other embodiments, the floating point format can be defined in the manner preferred in order to achieve a desired range and precision of the data stored in the frame buffer. The final floating point values corresponding to pixel attributes are stored in a frame buffer and eventually read and drawn for display. The graphics program can operate directly on the data in the frame buffer without losing any of the desired range and precision of the data.

Description

    PRIORITY
  • This patent application is a continuation of U.S. patent application Ser. No. 13/397,830, filed on Feb. 16, 2012, which is a continuation of U.S. patent application Ser. No. 13/004,650, filed on Jan. 11, 2011, now U.S. Pat. No. 8,144,158, which is a continuation of U.S. patent application Ser. No. 12/632,262, filed Dec. 7, 2009, which is a continuation of U.S. patent application Ser. No. 12/168,578, filed Jul. 7, 2008, which is a continuation of U.S. patent application Ser. No. 09/614,363, now U.S. Pat. No. 7,518,615, filed Jul. 12, 2000, which is a continuation of U.S. patent application Ser. No. 09/098,041, now U.S. Pat. No. 6,650,327, filed Jun. 16, 1998, the disclosures of which are incorporated herein, in their entireties, by reference.
  • RELATED APPLICATIONS
  • This patent application is related to the following co-pending patent applications, each of which was filed on even date herewith, naming the same inventors, and currently claiming the same priority:
  • Attorney Docket Number 2839/133: Floating Point Computer System and Texturing,
  • Attorney Docket Number 2839/134: Floating Point Computer System with S_E_M formatting,
  • Attorney Docket Number 2839/135: Floating Point Computer System with Fog,
  • Attorney Docket Number 2839/136: Floating Point Computer System with Blending,
  • Attorney Docket Number 2839/137: Floating Point Computer System with Per-Fragment Operations,
  • Attorney Docket Number 2839/139: Floating Point Computer System with Frame Buffer for Storing Color Values During or After Rasterization, and
  • Attorney Docket Number 2839/140: Floating Point Computer System with Floating Point Memory.
  • The disclosures of each of these above patent applications are incorporated herein, in their entireties, by reference.
  • TECHNICAL FIELD
  • This invention relates to the field of computer graphics. Specifically, the present invention pertains to an apparatus and process relating to floating point rasterization and framebuffering in a graphics display system.
  • BACKGROUND ART
  • Graphics software programs are well known in the art. A graphics program consists of commands used to specify the operations needed to produce interactive three-dimensional images. It can be envisioned as a pipeline through which data pass, where the data are used to define the image to be produced and displayed. The user issues a command through the central processing unit of a computer system, and the command is implemented by the graphics program. At various points along the pipeline, various operations specified by the user's commands are carried out, and the data are modified accordingly. In the initial stages of the pipeline, the desired image is framed using geometric shapes such as lines and polygons (usually triangles), referred to in the art as “primitives.” The vertices of these primitives define a crude shell of the objects in the scene to be rendered. The derivation and manipulation of the multitudes of vertices in a given scene, entail performing many geometric calculations.
  • In the next stages, a scan conversion process is performed to specify which picture elements or “pixels” of the display screen, belong to which of the primitives. Many times, portions or “fragments” of a pixel fall into two or more different primitives. Hence, the more sophisticated computer systems process pixels on a per fragment basis. These fragments are assigned attributes such as color, perspective (i.e., depth), and texture. In order to provide even better quality images, effects such as lighting, fog, and shading are added. Furthermore, anti-aliasing and blending functions are used to give the picture a smoother and more realistic appearance. The processes pertaining to scan converting, assigning colors, depth buffering, texturing, lighting, and anti-aliasing are collectively known as rasterization. Today's computer systems often contain specially designed rasterization hardware to accelerate 3-D graphics.
  • In the final stage, the pixel attributes are stored in a frame buffer memory. Eventually, these pixel values are read from the frame buffer and used to draw the three-dimensional images on the computer screen. One prior art example of a computer architecture which has been successfully used to build 3-D computer imaging systems is the Open GL architecture invented by Silicon Graphics, Inc. of Mountain View, Calif.
  • Currently, many of the less expensive computer systems use its microprocessor to perform the geometric calculations. The microprocessor contains a unit which performs simple arithmetic functions, such as add and multiply. These arithmetic functions are typically performed in a floating point notation. Basically, in a floating point format, data is represented by the product of a fraction, or mantissa, and a number raised to an exponent; in base 10, for example, the number “n” can be presented by n=m.times.10.sup.e, where “m” is the mantissa and “e” is the exponent. Hence, the decimal point is allowed to “float.” Hence, the unit within the microprocessor for performing arithmetic functions is commonly referred to as the “floating point unit.” This same floating point unit can be used in executing normal microprocessor instructions as well as in performing geometric calculations in support of the rendering process. In order to increase the speed and increase graphics generation capability, some computer systems utilize a specialized geometry engine, which is dedicated to performing nothing but geometric calculations. These geometry engines have taken to handling its calculations on a floating point basis.
  • Likewise, special hardware have evolved to accelerate the rasterization process. However, the rasterization has been done in a fixed point format rather than a floating point format. In a fixed point format, the location of the decimal point within the data field for a fixed point format is specified and fixed; there is no exponent. The main reason why rasterization is performed on a fixed point format is because it is much easier to implement fixed point operations in hardware. For a given set of operations, a fixed point format requires less logic and circuits to implement in comparison to that of a floating point format. In short, the floating point format permits greater flexibility and accuracy when operating on the data in the pipeline, but requires greater computational resources. Furthermore, fixed point calculations can be executed much faster than an equivalent floating point calculation. As such, the extra computational expenses and time associated with having a floating point rasterization process has been prohibitive when weighed against the advantages conferred.
  • In an effort to gain the advantages conferred by operating on a floating point basis, some prior art systems have attempted to perform floating point through software emulation, but on a fixed point hardware platform. However, this approach is extremely slow, due to the fact that the software emulation relies upon the use of a general purpose CPU. Furthermore, the prior art software emulation approach lacked a floating point frame buffer and could not be scanned out. Hence, the final result must be converted back to a fixed point format before being drawn for display. Some examples of floating point software emulation on a fixed point hardware platform include Pixar's RenderMan software and software described in the following publications: Olano, Marc and Anselmo Lastra, “A Shading Language on Graphics Hardware: The PixelFlow Shading System,” Proceedings of SIGGRAPH 98, Computer Graphics, Annual Conference Series, ACM SIGGRAPH, 1998; and Anselmo Lastra, Steve Molnar, Marc Olano, and Yulan Wang, “Real-Time Programmable Shading,” Proceedings of the 1995 Symposium of Interactive 3D Graphics (Monterey, Calif., Apr. 9-12, 1995), ACM SIGGRAPH, New York, 1995.
  • But as advances in semiconductor and computer technology enable greater processing power and faster speeds; as prices drop; and as graphical applications grow in sophistication and precision, it has been discovered by the present inventors that it is now practical to implement some portions or even the entire rasterization process by hardware in a floating point format.
  • In addition, in the prior art, data is stored in the frame buffer in a fixed point format. This practice was considered acceptable because the accuracy provided by the fixed point format was considered satisfactory for storage purposes. Other considerations in the prior art were the cost of hardware (e.g., memory chips) and the amount of actual physical space available in a computer system, both of which limited the number of chips that could be used and thus, limited the memory available. Thus, in the prior art, it was not cost beneficial to expand the memory needed for the frame buffer because it was not necessary to increase the accuracy of the data stored therein.
  • Yet, as memory chips become less expensive, the capability of a computer system to store greater amounts of data increases while remaining cost beneficial. Thus, as memory capacity increases and becomes less expensive, software applications can grow in complexity; and as the complexity of the software increases, hardware and software designs are improved to increase the speed at which the software programs can be run. Hence, due to the improvements in processor speed and other improvements that make it practical to operate on large amounts of data, it is now possible and cost beneficial to utilize the valuable information that can be provided by the frame buffer.
  • Also, it is preferable to operate directly on the data stored in the frame buffer. Operating directly on the frame buffer data is preferable because it allows changes to be made to the frame buffer data without having to unnecessarily repeat some of the preceding steps in the graphics pipeline. The information stored in the frame buffer is a rich source of data that can be used in subsequent graphics calculations. However, in the prior art, some steps typically need to be repeated to restore the accuracy of the data and allow it to be operated on before it is read back into the frame buffer. In other words, data would need to be read from the frame buffer and input into the graphics program at or near the beginning of the program, so that the data could be recalculated in the floating point format to restore the required precision and range. Thus, a disadvantage to the prior art is that additional steps are necessary to allow direct operation on the frame buffer data, thus increasing the processing time. This in turn can limit other applications of the graphics program; for example, in an image processing application, an image operated on by the graphics program and stored in the frame buffer could be subsequently enhanced through direct operation on the frame buffer data. However, in the prior art, the accuracy necessary to portray the desired detail of the image is lost, or else the accuracy would have to be regenerated by repeated passes through the graphics pipeline.
  • Another drawback to the prior art is the limited ability to take advantage of hardware design improvements that could be otherwise employed, if direct operation on the frame buffer without the disadvantages identified above was possible. For example, a computer system could be designed with processors dedicated to operating on the frame buffer, resulting in additional improvements in the speed at which graphics calculations are performed.
  • Consequently, the use of fixed point formatting in the frame buffer is a drawback in the prior art because of the limitations imposed on the range and precision of the data stored in the frame buffer. The range of data in the prior art is limited to 0 to 1, and calculation results that are outside this range must be set equal to either 0 or 1, referred to in the art as “clamping.” Also, the prior art does not permit small enough values to be stored, resulting in a loss of precision because smaller values must be rounded off to the smallest value that can be stored. Thus, the accuracy of the data calculated in the graphics pipeline is lost when it is stored in the frame buffer. Moreover, in the prior art, the results that are calculated by operating directly on the data in the frame buffer are not as accurate as they can and need to be. Therefore, a drawback to the prior art is that the user cannot exercise sufficient control over the quality of the frame buffer data in subsequent operations.
  • Thus, there is a need for a graphical display system which predominately uses floating point throughout the entire geometry, rasterization, and frame buffering processes. The present invention provides one such display system. Furthermore, the display system of the present invention is designed to be compatible to a practical extent with existing computer systems and graphics subsystems.
  • SUMMARY OF THE INVENTION
  • The present invention provides a display system and process whereby the geometry, rasterization, and frame buffer predominately operate on a floating point format. Vertex information associated with geometric calculations are specified in a floating point format. Attributes associated with pixels and fragments are defined in a floating point format. In particular, all color values exist as floating point format. Furthermore, certain rasterization processes are performed according to a floating point format. Specifically, the scan conversion process is now handled entirely on a floating point basis. Texturing, fog, and antialiasing all operate on floating point numbers. The texture map stores floating point texel values. The resulting data are read from, operated on, written to and stored in the frame buffer using floating point formats, thereby enabling subsequent graphics operations to be performed directly on the frame buffer data without any loss of accuracy.
  • Many different types of floating point formats exist and can be used to practice the present invention. However, it has been discovered that one floating point format, known as “s10e5,” has been found to be particularly optimal when applied to various aspects of graphical computations. As such, it is used extensively throughout the geometric, rasterization and frame buffer processes of the present invention. To optimize the range and precision of the data in the geometry, rasterization, and frame buffer processes, this particular s10e5 floating point format imposes a 16-bit format which provides one sign bit, ten mantissa bits, and five exponent bits. In another embodiment, a 17-bit floating point format designated as “s11e5” is specified to maintain consistency and ease of use with applications that uses 12 bits of mantissa. Other formats may be used in accordance with the present invention depending on the application and the desired range and precision.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 shows a computer graphics system upon which the present invention may be practiced.
  • FIG. 2 is a flow chart illustrating the stages for processing data in a graphics program in accordance with the present invention.
  • FIG. 3 is a tabulation of the representative values for all possible bit combinations used in the preferred embodiment of the present invention.
  • FIG. 4 shows a block diagram of the currently preferred embodiment of the display system.
  • FIGS. 5A-5C show a more detailed layout of a display system for implementing the floating point present invention.
  • BEST MODE FOR CARRYING OUT THE INVENTION
  • Reference will now be made in detail to the preferred embodiments of the invention, examples of which are illustrated in the accompanying drawings. While the invention will be described in conjunction with the preferred embodiments, it will be understood that they are not intended to limit the invention to these embodiments. On the contrary, the invention is intended to cover alternatives, modifications and equivalents, which may be included within the spirit and scope of the invention as defined by the appended claims. Furthermore, in the following detailed description of the present invention, numerous specific details are set forth in order to provide a thorough understanding of the present invention. However, it will be obvious to one of ordinary skill in the art that the present invention may be practiced without these specific details. In other instances, well known methods, procedures, components, and circuits have not been described in detail as not to unnecessarily obscure aspects of the present invention.
  • Some portions of the detailed descriptions which follow are presented in terms of procedures, logic blocks, processing, and other symbolic representations of operations on data bits within a computer memory. These descriptions and representations are the means used by those skilled in the data processing arts to most effectively convey the substance of their work to others skilled in the art. In the present application, a procedure, logic block, process, or the like, is conceived to be a self-consistent sequence of steps or instructions leading to a desired result. The steps are those requiring physical manipulations of physical quantities. Usually, although not necessarily, these quantities take the form of electrical, or magnetic signals capable of being stored, transferred, combined, compared, and otherwise manipulated in a computer system. It has proven convenient at times, principally for reasons of common usage, to refer to these signals as bits, values, elements, symbols, characters, fragments, pixels, or the like.
  • It should be borne in mind, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities. Unless specifically stated otherwise as apparent from the following discussions, it is appreciated that throughout the present invention, discussions utilizing terms such as “processing,” “operating,” “calculating,” “determining,” “displaying,” or the like, refer to actions and processes of a computer system or similar electronic computing device. The computer system or similar electronic computing device manipulates and transforms data represented as physical (electronic) quantities within the computer system memories, registers or other such information storage, transmission or display devices. The present invention is well suited to the use of other computer systems, such as, for example, optical and mechanical computers.
  • Referring to FIG. 1, a computer graphics system upon which the present invention may be practiced is shown as 100. System 100 can include any computer-controlled graphics systems for generating complex or three-dimensional images. Computer system 100 comprises a bus or other communication means 101 for communicating information, and a processing means 102 coupled with bus 101 for processing information. System 100 further comprises a random access memory (RAM) or other dynamic storage device 104 (referred to as main memory), coupled to bus 101 for storing information and instructions to be executed by processor 102. Main memory 104 also may be used for storing temporary variables or other intermediate information during execution of instructions by processor 102. Data storage device 107 is coupled to bus 101 for storing information and instructions. Furthermore, an input/output (I/O) device 108 is used to couple the computer system 100 onto a network.
  • Computer system 100 can also be coupled via bus 101 to an alphanumeric input device 122, including alphanumeric and other keys, that is typically coupled to bus 101 for communicating information and command selections to processor 102. Another type of user input device is cursor control 123, such as a mouse, a trackball, or cursor direction keys for communicating direction information and command selections to processor 102 and for controlling cursor movement on, display 121. This input device typically has two degrees of freedom in two axes, a first axis (e.g., x) and a second axis (e.g., y), which allows the device to specify positions in a plane.
  • Also coupled to bus 101 is a graphics subsystem 111. Processor 102 provides the graphics subsystem 111 with graphics data such as drawing commands, coordinate vertex data, and other data related to an object's geometric position, color, and surface parameters. The object data are processed by graphics subsystem 111 in the following four pipelined stages: geometry subsystem, scan conversion subsystem, raster subsystem, and a display subsystem. The geometry subsystem converts the graphical data from processor 102 into a screen coordinate system. The scan conversion subsystem then generates pixel data based on the primitives (e.g., points, lines, polygons, and meshes) from the geometry subsystem. The pixel data are sent to the raster subsystem, whereupon z-buffering, blending, texturing, and anti-aliasing functions are performed. The resulting pixel values are stored in a frame buffer 140. The frame buffer is element 140, as shown in FIG. 2 of the present application. The display subsystem reads the frame buffer and displays the image on display monitor 121.
  • With reference now to FIG. 2, a series of steps for processing and operating on data in the graphics subsystem 111 of FIG. 1 are shown. The graphics program 130, also referred to in the art as a state machine or a rendering pipeline, provides a software interface that enables the user to produce interactive three-dimensional applications on different computer systems and processors. The graphics program 130 is exemplified by a system such as OpenGL by Silicon Graphics; however, it is appreciated that the graphics program 130 is exemplary only, and that the present invention can operate within a number of different graphics systems or state machines other than OpenGL.
  • With reference still to FIG. 2, graphics program 130 operates on both vertex (or geometric) data 131 and pixel (or image) data 132. The process steps within the graphics program 130 consist of the display list 133, evaluators 134, per-vertex operations and primitive assembly 135, pixel operations 136, texture assembly 137, rasterization 138, per-fragment operations 139, and the frame buffer 140.
  • Vertex data 131 and pixel data 132 are loaded from the memory of central processor 102 and saved in a display list 133. When the display list 133 is executed, the evaluators 134 derive the coordinates, or vertices, that are used to describe points, lines, polygons, and the like, referred to in the art as “primitives.” From this point in the process, vertex data and pixel data follow a different route through the graphics program as shown in FIG. 2.
  • In the per-vertex operations 135A, vertex data 131 are converted into primitives that are assembled to represent the surfaces to be graphically displayed. Depending on the programming, advanced features such as lighting calculations may also be performed at the per-vertex operations stage. The primitive assembly 135B then eliminates unnecessary portions of the primitives and adds characteristics such as perspective, texture, color and depth.
  • In pixel operations 136, pixel data may be read from the processor 102 or the frame buffer 140. A pixel map processes the data from the processor to add scaling, for example, and the results are then either written into texture assembly 137 or sent to the rasterization step 138. Pixel data read from the frame buffer 140 are similarly processed within pixel operations 136. There are special pixel operations to copy data in the frame buffer to other parts of the frame buffer or to texture memory. A single pass is made through the pixel operations before the data are written to the texture memory or back to the frame buffer. Additional single passes may be subsequently made as needed to operate on the data until the desired graphics display is realized.
  • Texture assembly 137 applies texture images—for example, wood grain to a table top—onto the surfaces that are to be graphically displayed. Texture image data are specified from frame buffer memory as well as from processor 102 memory.
  • Rasterization 138 is the conversion of vertex and pixel data into “fragments.” Each fragment corresponds to a single pixel and typically includes data defining color, depth, and texture. Thus, for a single fragment, there are typically multiple pieces of data defining that fragment.
  • Per-fragment operations 139 consist of additional operations that may be enabled to enhance the detail of the fragments. After completion of these operations, the processing of the fragment is complete and it is written as a pixel to the frame buffer 140. Thus, there are typically multiple pieces of data defining each pixel.
  • With reference still to FIG. 2, the present invention uses floating point formats in the process steps 131 through 139 of graphics program 130. In other words, the vertex data is given in floating point. Likewise, the pixel data is also given in floating point. The display list 133 and evaluators 134 both operate on floating point values. All pixel operations in block 136 are performed according to a floating point format. Similarly, per-vertex operations and primitive assembly 135A are performed on a floating point format. The rasterization 138 is performed according to a floating point format. In addition, texturing 137 is done on floating point basis, and the texture values are stored in the texture memory as floating point. All per-fragment operations are performed on a floating point basis. Lastly, the resulting floating point values are stored in the frame buffer 140. Thereby, the user can operate directly on the frame buffer data.
  • For example, the maximum value that can be used in the 8-bit fixed point format is 127 (i.e., 28−1), which is written as 01111111 in binary, where the first digit represents the sign (positive or negative) and the remaining seven digits represent the number 127 in binary. In the prior art, this value is clamped and stored as 1.0 in the frame buffer. In an 8-bit floating point format, a value “n” is represented by the format n=s_eee_mmmmm, where “s” represents the sign, “e” represents the exponent, and “m” represents the mantissa in the binary formula n=m×2e. Thus, in a floating point format, the largest number that can be written is 31×27, also written in binary as 01111111. In the present invention, the value is written to and stored in the frame buffer without being clamped or otherwise changed. Thus, use of the floating point format in the frame buffer permits greater flexibility in how a number can be represented, and allows for a larger range of values to be represented by virtue of the use a portion of the data field to specify an exponent.
  • The present invention uses floating point formats in the frame buffer to increase the range of the data. “Range” is used herein to mean the distance between the most negative value and the most positive value of the data that can be stored. The present invention permits absolute values much greater than 1.0 to be stored in the frame buffer, thereby enabling the user to generate a greater variety of graphics images. Increased range is particularly advantageous when the user performs operations such as addition, multiplication, or other operations well known and practiced in the art, directly on the data in the frame buffer. Such operations can result in values greater than 1.0, and in the present invention these values can be written to and stored in the frame buffer without clamping. Thus, the present invention results in a substantial increase in the range of data that can be stored in the frame buffer, and preserves the range of data that was determined in steps 131 through 139 of the graphics program illustrated in FIG. 2.
  • With reference still to FIG. 2, the present invention utilizes floating point formats in the frame buffer 140 to maintain the precision of the data calculated in the preceding steps 131 through 139 of the graphics program 130. “Precision” is used herein to mean the increment between any two consecutive stored values of data. Precision is established by the smallest increment that can be written in the format being used. Increased precision is an important characteristic that permits the present invention to store a greater number of gradations of data relative to the prior art, thereby providing the user with a greater degree of control over the graphics images to be displayed. This characteristic is particularly advantageous when the user performs an operation such as addition, multiplication, or other operations well known and practiced in the art, on the data in the frame buffer. Such operations can result in values that lie close to each other, i.e., data that are approximately but not equal to each other. In the present invention; data typically can be stored without having to be rounded to a value permitted by the precision of the frame buffer. If rounding is needed, the present invention permits the data to be rounded to a value very close to the calculated values. Thus, the present invention results in a substantial increase in the precision of the data that can be stored in the frame buffer relative to the prior art, and preserves the precision of the data that was determined in steps 131 through 139 of the graphics program illustrated in FIG. 2.
  • In one embodiment of the present invention, a 16-bit floating point format is utilized in the frame buffer. The 16 bits available are applied so as to optimize the balance between range and precision. The 16-bit floating point format utilized in one embodiment of the present invention is designated using the nomenclature “s10e5”, where “s” specifies one (1) sign bit, “10” specifies ten (10) mantissa bits, and “e5” specifies five (5) exponent bits, with an exponent bias of 16. FIG. 3 defines the represented values for all possible bit combinations for the s10e5 format. In this embodiment, the smallest representable number (i.e., precision) is 1.0000000000*2−16 and the range is plus/minus 1.1111111110*215. (In base 10, the range corresponds to approximately plus/minus 65,000.) In this embodiment, the range and precision provided by this specification are sufficient for operating directly on the frame buffer. The 16-bit format in this embodiment thus represents a cost-effective alternative to the single precision 32-bit IEEE floating point standard.
  • However, it is appreciated that different sizes other than 16-bit, such as 12-bit, 17-bit or 32-bit, can be used in accordance with the present invention. In addition, other floating point formats may be used in accordance with the present invention by varying the number of bits assigned to the mantissa and to the exponent (a sign bit is typically but not always needed). Thus a floating point format can be-specified in accordance with the present invention that results in the desired range and precision. For example, if the format specified is “s9e6” (nine mantissa bits and six exponent bits), then relative to the s10e5 format a greater range of data is defined but the precision is reduced. Also, a 17-bit format designated as “s11e5” may be used in accordance with the present invention to preserve 12 bits of information, for consistency and ease of application with programs and users that work with a 12-bit format.
  • In the present invention, the user can apply the same operation to all of the data in the frame buffer, referred to in the art as Single Instruction at Multiple Data (SIMD). For example, with reference back to FIG. 2, the user may wish to add an image that is coming down the rendering pipeline 130 to an image already stored in the frame buffer 140. The image coming down the pipeline is in floating point format, and thus in the present invention is directly added to the data already stored in the frame buffer that is also in floating point format. The present invention permits the results determined by this operation to be stored in the frame buffer without a loss of precision. Also, in the present invention the permissible range is greater than 1.0, thereby permitting the results from the operation to be stored without being clamped.
  • With continued reference to FIG. 2, in the present invention the data in the frame buffer 140 are directly operated on within the graphics program without having to pass back through the entire graphics program to establish the required range and precision. For example, it is often necessary to copy the data from the texture memory 137 to the frame buffer 140, then back to the texture memory and back to the frame buffer, and so on until the desired image is reached. In the present invention, such an operation is completed without losing data range and precision, and without the need to pass the data through the entire graphics program 130.
  • For example, a graphics program in accordance with the present invention can use multipass graphics algorithms such as those that implement lighting or shading programs to modify the frame buffer data that define the appearance of each pixel. The algorithm approximates the degree of lighting or shading, and the component of the data that specifies each of these characteristics is adjusted accordingly. Multiple passes through the shading/lighting program may be needed before the desired effect is achieved. In the present invention, the results of each pass are accumulated in the present invention frame buffer, and then used for the basis for subsequent passes, without a loss of precision or range. Such an operation requires the use of floating point formats in the frame buffer to increase the speed and accuracy of the calculations.
  • Also, in the present invention the user of the graphics program is able to enhance a portion of data contained within the frame buffer. For example, such an application will arise when the data loaded into the frame buffer represent an image obtained by a device capable of recording images that will not be visible to the human eye when displayed, such as an image recorded by a video camera in very low light, or an infrared image. The present invention is capable of storing such data in the frame buffer because of the range and precision permitted by the floating point format. The user specifies a lower threshold for that component of the data representing how bright the pixel will be displayed to the viewer. Data falling below the specified threshold are then operated on to enhance them; that is, for each piece of data below the threshold, the component of the data representing brightness is increased by addition, until the brightness is increased sufficiently so that the displayed image can be seen by the human eye. Such an operation is possible because of the precision of the data stored in the frame buffer in the present invention. Other operations involving the manipulation of the data in the frame buffer are also possible using the present invention.
  • Therefore, in the present invention the data are read from the frame buffer, operated on, then written back into the frame buffer. The use of a floating point frame buffer permits operation on the data stored in the frame buffer without a loss of range and precision. The floating point format is specified to optimize the range and precision required for the desired application. The present invention also allows the data stored in the frame buffer to be operated on and changed without the effort and time needed to process the data through the graphics program 130 of FIG. 2. As such, the present invention will increase the speed at which operations can be performed, because it is not necessary to perform all the steps of a graphics program to adequately modify the data in the frame buffer. In addition, processing speed is further improved by applying hardware such as processor chips and computer hard drives to work directly on the frame buffer. Thus, application of the present invention provides the foundation upon which related hardware design improvements can be based, which could not be otherwise utilized.
  • Referring now to FIG. 4, a block diagram of the currently preferred embodiment of the display system 400 is shown. Display system 400 operates on vertices, primitives, and fragments. It includes an evaluator 401, which is used to provide a way to specify points on a curve or surface (or part of a surface) using only the control points. The curve or surface can then be rendered at any precision. In addition, normal vectors can be calculated for surfaces automatically. The points generated by an evaluator can be used to draw dots where the surface would be, to draw a wireframe version of the surface, or to draw a fully lighted, shaded, and even textured version. The values and vectors associated with evaluator and vertex arrays 401 are specified in a floating point format. The vertex array contains a block of vertex data which are stored in an array and then used to specify multiple geometric primitives through the execution of a single command. The vertex data, such as vertex coordinates, texture coordinates, surface normals, RGBA colors, and color indices are processed and stored in the vertex arrays in a floating point format. These values are then converted and current values are provided by block 402. The texture coordinates are generated in block 403. The lighting process which computes the color of a vertex based on current lights, material properties, and lighting-model modes is performed in block 404. In the currently preferred embodiment, the lighting is done on a per pixel basis, and the result is a floating point color value. The various matrices are controlled by matrix control block 405.
  • Block 406 contains the clipping, perspective, and viewport application. Clipping refers to the elimination of the portion of a geometric primitive that is outside the half-space defined by a clipping plane. The clipping algorithm operates on floating point values. Perspective projection is used to perform foreshortening so that the farther an object is from the viewport, the smaller it appears in the final image. This occurs because the viewing volume for a perspective projection is a frustum of a pyramid. The matrix for a perspective-view frustum is defined by floating point parameters. Selection and feedback modes are provided in block 407. Selection is a mode of operation that automatically informs the user which objects are drawn inside a specified region of a window. This mechanism is used to determine which object within the region a user is specifying or picking with the cursor. In feedback mode, the graphics hardware is used to perform the usual rendering calculations. Instead of using the calculated results to draw an image on the screen, however, this drawing information is returned. Both feedback and selection modes support the floating point format.
  • The actual rasterization is performed in block 408. Rasterization refers to converting a projected point, line, or polygon, or the pixels of a bitmap or image, to fragments, each corresponding to a pixel in the frame buffer 412. Note that all primitives are rasterized. This rasterization process is performed exclusively in a floating point format. Pixel information is stored in block 409. A single pixel (x,y) refers to the bits at location (x,y) of all the bitplanes in the frame buffer 412. The pixels are all in floating point format. A single block 410 is used to accomplish texturing, fog, and anti-aliasing. Texturing refers to the process of applying an image (i.e., the texture) to a primitive. Texture mapping, texels, texture values, texture matrix, and texture transformation are all specified and performed in floating point. The rendering technique known as fog, which is used to simulate atmospheric effects (e.g., haze, fog, and smog), is performed by fading object colors in floating point to a background floating point color value(s) based on the distance from the viewer. Antialiasing is a rendering technique that assigns floating point pixel colors based on the fraction of the pixel's area that is covered by the primitive being rendered. Antialiased rendering reduces or eliminates the jaggies that result from aliased rendering. In the currently preferred embodiment, blending is used to reduce two floating point color components to one floating point color component. This is accomplished by performing a linear interpolation between the two floating point color components. The resulting floating point values are stored in frame buffer 412. But before the floating point values are actually stored into the frame buffer 412, a series of operations are performed by per-fragment operations block 411 that may alter or even throw out fragments. All these operations can be enabled or disabled. It should be noted that although many of these blocks are described above in terms of floating point, one or several of these blocks can be performed in fixed point without departing from the scope of the present invention. The blocks of particular interest with respect to floating point include the rasterization 408; pixels 409; texturing fog, and antialiasing 410, per-fragment operations 411; and frame buffer and frame buffer control 412 blocks.
  • FIG. 5 shows a more detailed layout of a display system for implementing the floating point present invention. In the layout, the process flows from left to right. Graphics commands, vertex information, and pixel data generated by previous circuits are input to the polygon rasterization 501, line segment rasterization 502, point rasterization 503, bitmap rasterization 504, and pixel rasterization 505. Floating point format can be applied to any and/or all of these five rasterization functions. In particular, the polygons are rasterized according to floating point values. The outputs from these five blocks 501-505 are all fed into the texel generation block 506. In addition, texture data stored in texture memory 507 is also input to texel generation block 506. The texture data is stored in the texture memory 507 in a floating point format. Texel values are specified in a floating point format. The texel data is then applied to the texture application block 508. Thereupon, fog effects are produced by fog block 509. Fog is achieved by fading floating point object colors to a floating point background color. A coverage application 510 is used to provide antialiasing. The antialiasing algorithm operates on floating point pixels colors. Next, several tests are executed. The pixel ownership test 511 decides whether or not a pixel's stencil, depth, index, and color values are to be cleared. The scissor test 512 determines whether a fragment lies within a specified rectangular portion of a window. The alpha test 513 allows a fragment to be accepted or rejected based on its alpha value. The stencil test 514 compares a reference value with the value stored at a pixel in the stencil buffer. Depending on the result of the test, the value in the stencil buffer is modified. A depth buffer test 515 is used to determine whether an incoming depth value is in front of a pre-existing depth value. If the depth test passes, the incoming depth value replaces the depth value already in the depth buffer. Optionally, masking operations 519 and 520 can be applied to data before it is written into the enabled color, depth, or stencil buffers. A bitwise logical AND function is performed with each mask and the corresponding data to be written.
  • Blending 516 is performed on floating point RGBA values. Color resolution can be improved at the expense of spatial resolution by dithering 517 the color in the image. The final operation on a fragment is the logical operation 518, such as an OR, XOR, or INVERT, which is applied to the incoming fragment values and/or those currently in the color buffer. The resulting floating point values are stored in the frame buffer 522 under control of 521. Eventually, these floating point values are read out and drawn for display on monitor 523. Again, it should be noted that one or more of the above blocks can be implemented in a fixed point format without departing from the scope of the present invention. However, the blocks of particular importance for implementation in a floating point format include the polygon rasterization 501, texel generation 506, texture memory 507, fog 509, blending 516, and frame buffer 522.
  • In the currently preferred embodiment, the processor for performing geometric calculations, the rasterization circuit, and the frame buffer all reside on a single semiconductor chip. The processor for performing geometric calculations, the rasterization circuit, and the frame buffer can all have the same substrate on that chip. Furthermore, there may be other units and/or circuits which can be incorporated onto this single chip. For instance, portions or the entirety of the functional blocks shown in FIGS. 4 and 5 can be fabricated onto a single semiconductor chip. This reduces pin count, increases bandwidth, consolidates the circuit board area, reduces power consumption, minimizes wiring requirements, and eases timing constraints. In general, the design goal is to combine more components onto a single chip.
  • The preferred embodiment of the present invention, a floating point frame buffer, is thus described. While the present invention has been described in particular embodiments, it should be appreciated that the present invention should not be construed as limited by such embodiments, but rather construed according to the following claims.

Claims (42)

1. A computer system, comprising:
a processor for performing geometric calculations on a plurality of vertices of a primitive;
a rasterization circuit coupled to the processor that rasterizes the primitive according to a rasterization process which operates on a floating point format; and
memory coupled to the rasterization circuit,
at least a portion of the memory being for storing color values during or after rasterization,
wherein the processor, rasterization circuit, and memory are on a single semiconductor chip.
2. The computer system as defined by claim 1 further comprising a display screen coupled to the memory for displaying an image according to the color values stored in the memory.
3. The computer system as defined by claim 1 wherein the memory comprises a frame buffer.
4. The computer system as defined by claim 1 further comprising a texture circuit coupled to the rasterization circuit, the texture circuit configured to apply a texture to the primitive, the texture being specified by floating point values.
5. The computer system as defined by claim 1 further comprising a texture memory coupled to the texture circuit, the texture memory being for storing a plurality of textures in floating point values.
6. The computer system as defined by claim 1 further comprising a fog circuit coupled to the rasterization circuit for performing a fog function, the fog function operating on floating point color values.
7. The computer system as defined by claim 1 further wherein the floating point format is comprised of a plurality of bits in s_e_m format, where s represents the sign, e represents the exponent, and M represents the mantissa in the formula n=M*2e.
8. The computer system as defined by claim 1 further comprising a blender coupled to the rasterization circuit, the blender being configured to blend floating point color values.
9. The computer system as defined by claim 1 wherein the rasterization circuit performs scan conversion on vertices having floating point color values.
10. The computer system as defined by claim 1 further comprising logic that performs per-fragment operations on floating point color values, the logic being coupled to the rasterization circuit.
11. The computer system as defined by claim 1 wherein the rasterization circuit comprises an interconnection of electrical hardware.
12. The computer system as defined by claim 1 wherein the rasterization circuit is associated with the processor in such a way that power or signal information may be transferred between the rasterization circuit and the processor.
13. The computer system as defined by claim 1 wherein the rasterization circuit is associated with the memory in such a way that power or signal information may be transferred between the rasterization circuit and the memory.
14. The computer system as defined by claim 1 wherein the rasterization circuit is configured to rasterize on an entirely floating point basis.
15. The computer system as defined by claim 1 wherein at least a portion of the rasterization process is performed on a floating point basis.
16. The computer system as defined by claim 1 wherein at least a portion of the rasterization process is performed on a fixed point basis.
17. The computer system as defined by claim 1 wherein the memory is for storing floating point color values.
18. The computer system as defined by claim 1 wherein the memory is for storing at least a portion of the color values in fixed point format.
19. The computer system as defined by claim 1 wherein floating point color values are read out from the memory in the floating point format for display.
20. The computer system as defined by claim 1 wherein floating point color values are read out from the memory in the floating point format for further processing by the rasterization circuit.
21. The computer system as defined by claim 1 wherein the rasterization circuit performs scan conversion at least in part on a floating point basis.
22. The computer system as defined by claim 1 wherein the rasterization circuit performs scan conversion entirely on a floating point basis.
23. A graphics processing method comprising:
performing geometric calculations on a plurality of vertices of a primitive;
rasterizing the primitive according to a rasterization process which operates on a floating point format;
storing color values in at least a portion of a memory during or after rasterization; and
wherein a single semiconductor chip performs the geometric calculations, rasterizes the primitive, and stores the color values.
24. The graphics processing method as defined by claim 23 further comprising:
displaying an image according to the color values stored in the memory.
25. The graphics processing method as defined by claim 23 wherein the memory comprises a frame buffer.
26. The graphics processing method as defined by claim 23 further comprising applying a texture to the primitive, the texture being specified by floating point values.
27. The graphics processing method as defined by claim 26 further comprising a storing a plurality of textures in floating point values in a texture memory.
28. The graphics processing method as defined by claim 27 wherein the texture memory comprises a portion of the memory.
29. The graphics processing method as defined by claim 23 further comprising performing scan conversion on vertices having floating point color values.
30. The graphics processing method as defined by claim 23 wherein the floating point format is comprised of a plurality of bits in s_e_m format, where s represents the sign, e represents the exponent, and M represents the mantissa in the formula n=M*2e.
31. The graphics processing method as defined by claim 23 further comprising performing a fog function, wherein the fog function operates on floating point color values.
32. The graphics processing method as defined by claim 23 further comprising performing blending floating point color values.
33. The graphics processing method as defined by claim 23 further comprising performing per-fragment operations on floating point color values.
34. The graphics processing method as defined by claim 23 wherein rasterizing the primitive comprises rasterizing the primitive on an entirely floating point basis.
35. The graphics processing method as defined by claim 23 wherein at least a portion of the rasterization process is performed on a floating point basis.
36. The graphics processing method as defined by claim 23 wherein at least a portion of the rasterization process is performed on a fixed point basis.
37. The graphics processing method as defined by claim 23 further comprising storing floating point color values in the memory.
38. The graphics processing method as defined by claim 23 further comprising storing, in the memory, at least a portion of the color values in fixed point format.
39. The graphics processing method as defined by claim 23 further comprising reading out from the memory floating point color values in the floating point format for display.
40. The graphics processing method as defined by claim 23 further comprising:
reading out from the memory floating point color values in the floating point format; and
further rasterizing the read out color values.
41. The graphics processing method as defined by claim 23 further comprising performing scan conversion at least in part on a floating point basis.
42. The graphics processing method as defined by claim 23 further comprising performing scan conversion entirely on a floating point basis.
US13/494,235 1998-06-16 2012-06-12 Floating point computer system on a single chip Abandoned US20120256932A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/494,235 US20120256932A1 (en) 1998-06-16 2012-06-12 Floating point computer system on a single chip

Applications Claiming Priority (7)

Application Number Priority Date Filing Date Title
US09/098,041 US6650327B1 (en) 1998-06-16 1998-06-16 Display system having floating point rasterization and floating point framebuffering
US09/614,363 US7518615B1 (en) 1998-06-16 2000-07-12 Display system having floating point rasterization and floating point framebuffering
US12/168,578 US20080284786A1 (en) 1998-06-16 2008-07-07 Display System Having Floating Point Rasterization and Floating Point Framebuffering
US12/632,262 US20100079471A1 (en) 1998-06-16 2009-12-07 Display System Having Floating Point Rasterization and Floating Point Framebuffering
US13/004,650 US8144158B2 (en) 1998-06-16 2011-01-11 Display system having floating point rasterization and floating point framebuffering
US13/397,830 US20120139931A1 (en) 1998-06-16 2012-02-16 Display system having floating point rasterization and floating point framebuffering
US13/494,235 US20120256932A1 (en) 1998-06-16 2012-06-12 Floating point computer system on a single chip

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US13/397,830 Continuation US20120139931A1 (en) 1998-06-16 2012-02-16 Display system having floating point rasterization and floating point framebuffering

Publications (1)

Publication Number Publication Date
US20120256932A1 true US20120256932A1 (en) 2012-10-11

Family

ID=29418296

Family Applications (14)

Application Number Title Priority Date Filing Date
US09/098,041 Expired - Lifetime US6650327B1 (en) 1998-06-16 1998-06-16 Display system having floating point rasterization and floating point framebuffering
US09/614,363 Expired - Fee Related US7518615B1 (en) 1998-06-16 2000-07-12 Display system having floating point rasterization and floating point framebuffering
US12/168,578 Abandoned US20080284786A1 (en) 1998-06-16 2008-07-07 Display System Having Floating Point Rasterization and Floating Point Framebuffering
US12/632,262 Abandoned US20100079471A1 (en) 1998-06-16 2009-12-07 Display System Having Floating Point Rasterization and Floating Point Framebuffering
US13/004,650 Expired - Fee Related US8144158B2 (en) 1998-06-16 2011-01-11 Display system having floating point rasterization and floating point framebuffering
US13/397,830 Granted US20120139931A1 (en) 1998-06-16 2012-02-16 Display system having floating point rasterization and floating point framebuffering
US13/494,231 Abandoned US20120249548A1 (en) 1998-06-16 2012-06-12 Floating point computer system with per-fragment operations
US13/494,143 Abandoned US20120256942A1 (en) 1998-06-16 2012-06-12 Floating point computer system with blending
US13/494,783 Abandoned US20120256933A1 (en) 1998-06-16 2012-06-12 Floating point computer system with floating point memory
US13/494,235 Abandoned US20120256932A1 (en) 1998-06-16 2012-06-12 Floating point computer system on a single chip
US13/494,135 Abandoned US20120249561A1 (en) 1998-06-16 2012-06-12 Floating point computer system with s_e_m formatting
US13/494,132 Abandoned US20120262470A1 (en) 1998-06-16 2012-06-12 Floating point computer system and texturing
US13/494,775 Abandoned US20120249566A1 (en) 1998-06-16 2012-06-12 Floating point computer system with frame buffer for storing color values during or after rasterization
US13/494,138 Expired - Fee Related US8610729B2 (en) 1998-06-16 2012-06-12 Floating point computer system with fog

Family Applications Before (9)

Application Number Title Priority Date Filing Date
US09/098,041 Expired - Lifetime US6650327B1 (en) 1998-06-16 1998-06-16 Display system having floating point rasterization and floating point framebuffering
US09/614,363 Expired - Fee Related US7518615B1 (en) 1998-06-16 2000-07-12 Display system having floating point rasterization and floating point framebuffering
US12/168,578 Abandoned US20080284786A1 (en) 1998-06-16 2008-07-07 Display System Having Floating Point Rasterization and Floating Point Framebuffering
US12/632,262 Abandoned US20100079471A1 (en) 1998-06-16 2009-12-07 Display System Having Floating Point Rasterization and Floating Point Framebuffering
US13/004,650 Expired - Fee Related US8144158B2 (en) 1998-06-16 2011-01-11 Display system having floating point rasterization and floating point framebuffering
US13/397,830 Granted US20120139931A1 (en) 1998-06-16 2012-02-16 Display system having floating point rasterization and floating point framebuffering
US13/494,231 Abandoned US20120249548A1 (en) 1998-06-16 2012-06-12 Floating point computer system with per-fragment operations
US13/494,143 Abandoned US20120256942A1 (en) 1998-06-16 2012-06-12 Floating point computer system with blending
US13/494,783 Abandoned US20120256933A1 (en) 1998-06-16 2012-06-12 Floating point computer system with floating point memory

Family Applications After (4)

Application Number Title Priority Date Filing Date
US13/494,135 Abandoned US20120249561A1 (en) 1998-06-16 2012-06-12 Floating point computer system with s_e_m formatting
US13/494,132 Abandoned US20120262470A1 (en) 1998-06-16 2012-06-12 Floating point computer system and texturing
US13/494,775 Abandoned US20120249566A1 (en) 1998-06-16 2012-06-12 Floating point computer system with frame buffer for storing color values during or after rasterization
US13/494,138 Expired - Fee Related US8610729B2 (en) 1998-06-16 2012-06-12 Floating point computer system with fog

Country Status (1)

Country Link
US (14) US6650327B1 (en)

Families Citing this family (67)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6650327B1 (en) * 1998-06-16 2003-11-18 Silicon Graphics, Inc. Display system having floating point rasterization and floating point framebuffering
US6771264B1 (en) * 1998-08-20 2004-08-03 Apple Computer, Inc. Method and apparatus for performing tangent space lighting and bump mapping in a deferred shading graphics processor
AU5688199A (en) 1998-08-20 2000-03-14 Raycer, Inc. System, apparatus and method for spatially sorting image data in a three-dimensional graphics pipeline
US6509905B2 (en) * 1998-11-12 2003-01-21 Hewlett-Packard Company Method and apparatus for performing a perspective projection in a graphics device of a computer graphics display system
US7159041B2 (en) * 2000-03-07 2007-01-02 Microsoft Corporation Method and system for defining and controlling algorithmic elements in a graphics display system
US20050078118A1 (en) * 2000-05-12 2005-04-14 Microsoft Corporation Table indexing system and method
US7184059B1 (en) * 2000-08-23 2007-02-27 Nintendo Co., Ltd. Graphics system with copy out conversions between embedded frame buffer and main memory
US6828980B1 (en) * 2000-10-02 2004-12-07 Nvidia Corporation System, method and computer program product for z-texture mapping
US6828975B2 (en) 2001-03-01 2004-12-07 Microsoft Corporation Method and system for managing graphics objects in a graphics display system
US6895520B1 (en) 2001-03-02 2005-05-17 Advanced Micro Devices, Inc. Performance and power optimization via block oriented performance measurement and control
US7009615B1 (en) * 2001-11-30 2006-03-07 Nvidia Corporation Floating point buffer system and method for use during programmable fragment processing in a graphics pipeline
WO2002101497A2 (en) * 2001-06-08 2002-12-19 Nvidia Corporation System, method and computer program product for programmable fragment processing in a graphics pipeline
US6697064B1 (en) * 2001-06-08 2004-02-24 Nvidia Corporation System, method and computer program product for matrix tracking during vertex processing in a graphics pipeline
JP2003006669A (en) * 2001-06-22 2003-01-10 Toshiba Corp Image plotter
US20030210271A1 (en) * 2002-05-13 2003-11-13 King William Davis Power based level-of- detail management system for a portable computer graphics display
US7075542B1 (en) * 2002-11-12 2006-07-11 Ati Technologies Inc. Selectable multi-performance configuration
US7061495B1 (en) * 2002-11-18 2006-06-13 Ati Technologies, Inc. Method and apparatus for rasterizer interpolation
US7796133B1 (en) 2002-11-18 2010-09-14 Ati Technologies Ulc Unified shader
US7633506B1 (en) * 2002-11-27 2009-12-15 Ati Technologies Ulc Parallel pipeline graphics system
US8933945B2 (en) * 2002-11-27 2015-01-13 Ati Technologies Ulc Dividing work among multiple graphics pipelines using a super-tiling technique
US6900810B1 (en) * 2003-04-10 2005-05-31 Nvidia Corporation User programmable geometry engine
US6940515B1 (en) * 2003-04-10 2005-09-06 Nvidia Corporation User programmable primitive engine
US6943797B2 (en) * 2003-06-30 2005-09-13 Sun Microsystems, Inc. Early primitive assembly and screen-space culling for multiple chip graphics system
US7071947B1 (en) 2003-07-24 2006-07-04 Nvidia Corporation Automatic adjustment of floating point output images
US7239322B2 (en) 2003-09-29 2007-07-03 Ati Technologies Inc Multi-thread graphic processing system
AU2004306878B2 (en) * 2003-10-14 2009-10-01 Interdigital Vc Holdings, Inc. Technique for bit-accurate film grain simulation
US7948490B2 (en) * 2003-10-22 2011-05-24 Microsoft Corporation Hardware-accelerated computation of radiance transfer coefficients in computer graphics
US6897871B1 (en) 2003-11-20 2005-05-24 Ati Technologies Inc. Graphics processing architecture employing a unified shader
US7015914B1 (en) 2003-12-10 2006-03-21 Nvidia Corporation Multiple data buffers for processing graphics data
US20060022990A1 (en) * 2004-07-30 2006-02-02 Silicon Graphics, Inc. Generating subdivision surfaces on a graphics hardware with floating-point fragment shaders
US7355603B2 (en) * 2004-08-04 2008-04-08 Nvidia Corporation Filtering unit for floating-point texture data
US6972769B1 (en) * 2004-09-02 2005-12-06 Nvidia Corporation Vertex texture cache returning hits out of order
BRPI0516614B1 (en) 2004-10-18 2020-08-18 Interdigital Vc Holdings, Inc FILM GRANULATION SIMULATION METHOD
US8014558B2 (en) 2004-10-18 2011-09-06 Thomson Licensing Methods, apparatus and system for film grain simulation
BRPI0517793A (en) * 2004-11-12 2008-10-21 Thomson Licensing film grain simulation for normal play and effect mode play for video playback systems
BRPI0517828A (en) 2004-11-16 2008-10-21 Thomson Licensing inserting grain-of-film messages for exact bit simulation in a video system
US9177364B2 (en) 2004-11-16 2015-11-03 Thomson Licensing Film grain simulation method based on pre-computed transform coefficients
CA2587117C (en) * 2004-11-17 2014-02-11 Thomson Licensing Bit-accurate film grain simulation method based on pre-computed transformed coefficients
BRPI0518037A (en) 2004-11-22 2008-10-28 Thomson Licensing methods, apparatus and system for dividing film granulation cache for film granulation simulation
ATE435568T1 (en) * 2004-11-23 2009-07-15 Thomson Licensing LOW COMPLEXITY FILM GRAIN SIMULATION TECHNIQUE
US7924281B2 (en) * 2005-03-09 2011-04-12 Ati Technologies Ulc System and method for determining illumination of a pixel by shadow planes
US9298311B2 (en) 2005-06-23 2016-03-29 Apple Inc. Trackpad sensitivity compensation
KR100610689B1 (en) * 2005-06-24 2006-08-09 엔에이치엔(주) Method for inserting moving picture into 3-dimension screen and record medium for the same
EP1876814A1 (en) * 2006-07-07 2008-01-09 Barco NV Non-linear image mapping using a plurality of non-coplanar clipping planes
US8134566B1 (en) * 2006-07-28 2012-03-13 Nvidia Corporation Unified assembly instruction set for graphics processing
US20080055311A1 (en) * 2006-08-31 2008-03-06 Ati Technologies Inc. Portable device with run-time based rendering quality control and method thereof
US8232991B1 (en) * 2006-11-03 2012-07-31 Nvidia Corporation Z-test result reconciliation with multiple partitions
US10715834B2 (en) 2007-05-10 2020-07-14 Interdigital Vc Holdings, Inc. Film grain simulation based on pre-computed transform coefficients
EP2058765A1 (en) * 2007-11-07 2009-05-13 3D Geo GmbH Method and device for texturizing an object of a virtual three-dimensional geometrical model
US20090309896A1 (en) * 2008-05-30 2009-12-17 Advanced Micro Devices, Inc. Multi Instance Unified Shader Engine Filtering System With Level One and Level Two Cache
US8502832B2 (en) * 2008-05-30 2013-08-06 Advanced Micro Devices, Inc. Floating point texture filtering using unsigned linear interpolators and block normalizations
US8150902B2 (en) 2009-06-19 2012-04-03 Singular Computing Llc Processing with compact arithmetic processing element
KR20140005388A (en) * 2012-06-26 2014-01-15 삼성전자주식회사 Apparatus and method for processing rendering data
US10277771B1 (en) 2014-08-21 2019-04-30 Oliver Markus Haynold Floating-point camera
US10225485B1 (en) 2014-10-12 2019-03-05 Oliver Markus Haynold Method and apparatus for accelerated tonemapping
CN107240142B (en) * 2016-03-28 2020-10-16 龙芯中科技术有限公司 Graph drawing method and device
US10682491B2 (en) 2017-07-20 2020-06-16 Bose Corporation Earphones for measuring and entraining respiration
US10848848B2 (en) 2017-07-20 2020-11-24 Bose Corporation Earphones for measuring and entraining respiration
US10632278B2 (en) 2017-07-20 2020-04-28 Bose Corporation Earphones for measuring and entraining respiration
US11013416B2 (en) 2018-01-26 2021-05-25 Bose Corporation Measuring respiration with an in-ear accelerometer
CN110163360B (en) * 2018-02-13 2021-06-25 上海寒武纪信息科技有限公司 Computing device and method
US10656913B2 (en) * 2018-06-05 2020-05-19 International Business Machines Corporation Enhanced low precision binary floating-point formatting
CN109408028B (en) * 2018-09-21 2021-03-05 东软集团股份有限公司 Floating point number operation method and device and storage medium
WO2020081399A1 (en) * 2018-10-15 2020-04-23 Nam Sung Kim Network-centric architecture and algorithms to accelerate distributed training of neural networks
KR102589969B1 (en) * 2018-11-05 2023-10-16 삼성전자주식회사 Graphics processing unit, graphics processing system and graphics processing method of performing interpolation in deferred shading
CN111125113B (en) * 2019-12-25 2020-09-15 中科三清科技有限公司 Method and device for storing air pollutant data
US11880682B2 (en) * 2021-06-30 2024-01-23 Amazon Technologies, Inc. Systolic array with efficient input reduction and extended array performance

Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5434967A (en) * 1992-10-27 1995-07-18 International Business Machines Corporation Decision variable hardware logic and processing methods for graphics display system
US5440682A (en) * 1993-06-04 1995-08-08 Sun Microsystems, Inc. Draw processor for a high performance three dimensional graphic accelerator
US5528741A (en) * 1992-07-15 1996-06-18 International Business Machines Corporation Method and apparatus for converting floating-point pixel values to byte pixel values by table lookup
US5542032A (en) * 1993-10-04 1996-07-30 Loral Federal Systems Company Fast display of images of three-dimensional surfaces without aliasing
US5594854A (en) * 1995-03-24 1997-01-14 3Dlabs Inc. Ltd. Graphics subsystem with coarse subpixel correction
US5613050A (en) * 1993-01-15 1997-03-18 International Business Machines Corporation Method and apparatus for reducing illumination calculations through efficient visibility determination
US5724561A (en) * 1995-11-03 1998-03-03 3Dfx Interactive, Incorporated System and method for efficiently determining a fog blend value in processing graphical images
US5751928A (en) * 1992-08-26 1998-05-12 Bakalash; Reuven Parallel computing system for volumetric modeling, data processing and visualization volumetric
US5831623A (en) * 1995-08-09 1998-11-03 Mitsubishi Denki Kabushiki Kaisha Volume rendering apparatus and method
US6005583A (en) * 1997-04-30 1999-12-21 Hewlett-Packard Company Precise gradient calculation system and method for a texture mapping system of a computer graphics system
US6115047A (en) * 1996-07-01 2000-09-05 Sun Microsystems, Inc. Method and apparatus for implementing efficient floating point Z-buffering
US6172680B1 (en) * 1997-09-23 2001-01-09 Ati Technologies, Inc. Method and apparatus for a three-dimensional graphics processing system including anti-aliasing
US6232979B1 (en) * 1997-12-19 2001-05-15 Silicon Graphics, Inc. Method, system, and computer program product for fast computation using parallel multi-channel resampling and blending
US6292815B1 (en) * 1998-04-30 2001-09-18 Intel Corporation Data conversion between floating point packed format and integer scalar format
US6567083B1 (en) * 1997-09-25 2003-05-20 Microsoft Corporation Method, system, and computer program product for providing illumination in computer graphics shading and animation
US6603470B1 (en) * 1995-08-04 2003-08-05 Sun Microsystems, Inc. Compression of surface normals in three-dimensional graphics data
US7518615B1 (en) * 1998-06-16 2009-04-14 Silicon Graphics, Inc. Display system having floating point rasterization and floating point framebuffering
US20140098090A1 (en) * 2012-10-05 2014-04-10 Autodesk, Inc. Generating a consensus mesh from an input set of meshes

Family Cites Families (55)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5185599A (en) * 1987-10-26 1993-02-09 Tektronix, Inc. Local display bus architecture and communications method for Raster display
US4866637A (en) 1987-10-30 1989-09-12 International Business Machines Corporation Pipelined lighting model processing system for a graphics workstation's shading function
US5056015A (en) 1988-03-23 1991-10-08 Du Pont Pixel Systems Limited Architectures for serial or parallel loading of writable control store
US4989142A (en) * 1988-10-24 1991-01-29 General Electric Company Three-dimensional images obtained from tomographic slices with gantry tilt
US5005011A (en) 1988-12-23 1991-04-02 Apple Computer, Inc. Vertical filtering apparatus for raster scanned display
WO1992012496A1 (en) 1991-01-09 1992-07-23 Du Pont Pixel Systems Limited Computer system with enhanced image and graphics capabilities
US5307450A (en) 1991-02-19 1994-04-26 Silicon Graphics, Inc. Z-subdivision for improved texture mapping
US5493644A (en) * 1991-07-11 1996-02-20 Hewlett-Packard Company Polygon span interpolator with main memory Z buffer
JPH07120434B2 (en) * 1992-01-29 1995-12-20 インターナショナル・ビジネス・マシーンズ・コーポレイション Method and apparatus for volume rendering
DE69418646T2 (en) * 1993-06-04 2000-06-29 Sun Microsystems Inc Floating point processor for a high-performance three-dimensional graphics accelerator
DE69430857T2 (en) 1993-06-23 2003-03-20 Sun Microsystems Inc Drawing processing device for three-dimensional graphic high-performance accelerator
CA2143591C (en) * 1994-04-29 1999-01-26 David N. Horn Teleconferencing audio bridge
US5570460A (en) * 1994-10-21 1996-10-29 International Business Machines Corporation System and method for volume rendering of finite element models
GB9424273D0 (en) 1994-12-01 1995-01-18 Wrigley Adrian M T Improvements in and relating to image constrcution
GB9501832D0 (en) 1995-01-31 1995-03-22 Videologic Ltd Texturing and shading of 3-d images
DE69526919T2 (en) 1995-01-31 2003-01-16 Imagination Tech Ltd Method and device for shading three-dimensional images
US6529196B1 (en) 1995-05-01 2003-03-04 3Dlabs Inc. Led. Efficient stroking of vectors with arbitrary endpoints
US6005582A (en) 1995-08-04 1999-12-21 Microsoft Corporation Method and system for texture mapping images with anisotropic filtering
US5696944A (en) 1995-08-08 1997-12-09 Hewlett-Packard Company Computer graphics system having double buffered vertex ram with granularity
US5742840A (en) 1995-08-16 1998-04-21 Microunity Systems Engineering, Inc. General purpose, multiple precision parallel operation, programmable media processor
US6643765B1 (en) 1995-08-16 2003-11-04 Microunity Systems Engineering, Inc. Programmable processor with group floating point operations
US5960213A (en) 1995-12-18 1999-09-28 3D Labs Inc. Ltd Dynamically reconfigurable multi-function PCI adapter device
US5943058A (en) 1996-01-25 1999-08-24 Silicon Graphics, Inc. Texture mapping circuit for performing data interpolations
US5786826A (en) 1996-01-26 1998-07-28 International Business Machines Corporation Method and apparatus for parallel rasterization
KR100269106B1 (en) 1996-03-21 2000-11-01 윤종용 Multiprocessor graphics system
US5821950A (en) 1996-04-18 1998-10-13 Hewlett-Packard Company Computer graphics system utilizing parallel processing for enhanced performance
US5844571A (en) * 1996-06-10 1998-12-01 International Business Machines Corporation Z buffer bandwidth reductions via split transactions
US5874969A (en) * 1996-07-01 1999-02-23 Sun Microsystems, Inc. Three-dimensional graphics accelerator which implements multiple logical buses using common data lines for improved bus communication
US6046746A (en) * 1996-07-01 2000-04-04 Sun Microsystems, Inc. Method and apparatus implementing high resolution rendition of Z-buffered primitives
US5821949A (en) 1996-07-01 1998-10-13 Sun Microsystems, Inc. Three-dimensional graphics accelerator with direct data channels for improved performance
US5745125A (en) * 1996-07-02 1998-04-28 Sun Microsystems, Inc. Floating point processor for a three-dimensional graphics accelerator which includes floating point, lighting and set-up cores for improved performance
US5936629A (en) * 1996-11-20 1999-08-10 International Business Machines Corporation Accelerated single source 3D lighting mechanism
US5835097A (en) * 1996-12-30 1998-11-10 Cirrus Logic, Inc. Non-homogenous second order perspective texture mapping using linear interpolation parameters
US6697063B1 (en) 1997-01-03 2004-02-24 Nvidia U.S. Investment Company Rendering pipeline
CA2227531C (en) * 1997-01-20 2003-03-18 Hitachi, Ltd. Graphics processing unit and graphics processing system
US5977983A (en) 1997-02-20 1999-11-02 S3 Incorporated Method and apparatus for adjusting graphics processing procedures based on a selectable speed/quality gauge
US5926406A (en) * 1997-04-30 1999-07-20 Hewlett-Packard, Co. System and method for calculating floating point exponential values in a geometry accelerator
US5862066A (en) * 1997-05-01 1999-01-19 Hewlett-Packard Company Methods and apparatus for fast check of floating point zero or negative zero
US5982375A (en) 1997-06-20 1999-11-09 Sun Microsystems, Inc. Floating point processor for a three-dimensional graphics accelerator which includes single-pass stereo capability
JP4219090B2 (en) 1997-09-25 2009-02-04 マイクロソフト コーポレーション Method, system, and computer program product for providing lighting in computer graphics shading and animation
US5995121A (en) * 1997-10-16 1999-11-30 Hewlett-Packard Company Multiple graphics pipeline integration with a windowing system through the use of a high speed interconnect to the frame buffer
US6061782A (en) * 1997-11-29 2000-05-09 Ip First Llc Mechanism for floating point to integer conversion with RGB bias multiply
US7392275B2 (en) 1998-03-31 2008-06-24 Intel Corporation Method and apparatus for performing efficient transformations with horizontal addition and subtraction
US6292185B1 (en) 1998-04-27 2001-09-18 C.C.R., Inc. Method and apparatus for tailoring the appearance of a graphical user interface
US6247116B1 (en) * 1998-04-30 2001-06-12 Intel Corporation Conversion from packed floating point data to packed 16-bit integer data in different architectural registers
US6266769B1 (en) * 1998-04-30 2001-07-24 Intel Corporation Conversion between packed floating point data and packed 32-bit integer data in different architectural registers
US5995122A (en) * 1998-04-30 1999-11-30 Intel Corporation Method and apparatus for parallel conversion of color values from a single precision floating point format to an integer format
US6282554B1 (en) * 1998-04-30 2001-08-28 Intel Corporation Method and apparatus for floating point operations and format conversion operations
US6532018B1 (en) 1999-04-19 2003-03-11 Microsoft Corporation Combined floating-point logic core and frame buffer
US6756978B1 (en) 1999-04-19 2004-06-29 Microsoft Corporation Apparatus and method for sharing antialiasing memory across multiple displays
US6504542B1 (en) * 1999-12-06 2003-01-07 Nvidia Corporation Method, apparatus and article of manufacture for area rasterization using sense points
US6731289B1 (en) 2000-05-12 2004-05-04 Microsoft Corporation Extended range pixel display system and method
US6606097B1 (en) * 2000-08-03 2003-08-12 International Business Machines Corporation Circuit for generating frame buffer values
US6812927B1 (en) 2002-06-18 2004-11-02 Nvidia Corporation System and method for avoiding depth clears using a stencil buffer
US7154500B2 (en) * 2004-04-20 2006-12-26 The Chinese University Of Hong Kong Block-based fragment filtration with feasible multi-GPU acceleration for real-time volume rendering on conventional personal computer

Patent Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5528741A (en) * 1992-07-15 1996-06-18 International Business Machines Corporation Method and apparatus for converting floating-point pixel values to byte pixel values by table lookup
US5751928A (en) * 1992-08-26 1998-05-12 Bakalash; Reuven Parallel computing system for volumetric modeling, data processing and visualization volumetric
US5434967A (en) * 1992-10-27 1995-07-18 International Business Machines Corporation Decision variable hardware logic and processing methods for graphics display system
US5613050A (en) * 1993-01-15 1997-03-18 International Business Machines Corporation Method and apparatus for reducing illumination calculations through efficient visibility determination
US5440682A (en) * 1993-06-04 1995-08-08 Sun Microsystems, Inc. Draw processor for a high performance three dimensional graphic accelerator
US5542032A (en) * 1993-10-04 1996-07-30 Loral Federal Systems Company Fast display of images of three-dimensional surfaces without aliasing
US5594854A (en) * 1995-03-24 1997-01-14 3Dlabs Inc. Ltd. Graphics subsystem with coarse subpixel correction
US6603470B1 (en) * 1995-08-04 2003-08-05 Sun Microsystems, Inc. Compression of surface normals in three-dimensional graphics data
US5831623A (en) * 1995-08-09 1998-11-03 Mitsubishi Denki Kabushiki Kaisha Volume rendering apparatus and method
US5724561A (en) * 1995-11-03 1998-03-03 3Dfx Interactive, Incorporated System and method for efficiently determining a fog blend value in processing graphical images
US6115047A (en) * 1996-07-01 2000-09-05 Sun Microsystems, Inc. Method and apparatus for implementing efficient floating point Z-buffering
US6005583A (en) * 1997-04-30 1999-12-21 Hewlett-Packard Company Precise gradient calculation system and method for a texture mapping system of a computer graphics system
US6172680B1 (en) * 1997-09-23 2001-01-09 Ati Technologies, Inc. Method and apparatus for a three-dimensional graphics processing system including anti-aliasing
US6567083B1 (en) * 1997-09-25 2003-05-20 Microsoft Corporation Method, system, and computer program product for providing illumination in computer graphics shading and animation
US6232979B1 (en) * 1997-12-19 2001-05-15 Silicon Graphics, Inc. Method, system, and computer program product for fast computation using parallel multi-channel resampling and blending
US6292815B1 (en) * 1998-04-30 2001-09-18 Intel Corporation Data conversion between floating point packed format and integer scalar format
US7518615B1 (en) * 1998-06-16 2009-04-14 Silicon Graphics, Inc. Display system having floating point rasterization and floating point framebuffering
US20140098090A1 (en) * 2012-10-05 2014-04-10 Autodesk, Inc. Generating a consensus mesh from an input set of meshes

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
A. Kugler, "The Setup for Triangle Rasterization", 11th Eurographics Workshop on Computer Graphics Hardware, Aug. 26-27, 1996, pp. 1-10. *
AT&T Pixel Machines, "The Pixel Machine System Architecture,", A Technical Report, Holmdel, NJ, November, 1988. *
M. Deering, et. al., "FBRAM: a new Form of Memory Optimized for 3D Graphics", ACM SIGGRAPH Proceedings, pp. 167-174, 1994. *
M. Deering, et. al., "Leo: A System for Cost Effective 3D Shaded Graphics", ACM SIGGRAPH Proceedings, pp. 101-108, 1993. *
Potmesil et al., "The Pixel Machine: A Parallel Image Computer", Computer Graphics, Volume 23, No. 3, pages 69-79, July 1989 . *

Also Published As

Publication number Publication date
US7518615B1 (en) 2009-04-14
US8610729B2 (en) 2013-12-17
US20120249566A1 (en) 2012-10-04
US20120262470A1 (en) 2012-10-18
US20110169842A1 (en) 2011-07-14
US20120256933A1 (en) 2012-10-11
US8144158B2 (en) 2012-03-27
US20120256942A1 (en) 2012-10-11
US20120249562A1 (en) 2012-10-04
US20080284786A1 (en) 2008-11-20
US6650327B1 (en) 2003-11-18
US20120139931A1 (en) 2012-06-07
US20120249548A1 (en) 2012-10-04
US20120249561A1 (en) 2012-10-04
US20100079471A1 (en) 2010-04-01

Similar Documents

Publication Publication Date Title
US8610729B2 (en) Floating point computer system with fog
US7176919B2 (en) Recirculating shade tree blender for a graphics system
US5856829A (en) Inverse Z-buffer and video display system having list-based control mechanism for time-deferred instructing of 3D rendering engine that also responds to supervisory immediate commands
US5230039A (en) Texture range controls for improved texture mapping
US6417858B1 (en) Processor for geometry transformations and lighting calculations
US5613050A (en) Method and apparatus for reducing illumination calculations through efficient visibility determination
US5790134A (en) Hardware architecture for image generation and manipulation
US5898437A (en) Method for fast rendering of three-dimensional objects by generating lists of like-facing coherent primitives
US8223149B2 (en) Cone-culled soft shadows
US6806886B1 (en) System, method and article of manufacture for converting color data into floating point numbers in a computer graphics pipeline
US7576746B1 (en) Methods and systems for rendering computer graphics
US6760032B1 (en) Hardware-implemented cellular automata system and method
US5732248A (en) Multistep vector generation for multiple frame buffer controllers
US7116333B1 (en) Data retrieval method and system
US6943791B2 (en) Z-slope test to optimize sample throughput
US7015916B2 (en) Draw processing device and drawing method for drawing image on two-dimensional screen
US7196706B2 (en) Method and apparatus for rendering a quadrangle primitive
JP2763481B2 (en) Image synthesizing apparatus and image synthesizing method
JP2003529115A (en) Graphics system having supersampling sample buffer and effectively storing sample location information
US6847368B2 (en) Graphics system with a buddy / quad mode for faster writes
KR0153664B1 (en) 3d object generator in a graphic system
CLINE COMPUTER GRAPHICS HARDWARE
WO1998006067A1 (en) Hardware-accelerated photoreal rendering

Legal Events

Date Code Title Description
AS Assignment

Owner name: GRAPHICS PROPERTIES HOLDINGS, INC., NEW YORK

Free format text: CHANGE OF NAME;ASSIGNOR:SILICON GRAPHICS, INC.;REEL/FRAME:031638/0781

Effective date: 20090603

Owner name: SILICON GRAPHICS, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:AIREY, JOHN M.;MIGDAL, CHRISTOPHER J.;LOH, DANNY D.;AND OTHERS;SIGNING DATES FROM 19980730 TO 20070329;REEL/FRAME:031603/0287

AS Assignment

Owner name: RPX CORPORATION, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:GRAPHICS PROPERTIES HOLDINGS, INC.;REEL/FRAME:036901/0951

Effective date: 20150916

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION