WO2002007092A2 - Multiprocessor system for 3d image rendering - Google Patents

Multiprocessor system for 3d image rendering Download PDF

Info

Publication number
WO2002007092A2
WO2002007092A2 PCT/US2001/022301 US0122301W WO0207092A2 WO 2002007092 A2 WO2002007092 A2 WO 2002007092A2 US 0122301 W US0122301 W US 0122301W WO 0207092 A2 WO0207092 A2 WO 0207092A2
Authority
WO
WIPO (PCT)
Prior art keywords
gpu
computer graphics
image
dimensional computer
graphics data
Prior art date
Application number
PCT/US2001/022301
Other languages
French (fr)
Other versions
WO2002007092A3 (en
WO2002007092A8 (en
Inventor
James L. Foran
Original Assignee
Silicon Graphics, 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
Application filed by Silicon Graphics, Inc. filed Critical Silicon Graphics, Inc.
Publication of WO2002007092A2 publication Critical patent/WO2002007092A2/en
Publication of WO2002007092A3 publication Critical patent/WO2002007092A3/en
Publication of WO2002007092A8 publication Critical patent/WO2002007092A8/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T15/003D [Three Dimensional] image rendering

Definitions

  • the present invention relates to computer graphics technology.
  • the data have been pregenerated such that their three-dimensional positions in space are not under the interactive control of the user.
  • the user does have interactive control of the viewer's position, the direction of view, and the scale of the graphic data.
  • the user also may have control of the selection of a subset of the data and the method by which it is rendered. This includes the effects of lighting, coloration, and other visual characteristics of the underlying data.
  • Time domain composition in which each GPU renders the next successive frame
  • screen space composition in which each GPU renders a subset of the pixels of each frame.
  • Time domain composition has the disadvantage of having each GPU render an entire frame.
  • the speed at which each frame is rendered is limited to the rendering rate of a single GPU.
  • multiple GPUs enable a higher frame rate, a delay can be imparted in the response time of the system to a user's input. This occurs because, while at any given time only one GPU is engaged in displaying a rendered frame, each of the GPUs is in the process of rendering one of a series of frames in a sequence.
  • depth composition One method which allows each GPU to access only a part of the data base is depth composition. Using this method each GPU renders the entire screen and produces both a Z (or depth) buffer and a color buffer. Graphic elements are distributed to GPUs by some hueristic, which is designed to acheive good load balancing. At each pixel the depth values from each of the GPUs are compared and the value indicating the frontmost position is selected. Use of this method is inhibited by the fact that the commodity graphic parts do not output the depth values, which are internally generated. It also requires that the depth buffer be double buffered so that the next frame can be calculated while the current one is displayed. Otherwise performance is effected.
  • This method also prevents the application of some features, such as antialiasing or transparency, which require more information per pixel than just color and depth. Furthermore, volumetric data stored as three-dimensional textures or as geometricly specific textures (such as phototerrain) must be duplicated at each GPU.
  • What is needed is a method whereby multiple GPUs can, without a latency penalty, render a subset of graphic data from a data base to combine their outputs to form a correct image.
  • This method should permit three-dimensional and other geometrically attached textures to be stored at a single place.
  • such a method should be scalable, so that systems of arbitrary power can be created, and flexible, so that a system can be configured to support a single user at maximum power or multiple users with the total power distributed amongst them.
  • the present invention provides a method and system for viewing three- dimensional computer graphics using multiple graphics processing units (GPUs).
  • the image to be produced represents a three-dimensional scene.
  • the rectangular volume in which the scene resides is decomposed into subvolumes.
  • Multiple GPUs are used, where each GPU is assigned to a different subvolume.
  • the graphics data base is preloaded such that each GPU has access only to the data which is relevant to its subvolume. If a graphic element spans multiple subvolumes, then it is preloaded to each of them.
  • Geometrically specific textures such as three-dimensional texture, are only loaded to the GPUs for the subvolumes to which they correspond. An identical copy of the viewing application can be run on each GPU.
  • All control inputs from the user are sent to all GPUs. As the graphic elements of each subvolume are rendered, they are clipped to the subvolume boundaries to prevent artifacts.
  • An alpha value is stored with each pixel. Initially, the frame buffer, including the alpha value, is cleared. As pixels are written to the frame buffer, the alpha value is updated accordingly.
  • Alpha may represent "clear”, “opaque”, or transparent (translucent) as determined by its numeric value. Both the alpha value and the color frame buffer are double buffered.
  • Each GPU renders an image for the entire screen.
  • the resultant image data that are output by the GPUs are combined using one or more image combiners to produce a final image.
  • the image combiners can be cascaded to an arbitrary degree to achieve scalability.
  • Each image combiner accepts the outputs of two neighboring subvolume GPUs. The combining operation is based on the alpha blending of the output of the frontmost GPUs over the output of the rearmost GPUs. Frontmost and rearmost positions are determined for each frame by the relationship between the subvolumes and the viewing position in three- dimensional space.
  • the output of a single image combiner stage represents the image produced by the combined subvolumes and is used as the input to the next image combiner stage where it is matched with a similarly received output from a neighboring image combiner such that a scalable tree of image combiners can be configured.
  • the number of GPUs to be combined exceeds a multiple of the number of GPU inputs a combiner can receive, remaining GPUs can bypass first stage combining and directly input image combiners at the next stage.
  • the number of subvolumes does not have to be the same in each of the three dimensions nor do the dimensions of the subvolumes need to be equal in each of the three dimensions.
  • Image combiners can be aggregated into more than two input units as desired.
  • the invention has the feature of decomposing the volume containing the scene to be viewed.
  • the invention has the additional feature of providing an array of GPUs to perform the rendering operations.
  • the invention has the additional advantage of scaling geometrically specific texture without the need for replication across all GPUs.
  • the invention has the further advantage of being scalable with respect to the number of GPUs and image combiners that can be used.
  • the invention has yet another advantage of being transparent to the application program. The program need not be modified to take advantage of the architecture described above or the scalability thereof :
  • FIG. 1 presents a sample collection of objects that could appear in an image.
  • FIG. 2 shows the objects of FIG. 1 enclosed by a rectangular volume.
  • FIG. 3 shows the rectangular volume of FIG. 2 decomposed into rectangular subvolumes.
  • FIG. 4 add representative dimensions to the volume and subvolumes of EG. 3.
  • FIG. 5 presents a diagram of an embodiment of the present invention method.
  • FIG. 6 demonstrates different viewing positions of the objects in the image of FIG. 4.
  • FIG.7 presents a diagram showing an embodiment of the present invention system.
  • FIG. 8 is a diagram illustrating an example environment in which the present invention can operate.
  • the present invention provides a method and system for presenting three- dimensional computer graphics images using multiple graphics processing units.
  • the following section defines several terms that occur frequently throughout the application.
  • GPU Graphics processing unit This refers to a device for rendering an image on the basis of received information, such as graphics primitives and texture data.
  • the output of a GPU is rendered three-dimensional computer graphics data.
  • Image combiner This refers to a device which takes the output of two or more sources of rendered three-dimensional computer graphics data and combines them.
  • the combination process can take into account colors, opacity, and the relative depth of objects in a scene.
  • the inputs to a combiner can come from a GPU or from another combiner.
  • the output is rendered three-dimensional computer graphics data that is dependent on (i.e., a combination of) the inputs.
  • Memory cell This refers to memory that stores data to be rendered by a GPU, and is accessible by that GPU.
  • Viewing position This refers to the location in three-dimensional space of a point from which a rendered scene is viewed. Viewing position includes both the angle of the line of sight and the distance between the point and the rendered scene.
  • the present invention is a method and system for presenting three- dimensional computer graphics images using multiple GPUs.
  • the present invention realizes a high degree of speed, fidelity, resolution, and scalability in the images that it renders by using multiple GPUs and cascading stages of image combiners.
  • the present invention requires that the three-dimensional computer graphics data ("graphics data") undergo preliminary processing to prepare them for rendering by the multiple GPUs.
  • the image to be produced represents a three-dimensional scene.
  • FIG. 1 presents a collection of objects that could appear in such a scene.
  • the objects in this figure are included purely for example.
  • the present invention can work with any objects that could be rendered in an image.
  • One skilled in the art will recognize that such a three-dimensional scene could be the product of an application software program, information stored in a database, or other source for producing a digital image.
  • each subvolume includes a portion of the overall scene.
  • the graphics data include graphics primitives and texture data.
  • Each graphics primitive includes a set of vertices. The position of each vertex is compared with the positions of the planar sides of the subvolumes to determine the subvolume to which the graphics primitive should be assigned. Where vertices of a graphics primitive indicate that it spans a boundary between subvolumes, the graphics primitive will be assigned to each subvolume. Texture data are matched to the graphics primitives and assigned to the appropriate subvolumes .
  • a GPU is assigned to each subvolume to render the graphics data that lie within the boundaries of that subvolume. Where parts of a graphics primitive exceed the boundaries of a subvolume, the GPU will clip that graphics primitive to the boundaries of the subvolume.
  • FIG. 4 illustrates this freedom in dimension sizes.
  • the volume shown in FIG. 4 measures 8 x 9 x 10, while the subvolume measures, along the same axes, 2 x 3 x 5.
  • the graphics data that correspond to each rectangular subvolume is allocated to the GPU assigned to that subvolume.
  • allocation occurs by loading each set of allocated graphics data into a memory cell that is accessible only by the GPU to which the graphics data have been allocated.
  • the graphics data can be stored in a common memory accessible by all GPUs with allocation achieved by controlling the distribution of addresses for the graphics data such that certain graphics data are accessible only by the GPU to which they have been allocated.
  • One skilled in the art will recognize that there are other methods by which one could control the allocation of graphics data to the GPUs.
  • a viewing position is determined.
  • the viewing position controls which aspect of the three-dimensional graphics data will be presented for viewing.
  • FIG. 6 illustrates this point.
  • Item 602 replicates the example scene originally presented in FIG. 1 with the rectangular subvolumes superimposed on it as shown in FIG. 3.
  • FIG. 6 includes two other illustrations that demonstrate how the scene depicted in item 602 would appear from different viewing positions.
  • Item 604 shows one viewing position. Note that from this angle part of the tree is obscured by the image of the rabbit.
  • Item 604 demonstrates another viewing position. Note that from this "birds eye" view that both the tree and the rabbit are visible, but the trunk of the tree and parts of the body of the rabbit are not.
  • the ability to view all aspects of the scene by changing the viewing position is an advantage of the present invention.
  • the viewing position can be determined by the application software either automatically or interactively via a command entered by the user.
  • each GPU renders the graphics data that has been allocated to it.
  • the architecture of the present invention supports the possibility that each GPU could render, by itself, the full image.
  • pixels rendered include channels representing the primary colors of red, green, and blue and an alpha channel that indicates the degree of tra ⁇ s ' lucence for that pixel. Translucence can range from transparent to opaque.
  • the rendered graphics data from each GPU are ordered. Ordering optimizes the process by which the outputs of individual GPUs are combined. Ordering is determined by comparing the viewing position with the positions of each of the subvolumes.
  • the outputs of the individuals GPUs are combined by blending. Image blending accounts for the spatial relationships between the viewing position and the rendered images so that objects that are more near the viewing position overwrite those that are more distant. Typically, image combining is performed using image combiners where each image combiner stores the results of its combining process in a frame buffer.
  • image combiners can be configured in cascading stages where the output of one or more image combiners provide inputs for another image combiner. This would entail further image combining as shown in FIG. 5 at a step 514.
  • an image combiner receives the output of adjacent GPUs.
  • an image combiner receives the output of one or more image combiners from a previous stage such that combined GPUs maintain their contiguous relationship. Where the number of GPUs to be combined exceeds a multiple of the number of GPU inputs a combiner can receive, remaining GPUs can bypass first stage combining and directly input image combiners at the next stage.
  • An advantage of the present invention is its ability to scale the rendering and combining process to match the needs of the application being executed.
  • An application requiring a high degree of resolution or fidelity can decompose the volume into more (and hence smaller) subvolumes. This would bring into service more GPUs such that the processing power of each GPU could be brought to bear on a smaller portion of the overall scene to be rendered.
  • an application requiring a high speed of rendering could opt to use fewer GPUs and thus reduce the number of stages (and hence time) needed for image combining.
  • HG. 7 illustrates this arrangement.
  • images rendered by GPUs 701 and 702 are combined by image combiner 725.
  • the output of image combiner 725 can be routed along bus 726 directly to an output device or along bus 727 to image combiner 761 for further combining.
  • Image combiners can be designed to receive an arbitrary number of inputs. Note that in FIG. 7 image combiner 725 receives two inputs, one each from GPUs 701 and 702; image combiner 761 receives three inputs, one each from image combiners 725, 728, and 731 ; and image combiner 773 receives four inputs, one each from image combiners 761, 764, 767, and 770.
  • the output of each image combiner can be routed directly to an output device or to another image combiner. This provides flexibility in the architecture to support scaling.
  • the three-dimensional computer graphics image is presented for viewing.
  • FIG. 8 is a block diagram illustrating an example environment in which the present invention can operate.
  • the environment is a computer system 800 that includes one or more processors, such as a central processing unit (CPU) 804.
  • the CPU 804 is connected to a communications bus 806.
  • Various software embodiments are described in terms of this example computer system. After reading this description, it will be apparent to a person skilled in the relevant art how to implement the invention using other computer systems and/or computer architectures.
  • Computer system 800 also includes a main memory 808, preferably random access memory (RAM), and can also include a secondary memory 810.
  • the secondary memory 810 can include, for example, a hard disk drive 812 and/or a removable storage drive 814, representing a floppy disk drive, a magnetic tape drive, an optical disk drive, etc.
  • the removable storage drive 814 reads from and/or writes to a removable storage unit 818 in a well known manner.
  • Removable storage unit 818 represents a floppy disk, Magnetic tape, optical disk, etc., which is read by and written to by removable storage drive 814.
  • the removable storage unit 818 includes a computer usable storage medium having stored therein computer software and/or data.
  • the computer system 800 also includes conventional hardware such as a display 830, a keyboard 832, and a pointing device 834.
  • a digitizer 836 and a camera 838 can be used for capturing images to process according to the present invention. Alternatively, images can be retrieved from any of the above- mentioned memory units, or via a communications interface 824.
  • secondary memory 810 may include other similar means for allowing computer programs or other instructions to be loaded into computer system 800.
  • Such means can include, for example, a removable storage unit 822 and an interface 820. Examples can include a program cartridge and cartridge interface (such as that found in video game devices), a removable memory chip (such as an EPROM, or PROM) and associated socket, and other removable storage units 822 and interfaces 820 which allow software and data to be transferred from the removable storage unit 822 to computer system 800.
  • the communications interface 824 allows software and data to be transferred between computer system 800 and external devices via communications path 826.
  • Examples of communications interface 824 can include a modem, a network interface (such as an Ethernet card), a communications port (e.g., RS-232), etc.
  • Software and data transferred via communications interface 824 are in the form of signals which can be electronic, electromagnetic, optical or other signals capable of being received by communications interface 824 via communications path 826.
  • communications interface 824 provides a means by which computer system 800 can interface to a network such as the Internet.
  • the communications interface 824 can send control signals to the color digital camera and data from the color digital camera can be transferred back to the computer system 800. This interface can be parallel, serial, bi- or unidirectional.
  • the present invention is preferably implemented using software running (that is, executing) in an environment similar to that described above with respect to FIG. 8.
  • computer program product is used to generally refer to removable storage device 818 or a hard disk installed in hard disk drive 812. These computer program products are means for providing software to computer system 800.
  • Computer programs are stored in main memory and/or secondary memory 810. Computer programs can also be received via communications interface 824. Such computer programs, when executed, enable the computer system 800 to perform the features of the present invention as discussed herein. In particular, the computer programs, when executed, enable the processor 804 to perform the features of the present invention. Accordingly, such computer programs represent controllers of the computer system 800.
  • the software may be stored in a computer program product and loaded into computer system 800 using removable storage drive 814, hard drive 812 or communications interface 824.
  • the computer program product may be downloaded to computer system 800 over communications path 826.
  • the control logic when executed by the processor 804, causes the processor 804 to perform the functions of the invention as described herein.
  • the invention is implemented primarily in hardware using, for example, hardware components such as application specific integrated circuits (ASICs).
  • ASICs application specific integrated circuits

Abstract

The present invention provides a method ans systems for presenting three-dimensional computer graphics images using multiple graphics processing units. The dimensions of the scene to be rendered are bounded by a rectangular volume decomposed into rectangular subvolumes. Vertices of graphics primitives are compared with subvolume boundaries to determine to which subvolume a graphics primitive should be assigned. A GPU is assigned to each subvolume to render the graphics data that lies within it. A viewing position point is determined and communicated to each GPU. Rendered graphics data from each GPU are ordered based upon the viewing position Outputs of the individual GPUs are combined by blending within an image combiners. Outputs of image combiners can be presented for viewing or further combined in a subsequent stage image combiner.

Description

METHOD AND SYSTEM FOR PRESENTING THREE-DIMENSIONAL COMPUTER GRAPHICS IMAGES USING MULTIPLE GRAPHICS
PROCESSING UNITS
BACKGROUND OF THE INVENTION
Field of the Invention
The present invention relates to computer graphics technology.
Related Art
As with any type of information processing, computer graphics rendering as used for viewing a static data base has long been the subject of attempts to improve performance. Since the commoditization of computer graphic processing chips for personal computers, one method that has become particularly attractive is to use multiple numbers of these powerful (yet inexpensive) graphic processing units (GPUs) to render a single scene. Although in the archetypical rendering application, the graphic data move from frame to frame under the user's interactive control, a significant number of graphic applications can be characterized as "viewers".
In these applications, the data have been pregenerated such that their three-dimensional positions in space are not under the interactive control of the user. However, in a viewer application the user does have interactive control of the viewer's position, the direction of view, and the scale of the graphic data. The user also may have control of the selection of a subset of the data and the method by which it is rendered. This includes the effects of lighting, coloration, and other visual characteristics of the underlying data.
There are two predominant methods for rendering graphic data with multiple GPUs. These include time domain composition, in which each GPU renders the next successive frame, and screen space composition, in which each GPU renders a subset of the pixels of each frame. Time domain composition has the disadvantage of having each GPU render an entire frame. Thus, the speed at which each frame is rendered is limited to the rendering rate of a single GPU. While multiple GPUs enable a higher frame rate, a delay can be imparted in the response time of the system to a user's input. This occurs because, while at any given time only one GPU is engaged in displaying a rendered frame, each of the GPUs is in the process of rendering one of a series of frames in a sequence. To maintain the high frame rate, the system delays acting on the user's input until the specific GPU that first received the signal cycles through the sequence and is again engaged in displaying its rendered frame. In practical applications, this condition serves to limit the number of GPUs that are used in a system. With large data sets another problem is that each GPU must be able to access all of the data. This requires either maintaining multiple copies of large data sets or possible conflicts in accessing the single copy.
Screen space composition has a similar problem with large data sets since each GPU must examine the entire database to determine which graphic elements fall within its part of the screen.
These problems can become intractable as commercial graphics chips become limited by their ability to access data rather than by their ability to render graphic elements.
One method which allows each GPU to access only a part of the data base is depth composition. Using this method each GPU renders the entire screen and produces both a Z (or depth) buffer and a color buffer. Graphic elements are distributed to GPUs by some hueristic, which is designed to acheive good load balancing. At each pixel the depth values from each of the GPUs are compared and the value indicating the frontmost position is selected. Use of this method is inhibited by the fact that the commodity graphic parts do not output the depth values, which are internally generated. It also requires that the depth buffer be double buffered so that the next frame can be calculated while the current one is displayed. Otherwise performance is effected. This method also prevents the application of some features, such as antialiasing or transparency, which require more information per pixel than just color and depth. Furthermore, volumetric data stored as three-dimensional textures or as geometricly specific textures (such as phototerrain) must be duplicated at each GPU.
What is needed is a method whereby multiple GPUs can, without a latency penalty, render a subset of graphic data from a data base to combine their outputs to form a correct image. This method should permit three-dimensional and other geometrically attached textures to be stored at a single place. Furthermore, such a method should be scalable, so that systems of arbitrary power can be created, and flexible, so that a system can be configured to support a single user at maximum power or multiple users with the total power distributed amongst them.
SUMMARY OF THE INVEN ION
The present invention provides a method and system for viewing three- dimensional computer graphics using multiple graphics processing units (GPUs). The image to be produced represents a three-dimensional scene. The rectangular volume in which the scene resides is decomposed into subvolumes. Multiple GPUs are used, where each GPU is assigned to a different subvolume. The graphics data base is preloaded such that each GPU has access only to the data which is relevant to its subvolume. If a graphic element spans multiple subvolumes, then it is preloaded to each of them. Geometrically specific textures, such as three-dimensional texture, are only loaded to the GPUs for the subvolumes to which they correspond. An identical copy of the viewing application can be run on each GPU.
All control inputs from the user are sent to all GPUs. As the graphic elements of each subvolume are rendered, they are clipped to the subvolume boundaries to prevent artifacts. An alpha value is stored with each pixel. Initially, the frame buffer, including the alpha value, is cleared. As pixels are written to the frame buffer, the alpha value is updated accordingly. Alpha may represent "clear", "opaque", or transparent (translucent) as determined by its numeric value. Both the alpha value and the color frame buffer are double buffered.
Each GPU renders an image for the entire screen. The resultant image data that are output by the GPUs are combined using one or more image combiners to produce a final image. The image combiners can be cascaded to an arbitrary degree to achieve scalability. Each image combiner accepts the outputs of two neighboring subvolume GPUs. The combining operation is based on the alpha blending of the output of the frontmost GPUs over the output of the rearmost GPUs. Frontmost and rearmost positions are determined for each frame by the relationship between the subvolumes and the viewing position in three- dimensional space. The output of a single image combiner stage represents the image produced by the combined subvolumes and is used as the input to the next image combiner stage where it is matched with a similarly received output from a neighboring image combiner such that a scalable tree of image combiners can be configured. Where the number of GPUs to be combined exceeds a multiple of the number of GPU inputs a combiner can receive, remaining GPUs can bypass first stage combining and directly input image combiners at the next stage. The number of subvolumes does not have to be the same in each of the three dimensions nor do the dimensions of the subvolumes need to be equal in each of the three dimensions. Image combiners can be aggregated into more than two input units as desired.
The invention has the feature of decomposing the volume containing the scene to be viewed. The invention has the additional feature of providing an array of GPUs to perform the rendering operations. The invention has the additional advantage of scaling geometrically specific texture without the need for replication across all GPUs. The invention has the further advantage of being scalable with respect to the number of GPUs and image combiners that can be used. The invention has yet another advantage of being transparent to the application program. The program need not be modified to take advantage of the architecture described above or the scalability thereof :
BRIEF DESCRIPTION OF THE FIGURES
The accompanying drawings, which are incorporated herein and form part of the specification, illustrate the present invention and, together with the description, further serve to explain the principles of the invention and to enable a person skilled in the pertinent art to make and use the invention.
FIG. 1 presents a sample collection of objects that could appear in an image.
FIG. 2 shows the objects of FIG. 1 enclosed by a rectangular volume.
FIG. 3 shows the rectangular volume of FIG. 2 decomposed into rectangular subvolumes.
FIG. 4 add representative dimensions to the volume and subvolumes of EG. 3.
FIG. 5 presents a diagram of an embodiment of the present invention method.
FIG. 6 demonstrates different viewing positions of the objects in the image of FIG. 4.
FIG.7 presents a diagram showing an embodiment of the present invention system.
FIG. 8 is a diagram illustrating an example environment in which the present invention can operate.
The preferred embodiments of the invention are described with reference to the figures where like reference numbers indicate identical or functionally similar elements. Also in the figures, the left most digit of each reference number identifies the figure in which the reference number is first used. DET AILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
Nomenclature
The present invention provides a method and system for presenting three- dimensional computer graphics images using multiple graphics processing units. The following section defines several terms that occur frequently throughout the application.
Graphics processing unit (GPU). This refers to a device for rendering an image on the basis of received information, such as graphics primitives and texture data. The output of a GPU is rendered three-dimensional computer graphics data.
Image combiner. This refers to a device which takes the output of two or more sources of rendered three-dimensional computer graphics data and combines them. The combination process can take into account colors, opacity, and the relative depth of objects in a scene. The inputs to a combiner can come from a GPU or from another combiner. The output is rendered three-dimensional computer graphics data that is dependent on (i.e., a combination of) the inputs.
Memory cell. This refers to memory that stores data to be rendered by a GPU, and is accessible by that GPU.
Viewing position. This refers to the location in three-dimensional space of a point from which a rendered scene is viewed. Viewing position includes both the angle of the line of sight and the distance between the point and the rendered scene.
Operation
The present invention is a method and system for presenting three- dimensional computer graphics images using multiple GPUs. The present invention realizes a high degree of speed, fidelity, resolution, and scalability in the images that it renders by using multiple GPUs and cascading stages of image combiners. The present invention requires that the three-dimensional computer graphics data ("graphics data") undergo preliminary processing to prepare them for rendering by the multiple GPUs.
The image to be produced represents a three-dimensional scene. FIG. 1 presents a collection of objects that could appear in such a scene. The objects in this figure are included purely for example. The present invention can work with any objects that could be rendered in an image. One skilled in the art will recognize that such a three-dimensional scene could be the product of an application software program, information stored in a database, or other source for producing a digital image.
First, the dimensions of the scene are bounded by a rectangular volume as shown in FIG. 2. Next, this volume is decomposed into rectangular subvolumes as shown in HG. 3 such that each subvolume includes a portion of the overall scene. The graphics data include graphics primitives and texture data. Each graphics primitive includes a set of vertices. The position of each vertex is compared with the positions of the planar sides of the subvolumes to determine the subvolume to which the graphics primitive should be assigned. Where vertices of a graphics primitive indicate that it spans a boundary between subvolumes, the graphics primitive will be assigned to each subvolume. Texture data are matched to the graphics primitives and assigned to the appropriate subvolumes . Finally, a GPU is assigned to each subvolume to render the graphics data that lie within the boundaries of that subvolume. Where parts of a graphics primitive exceed the boundaries of a subvolume, the GPU will clip that graphics primitive to the boundaries of the subvolume.
Note that the dimensions of the sides of the rectangular volume or subvolumes do not need to equal one another. Additionally, the dimensions of the sides of the subvolume do not need to equal a scaled down version of the volume. FIG. 4 illustrates this freedom in dimension sizes. The volume shown in FIG. 4 measures 8 x 9 x 10, while the subvolume measures, along the same axes, 2 x 3 x 5.
The present invention will now be described by referencing the operational flow diagram shown in FIG. 5. In FIG. 5, at a step 502, the graphics data that correspond to each rectangular subvolume is allocated to the GPU assigned to that subvolume. Typically, allocation occurs by loading each set of allocated graphics data into a memory cell that is accessible only by the GPU to which the graphics data have been allocated. Alternatively, the graphics data can be stored in a common memory accessible by all GPUs with allocation achieved by controlling the distribution of addresses for the graphics data such that certain graphics data are accessible only by the GPU to which they have been allocated. One skilled in the art will recognize that there are other methods by which one could control the allocation of graphics data to the GPUs.
In FIG. 5, at a step 504, a viewing position is determined. The viewing position controls which aspect of the three-dimensional graphics data will be presented for viewing. FIG. 6 illustrates this point. Item 602 replicates the example scene originally presented in FIG. 1 with the rectangular subvolumes superimposed on it as shown in FIG. 3. FIG. 6 includes two other illustrations that demonstrate how the scene depicted in item 602 would appear from different viewing positions. Item 604 shows one viewing position. Note that from this angle part of the tree is obscured by the image of the rabbit. Item 604 demonstrates another viewing position. Note that from this "birds eye" view that both the tree and the rabbit are visible, but the trunk of the tree and parts of the body of the rabbit are not. The ability to view all aspects of the scene by changing the viewing position is an advantage of the present invention. The viewing position can be determined by the application software either automatically or interactively via a command entered by the user.
In FIG. 5, at a step 506, the viewing position is communicated to each GPU. At a step 508, each GPU renders the graphics data that has been allocated to it. The architecture of the present invention supports the possibility that each GPU could render, by itself, the full image. In one embodiment, pixels rendered include channels representing the primary colors of red, green, and blue and an alpha channel that indicates the degree of traήs'lucence for that pixel. Translucence can range from transparent to opaque.
In FIG. 5, at a step 510, the rendered graphics data from each GPU are ordered. Ordering optimizes the process by which the outputs of individual GPUs are combined. Ordering is determined by comparing the viewing position with the positions of each of the subvolumes. At a step 512, the outputs of the individuals GPUs are combined by blending. Image blending accounts for the spatial relationships between the viewing position and the rendered images so that objects that are more near the viewing position overwrite those that are more distant. Typically, image combining is performed using image combiners where each image combiner stores the results of its combining process in a frame buffer.
Depending upon the application being executed and the number of GPUs used, image combiners can be configured in cascading stages where the output of one or more image combiners provide inputs for another image combiner. This would entail further image combining as shown in FIG. 5 at a step 514. At the first stage, an image combiner receives the output of adjacent GPUs. In subsequent stages, an image combiner receives the output of one or more image combiners from a previous stage such that combined GPUs maintain their contiguous relationship. Where the number of GPUs to be combined exceeds a multiple of the number of GPU inputs a combiner can receive, remaining GPUs can bypass first stage combining and directly input image combiners at the next stage.
An advantage of the present invention is its ability to scale the rendering and combining process to match the needs of the application being executed. An application requiring a high degree of resolution or fidelity can decompose the volume into more (and hence smaller) subvolumes. This would bring into service more GPUs such that the processing power of each GPU could be brought to bear on a smaller portion of the overall scene to be rendered. Alternatively, an application requiring a high speed of rendering could opt to use fewer GPUs and thus reduce the number of stages (and hence time) needed for image combining.
HG. 7 illustrates this arrangement. In FIG. 7; images rendered by GPUs 701 and 702 are combined by image combiner 725. Depending upon the application, the output of image combiner 725 can be routed along bus 726 directly to an output device or along bus 727 to image combiner 761 for further combining. Image combiners can be designed to receive an arbitrary number of inputs. Note that in FIG. 7 image combiner 725 receives two inputs, one each from GPUs 701 and 702; image combiner 761 receives three inputs, one each from image combiners 725, 728, and 731 ; and image combiner 773 receives four inputs, one each from image combiners 761, 764, 767, and 770. The output of each image combiner can be routed directly to an output device or to another image combiner. This provides flexibility in the architecture to support scaling.
Returning to FIG. 5, at a step 516, the three-dimensional computer graphics image is presented for viewing.
Environment of the Invention
FIG. 8 is a block diagram illustrating an example environment in which the present invention can operate. The environment is a computer system 800 that includes one or more processors, such as a central processing unit (CPU) 804. The CPU 804 is connected to a communications bus 806. Various software embodiments are described in terms of this example computer system. After reading this description, it will be apparent to a person skilled in the relevant art how to implement the invention using other computer systems and/or computer architectures.
Computer system 800 also includes a main memory 808, preferably random access memory (RAM), and can also include a secondary memory 810. The secondary memory 810 can include, for example, a hard disk drive 812 and/or a removable storage drive 814, representing a floppy disk drive, a magnetic tape drive, an optical disk drive, etc. The removable storage drive 814 reads from and/or writes to a removable storage unit 818 in a well known manner. Removable storage unit 818 represents a floppy disk, Magnetic tape, optical disk, etc., which is read by and written to by removable storage drive 814. As will be appreciated, the removable storage unit 818 includes a computer usable storage medium having stored therein computer software and/or data.
The computer system 800 also includes conventional hardware such as a display 830, a keyboard 832, and a pointing device 834. A digitizer 836 and a camera 838 can be used for capturing images to process according to the present invention. Alternatively, images can be retrieved from any of the above- mentioned memory units, or via a communications interface 824.
In alternative embodiments, secondary memory 810 may include other similar means for allowing computer programs or other instructions to be loaded into computer system 800. Such means can include, for example, a removable storage unit 822 and an interface 820. Examples can include a program cartridge and cartridge interface (such as that found in video game devices), a removable memory chip (such as an EPROM, or PROM) and associated socket, and other removable storage units 822 and interfaces 820 which allow software and data to be transferred from the removable storage unit 822 to computer system 800.
The communications interface 824 allows software and data to be transferred between computer system 800 and external devices via communications path 826. Examples of communications interface 824 can include a modem, a network interface (such as an Ethernet card), a communications port (e.g., RS-232), etc. Software and data transferred via communications interface 824 are in the form of signals which can be electronic, electromagnetic, optical or other signals capable of being received by communications interface 824 via communications path 826. Note that communications interface 824 provides a means by which computer system 800 can interface to a network such as the Internet. According to a preferred embodiment of the present invention, the communications interface 824 can send control signals to the color digital camera and data from the color digital camera can be transferred back to the computer system 800. This interface can be parallel, serial, bi- or unidirectional.
The present invention is described in terms of this example environment. Description in these terms is provided for convenience only. It is not intended that the invention be limited to application in this example environment. In fact, after reading the complete description, it will become apparent to a person skilled in the relevant art how to implement the invention in alternative environments.
Software and Hardware Embodiments
The present invention is preferably implemented using software running (that is, executing) in an environment similar to that described above with respect to FIG. 8. In this document, the term "computer program product" is used to generally refer to removable storage device 818 or a hard disk installed in hard disk drive 812. These computer program products are means for providing software to computer system 800.
Computer programs (also called computer control logic) are stored in main memory and/or secondary memory 810. Computer programs can also be received via communications interface 824. Such computer programs, when executed, enable the computer system 800 to perform the features of the present invention as discussed herein. In particular, the computer programs, when executed, enable the processor 804 to perform the features of the present invention. Accordingly, such computer programs represent controllers of the computer system 800.
In an embodiment where the invention is implemented using software, the software may be stored in a computer program product and loaded into computer system 800 using removable storage drive 814, hard drive 812 or communications interface 824. Alternatively, the computer program product may be downloaded to computer system 800 over communications path 826. The control logic (software), when executed by the processor 804, causes the processor 804 to perform the functions of the invention as described herein.
In another embodiment, the invention is implemented primarily in hardware using, for example, hardware components such as application specific integrated circuits (ASICs). Implementation of a hardware state machine so as to perform the functions described herein will be apparent to persons skilled in the relevant art(s).
Conclusion
While various embodiments of the present invention have been described above, it should be understood that they have been presented by way of example, and not limitation. It will be apparent to persons skilled in the relevant art that various changes in form and detail can be made therein without departing from the spirit and scope of the invention. Thus the present invention should not be limited by any of the above-described exemplary embodiments, but should be defined only in accordance with the following claims and their equivalents.

Claims

WHAT IS CLAIMED IS:
1. A method for presenting three-dimensional computer graphics images using multiple graphics processing units, comprising the steps of:
(1) allocating, to each GPU, three-dimensional computer graphics data such that said allocated three-dimensional computer graphics data correspond to a portion of the scene that lies within the rectangular subvolume to which that GPU has been assigned;
(2) rendering, by each of the GPUs, said allocated three- dimensional computer graphics data;
(3) combining said rendered three-dimensional computer graphics data, thereby producing a three-dimensional computer graphics image; and
(4) presenting, for viewing, said combined three-dimensional computer graphics image.
2. The method of claim 1 ,wherein said allocating further comprises loading, into a memory cell accessible by that GPU, the three-dimensional computer graphics data corresponding to a portion of the scene that lies within the rectangular subvolume to which that GPU has been assigned.
3. The method of claim 1, further comprising, before step (2), the steps of:
(5) determining a viewing position; and
(6) communicating said determined viewing position to each GPU.
4. The method of claim 3 , wherein said combining further comprises the step of: (7) ordering said rendered three-dimensional computer graphics data based on locations between said determined viewing position and each rectangular subvolume.
5. The method of claim 1 , wherein said combining further comprises the step of:
(8) blending said rendered three-dimensional computer graphics data.
6. The method of claim 1 , wherein said combining is performed by at least one image combiner.
7. The method of claim 6, wherein each of the at least one image combiner has an associated frame buffer for storing said combined three- dimensional computer graphics image.
8. The method of claim 6 , wherein an output of the at least one image combiner is an input for another image combiner.
9. A system for presenting three-dimensional computer graphics images using multiple graphics processing units, comprising: memory for storing three-dimensional computer graphics data; at least one GPU for rendering the three-dimensional computer graphics data, wherein each of said at least one GPU is assigned to a rectangular subvolume; a communications means for communicating a viewing position to each of said at least one GPU; and at least one image combiner for combining the three-dimensional computer graphics data rendered by said at least one GPU, to produce a three- dimensional computer graphics image.
10. The system of claim 9, wherein said memory is memory cells such that each said memory cell is accessible by only one of said at least one GPU.
11. The system of claim 9, wherein at least- one of said at least one image combiner is configured to receive the output of at least one other of said at least one image combiner.
PCT/US2001/022301 2000-07-18 2001-07-17 Multiprocessor system for 3d image rendering WO2002007092A2 (en)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US21900600P 2000-07-18 2000-07-18
US60/219,006 2000-07-18
US09/888,438 US7405734B2 (en) 2000-07-18 2001-06-26 Method and system for presenting three-dimensional computer graphics images using multiple graphics processing units
US09/888,438 2001-06-26

Publications (3)

Publication Number Publication Date
WO2002007092A2 true WO2002007092A2 (en) 2002-01-24
WO2002007092A3 WO2002007092A3 (en) 2002-04-25
WO2002007092A8 WO2002007092A8 (en) 2002-10-03

Family

ID=26913470

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2001/022301 WO2002007092A2 (en) 2000-07-18 2001-07-17 Multiprocessor system for 3d image rendering

Country Status (2)

Country Link
US (2) US7405734B2 (en)
WO (1) WO2002007092A2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102265309A (en) * 2008-12-23 2011-11-30 想象技术有限公司 Display list control stream grouping in tile based 3d computer graphics system

Families Citing this family (48)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030132291A1 (en) * 2002-01-11 2003-07-17 Metrologic Instruments, Inc. Point of sale (POS) station having bar code reading system with integrated internet-enabled customer-kiosk terminal
US7405734B2 (en) * 2000-07-18 2008-07-29 Silicon Graphics, Inc. Method and system for presenting three-dimensional computer graphics images using multiple graphics processing units
US8042740B2 (en) * 2000-11-24 2011-10-25 Metrologic Instruments, Inc. Method of reading bar code symbols on objects at a point-of-sale station by passing said objects through a complex of stationary coplanar illumination and imaging planes projected into a 3D imaging volume
ES2907826T3 (en) * 2001-06-26 2022-04-26 Amgen Inc Antibodies to OPGL
GB2378108B (en) 2001-07-24 2005-08-17 Imagination Tech Ltd Three dimensional graphics system
US20060038009A1 (en) 2002-01-11 2006-02-23 Metrologic Instruments, Inc. Point of sale (POS) based bar code reading and cash register systems with integrated internet-enabled customer-kiosk terminals
KR100454508B1 (en) * 2002-07-05 2004-11-03 허명준 Natural water having deodorization ability and sterilization effect against resistent bacteria, and produce method thereof
JP4467267B2 (en) * 2002-09-06 2010-05-26 株式会社ソニー・コンピュータエンタテインメント Image processing method, image processing apparatus, and image processing system
US7528890B2 (en) * 2003-05-02 2009-05-05 Yoostar Entertainment Group, Inc. Interactive system and method for video compositing
US7777748B2 (en) * 2003-11-19 2010-08-17 Lucid Information Technology, Ltd. PC-level computing system with a multi-mode parallel graphics rendering subsystem employing an automatic mode controller, responsive to performance data collected during the run-time of graphics applications
CA2546427A1 (en) * 2003-11-19 2005-06-02 Reuven Bakalash Method and system for multiple 3-d graphic pipeline over a pc bus
WO2006117683A2 (en) 2005-01-25 2006-11-09 Lucid Information Technology, Ltd. Graphics processing and display system employing multiple graphics cores on a silicon chip of monolithic construction
US8085273B2 (en) 2003-11-19 2011-12-27 Lucid Information Technology, Ltd Multi-mode parallel graphics rendering system employing real-time automatic scene profiling and mode control
US7961194B2 (en) * 2003-11-19 2011-06-14 Lucid Information Technology, Ltd. Method of controlling in real time the switching of modes of parallel operation of a multi-mode parallel graphics processing subsystem embodied within a host computing system
US20080094403A1 (en) * 2003-11-19 2008-04-24 Reuven Bakalash Computing system capable of parallelizing the operation graphics processing units (GPUs) supported on a CPU/GPU fusion-architecture chip and one or more external graphics cards, employing a software-implemented multi-mode parallel graphics rendering subsystem
US8497865B2 (en) 2006-12-31 2013-07-30 Lucid Information Technology, Ltd. Parallel graphics system employing multiple graphics processing pipelines with multiple graphics processing units (GPUS) and supporting an object division mode of parallel graphics processing using programmable pixel or vertex processing resources provided with the GPUS
US20070291040A1 (en) * 2005-01-25 2007-12-20 Reuven Bakalash Multi-mode parallel graphics rendering system supporting dynamic profiling of graphics-based applications and automatic control of parallel modes of operation
US20090027383A1 (en) * 2003-11-19 2009-01-29 Lucid Information Technology, Ltd. Computing system parallelizing the operation of multiple graphics processing pipelines (GPPLs) and supporting depth-less based image recomposition
US7372463B2 (en) * 2004-04-09 2008-05-13 Paul Vivek Anand Method and system for intelligent scalable animation with intelligent parallel processing engine and intelligent animation engine
DE102004042166A1 (en) * 2004-08-31 2006-03-16 MAX-PLANCK-Gesellschaft zur Förderung der Wissenschaften e.V. Image processing device and corresponding operating method
WO2006064774A1 (en) * 2004-12-13 2006-06-22 Matsushita Electric Industrial Co., Ltd. Multilayer body containing active material layer and solid electrolyte layer, and all-solid lithium secondary battery using same
US20090096798A1 (en) * 2005-01-25 2009-04-16 Reuven Bakalash Graphics Processing and Display System Employing Multiple Graphics Cores on a Silicon Chip of Monolithic Construction
US7978204B2 (en) * 2005-04-29 2011-07-12 Nvidia Corporation Transparency-conserving system, method and computer program product to generate and blend images
US8893016B2 (en) * 2005-06-10 2014-11-18 Nvidia Corporation Using a graphics system to enable a multi-user computer system
US10026140B2 (en) * 2005-06-10 2018-07-17 Nvidia Corporation Using a scalable graphics system to enable a general-purpose multi-user computer system
US7656412B2 (en) * 2005-12-21 2010-02-02 Microsoft Corporation Texture resampling with a processor
US7924278B2 (en) * 2006-07-28 2011-04-12 Microsoft Corporation Real-time GPU rendering of piecewise algebraic surfaces
GB2449399B (en) * 2006-09-29 2009-05-06 Imagination Tech Ltd Improvements in memory management for systems for generating 3-dimensional computer images
US7830387B2 (en) * 2006-11-07 2010-11-09 Microsoft Corporation Parallel engine support in display driver model
KR100803220B1 (en) * 2006-11-20 2008-02-14 삼성전자주식회사 Method and apparatus for rendering of 3d graphics of multi-pipeline
US8384711B2 (en) * 2006-11-29 2013-02-26 The University Of Utah Research Foundation Ray tracing a three dimensional scene using a grid
US7932902B2 (en) * 2007-09-25 2011-04-26 Microsoft Corporation Emitting raster and vector content from a single software component
US8330763B2 (en) * 2007-11-28 2012-12-11 Siemens Aktiengesellschaft Apparatus and method for volume rendering on multiple graphics processing units (GPUs)
US8824861B2 (en) * 2008-07-01 2014-09-02 Yoostar Entertainment Group, Inc. Interactive systems and methods for video compositing
US8605081B2 (en) * 2008-10-26 2013-12-10 Zebra Imaging, Inc. Converting 3D data to hogel data
GB0823254D0 (en) 2008-12-19 2009-01-28 Imagination Tech Ltd Multi level display control list in tile based 3D computer graphics system
JP2010165100A (en) * 2009-01-14 2010-07-29 Cellius Inc Image generation system, program, and information storage medium
US9235452B2 (en) * 2010-02-05 2016-01-12 Microsoft Technology Licensing, Llc Graphics remoting using augmentation data
AU2010354051B2 (en) * 2010-05-27 2014-07-10 Landmark Graphics Corporation Method and system of rendering well log values
US9424685B2 (en) 2012-07-31 2016-08-23 Imagination Technologies Limited Unified rasterization and ray tracing rendering environments
CN102866887B (en) * 2012-09-07 2015-03-25 深圳市至高通信技术发展有限公司 Method and device for realizing three-dimensional user interface
GB201223089D0 (en) 2012-12-20 2013-02-06 Imagination Tech Ltd Hidden culling in tile based computer generated graphics
GB2541084B (en) 2013-03-15 2017-05-17 Imagination Tech Ltd Rendering with point sampling and pre-computed light transport information
GB2506706B (en) 2013-04-02 2014-09-03 Imagination Tech Ltd Tile-based graphics
US10332560B2 (en) 2013-05-06 2019-06-25 Noo Inc. Audio-video compositing and effects
KR102124395B1 (en) 2013-08-12 2020-06-18 삼성전자주식회사 Graphics processing apparatus and method thereof
US9417911B2 (en) 2014-03-12 2016-08-16 Live Planet Llc Systems and methods for scalable asynchronous computing framework
KR102630183B1 (en) * 2021-12-21 2024-01-25 동아대학교 산학협력단 Generating apparatus and method of image data for fire detection training, and learning apparatus and method using the same

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4949280A (en) * 1988-05-10 1990-08-14 Battelle Memorial Institute Parallel processor-based raster graphics system architecture
EP0627700A2 (en) * 1993-06-04 1994-12-07 Sun Microsystems, Inc. Architecture for a high performance three dimensional graphics accelerator
US5434968A (en) * 1991-09-10 1995-07-18 Kubota Corporation Image data processing device with multi-processor
US5557711A (en) * 1990-10-17 1996-09-17 Hewlett-Packard Company Apparatus and method for volume rendering
US5841444A (en) * 1996-03-21 1998-11-24 Samsung Electronics Co., Ltd. Multiprocessor graphics system

Family Cites Families (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB8828342D0 (en) * 1988-12-05 1989-01-05 Rediffusion Simulation Ltd Image generator
US5101475A (en) * 1989-04-17 1992-03-31 The Research Foundation Of State University Of New York Method and apparatus for generating arbitrary projections of three-dimensional voxel-based data
US5187660A (en) * 1989-12-01 1993-02-16 At&T Bell Laboratories Arrangement for displaying on a display volumetric data
US5459823A (en) 1990-07-05 1995-10-17 Canon Kabushiki Kaisha Graphics engine for true colour 2D graphics
JPH087715B2 (en) * 1990-11-15 1996-01-29 インターナショナル・ビジネス・マシーンズ・コーポレイション Data processing device and access control method
DE69132796T2 (en) * 1990-11-30 2002-04-25 Sun Microsystems Inc METHOD AND DEVICE FOR REPRESENTING GRAPHIC IMAGES
US5774133A (en) * 1991-01-09 1998-06-30 3Dlabs Ltd. Computer system with improved pixel processing capabilities
US5640496A (en) 1991-02-04 1997-06-17 Medical Instrumentation And Diagnostics Corp. (Midco) Method and apparatus for management of image data by linked lists of pixel values
US5361385A (en) * 1992-08-26 1994-11-01 Reuven Bakalash Parallel computing system for volumetric modeling, data processing and visualization
US5544283A (en) * 1993-07-26 1996-08-06 The Research Foundation Of State University Of New York Method and apparatus for real-time volume rendering from an arbitrary viewing direction
WO1995009390A1 (en) * 1993-09-28 1995-04-06 Namco Ltd. Pipeline processor, clipping processor, three-dimensional simulator and pipeline processing method
US6559843B1 (en) * 1993-10-01 2003-05-06 Compaq Computer Corporation Segmented ray casting data parallel volume rendering
EP0693737A3 (en) * 1994-07-21 1997-01-08 Ibm Method and apparatus for managing multiprocessor graphical workload distribution
EP0780010A4 (en) * 1994-09-06 1997-11-12 Univ New York State Res Found Apparatus and method for real-time volume visualization
US5764228A (en) * 1995-03-24 1998-06-09 3Dlabs Inc., Ltd. Graphics pre-processing and rendering system
US6064393A (en) 1995-08-04 2000-05-16 Microsoft Corporation Method for measuring the fidelity of warped image layer approximations in a real-time graphics rendering pipeline
US6016150A (en) 1995-08-04 2000-01-18 Microsoft Corporation Sprite compositor and method for performing lighting and shading operations using a compositor to combine factored image layers
US5794016A (en) * 1995-12-11 1998-08-11 Dynamic Pictures, Inc. Parallel-processor graphics architecture
JP3763136B2 (en) * 1996-12-27 2006-04-05 ソニー株式会社 Drawing method and drawing apparatus
US6008813A (en) * 1997-08-01 1999-12-28 Mitsubishi Electric Information Technology Center America, Inc. (Ita) Real-time PC based volume rendering system
US6052129A (en) * 1997-10-01 2000-04-18 International Business Machines Corporation Method and apparatus for deferred clipping of polygons
US6100899A (en) 1997-10-02 2000-08-08 Silicon Graphics, Inc. System and method for performing high-precision, multi-channel blending using multiple blending passes
US6473089B1 (en) 1998-03-02 2002-10-29 Ati Technologies, Inc. Method and apparatus for a video graphics circuit having parallel pixel processing
US6577317B1 (en) * 1998-08-20 2003-06-10 Apple Computer, Inc. Apparatus and method for geometry operations in a 3D-graphics pipeline
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
US6731295B1 (en) 1998-11-09 2004-05-04 Broadcom Corporation Graphics display system with window descriptors
US6532017B1 (en) * 1998-11-12 2003-03-11 Terarecon, Inc. Volume rendering pipeline
JP3889195B2 (en) * 1999-02-03 2007-03-07 株式会社東芝 Image processing apparatus, image processing system, and image processing method
US6339432B1 (en) 1999-09-24 2002-01-15 Microsoft Corporation Using alpha values to control pixel blending
US20010036356A1 (en) 2000-04-07 2001-11-01 Autodesk, Inc. Non-linear video editing system
US7405734B2 (en) 2000-07-18 2008-07-29 Silicon Graphics, Inc. Method and system for presenting three-dimensional computer graphics images using multiple graphics processing units
US6903753B1 (en) 2000-10-31 2005-06-07 Microsoft Corporation Compositing images from multiple sources
US6870539B1 (en) 2000-11-17 2005-03-22 Hewlett-Packard Development Company, L.P. Systems for compositing graphical data
US6985149B2 (en) 2002-07-31 2006-01-10 Silicon Graphics, Inc. System and method for decoupling the user interface and application window in a graphics application

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4949280A (en) * 1988-05-10 1990-08-14 Battelle Memorial Institute Parallel processor-based raster graphics system architecture
US5557711A (en) * 1990-10-17 1996-09-17 Hewlett-Packard Company Apparatus and method for volume rendering
US5434968A (en) * 1991-09-10 1995-07-18 Kubota Corporation Image data processing device with multi-processor
EP0627700A2 (en) * 1993-06-04 1994-12-07 Sun Microsystems, Inc. Architecture for a high performance three dimensional graphics accelerator
US5841444A (en) * 1996-03-21 1998-11-24 Samsung Electronics Co., Ltd. Multiprocessor graphics system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102265309A (en) * 2008-12-23 2011-11-30 想象技术有限公司 Display list control stream grouping in tile based 3d computer graphics system
US9384584B2 (en) 2008-12-23 2016-07-05 Imagination Technologies Limited Display list control stream grouping in tile based 3D computer graphics system

Also Published As

Publication number Publication date
WO2002007092A3 (en) 2002-04-25
US20020130889A1 (en) 2002-09-19
WO2002007092A8 (en) 2002-10-03
US7405734B2 (en) 2008-07-29
US20020015055A1 (en) 2002-02-07

Similar Documents

Publication Publication Date Title
US7405734B2 (en) Method and system for presenting three-dimensional computer graphics images using multiple graphics processing units
US20200193675A1 (en) Multi-view processing unit systems and methods
US7184041B2 (en) Block-based fragment filtration with feasible multi-GPU acceleration for real-time volume rendering on conventional personal computer
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
US7737982B2 (en) Method and system for minimizing an amount of data needed to test data against subarea boundaries in spatially composited digital video
US7477260B1 (en) On-the-fly reordering of multi-cycle data transfers
US7176919B2 (en) Recirculating shade tree blender for a graphics system
Deering et al. The triangle processor and normal vector shader: a VLSI system for high performance graphics
US6501471B1 (en) Volume rendering
US6392655B1 (en) Fine grain multi-pass for multiple texture rendering
US5742749A (en) Method and apparatus for shadow generation through depth mapping
EP1789927B1 (en) Increased scalability in the fragment shading pipeline
US5969726A (en) Caching and coherency control of multiple geometry accelerators in a computer graphics system
US6781585B2 (en) Graphics system having a super-sampled sample buffer and having single sample per pixel support
US20070070067A1 (en) Scene splitting for perspective presentations
JPH0273479A (en) Graphic processor
US20040207623A1 (en) Distributed rendering of interactive soft shadows
US20170011542A1 (en) Method, Display Adapter and Computer Program Product for Improved Graphics Performance by Using a Replaceable Culling Program
Govindaraju et al. Interactive shadow generation in complex environments
US7064755B2 (en) System and method for implementing shadows using pre-computed textures
US6762760B2 (en) Graphics system configured to implement fogging based on radial distances
US6590574B1 (en) Method, system, and computer program product for simulating camera depth-of-field effects in a digital image
Guan et al. Innovative volume rendering using 3D texture mapping
US7145570B2 (en) Magnified texture-mapped pixel performance in a single-pixel pipeline
US7489315B1 (en) Pixel stream assembly for raster operations

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): JP

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
AK Designated states

Kind code of ref document: C1

Designated state(s): JP

AL Designated countries for regional patents

Kind code of ref document: C1

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR

122 Ep: pct application non-entry in european phase
ENP Entry into the national phase

Ref document number: 2003129652

Country of ref document: RU

Kind code of ref document: A

Format of ref document f/p: F

ENP Entry into the national phase

Ref document number: 2003129803

Country of ref document: RU

Kind code of ref document: A

Format of ref document f/p: F

NENP Non-entry into the national phase

Ref country code: JP