US5852451A - Pixel reordering for improved texture mapping - Google Patents
Pixel reordering for improved texture mapping Download PDFInfo
- Publication number
- US5852451A US5852451A US08/780,787 US78078797A US5852451A US 5852451 A US5852451 A US 5852451A US 78078797 A US78078797 A US 78078797A US 5852451 A US5852451 A US 5852451A
- Authority
- US
- United States
- Prior art keywords
- pixel
- memory
- heap
- sub
- module
- 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.)
- Expired - Lifetime
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T15/00—3D [Three Dimensional] image rendering
- G06T15/10—Geometric effects
Definitions
- the present invention relates generally to texture mapping in graphics systems, and more particularly to a system and method of reordering pixels to improve bandwidth and performance.
- Texture mapping is the process of mapping an image onto a surface in a three-dimensional graphics system. This technique is well-known in the art, and is described, for example, in J. Foley et al., Computer Graphics: Principles and Practice, 2d. ed., Addison-Wesley, 1990, at 741-44.
- Texture map 101 is typically described in a rectangular coordinate scheme designated (u, v), and is ordinarily stored in some area of conventional memory, such as, for example, a conventional page-mode dynamic random-access memory (DRAM) or other paged memory.
- DRAM page-mode dynamic random-access memory
- FIG. 1 four pages 110, 111, 112, 113 are shown, each corresponding to a portion of the image area containing a corresponding portion of texture map 101.
- Surface 104 in three-dimensional space has its own coordinate system (s, t).
- surface 104 may be a primitive such as a polygon; many such polygons may be defined in three-space to form a three-dimensional object or scene. Each such polygon would then have its own coordinate system (s, t) similar to the surface 104 indicated in FIG. 1.
- surface 104 is in turn mapped onto a two-dimensional display grid 103 stored in the frame buffer for display by the computer system.
- the mapping of surface 104 onto display grid 103 is accomplished by matrix transforms that are well-known in the art.
- Display grid 103 has coordinate system (x, y) and is typically implemented in an area of memory reserved for video display, such as video random-access memory (video RAM) e.g. VRAM or synchronous graphics random-access memory (SGRAM).
- Video RAM video random-access memory
- SGRAM synchronous graphics random-access memory
- Display grid 103 contains individual elements known as pixels, represented by distinct memory locations in video RAM.
- Each pixel in some region of display grid 103 maps onto a point on surface 104 and in turn to a point in texture map 101.
- point A xy of display grid 103 maps onto point A st in the coordinates of surface 102 and to point A uv in texture map 101, or a group of points forming a region in texture map 101.
- Each of the mappings among display grid 103, surface 102, and texture map 101 may be point-to-point, point-to-region, region-to-point, or region-to-region.
- the mapping from display grid 103 to surface 104 and in turn to texture map 101 also generates a value d representing the level of detail for the particular texel.
- d is a measure of the perceived distance of the point in the texture map, as determined by a z-value for the point in the frame buffer. Points that are perceived to be farther away have a lower level of detail representing decreased resolution.
- d is used to implement a multum in parvo map (MIP map) scheme wherein several texels may be averaged and mapped onto one pixel of the frame buffer. The higher the value of d, the lower the level of detail, and the more pixel-averaging is performed. In the limit, the entire texture map may be reduced to one pixel in the frame buffer.
- MIP map multum in parvo map
- rasterization engines draw the image into the frame buffer by the known technique of scan conversion of primitives such as polygons and lines (see, for example, Foley et al.).
- Scan conversion takes as its input primitives defined in terms of vertices and orientations, and provides as its output a series of pixels to be drawn on the screen.
- a rasterization engine performs the necessary mapping calculations to determine which texel of texture map 101 corresponds to the pixel.
- the rasterization engine then issues whatever memory references are required, such as texture fetch, z-fetch, z-writeback, color fetch, color write-back, and the like) to retrieve texel information for writing to the pixel begin processed.
- memory references are issued in the order generated by the scan conversion.
- such memory references are stored and managed according to a first-in first-out (FIFO) scheme using a FIFO queue.
- FIFO first-in first-out
- Such systems generally improve memory bandwidth by, for example, associating memory directly with processing on an application-specific integrated circuit (ASIC), or by associating logic with memory directly on a DRAM chip. See A. Schilling et al. However, such techniques require highly specialized components that are generally more expensive than conventional page-mode DRAM.
- ASIC application-specific integrated circuit
- What is needed is a system of reducing memory bandwidth by minimizing page-switching in conventional page-mode memory, so as to improve performance of graphic engines for a wide range of client algorithms without substantially increasing the number of components or the overall cost.
- a system and method of reordering memory references required to process independent pixels in a texture mapping system in order to achieve improved memory locality and hence improved graphics performance using conventional page-mode memory components Since the present invention does not require any changes to be made to the underlying graphics algorithm, memory locality for many such algorithms can be improved at once.
- Various types of reads and writes may be performed in connection with rendering by a graphics engine. These include, for example, reading and writing for texture retrieval, retrieval of data from the frame buffer (such as color values, z-values, and the like), color write-back (final color write to frame buffer after resolving all applicable textures), and the like.
- the present invention reorders the reads and writes associated with pixels when performing such processing so that references that require the currently open page are, in general, processed before references that require opening another page, in order to improve memory locality and minimize page-switching.
- the technique described herein allows the graphics rasterization engine to achieve better bandwidth using conventional page-mode memory components and without require extreme memory interleaving.
- the present invention employs a Pixel Priority Heap (PPH) to reorder pixels.
- PPH Pixel Priority Heap
- the PPH reorders addresses into texture memory to perform more reads from the same page before that page is closed and another opened.
- the PPH is employed to reorder reads and writes from/to other clients as well.
- PPH may be used to reorder references to destination addresses in the frame buffer to improve locality; this is advantageous when PPH reordering of texture memory references results in changes to the order of frame buffer writes, so that a PPH is beneficial to frame buffer addresses as well.
- Each pixel generated by scan conversion is written, one per cycle, to the PPH. If the PPH is full, the pixel is not written, and the system waits until an entry becomes available in the PPH before writing to it.
- the system attempts to select one pixel from the PPH and write it to a memory controller first-in first-out (FIFO) queue to be textured. If there are no pixels in the PPH, or if the memory controller FIFO queue is full, no pixel is written to the memory controller FIFO queue.
- the system attempts to find a pixel whose PPH address contains a bank and row address (RAS) matching the open page on the last pixel read or written. If such a match is found, the access can be performed relatively quickly (e.g. in one cycle) on some memory systems.
- RAS bank and row address
- the system attempts to find a pixel whose PPH address matches any open page, thus permitting intermediate-speed (e.g. three-cycle) access on some memory systems. If no such match is found, the system attempts to find any valid pixel in the PPH, regardless of bank or page address. On some memory systems, such an access is relatively slow (e.g. nine cycles for reads or six cycles for writes). In one embodiment, all such attempts to find matches are performed concurrently for improved performance.
- the selected pixel is written to the memory controller FIFO queue and deleted from the PPH.
- a memory controller issues the read or write corresponding to the pixel's PPH address. If the operation is a read, the data may then be returned from memory for subsequent processing depending on the application.
- the PPH can implement conventional first-in first-out (FIFO) functionality. Such implementation may be useful, for example, when using the PPH in connection with z-buffering.
- z-buffer is a technique whereby each pixel written to the frame buffer has an associated stored z-value in a z-buffer.
- Each incoming pixel write has a z-value that is compared with the stored z-value for the appropriate pixel, and is only written if the incoming pixel's z-value is less than the stored z-value.
- the stored z-value is updated with the incoming pixel's z-value. See J. Foley et al.
- the PPH also allows reads or writes to continue on an open page on a given bank while precharge is done on a page on an alternate bank.
- the present invention operates in an essentially stateless manner. No decisions are explicitly based on previous decisions. Such essentially stateless operation is advantageous because it facilitates the use of simpler algorithms and simpler hardware.
- the present invention emphasizes correct rather than optimal operation by making relatively simple decisions that may not be optimal but that are correct in the sense that they result in performance that is preferably no worse than a conventional FIFO technique.
- FIG. 1 is a diagram showing texture mapping according to the prior art.
- FIG. 2 is a block diagram showing overall architecture of an embodiment of the present invention.
- FIG. 3 is a block diagram showing detailed architecture of an embodiment of the present invention.
- FIG. 4 is a flowchart of the method of selecting pixels from the pixel priority heap according to the present invention.
- FIG. 5 is a state diagram showing page update operations.
- FIG. 6 is a flowchart of a method of selecting a page to be precharged according to one embodiment of the present invention.
- FIG. 7 is a flowchart of a method of reading from the PPH according to one embodiment of the present invention.
- FIG. 8 is a block diagram of an implementation of a heap module according to one embodiment of the present invention.
- N bit-length of index i.e. address of chip and bank
- System 200 contains the following elements.
- Primitives 208 are stored in conventional manner and include, for example, definitions of polygons and lines.
- Scan converter 201 converts primitives 208 into pixels in a conventional manner. Each pixel is defined in terms of values for u, v, and d, which represent u and v coordinates in texture space, along with a distance value (also known as a compression value) for determining the level of detail for the pixel.
- the u, v, and d values for pixels are written to Pixel Priority Heap (PPH) 202, at a rate of one pixel per cycle.
- PPH Pixel Priority Heap
- u, v and d values are mapped onto memory references represented as bank, row and column, and these memory references are written to PPH 202. In yet another embodiment, some combination of these two representations is used, depending on the operation being performed, as described below.
- PPH 202 is defined on one channel. If two or more channels are employed (e.g. left and right channels), it is preferable to have a PPH for each channel. This serves to queue pixels independently for each channel and can result in higher aggregate hit-rate because the locality improvement process is being effected for each channel separately.
- a selector is employed to check address bits of pixels to determine the proper PPH for entry of the pixels. For example, in one embodiment the selector determines the proper PPH based on the last bit of the pixel address.
- a 1 MB chip (256K ⁇ 32) is provided for each channel.
- Banks are numbered from 1 to 2 N-1 , where there are 2 N-1 banks (0 is reserved as a null value).
- PPH 202 contains 2 M-1 entries, each corresponding to one pixel to be textured. In one embodiment, two banks are provided for each chip.
- Each pixel type is associated with a number of fields, such as for example:
- uv-address a (17+N)-bit address into the texture map, where N bits uniquely identify the chip and bank, eight bits identify the column address (CAS), and nine bits identify the row address (RAS);
- fb-address a (17+N)-bit address into the frame buffer
- Cpixels and tpixels can be packed, so that the 24-bit color or 32-bit z-value can include four, two, or one colors or z-values. Packing and/or unpacking is accomplished by conventional means.
- the three types of pixels use the above-defined fields as follows:
- tpixel uv-address, fb-address, color
- zpixel fb-address, z-value
- cpixel fb-address, color.
- tpixels use uv-addresses as PPH addresses into frame buffer 207.
- Other types of pixels use fb-addresses.
- Pixels are selected from PPH 202 to be written into memory controller FIFO queue 203 according to the method shown in FIG. 4, which favors pixels on open pages to pixels in other memory locations.
- the steps shown in FIG. 4 are performed for each cycle.
- System 200 first checks 401 whether PPH 202 is empty; if so, the method ends 402 and no pixel is written to queue 203. If PPH 202 is not empty, system 200 checks whether queue 203 is full; if so, the method ends 402 and no pixel is written to queue 203. If queue 203 is not full, system 200 searches 404 for a pixel in PPH 202 whose PPH address contains a bank and row address (RAS) matching the open page and bank of the last pixel read or written.
- RAS bank and row address
- system 200 writes 405 the pixel to queue 203. As stated previously, such access can be performed relatively quickly (e.g. in one cycle) on some memory systems. If no such pixel is found, system 200 searches 406 for a pixel in PPH 202 whose PPH address matches any open page. If such a pixel is found, system 200 writes 405 the pixel to queue 203. As stated previously, such access can be performed at intermediate speed (e.g. in three cycles) on some memory systems. If no such match is found, system 200 searches 407 for any valid pixel in PPH 202, regardless of bank or page address. If a valid pixel is found, system 200 writes 405 the pixel to queue 203. As stated previously, on conventional memory systems, such an access is relatively slow (e.g. nine cycles for reads or six cycles for writes). In one embodiment, searches 404, 406 and 407 are performed concurrently for improved performance.
- Memory controller 204 retrieves pixels from queue 203 and performs accesses to texture map RAM 205 accordingly, based on the pixel representations from queue 203. Operations 206 such as blending, z-comparing, and the like are performed on the retrieved pixels as required by the application, for output into frame buffer 207 which is conventionally implemented in video RAM. Frame buffer 207 is output on display 209 which is implemented as a conventional cathode-ray tube or other output device.
- system 200 uses the following data structures which define the fields of the entries in heap module 305 and pixels module 306.
- each heap module 305 entry is a nine-bit comparator, an N-bit comparator, and an M-bit comparator.
- Each entry provides three-bit global output (i.e., each entry provides three bits of output which must be provided as input to MPE 303), including the value of valid, and each one-bit result from the nine- and N-bit comparators.
- FIG. 3 contains components called Available module 301, Heap module 305, modified priority encoder (MPE) 303, Control module 304 and Pixels module 306, as well as address registers 302.
- Available module 301 Heap module 305
- Heap module 305 Heap module 305
- modified priority encoder (MPE) 303 Control module 304
- Pixels module 306 Pixels module 306
- address registers 302. Each of these components is described below. In the descriptions, each module first generates outputs based on current register/memory units, and then sets the register/memory values for the next cycle.
- MPE modified priority encoder
- Available module 301 is a FIFO queue containing up to 2 M-1 M-bit indices representing available slots in PPH 202. The following signals are used by available module 301:
- any windex asserted by Available module 301 is always a valid index into an empty slot in PPH 202.
- PPH 202 is implemented primarily by Heap module 305, MPE 303, and Control module 304. Each of these modules will now be described in turn.
- Heap module 305 uses the following signals:
- each location in heap module 305 compares its pixel's bank address with the i -- last -- bank address of the pixel last issued to memory controller 204, and its RAS address with the RAS address of the open page on the bank its pixel will be written to (i.e., it compares to i -- open -- pages bank!). Combined with a valid bit for each location, these two comparators produce a three-bit result indicating the following:
- the pixel is destined for the open page on the last bank written to;
- 011 the pixel is destined for an open page on another bank
- the pixel is valid but is not destined to any open page
- Each pixel has such a three-bit result, so that up to 2 M-1 such results are generated and provided as input (i -- pixel -- status) to MPE 303.
- additional tags are provided to identify the primitive to which each pixel belongs. This is advantageous in order-dependent applications, i.e., in applications where it is preferable to preserve relative order of generation of primitives.
- a primitive ID field of, for example, two bits may be provided for each pixel.
- Heap module 305 thus implements the following code:
- each entry "this" in the heap ! performs:
- heap module 305 there is shown an implementation of heap module 305 according to one embodiment of the present invention.
- N 3, for eight banks of memory on each channel and 8 MB of memory.
- ix register 801 represents my -- index.
- v 802 is the valid bit
- b 803 is the bank.
- b 803 chooses one of the banks for comparison.
- Comparator 805 compares RAS 804 with open pages list 809.
- Comparator 806 compares the last bank accessed with b.
- Comparator 808 compares the last index and the current index ix 801, in order to make sure that a real entry is available.
- Multiplexer 807 takes the outputs from 805, 806 and 808 to generate a 3-bit signal to be sent to MPE 303.
- MPE 303 uses the following signals:
- MPE 303 chooses a "best" pixel to be output to memory controller 204 based on the following criteria, which is an implementation of the method described above in connection with FIG. 4:
- MPE 303 implements the following code:
- Control module 304 keeps track of which pages in which bank are open. The following signals are used by control module 304:
- Control module 304 maintains the last -- bank written and the last -- index of the pixel written on the previous cycle, and also maintains a table of open -- pages !. It provides these as input to heap module 305. In addition, control module 304 and heap module 305 together (in a simple two-cycle protocol) maintain a correct version of the open -- pages ! table. When a page break does occur, it is signaled by MPE 303 and no pixels are read from PPH 202 for two cycles (pixels may still be input into PPH 202 during these two cycles so long as PPH 202 is not full).
- Control module 304 implements the following code:
- Pixels module 306 is a standard RAM or a register file with control, containing pixel data and color information. The following signals are used by pixels module 306:
- a pixel is read every cycle from pixels module 306 and written to memory controller 204.
- the read from pixels module 306 is pipelined with the logic in control module 304, heap module 305, and MPE 303 so that the pixel selected in cycle t is read from pixels module 306 and written to the memory controller in cycle t+1.
- no pixel is read from pixels module 306 if PPH 202 is empty.
- Pixels module 306 implements the following code:
- FIG. 7 there is shown a flowchart of a PPH 202 read operation based on a two-cycle pipeline.
- the timing in this pipeline is based on two-phase clocking.
- PPH 202 processes signals from storage through combinational logic.
- storage is updated.
- steps 700 through 704 occur; on cycle t+1, steps 705 through 707 occur.
- Cycle t First, the signals from control module 304 to heap module 305 must be valid. Then heap module 305 generates 701 all o -- pixel -- status ! bits. MPE 303 selects 702 an index and provides it to control module 304 and pixels module 306. Control module 304 updates 703 last -- bank, last -- index, and bank i -- index!. Pixels module 306 saves 704 the index obtained in 702 for use in the next cycle.
- Cycle t+1 The index of the entry in heap module 305 that was selected in 702 last cycle (if any) is written 705 to available module 301 (o -- done -- index). Pixels module 306 writes 706 the pixel at rindex (last cycle's i -- index) to memory controller 204.
- PPH 202 is capable of operation as a simple FIFO queue if i -- FIFO is asserted to MPE 303.
- MPE 303 keeps the last -- index read from PPH 202 (this is initialized to 0) and on each cycle attempts to return ((last -- index+1) mod 2 M ).
- available module 301 is a FIFO queue, and entries are returned to available module 301 in the order read from PPH 202.
- PPH 202 Given MPE's 303 operation in FIFO mode to return consecutive entries as long as the pixel is valid, PPH 202 thus operates in this mode as a FIFO queue.
- the client of PPH 202 must assert i -- FIFO throughout the time that FIFO mode is desired, and must also ensure that PPH 202 is empty before it is transitioned between FIFO mode and PPH mode. Any other operation is undefined.
- MPE 303 when a page break occurs, two cycles are required to update the open pages table.
- MPE 303 detects that a page break will occur as the result of a given pixel's bank and RAS address, it signals such to control module 304 via o -- pbreak. Since the pixel index o -- index is provided to control module 304 and is also provided to pixels module 306, the pixel is also written to memory controller 204 on the next cycle. Hence, whenever a pixel address that will cause a page break is issued to memory, there will soon be some length of dead time, e.g. six or eight cycles on some memory systems. PPH 202 can use this dead time to update tables on a page break. During the two additional cycles MPE 303 requires for page update after a page break, MPE 303 writes no candidate pixels to control module 304 or pixels module 306.
- the page update protocol operates as follows. When control module 304 is informed by MPE 303 that a page break has occurred, it asks heap module 305 for the RAS address that caused the page break. When heap module 305 returns the RAS address (o -- RAS and o -- valid -- RAS), control module 304 updates open -- pages ! to the new address for that bank. In terms of cycles that begin at c, the protocol is as follows:
- MPE 303, control module 304, and heap module 305 each have two states with respect to the page update protocol.
- MPE 303 is normally in state 505 and transitions to update state 506 at cycle c to initiate page update protocol.
- Control module 304 is normally in state 503 and transitions to update state 504 at cycle c upon receiving i -- pbreak from MPE 303.
- Heap module 501 is normally in state 501 and transitions to update state 502 at cycle c+1 upon receiving i -- pbreak from control module 304; at this time, heap module 501 also saves the RAS of the page break.
- MPE 303 asserts i -- valid -- RAS
- heap module 305 sends saved RAS to control module 304 and asserts o -- valid -- RAS
- control module 304 updates open -- pages ! with the new RAS. All three modules 303, 304, and 305 then return to their normal states 505, 503, and 501 respectively.
- PPH 202 When not in FIFO mode, PPH 202 in one embodiment precharges one page on some "alternate" bank when it is possible to do so. Precharging is a technique that is well-known in the art. By precharging a page on an alternate bank, the present invention is able to hide the precharge penalty by interleaving precharge with another read or write.
- FIG. 6 there is shown a flowchart of a method of selecting a page to be precharged.
- PPH 202 determines 601 whether there are any valid pixels left. A bank will be precharged only if there is a valid pixel that can use a page on that bank. In one embodiment, PPH 202 performs this determination by checking the valid bit of the pixels. If no valid pixels are left, no pages will be precharged. Otherwise, PPH 202 selects 602 a valid pixel.
- PPH 202 determines 603 whether the selected pixel is on the currently-used bank. If so, the bank is not precharged, and PPH 202 returns to 601 to select another pixel. In one embodiment, PPH 202 performs the determination in 603 by checking whether the pixel status is 0 ⁇ 7 or 0 ⁇ 5, which indicates that the pixel is on the currently-used bank.
- PPH 202 determines 604 whether the pixel is on a bank for which there is an open page that can be used. If so, using that open page incurs no penalty; therefore, the bank is not precharged and PPH 202 returns to 601 to select another pixel. In one embodiment, PPH 202 performs the determination in 604 by checking whether the bank containing the pixel has another pixel with matching bank; in other words, PPH 202 the pixel's bank against the banks of all other pixels with status 0 ⁇ 3. Alternatively, for simplicity, PPH 202 can simply check whether there is any pixel that can still use another bank; i.e. determine whether there any pixel on the bank with status 0 ⁇ 3.
- PPH 202 proceeds to precharge 605 the page containing the pixel, as described more fully below. PPH 202 then ensures 606 that pixels subsequently chosen to use the precharged bank use the page that was precharged. In one embodiment, PPH 202 implements this by updating the table of open pages after the precharge 605 is performed. Thus, after PPH 202 selects pixels for the current bank and open page, it will automatically select pixels for the open page just precharged, since the pixel selection method prefers open pages to page breaks. In practice, PPH 202 uses essentially the same page update protocol used for page breaks, and therefore typically requires an additional two cycles before the page tables are actually updated. In the interim, it explicitly passes through only those pixels whose addresses are for the current bank and open page.
- Alternate bank precharge is implemented by MPE 303, control module 304, and pixels module 306.
- MPE 303 detects that an alternate bank can be precharged (by the method of FIG. 6), it writes the o -- index to control module 304 and pixels module 306, and asserts o -- precharge.
- MPE 303 also sets a single status bit, in -- precharge, which guides subsequent actions. Whenever in -- precharge is set, MPE 303 issues transactions only on the current bank and open page. This is in contrast to its behavior when a page break occurs; in the latter case MPE 303 issues no further transactions until the page update protocol has completed.
- control module 304 When control module 304 receives a precharge request, it saves the bank to be precharged in a register precharge -- bank, and at the next cycle initiates essentially the same page update protocol (via o -- precharge) that is used on a page break, as described above. There are three differences: 1) names of the signals include precharge instead of pbreak; 2) heap module 305 does not delete the pixel that causes the precharge; and 3) MPE 303 allows pixels with addresses for the current page and bank to pass through during precharge.
- heap module 305 on receiving i -- precharge are essentially the same as its actions on receiving i -- pbreak; in particular, it saves the RAS to be precharged in save -- RAS.
- control module 304 is returned the RAS via i -- RAS, and it updates open -- pages precharge -- bank! to i -- RAS.
- heap module 305 continues to generate candidate pixels for memory accesses. If any of these are for the current bank and open page, they are passed on to control module 304 and pixels module 306 by MPE 303, and are issued as memory transactions to the FIFO queue. No other transactions are allowed by MPE 303 until the in -- precharge bit is cleared. This occurs on the final cycle of the page update protocol, when heap module 305 asserts i -- valid -- RAS to control module 304 and MPE 303.
- a precharge request to pixels module 306 is identical to a read or write except that i -- precharge is asserted; since pixels module 306 concatenates the precharge bit with the bank, RAS, and CAS address when it writes an entry to memory controller FIFO queue 203, pixels module 306 is effectively unaware that the transaction is a precharge rather than a read or a write. A page break and a precharge cannot occur simultaneously; MPE 303 keeps minimal state to prevent this.
Landscapes
- Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Geometry (AREA)
- Computer Graphics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Image Input (AREA)
- Image Generation (AREA)
- Image Processing (AREA)
Abstract
Description
______________________________________ Data Structure pph.sub.-- heap: struct pph.sub.-- heap { 1-bit valid; N-bit bank; 9-bit RAS; M-bit my.sub.-- index; 1-bit =.sub.-- index( M-bit input.sub.-- index, M-bit this->my.sub.-- index ); 1-bit =.sub.-- open.sub.-- page( 9-bit input.sub.-- RAS, 9-bit this->RAS ); 1-bit =.sub.-- bank( N-bit input.sub.-- bank, N-bit this->bank ); }; Data Structure pph.sub.-- pixel: struct pph.sub.-- pixel { N-bit bank; 9-bit RAS; 8-bit CAS; }; ______________________________________
______________________________________ Input: M-bit i.sub.-- done.sub.-- index; i-bit renable; Internal: M-bit available 2.sup.M-1 !; Output: M-bit windex; ______________________________________
______________________________________ Input: N-bit wbank; /* pixel write into the PPH */ 9-bit RAS; M-bit windex; 1-bit i.sub.-- pbreak; /* page-break indication */ 1-bit i.sub.-- precharge; /* precharge */ 9-bit i.sub.-- open.sub.-- pages 2.sup.N-1 !; M-bit i.sub.-- last.sub.-- index; N-bit i.sub.-- last.sub.-- bank; Internal: 1-bit pbreak = 0; 1-bit in.sub.-- precharge = 0; 9-bit save.sub.-- RAS = 0; struct pph.sub.-- heap heap 2.sup.M-1 ! = { {0,0,0,1}, {0,0,0,2}, . . . {0,0,0,2.sup.M }}; Output: 3-bit o.sub.-- pixel.sub.-- status 2.sup.M-1!; /* valid+comparator results */ 9-bit o.sub.-- RAS; /* page-break protocol */ 1-bit o.sub.-- valid.sub.-- RAS; M-bit o.sub.-- done.sub.-- index; /* pixel removal*/ ______________________________________
______________________________________ if (i.sub.-- last.sub.-- index == 0) o.sub.-- done.sub.-- index = 0; o.sub.-- valid.sub.-- RAS = (pbreak | in.sub.-- precharge); o.sub.-- RAS = save.sub.-- RAS; } ______________________________________
______________________________________ if (this->=*index(this->my.sub.-- index, i.sub.-- last.sub.-- index)) { save.sub.-- RAS = this->RAS; if(|i.sub.-- precharge) { /* Return slot to Available */ o.sub.-- done.sub.-- index = this->my.sub.-- index; this->valid = 0; } o.sub.-- pixel.sub.-- status this->my.sub.-- index! = 0; } else { /* Each entry provides three bits on output * (from MSB to LSB): banks match, pages * match, pixel valid. Each entry tests its * bank against the i.sub.-- last.sub.-- bank, and each uses * its own open bank as an index into the * i.sub.-- open.sub.-- pages ! to test its own RAS on that * bank against the page that is open on that * bank. */ * o.sub.-- pixel.sub.-- status this->my.sub.-- index! (this->=.sub.-- bank(i.sub.-- last.sub.-- bank, this- >bank)<<2 | (this->=.sub.-- open.sub.-- page(open.sub.-- pages this- >bank!, this->RAS)<<1) | this->valid; } } ______________________________________
______________________________________ if (windex>0){ heap windex!.valid = 1; heap windex!.bank = wbank; heap windex!.RAS = RAS; } pbreak = i.sub.-- pbreak; in.sub.-- precharge = i.sub.-- precharge; } ______________________________________
______________________________________ Input: 1-bit i.sub.-- FIFO; /* PPH is in FIFO mode */ 1-bit i.sub.-- stall; 3-bit i.sub.-- pixel.sub.-- status 2.sup.M-1 !; 1-bit i.sub.-- valid.sub.-- RAS; Internal: M-bit last.sub.-- index = 0; /* initialized so after +, we will */ /* have first available */ M-bit tmp; 1-bit in.sub.-- precharge = 0; 1-bit pbreak = 0; Output: M-bit o.sub.-- index; 1-bit o.sub.-- pbreak; 1-bit o.sub.-- precharge; ______________________________________
______________________________________ if (i.sub.-- stall) { /* Memory controller FIFO must assert stall one * cycle before the FIFO is actually full . . . * this is because Pixels is one cycle behind * MPE, and that pixel must be written before * the PPH stalls output. */ o.sub.-- index = 0; o.sub.-- pbreak = 0; o.sub.-- precharge = 0; } else { if (i.sub.-- FIFO) { tmp = (last.sub.-- index + 1) > 2.sup.M ? 1 : (last.sub.-- index + 1); if (i.sub.-- pixel status tmp! & 0×01) { o.sub.-- index = tmp; o.sub.-- pbreak = 0; o.sub.-- precharge = 0; last.sub.-- index = tmp; } else { Concurrently on each cycle over all 2.sup.M-1 inputs { /* bank precharge * TBD -- could add "there is an m such * that 0×07". */ if (|pbreak && |in.sub.-- precharge && there is no j such that (i.sub.-- pixel.sub.-- status j!==0×03) && there is a k such that (i.sub.-- pixel.sub.-- status k!==0×01) ) { o.sub.-- index = k; o.sub.-- pbreak = 0; o.sub.-- precharge = 1; in.sub.-- precharge = 1; } else if (|pbreak && there is a j such that (i.sub.-- pixel.sub.-- status j!==0×07) ) { /*pixel reordering */ o.sub.-- index = j; o.sub.-- pbreak = 0; o.sub.-- precharge = 0; } else if (|pbreak && |in.sub.-- precharge && there is a j such that (i.sub.-- pixel.sub.-- status j!==0×03) ) { o.sub.-- index = j; o.sub.-- pbreak = 0; o.sub.-- precharge = 0; } else if (|pbreak && |in.sub.-- precharge && there is a j such that (i.sub.-- pixel.sub.-- status j! & 0×01) ) { /* note the & implies don't care * for bank */ o.sub.-- index = j; o.sub.-- pbreak = 1; o.sub.-- precharge = 0; pbreak = 1; } else { o.sub.-- index = 0; o.sub.-- pbreak =0; o.sub.-- precharge=0; } } } } if (i.sub.-- valid.sub.-- RAS) { in.sub.-- precharge = 0; pbreak = 0; } ______________________________________
______________________________________ Input: N-bit wbank; /* pixel write to PPH */ M-bit windex; M-bit i.sub.-- index; /* pixel read from PPH */ 1-bit i.sub.-- pbreak; /* page-break and precharge 1-bit i.sub.-- precharge; /* protocol */ 1-bit i.sub.-- valid.sub.-- RAS; 9-bit i.sub.-- RAS; Internal: 1-bit pbreak0 - 0, pbreak1 = 0; 1-bit in.sub.-- precharge1 = 0; in.sub.-- precharge1 = 0; N-bit last.sub.-- bank = 0; N-bit precharge.sub.-- bank; M-bit last.sub.-- index = 0; N-bit bank 2.sup.M-1 ! = {0, 0, . . . 0}; 9-bit open.sub.-- pages .sup.N-1 ! = (0, 0, . . . 0}; Output: N-bit o.sub.-- last.sub.-- bank; /*to heap's comparators */ M-bit o.sub.-- last.sub.-- index; 9-bit o.sub.-- open.sub.-- pages 2.sup.N-1 !; 1-bit o.sub.-- pbreak; /* page update protocols */ 1-bit o.sub.-- precharge; ______________________________________
______________________________________ o.sub.-- pbreak = pbreak0; o.sub.-- precharge = in.sub.-- precharge0; o.sub.-- last.sub.-- bank = last.sub.-- bank; o.sub.-- last.sub.-- index = last.sub.-- index; o.sub.-- open.sub.-- pages ! = open.sub.-- pages !; if (i.sub.-- valid.sub.-- RAS) { if(pbreak1) open.sub.-- pages last.sub.-- bank! = i.sub.-- RAS; if (in.sub.-- precharge1) open.sub.-- pages precharge.sub.-- bank! = i.sub.-- RAS; } if (i.sub.-- index > 0) { if (i.sub.-- precharge) precharge.sub.-- bank = bank i.sub.-- index!; else last.sub.-- bank = bank i.sub.-- index!; } last.sub.-- index = i.sub.-- index; pbreak1 = pbreak0; pbreak0 = i.sub.-- break; in.sub.-- precharge1 = in.sub.-- precharge0; in.sub.-- precharge0 = i.sub.-- precharge; if (windex > 0) bank windex! = wbank; } ______________________________________
______________________________________ Input: 1-bit i.sub.-- precharge; M-bit i.sub.-- index; M-bit windex; N-bit wbank; 9-bit wRAS; 8-bit wCAS; Internal: M-bit rindex; (17 + n)-bit pixel 2.sup.M-1 !; Output: 1-bit o.sub.-- precharge; N-bit o.sub.-- bank; 9-bit o.sub.-- RAS; 8-bit o.sub.-- CAS; 1-bit FIFO.sub.-- wr; ______________________________________
______________________________________ if (rindex > 0) { o.sub.-- precharge = i.sub.-- precharge; o.sub.-- bank, o.sub.-- RAS, o.sub.-- CAS, o.sub.-- other = pixel rindex!; FIFO.sub.-- wr = 1; rindex = i.sub.-- index; } else FIFO.sub.-- wr = 0; ______________________________________
______________________________________ Cycle Source -> Destination (action) Input to Destination ______________________________________ c MPF 303 ->Control module 304 i.sub.-- pbreak asserted c + 1 Control module 304 -> Heap module i.sub.-- pbreak asserted 305 (heap module 305 saves page break RAS) c + 2 Heap module 305 -> Control module RAS that caused break 304 (control module 304 updates open.sub.-- pages !) c + 3 . . . normal operation . . . . . . normal operation . . . ______________________________________
Claims (14)
Priority Applications (7)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/780,787 US5852451A (en) | 1997-01-09 | 1997-01-09 | Pixel reordering for improved texture mapping |
JP53095398A JP2001507840A (en) | 1997-01-09 | 1997-12-19 | Pixel relocation for improved texture mapping |
CA002275237A CA2275237C (en) | 1997-01-09 | 1997-12-19 | Pixel reordering for improved texture mapping |
AU58127/98A AU5812798A (en) | 1997-01-09 | 1997-12-19 | Pixel reordering for improved texture mapping |
EP97954326A EP1016068B1 (en) | 1997-01-09 | 1997-12-19 | Reordering of memory references for pixels in a page-mode memory architecture |
PCT/US1997/024264 WO1998031004A1 (en) | 1997-01-09 | 1997-12-19 | Pixel reordering for improved texture mapping |
DE69736611T DE69736611T2 (en) | 1997-01-09 | 1997-12-19 | Reorganization of memory references for pixels in a page-oriented memory architecture |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/780,787 US5852451A (en) | 1997-01-09 | 1997-01-09 | Pixel reordering for improved texture mapping |
Publications (1)
Publication Number | Publication Date |
---|---|
US5852451A true US5852451A (en) | 1998-12-22 |
Family
ID=25120690
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/780,787 Expired - Lifetime US5852451A (en) | 1997-01-09 | 1997-01-09 | Pixel reordering for improved texture mapping |
Country Status (7)
Country | Link |
---|---|
US (1) | US5852451A (en) |
EP (1) | EP1016068B1 (en) |
JP (1) | JP2001507840A (en) |
AU (1) | AU5812798A (en) |
CA (1) | CA2275237C (en) |
DE (1) | DE69736611T2 (en) |
WO (1) | WO1998031004A1 (en) |
Cited By (34)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6133923A (en) * | 1996-08-30 | 2000-10-17 | Sony Corporation | Method and apparatus for texture data |
US6405267B1 (en) | 1999-01-22 | 2002-06-11 | S3 Graphics Co., Ltd. | Command reordering for out of order bus transfer |
US20020118204A1 (en) * | 1999-07-02 | 2002-08-29 | Milivoje Aleksic | System of accessing data in a graphics system and method thereof |
US6542159B1 (en) * | 1999-05-19 | 2003-04-01 | Ati International S.R.L. | Apparatus to control memory accesses in a video system and method thereof |
US6564304B1 (en) * | 2000-09-01 | 2003-05-13 | Ati Technologies Inc. | Memory processing system and method for accessing memory including reordering memory requests to reduce mode switching |
US6577320B1 (en) | 1999-03-22 | 2003-06-10 | Nvidia Corporation | Method and apparatus for processing multiple types of pixel component representations including processes of premultiplication, postmultiplication, and colorkeying/chromakeying |
US20030146916A1 (en) * | 2002-02-05 | 2003-08-07 | Kuo-Wei Yeh | Method of arbitration of memory request for computer graphics system |
US6636214B1 (en) | 2000-08-23 | 2003-10-21 | Nintendo Co., Ltd. | Method and apparatus for dynamically reconfiguring the order of hidden surface processing based on rendering mode |
WO2004015680A1 (en) * | 2002-08-08 | 2004-02-19 | Koninklijke Philips Electronics N.V. | Color burst queue for a shared memory controller in a color sequential display system |
US6700586B1 (en) | 2000-08-23 | 2004-03-02 | Nintendo Co., Ltd. | Low cost graphics with stitching processing hardware support for skeletal animation |
US6707458B1 (en) | 2000-08-23 | 2004-03-16 | Nintendo Co., Ltd. | Method and apparatus for texture tiling in a graphics system |
US20040113913A1 (en) * | 2002-12-16 | 2004-06-17 | Jin-Ming Gu | System and method for processing memory with YCbCr 4:2:0 planar video data format |
US6756986B1 (en) | 1999-10-18 | 2004-06-29 | S3 Graphics Co., Ltd. | Non-flushing atomic operation in a burst mode transfer data storage access environment |
US6811489B1 (en) | 2000-08-23 | 2004-11-02 | Nintendo Co., Ltd. | Controller interface for a graphics system |
EP1662441A1 (en) * | 2002-03-11 | 2006-05-31 | Sony Computer Entertainment Inc. | System and method of optimizing graphics processing using tessellation |
US7061502B1 (en) | 2000-08-23 | 2006-06-13 | Nintendo Co., Ltd. | Method and apparatus for providing logical combination of N alpha operations within a graphics system |
US7075545B2 (en) | 2000-08-23 | 2006-07-11 | Nintendo Co., Ltd. | Graphics system with embedded frame buffer having reconfigurable pixel formats |
US7164426B1 (en) * | 1998-08-20 | 2007-01-16 | Apple Computer, Inc. | Method and apparatus for generating texture |
US7167181B2 (en) | 1998-08-20 | 2007-01-23 | Apple Computer, Inc. | Deferred shading graphics pipeline processor having advanced features |
US7176919B2 (en) | 2000-08-23 | 2007-02-13 | Nintendo Co., Ltd. | Recirculating shade tree blender for a graphics system |
US7184059B1 (en) | 2000-08-23 | 2007-02-27 | Nintendo Co., Ltd. | Graphics system with copy out conversions between embedded frame buffer and main memory |
US7196710B1 (en) | 2000-08-23 | 2007-03-27 | Nintendo Co., Ltd. | Method and apparatus for buffering graphics data in a graphics system |
US7205999B2 (en) | 2000-08-23 | 2007-04-17 | Nintendo Co., Ltd. | Method and apparatus for environment-mapped bump-mapping in a graphics system |
US20070211067A1 (en) * | 1997-10-15 | 2007-09-13 | Electric Planet, Inc. | System and method for generating an animatable character |
US7433191B2 (en) | 2005-09-30 | 2008-10-07 | Apple Inc. | Thermal contact arrangement |
US20090091564A1 (en) * | 2007-10-03 | 2009-04-09 | Raju Thevan | System and method for rendering electronic documents having overlapping primitives |
US7538772B1 (en) | 2000-08-23 | 2009-05-26 | Nintendo Co., Ltd. | Graphics processing system with enhanced memory controller |
US7576748B2 (en) | 2000-11-28 | 2009-08-18 | Nintendo Co. Ltd. | Graphics system with embedded frame butter having reconfigurable pixel formats |
US7577930B2 (en) | 2005-06-23 | 2009-08-18 | Apple Inc. | Method and apparatus for analyzing integrated circuit operations |
US7598711B2 (en) | 2005-11-23 | 2009-10-06 | Apple Inc. | Power source switchover apparatus and method |
US7599044B2 (en) | 2005-06-23 | 2009-10-06 | Apple Inc. | Method and apparatus for remotely detecting presence |
US20130063453A1 (en) * | 2011-09-12 | 2013-03-14 | Microsoft Corporation | Reordering graph execution for processing optimization |
US9298311B2 (en) | 2005-06-23 | 2016-03-29 | Apple Inc. | Trackpad sensitivity compensation |
US10061537B2 (en) | 2015-08-13 | 2018-08-28 | Microsoft Technology Licensing, Llc | Data reordering using buffers and memory |
Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5269001A (en) * | 1989-07-28 | 1993-12-07 | Texas Instruments Incorporated | Video graphics display memory swizzle logic circuit and method |
US5287470A (en) * | 1989-12-28 | 1994-02-15 | Texas Instruments Incorporated | Apparatus and method for coupling a multi-lead output bus to interleaved memories, which are addressable in normal and block-write modes |
US5551002A (en) * | 1993-07-01 | 1996-08-27 | Digital Equipment Corporation | System for controlling a write cache and merging adjacent data blocks for write operations |
US5579052A (en) * | 1993-05-27 | 1996-11-26 | Sgs-Thomson Microelectronics S.A. | Picture processing system |
US5600837A (en) * | 1993-05-27 | 1997-02-04 | Sgs-Thomson Microelectronics S.A. | Multitask processor architecture having a plurality of instruction pointers |
US5613083A (en) * | 1994-09-30 | 1997-03-18 | Intel Corporation | Translation lookaside buffer that is non-blocking in response to a miss for use within a microprocessor capable of processing speculative instructions |
US5630096A (en) * | 1995-05-10 | 1997-05-13 | Microunity Systems Engineering, Inc. | Controller for a synchronous DRAM that maximizes throughput by allowing memory requests and commands to be issued out of order |
US5655122A (en) * | 1995-04-05 | 1997-08-05 | Sequent Computer Systems, Inc. | Optimizing compiler with static prediction of branch probability, branch frequency and function frequency |
US5715407A (en) * | 1992-03-06 | 1998-02-03 | Rambus, Inc. | Process and apparatus for collision detection on a parallel bus by monitoring a first line of the bus during even bus cycles for indications of overlapping packets |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5440713A (en) * | 1992-05-29 | 1995-08-08 | Industrial Technology Research Institute | M-way N-port paged-interleaved memory system |
US5790130A (en) * | 1995-06-08 | 1998-08-04 | Hewlett-Packard Company | Texel cache interrupt daemon for virtual memory management of texture maps |
-
1997
- 1997-01-09 US US08/780,787 patent/US5852451A/en not_active Expired - Lifetime
- 1997-12-19 AU AU58127/98A patent/AU5812798A/en not_active Abandoned
- 1997-12-19 DE DE69736611T patent/DE69736611T2/en not_active Expired - Lifetime
- 1997-12-19 WO PCT/US1997/024264 patent/WO1998031004A1/en active IP Right Grant
- 1997-12-19 CA CA002275237A patent/CA2275237C/en not_active Expired - Lifetime
- 1997-12-19 EP EP97954326A patent/EP1016068B1/en not_active Expired - Lifetime
- 1997-12-19 JP JP53095398A patent/JP2001507840A/en not_active Ceased
Patent Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5269001A (en) * | 1989-07-28 | 1993-12-07 | Texas Instruments Incorporated | Video graphics display memory swizzle logic circuit and method |
US5287470A (en) * | 1989-12-28 | 1994-02-15 | Texas Instruments Incorporated | Apparatus and method for coupling a multi-lead output bus to interleaved memories, which are addressable in normal and block-write modes |
US5715407A (en) * | 1992-03-06 | 1998-02-03 | Rambus, Inc. | Process and apparatus for collision detection on a parallel bus by monitoring a first line of the bus during even bus cycles for indications of overlapping packets |
US5579052A (en) * | 1993-05-27 | 1996-11-26 | Sgs-Thomson Microelectronics S.A. | Picture processing system |
US5600837A (en) * | 1993-05-27 | 1997-02-04 | Sgs-Thomson Microelectronics S.A. | Multitask processor architecture having a plurality of instruction pointers |
US5551002A (en) * | 1993-07-01 | 1996-08-27 | Digital Equipment Corporation | System for controlling a write cache and merging adjacent data blocks for write operations |
US5613083A (en) * | 1994-09-30 | 1997-03-18 | Intel Corporation | Translation lookaside buffer that is non-blocking in response to a miss for use within a microprocessor capable of processing speculative instructions |
US5655122A (en) * | 1995-04-05 | 1997-08-05 | Sequent Computer Systems, Inc. | Optimizing compiler with static prediction of branch probability, branch frequency and function frequency |
US5630096A (en) * | 1995-05-10 | 1997-05-13 | Microunity Systems Engineering, Inc. | Controller for a synchronous DRAM that maximizes throughput by allowing memory requests and commands to be issued out of order |
Non-Patent Citations (9)
Title |
---|
Edenfield, R. Advances in the 68040 Memory Subsystem , Electronic Engineering, Feb. 1990, vol. 92 No. 758, pp. 35 41. * |
Edenfield, R. Advances in the 68040 Memory Subsystem, Electronic Engineering, Feb. 1990, vol. 92 No. 758, pp. 35-41. |
Edenfield, R. et al., "Advances in the 68040 Memory Subsystem", Electronic Engineering, v62,n758, p35(6), Feb. 1990. |
Edenfield, R. et al., Advances in the 68040 Memory Subsystem , Electronic Engineering, v62,n758, p35(6), Feb. 1990. * |
International Search Report for application No. PCT/US97/24264, May 7, 1988. * |
Wilson, R. Graphics Drive Video DRAMs , Electronic Engineering Times Nov. 1995, No. 876, pp. 74 79. * |
Wilson, R. Graphics Drive Video DRAMs, Electronic Engineering Times Nov. 1995, No. 876, pp. 74-79. |
Wilson, R., "Graphics Drive Video DRAMs", Electronic Engineering Timesm n876, p74(5), Nov. 1995. |
Wilson, R., Graphics Drive Video DRAMs , Electronic Engineering Timesm n876, p74(5), Nov. 1995. * |
Cited By (50)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6133923A (en) * | 1996-08-30 | 2000-10-17 | Sony Corporation | Method and apparatus for texture data |
US20070211067A1 (en) * | 1997-10-15 | 2007-09-13 | Electric Planet, Inc. | System and method for generating an animatable character |
US7746345B2 (en) * | 1997-10-15 | 2010-06-29 | Hunter Kevin L | System and method for generating an animatable character |
US7808503B2 (en) | 1998-08-20 | 2010-10-05 | Apple Inc. | Deferred shading graphics pipeline processor having advanced features |
US7164426B1 (en) * | 1998-08-20 | 2007-01-16 | Apple Computer, Inc. | Method and apparatus for generating texture |
US7167181B2 (en) | 1998-08-20 | 2007-01-23 | Apple Computer, Inc. | Deferred shading graphics pipeline processor having advanced features |
US6405267B1 (en) | 1999-01-22 | 2002-06-11 | S3 Graphics Co., Ltd. | Command reordering for out of order bus transfer |
US6577320B1 (en) | 1999-03-22 | 2003-06-10 | Nvidia Corporation | Method and apparatus for processing multiple types of pixel component representations including processes of premultiplication, postmultiplication, and colorkeying/chromakeying |
US6542159B1 (en) * | 1999-05-19 | 2003-04-01 | Ati International S.R.L. | Apparatus to control memory accesses in a video system and method thereof |
US9734549B2 (en) | 1999-07-02 | 2017-08-15 | Ati Technologies Ulc | Memory device for providing data in a graphics system and method and apparatus thereof |
US9959593B2 (en) | 1999-07-02 | 2018-05-01 | Ati Technologies Ulc | Memory controller having plurality of channels that provides simultaneous access to data when accessing unified graphics memory |
US8924617B2 (en) | 1999-07-02 | 2014-12-30 | Ati Technologies Ulc | Memory device for providing data in a graphics system and method and apparatus therof |
US7543101B2 (en) | 1999-07-02 | 2009-06-02 | Ati Technologies Ulc | System of accessing data in a graphics system and method thereof |
US20090307406A1 (en) * | 1999-07-02 | 2009-12-10 | Ati Technologies Ulc | Memory Device for Providing Data in a Graphics System and Method and Apparatus Thereof |
US20020118204A1 (en) * | 1999-07-02 | 2002-08-29 | Milivoje Aleksic | System of accessing data in a graphics system and method thereof |
US6956578B2 (en) | 1999-10-18 | 2005-10-18 | S3 Graphics Co., Ltd. | Non-flushing atomic operation in a burst mode transfer data storage access environment |
US6756986B1 (en) | 1999-10-18 | 2004-06-29 | S3 Graphics Co., Ltd. | Non-flushing atomic operation in a burst mode transfer data storage access environment |
US20050007374A1 (en) * | 1999-10-18 | 2005-01-13 | S3 Graphics Co., Ltd. | Non-flushing atomic operation in a burst mode transfer data storage access environment |
US7184059B1 (en) | 2000-08-23 | 2007-02-27 | Nintendo Co., Ltd. | Graphics system with copy out conversions between embedded frame buffer and main memory |
US6707458B1 (en) | 2000-08-23 | 2004-03-16 | Nintendo Co., Ltd. | Method and apparatus for texture tiling in a graphics system |
US7075545B2 (en) | 2000-08-23 | 2006-07-11 | Nintendo Co., Ltd. | Graphics system with embedded frame buffer having reconfigurable pixel formats |
US6811489B1 (en) | 2000-08-23 | 2004-11-02 | Nintendo Co., Ltd. | Controller interface for a graphics system |
US7995069B2 (en) | 2000-08-23 | 2011-08-09 | Nintendo Co., Ltd. | Graphics system with embedded frame buffer having reconfigurable pixel formats |
US7176919B2 (en) | 2000-08-23 | 2007-02-13 | Nintendo Co., Ltd. | Recirculating shade tree blender for a graphics system |
US8098255B2 (en) | 2000-08-23 | 2012-01-17 | Nintendo Co., Ltd. | Graphics processing system with enhanced memory controller |
US7196710B1 (en) | 2000-08-23 | 2007-03-27 | Nintendo Co., Ltd. | Method and apparatus for buffering graphics data in a graphics system |
US7205999B2 (en) | 2000-08-23 | 2007-04-17 | Nintendo Co., Ltd. | Method and apparatus for environment-mapped bump-mapping in a graphics system |
US7061502B1 (en) | 2000-08-23 | 2006-06-13 | Nintendo Co., Ltd. | Method and apparatus for providing logical combination of N alpha operations within a graphics system |
US7317459B2 (en) | 2000-08-23 | 2008-01-08 | Nintendo Co., Ltd. | Graphics system with copy out conversions between embedded frame buffer and main memory for producing a streaming video image as a texture on a displayed object image |
US6700586B1 (en) | 2000-08-23 | 2004-03-02 | Nintendo Co., Ltd. | Low cost graphics with stitching processing hardware support for skeletal animation |
US6636214B1 (en) | 2000-08-23 | 2003-10-21 | Nintendo Co., Ltd. | Method and apparatus for dynamically reconfiguring the order of hidden surface processing based on rendering mode |
US7538772B1 (en) | 2000-08-23 | 2009-05-26 | Nintendo Co., Ltd. | Graphics processing system with enhanced memory controller |
US7701461B2 (en) | 2000-08-23 | 2010-04-20 | Nintendo Co., Ltd. | Method and apparatus for buffering graphics data in a graphics system |
US6564304B1 (en) * | 2000-09-01 | 2003-05-13 | Ati Technologies Inc. | Memory processing system and method for accessing memory including reordering memory requests to reduce mode switching |
US7576748B2 (en) | 2000-11-28 | 2009-08-18 | Nintendo Co. Ltd. | Graphics system with embedded frame butter having reconfigurable pixel formats |
US6778175B2 (en) * | 2002-02-05 | 2004-08-17 | Xgi Technology Inc. | Method of arbitration of memory request for computer graphics system |
US20030146916A1 (en) * | 2002-02-05 | 2003-08-07 | Kuo-Wei Yeh | Method of arbitration of memory request for computer graphics system |
EP1662441A1 (en) * | 2002-03-11 | 2006-05-31 | Sony Computer Entertainment Inc. | System and method of optimizing graphics processing using tessellation |
WO2004015680A1 (en) * | 2002-08-08 | 2004-02-19 | Koninklijke Philips Electronics N.V. | Color burst queue for a shared memory controller in a color sequential display system |
US6989837B2 (en) | 2002-12-16 | 2006-01-24 | S3 Graphics Co., Ltd. | System and method for processing memory with YCbCr 4:2:0 planar video data format |
US20040113913A1 (en) * | 2002-12-16 | 2004-06-17 | Jin-Ming Gu | System and method for processing memory with YCbCr 4:2:0 planar video data format |
US9298311B2 (en) | 2005-06-23 | 2016-03-29 | Apple Inc. | Trackpad sensitivity compensation |
US7577930B2 (en) | 2005-06-23 | 2009-08-18 | Apple Inc. | Method and apparatus for analyzing integrated circuit operations |
US7599044B2 (en) | 2005-06-23 | 2009-10-06 | Apple Inc. | Method and apparatus for remotely detecting presence |
US7433191B2 (en) | 2005-09-30 | 2008-10-07 | Apple Inc. | Thermal contact arrangement |
US7598711B2 (en) | 2005-11-23 | 2009-10-06 | Apple Inc. | Power source switchover apparatus and method |
US20090091564A1 (en) * | 2007-10-03 | 2009-04-09 | Raju Thevan | System and method for rendering electronic documents having overlapping primitives |
US9019292B2 (en) * | 2011-09-12 | 2015-04-28 | Microsoft Technology Licensing Llc | Reordering graph execution for processing optimization |
US20130063453A1 (en) * | 2011-09-12 | 2013-03-14 | Microsoft Corporation | Reordering graph execution for processing optimization |
US10061537B2 (en) | 2015-08-13 | 2018-08-28 | Microsoft Technology Licensing, Llc | Data reordering using buffers and memory |
Also Published As
Publication number | Publication date |
---|---|
AU5812798A (en) | 1998-08-03 |
EP1016068A4 (en) | 2004-10-13 |
CA2275237C (en) | 2002-12-03 |
CA2275237A1 (en) | 1998-07-16 |
DE69736611D1 (en) | 2006-10-12 |
EP1016068A1 (en) | 2000-07-05 |
EP1016068B1 (en) | 2006-08-30 |
WO1998031004A1 (en) | 1998-07-16 |
DE69736611T2 (en) | 2007-09-20 |
JP2001507840A (en) | 2001-06-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5852451A (en) | Pixel reordering for improved texture mapping | |
US6011565A (en) | Non-stalled requesting texture cache | |
US7164426B1 (en) | Method and apparatus for generating texture | |
US8200917B2 (en) | Multi-media processor cache with cache line locking and unlocking | |
US5987567A (en) | System and method for caching texture map information | |
US6629188B1 (en) | Circuit and method for prefetching data for a texture cache | |
US7050063B1 (en) | 3-D rendering texture caching scheme | |
US20110304608A1 (en) | Display list control stream grouping in tile based 3d computer graphics system | |
US7580042B2 (en) | Systems and methods for storing and fetching texture data using bank interleaving | |
US7116335B2 (en) | Texturing systems for use in three-dimensional imaging systems | |
US20080150951A1 (en) | 3-d rendering engine with embedded memory | |
US6085292A (en) | Apparatus and method for providing non-blocking pipelined cache | |
US20070291044A1 (en) | Systems and Methods for Border Color Handling in a Graphics Processing Unit | |
JPH09500462A (en) | Computer graphics system with high performance multi-layer z-buffer | |
JPH06175646A (en) | Frame buffer and raster processor for graphic system and method for buffering pixel variable | |
US20060098021A1 (en) | Graphics system and memory device for three-dimensional graphics acceleration and method for three dimensional graphics processing | |
US7439983B2 (en) | Method and apparatus for de-indexing geometry | |
US6462747B1 (en) | Texture mapping system | |
KR20030005253A (en) | Tiled graphics architecture | |
US5758045A (en) | Signal processing method and apparatus for interactive graphics system for contemporaneous interaction between the raster engine and the frame buffer | |
US20050195200A1 (en) | Embedded system with 3D graphics core and local pixel buffer | |
US6448967B1 (en) | Z-Buffer pre-test for 3D graphics performance enhancement | |
KR0170665B1 (en) | RAM for 3D Graphics | |
US6088033A (en) | Method and apparatus for processing picture elements | |
Kugler et al. | High-performance texture mapping architectures |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: S3 INCORPORATED, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:COX, MICHAEL;LAHEWALA, DINYAR;KUO, DON;REEL/FRAME:008390/0050 Effective date: 19970108 |
|
AS | Assignment |
Owner name: S3 INCORPORATED, CALIFORNIA Free format text: CONFIRMATORY ASSIGNMENT;ASSIGNORS:COX, MICHAEL;LAHEWAL, DINYAR;KUO, DON;REEL/FRAME:008883/0951;SIGNING DATES FROM 19971024 TO 19971103 |
|
AS | Assignment |
Owner name: S3 INCORPORATED, CALIFORNIA Free format text: CORRECTIVE ASSIGNMENT TO ASSIGNOR NAME, PREVIOUSLY RECORDED AT REEL 8883, FRAME 0951;ASSIGNORS:COX, MICHAEL;LAHEWALA, DINYAR;KUO, DON;REEL/FRAME:009343/0133;SIGNING DATES FROM 19971024 TO 19971103 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
CC | Certificate of correction | ||
AS | Assignment |
Owner name: S3 GRAPHICS CO., LTD., CAYMAN ISLANDS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SONICBLUE INCORPORATED;REEL/FRAME:012852/0016 Effective date: 20010103 |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
AS | Assignment |
Owner name: SONICBLUE INCORPORATED, CALIFORNIA Free format text: CHANGE OF NAME;ASSIGNOR:S3 INCORPORATED;REEL/FRAME:019744/0134 Effective date: 20001109 |
|
FPAY | Fee payment |
Year of fee payment: 12 |