9741154

Recording the Results of Visibility Tests at the Input Geometry Object Granularity

PublishedAugust 22, 2017
Assigneenot available in USPTO data we have
Technical Abstract

Patent Claims
18 claims

Legal claims defining the scope of protection. Each claim is shown in both the original legal language and a plain English translation.

Claim 1

Original Legal Text

1. A computer implemented method comprising: receiving a frame to be rendered, wherein the frame including a plurality of tiles; in a first pass in a graphics processor, for each tile of the frame, identifying primitives in the tile that are visible; recording identified visibility of primitives from the first pass as tile specific cull information; in a subsequent, second pass in the graphics processor, performing depth only rendering over the entire frame to generate entire frame cull information, wherein the entire frame cull information includes visibility information for all the primitives; and in a subsequent tile rendering pass, rendering the tiles using both the entire frame and the tile specific cull information to skip over non-visible primitives.

Plain English Translation

A computer-implemented method for rendering a frame in a graphics processor improves efficiency by using multiple rendering passes. The frame is divided into tiles. In the first pass, the method identifies visible primitives within each tile, recording this tile-specific visibility information as "cull information." A second pass performs depth-only rendering across the entire frame, generating frame-wide cull information containing visibility data for all primitives. Finally, a tile rendering pass renders each tile, using both the frame-wide and tile-specific cull information to skip rendering primitives that are not visible, thereby increasing pixel throughput.

Claim 2

Original Legal Text

2. The method of claim 1 including using depth only rendering results to prevent unnecessary reprocessing of the primitives during the subsequent rendering pass.

Plain English Translation

The rendering method described above, which renders a frame by dividing it into tiles, identifying visible primitives in each tile in a first pass and creating tile-specific cull information, then creating frame-wide cull information in a second, depth-only pass, and finally rendering the tiles using both sets of cull information, further improves efficiency by using the results of the depth-only rendering pass to avoid re-processing primitives that are already determined to be obscured. This prevents unnecessary work during the final rendering pass.

Claim 3

Original Legal Text

3. The method of claim 1 including recording depth only rendering results at the primitive granularity.

Plain English Translation

The rendering method described above, which renders a frame by dividing it into tiles, identifying visible primitives in each tile in a first pass and creating tile-specific cull information, then creating frame-wide cull information in a second, depth-only pass, and finally rendering the tiles using both sets of cull information, records the results of the depth-only rendering pass at the granularity of individual primitives. This allows for fine-grained culling of non-visible geometry, further reducing rendering workload.

Claim 4

Original Legal Text

4. The method of claim 1 including using tile based deferred rendering.

Plain English Translation

The rendering method described above, which renders a frame by dividing it into tiles, identifying visible primitives in each tile in a first pass and creating tile-specific cull information, then creating frame-wide cull information in a second, depth-only pass, and finally rendering the tiles using both sets of cull information, utilizes a tile-based deferred rendering architecture. This means that the actual shading and coloring of pixels is delayed until after visibility has been determined, allowing for more efficient resource utilization by only processing visible pixels.

Claim 5

Original Legal Text

5. The method of claim 1 including using deferred rendering depth passes.

Plain English Translation

The rendering method described above, which renders a frame by dividing it into tiles, identifying visible primitives in each tile in a first pass and creating tile-specific cull information, then creating frame-wide cull information in a second, depth-only pass, and finally rendering the tiles using both sets of cull information, employs deferred rendering with dedicated depth passes. Separating the depth calculation into dedicated passes allows for optimized depth testing and early-z rejection, which efficiently eliminates hidden surfaces before more costly shading operations are performed.

Claim 6

Original Legal Text

6. One or more non-transitory computer readable media storing instructions executed by a processor to perform a sequence comprising: receiving a frame to be rendered, wherein the frame including a plurality of tiles; in a first pass in a graphics processor, for each tile of the frame, identifying primitives in the tile that are visible; recording identified visibility of primitives from the first pass as tile specific cull information; in a subsequent, second pass in the graphics processor, performing depth only rendering over the entire frame to generate entire frame cull information, wherein the entire frame cull information includes visibility information for all the primitives; and in a subsequent tile rendering pass, rendering the tiles using both the entire frame and the tile specific cull information to skip over non-visible primitives.

Plain English Translation

A non-transitory computer-readable medium stores instructions that, when executed by a processor, cause the computer to render a frame by dividing it into tiles. The process involves identifying visible primitives within each tile in a first pass, recording tile-specific visibility information as cull information. A second pass performs depth-only rendering across the entire frame, generating frame-wide cull information containing visibility data for all primitives. Subsequently, a tile rendering pass renders each tile, utilizing both the frame-wide and tile-specific cull information to skip rendering primitives that are not visible.

Claim 7

Original Legal Text

7. The media of claim 6 further storing instructions to perform a sequence including using depth only rendering results to prevent unnecessary reprocessing of the primitives during the subsequent rendering pass.

Plain English Translation

The computer-readable medium described above, which stores instructions to render a frame by dividing it into tiles, identifying visible primitives in each tile in a first pass and creating tile-specific cull information, then creating frame-wide cull information in a second, depth-only pass, and finally rendering the tiles using both sets of cull information, further stores instructions to utilize the results of the depth-only rendering pass to prevent the unnecessary reprocessing of primitives during the subsequent rendering pass, increasing efficiency.

Claim 8

Original Legal Text

8. The media of claim 6 further storing instructions to perform a sequence including recording depth only rendering results at the primitive granularity.

Plain English Translation

The computer-readable medium described above, which stores instructions to render a frame by dividing it into tiles, identifying visible primitives in each tile in a first pass and creating tile-specific cull information, then creating frame-wide cull information in a second, depth-only pass, and finally rendering the tiles using both sets of cull information, further stores instructions to record the results of the depth-only rendering at the granularity of individual primitives for more precise culling.

Claim 9

Original Legal Text

9. The media of claim 6 further storing instructions to perform a sequence including using tile based deferred rendering.

Plain English Translation

The computer-readable medium described above, which stores instructions to render a frame by dividing it into tiles, identifying visible primitives in each tile in a first pass and creating tile-specific cull information, then creating frame-wide cull information in a second, depth-only pass, and finally rendering the tiles using both sets of cull information, further stores instructions to utilize tile-based deferred rendering.

Claim 10

Original Legal Text

10. The media of claim 6 further storing instructions to perform a sequence including using deferred rendering depth passes.

Plain English Translation

The computer-readable medium described above, which stores instructions to render a frame by dividing it into tiles, identifying visible primitives in each tile in a first pass and creating tile-specific cull information, then creating frame-wide cull information in a second, depth-only pass, and finally rendering the tiles using both sets of cull information, further stores instructions to utilize deferred rendering depth passes.

Claim 11

Original Legal Text

11. An apparatus comprising: a graphics processor receives a frame to be rendered, wherein the frame including a plurality of tiles; in a first pass, for each tile of the frame, identifies primitives in the tile that are visible; record identified visibility of primitives from the first pass as tile specific cull information; in a subsequent, second pass performs depth only rendering over the entire frame to generate entire frame cull information in said second pass, wherein the entire frame cull information includes visibility information for all the primitives; and in a subsequent tile rendering pass, renders the tiles using both the entire frame and the tile specific cull information to skip over non-visible primitives; and a memory coupled to said graphics processor.

Plain English Translation

An apparatus for rendering graphics includes a graphics processor and memory. The graphics processor receives a frame to be rendered, dividing it into tiles. In a first pass, the processor identifies visible primitives within each tile and records tile-specific visibility as cull information. A second pass performs depth-only rendering across the entire frame, generating frame-wide cull information that includes visibility data for all primitives. In a subsequent tile rendering pass, the processor renders each tile, using both frame-wide and tile-specific cull information to skip rendering non-visible primitives. The memory is coupled to the graphics processor to store this data.

Claim 12

Original Legal Text

12. The apparatus of claim 11 said graphics processor to use depth only rendering results to prevent unnecessary reprocessing of the primitives during the subsequent rendering pass.

Plain English Translation

The graphics rendering apparatus described above, which includes a graphics processor rendering a frame by dividing it into tiles, identifying visible primitives in each tile in a first pass and creating tile-specific cull information, then creating frame-wide cull information in a second, depth-only pass, and finally rendering the tiles using both sets of cull information, is configured such that the graphics processor uses the results of the depth-only rendering pass to prevent unnecessary reprocessing of primitives during the subsequent rendering pass.

Claim 13

Original Legal Text

13. The apparatus of claim 11 said graphics processor to record depth only rendering results at the primitive granularity.

Plain English Translation

The graphics rendering apparatus described above, which includes a graphics processor rendering a frame by dividing it into tiles, identifying visible primitives in each tile in a first pass and creating tile-specific cull information, then creating frame-wide cull information in a second, depth-only pass, and finally rendering the tiles using both sets of cull information, is configured such that the graphics processor records the results of the depth-only rendering at the granularity of individual primitives.

Claim 14

Original Legal Text

14. The apparatus of claim 11 said graphics processor to use tile based deferred rendering.

Plain English Translation

The graphics rendering apparatus described above, which includes a graphics processor rendering a frame by dividing it into tiles, identifying visible primitives in each tile in a first pass and creating tile-specific cull information, then creating frame-wide cull information in a second, depth-only pass, and finally rendering the tiles using both sets of cull information, is configured such that the graphics processor uses tile-based deferred rendering.

Claim 15

Original Legal Text

15. The apparatus of claim 11 said graphics processor to use deferred rendering depth passes.

Plain English Translation

The graphics rendering apparatus described above, which includes a graphics processor rendering a frame by dividing it into tiles, identifying visible primitives in each tile in a first pass and creating tile-specific cull information, then creating frame-wide cull information in a second, depth-only pass, and finally rendering the tiles using both sets of cull information, is configured such that the graphics processor uses deferred rendering depth passes.

Claim 16

Original Legal Text

16. The apparatus of claim 11 including an operating system.

Plain English Translation

The graphics rendering apparatus as described above, including a graphics processor and memory for performing multi-pass rendering with culling, further includes an operating system for managing resources and executing applications that utilize the graphics processor.

Claim 17

Original Legal Text

17. The apparatus of claim 11 including a battery.

Plain English Translation

The graphics rendering apparatus as described above, including a graphics processor and memory for performing multi-pass rendering with culling, further includes a battery to allow for portable operation.

Claim 18

Original Legal Text

18. The apparatus of claim 11 including firmware and a module to update said firmware.

Plain English Translation

The graphics rendering apparatus as described above, including a graphics processor and memory for performing multi-pass rendering with culling, further includes firmware and a module to update said firmware, allowing for improvements and bug fixes to the graphics rendering process.

Patent Metadata

Filing Date

Unknown

Publication Date

August 22, 2017

Inventors

Thomas A. Piazza
Bimal Poddar
Peter L. Doyle

Want to explore more patents?

Browse 5M+ US patents with plain-English claim translations and AI-generated analysis.

Citation & reuse

Analysis on this page is generated by Patentable — an AI-powered patent intelligence platform. AI-generated summaries, explanations, FAQs, and analysis may be reused with attribution and a visible link back to the canonical URL below. Patent abstracts and claims are USPTO public domain.

Cite as: Patentable. “Recording the Results of Visibility Tests at the Input Geometry Object Granularity” (9741154). https://patentable.app/patents/9741154

© 2026 Nomic Interactive Technology LLC. Machine-readable context available at /api/llm-context/9741154. See llms.txt for full attribution policy.

Recording the Results of Visibility Tests at the Input Geometry Object Granularity