US20070146378A1 - Method of and apparatus for processing graphics - Google Patents

Method of and apparatus for processing graphics Download PDF

Info

Publication number
US20070146378A1
US20070146378A1 US11/633,647 US63364706A US2007146378A1 US 20070146378 A1 US20070146378 A1 US 20070146378A1 US 63364706 A US63364706 A US 63364706A US 2007146378 A1 US2007146378 A1 US 2007146378A1
Authority
US
United States
Prior art keywords
sub
primitive
regions
primitives
lists
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/633,647
Inventor
Edvard Sorgard
Borgar Ljosland
Jorn Nystad
Mario Blazevic
Frank Langtind
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
ARM Norway AS
Original Assignee
ARM Norway AS
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 ARM Norway AS filed Critical ARM Norway AS
Assigned to ARM NORWAY AS reassignment ARM NORWAY AS ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: BLAZEVIC, MARIO, LANGTIND, FRANK, LJOSLAND, BORGAR, NYSTAD, JORN, SORGARD, EDVARD
Publication of US20070146378A1 publication Critical patent/US20070146378A1/en
Priority to US11/987,265 priority Critical patent/US9965886B2/en
Priority to US14/854,525 priority patent/US10019820B2/en
Priority to US16/007,145 priority patent/US10657681B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/40Filling a planar surface by adding surface attributes, e.g. colour or texture
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/22Matching criteria, e.g. proximity measures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/20Processor architectures; Processor configuration, e.g. pipelining
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/60Memory management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/20Drawing from basic elements, e.g. lines or circles
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T15/003D [Three Dimensional] image rendering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three dimensional [3D] modelling, e.g. data description of 3D objects
    • G06T17/10Constructive solid geometry [CSG] using solid primitives, e.g. cylinders, cubes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/70Determining position or orientation of objects or cameras
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2200/00Indexing scheme for image data processing or generation, in general
    • G06T2200/04Indexing scheme for image data processing or generation, in general involving 3D image data

Definitions

  • the present invention relates to a method of and apparatus for processing graphics, and in particular to such a method and apparatus for use in a tile-based graphics processing system.
  • graphics processing is normally carried out by first splitting the scene to be displayed into a number of similar basic components or “primitives”, which primitives are then subjected to the desired graphics processing operations.
  • the graphics “primitives” are usually in the form of simple polygons, such as triangles, and are usually described by defining their vertices.
  • each graphics primitive is usually further divided, as is known in the art, into discrete graphic entities or elements, usually referred to as “fragments”, on which the actual graphics processing operations (such as rendering operations) are carried out.
  • Each such graphics fragment will represent and correspond to a given position in the primitive and comprise, in effect, a set of data (such as colour and depth values) for the position in question.
  • Each graphics fragment usually corresponds to a single pixel (picture element) in the final display (since as the pixels are the singularities in the final picture to be displayed, there will usually be a one-to-one mapping between the “fragments” the graphics processor operates on and the pixels in the display).
  • “fragments” and “pixels” for example where particular forms of post-processing such as down-scaling are carried out on the rendered image prior to displaying the final image.
  • graphics processing two aspects of graphics processing that are typically carried out are the “rasterising” of graphics “primitive” (polygon) position data to graphics fragment position data (i.e. determining the (x, y) positions of the graphics fragments to be used to represent-each primitive in the scene to be displayed), and then “rendering” the “rasterised” fragments (i.e. colouring, shading, etc. the fragments) for displaying on a display screen.
  • tile-based rendering the two-dimensional scene to be displayed is sub-divided or partitioned into a plurality of smaller sub-regions, usually referred to as “tiles”.
  • the tiles (sub-regions) are each rendered separately (typically one-after-another).
  • the rendered sub-regions (tiles) are then recombined to provide the complete frame for display.
  • the scene is typically divided into regularly-sized and shaped sub-regions (tiles) (they are usually e.g., squares or rectangles) but this is not essential.
  • tile and “tile-based” rendering
  • terms that are commonly used for “tiling” and “tile-based” rendering include “chunking” (the sub-regions are referred to as “chunks”) and “bucket” rendering.
  • the terms “tile” and “tiling” will be used hereinafter for convenience, but it should be understood that these terms are intended to encompass all alternative and equivalent terms and techniques.
  • tile-based rendering is that primitives that do not appear in a given tile do not have to be processed for that tile, and therefore can be ignored when the tile is processed. This allows the overall amount of graphics processing necessary for a given scene to be reduced.
  • tile-based rendering system it is accordingly usually desirable to be able to identify and know those primitives that are actually present in a given sub-region (tile), so as to, e.g., avoid unnecessarily rendering primitives that are not actually present in a tile.
  • a “tile-list” (which can also be referred to as a “primitive list”) identifies (e.g. by reference to a primitive indicator) the primitives to be rendered for the tile (sub-region) in question.
  • the process of preparing tile lists for each sub-region (tile) to be rendered basically therefore involves determining the primitives that should be rendered for a given sub-region (tile). This process is usually carried out by determining (at a desired level of accuracy) the primitives that intersect (i.e. that will appear (at least in part) within) the tile in question, and then preparing a list of those primitives for future use by the graphics processing system. (It should be noted here that where a primitive falls into more than one tile (as will frequently be the case), it is included in the tile list for each tile that it falls within.) In effect, each sub-region (tile) can be considered to have a bin (the tile-list) into which any primitive that is found to fall within (i.e. intersect) the sub-region is placed (and, indeed, the process of sorting the primitives on a tile-by-tile basis in this manner is commonly referred to as “binning”).
  • the process of determining the primitives that should be listed (rendered) for any given tile can be carried out at varying levels of precision, for example depending on efficiency optimisations for different parts of the tiling and rendering processes. For example, at the most precise level, it could be determined exactly which tiles a given primitive will appear at least in part in, and the primitive then included in the tile lists for those tiles only. This is commonly referred to as “exact” binning.
  • FIG. 1 illustrates the exact binning process.
  • the scene 1 to be displayed is divided into sixteen regularly sized sub-regions or tiles 2 . It is then determined for each primitive in the scene, which tile or tiles the primitive actually appears (falls) within.
  • the primitive is added to the tile-list for each tile that it is found to fall within.
  • the primitive 3 is added to the tile-list for tile 4
  • the primitive 5 is included in the tile-list for tiles 6 and 7
  • the primitive 8 is included in the tile lists for tiles 9 , 10 , 11 and 12
  • the primitive 13 is included in the tile-list for tile 12 .
  • FIG. 1 shows only a few tiles and primitives for clarity purposes. As will be appreciated by those skilled in the art, in an actual graphics processing operation, there will typically be many more primitives and tiles.
  • tile-lists with a lower precision than is achieved with exact binning. This can be useful to, e.g., simplify the preparation of the tile-lists.
  • One common “less precise” binning technique is “bounding box” binning. In this case, a so-called “bounding box” is drawn around a primitive or a set of primitives, and then the tiles covered by the bounding box are determined. The primitive or primitives that the bounding box represents (i.e. that are encompassed by the bounding box) are then listed (binned) for each tile that the bounding box has been found to cover (at least in part).
  • This arrangement thus uses a bounding box to determine the tiles for which a given primitive should be listed to be rendered, rather than the primitive itself. This can mean, e.g., that a primitive may be listed for rendering for a tile that it does not actually fall within (e.g. if the bounding box does not sufficiently tightly or precisely surround the primitive), but on the other hand, the use of bounding boxes in this manner can simplify the preparation of the tile-lists.
  • the (tile-)lists are stored for use, e.g., to allow the system to identify which primitives need to be considered (and rendered) when the tile in question is rendered.
  • tile-based rendering arrangements have been found to work well, as they can, for example, help to avoid primitives still being processed for regions of the scene where they are not present.
  • tile-lists for different tiles in a scene can be very different sizes, as can the tile lists for tiles in different scenes.
  • a given scene or tile may have significantly different memory requirements for storing its tile list(s) as compared to other tiles or scenes.
  • the memory requirements for the tile lists cannot be reliably predicted and will vary, e.g., depending on the distribution of primitives in a given scene.
  • an apparatus for sorting graphics primitives for rendering in a graphics processing system in which a scene to be rendered is divided into a plurality of sub-regions for rendering comprising:
  • a method of sorting graphics primitives for rendering in a graphics processing system in which a scene to be rendered is divided into a plurality of sub-regions for rendering comprising
  • the present invention is directed to a tile-based rendering system (i.e. one in which the scene to be rendered is divided into plural sub-regions) in which, as in prior art tile-based rendering systems, a list of primitives for rendering can be (and is) prepared for a given sub-region (tile) of the scene.
  • a list of primitives for rendering can be (and is) prepared for a given sub-region (tile) of the scene.
  • it is also possible in the system of the present invention to prepare a list of primitives for rendering for a set of plural sub-regions (tiles) of the scene i.e. a tile list that encompasses a plurality of the sub-regions (tiles) (and thereby, in effect, a larger sub-region) of the scene).
  • separate (different) tile lists can be (and preferably are) prepared for single sub-regions (tiles) of the scene and for sets of sub-regions comprising more than one sub-region (tile) of the scene.
  • a list of primitives for rendering (a tile list) will be prepared for a single sub-region of the scene
  • a separate (different) list of primitives for rendering (tile list) will be prepared for a set of sub-regions comprising more than one sub-region of the scene, and so on.
  • the possibility of preparing different scene “area” tile lists as in the present invention has a number of advantages. For example, as will be discussed further below, by selectively storing primitives in single sub-region and/or plural sub-region tile lists, the amount of memory that is used for the tile lists can be varied. The present invention accordingly facilitates better control over and knowledge of the memory usage requirements for the tile listing process. Sorting the primitives into different area tile lists can also be used to provide, e.g., information about the distribution of primitives within the scene. This may be useful, e.g., when considering operations such as, e.g., vertex data caching (since it could assist, e.g., in determining whether or not to cache given vertex data).
  • the arrangement of the present invention means that, as well as preparing tile-lists of primitives that are exclusive to a single tile only, tile-lists that can and will be used for plural tiles (sub-regions) in common can be and are prepared.
  • the present invention facilitates the (selective) storing or inclusion of primitives for rendering in tile lists having different resolutions (i.e. for different sized areas), namely, e.g., in a tile list that is exclusive to a single sub-region (tile) only and/or in a tile list that is to be used for more than one sub-region (tile) in common.
  • This facilitates varying and controlling the scene “resolution” at which the tile-lists are prepared and stored, and accordingly the memory requirements, etc., for the tile-lists.
  • an apparatus for sorting primitives for rendering in a graphics processing system in which a scene to be rendered is divided into plural sub-regions for rendering comprising:
  • a method of sorting primitives for rendering in a graphics processing system in which a scene to be rendered is divided into plural sub-regions for rendering comprising:
  • an apparatus for sorting graphics primitives for rendering in a graphics processing system in which a scene to be rendered is divided into sub-regions for rendering comprising:
  • a method of sorting graphics primitives for rendering in a graphics processing system in which a scene to be rendered is divided into sub-regions for rendering comprising:
  • the sub-regions (tiles) that the scene to be rendered is divided into can be any suitable and desired such sub-regions. They are preferably all the same size and shape (i.e. regularly-sized and shaped tiles are preferably used), as is known in the art, although this is not essential.
  • the sub-regions are preferably square or rectangular. The size and number of sub-regions can be selected as desired. In a preferred arrangement, each sub-region (tile) is 16 ⁇ 16 or 32 ⁇ 32 fragments in size (with the scene then being divided into however many such sub-regions as are required for the display (frame) size that is being used).
  • the set or sets of sub-regions comprising more than one sub-region for which a primitive list is prepared can be any desired and suitable group or groups of the scene sub-regions.
  • Each set of more than one sub-region preferably comprises an integer number of sub-regions. However, this is not essential, and it would, e.g., be possible to prepare primitive lists for a set comprising portions of sub-regions, such as, for example, comprising one and a half sub-regions, or three and three-quarter sub-regions, etc. . . .
  • Such sets of sub-regions comprising fractions of sub-regions may be desirable for particular, e.g., unusual or irregular, primitive shapes, and/or sizes, as they may allow such primitives to be more efficiently listed in the tile-lists.
  • the set of plural sub-regions comprises a group of contiguous sub-regions.
  • the or each set of sub-regions forms a regularly shaped area of the screen, such as a square or rectangle.
  • Most preferably the or each set of plural sub-regions forms a square.
  • this is not essential, and more irregular groupings (shapes) of plural sub-regions, such as, e.g., an “L”-shaped grouping or a triangular shaped grouping could be used, if desired. Again such irregular shapes may be useful for listing more unusual or irregularly, shaped and/or sized primitives.
  • the sub-regions included in a or more than one set of plural sub-regions can be selected and varied in use. This allows the system to, e.g., tailor the listing of primitives for plural sub-regions based on, e.g., the size and/or shape of the primitives to be rendered.
  • primitive lists can be prepared for plural sets of plural sub-regions (i.e. such that there will be plural such primitive lists, each corresponding to a set of more than one sub-region of the scene).
  • Each set of plural sub-regions could be different (e.g. in terms of their size and/or shape), but in a preferred such arrangement, each set of plural sub-regions has a corresponding and/or similar size and/or shape, and/or has a similar and/or corresponding number of sub-regions (and preferably arrangement of sub-regions) as the other sets of plural sub-regions.
  • some or all of the sets of plural sub-regions could be, and, indeed, preferably are, square in shape.
  • each set of plural sub-regions preferably comprises a different set of scene sub-regions to the other sets of plural sub-regions.
  • Each and every set of plural sub-regions could contain different sub-regions, or different sets of plural sub-regions could, e.g., have some, but not all, of their sub-regions in common.
  • the sets of plural sub-regions preferably together cover the entire scene, i.e. encompass all the individual sub-regions that the scene is divided into.
  • This arrangement effectively provides another layer or layers of regions that the scene is divided into (the sets of plural sub-regions), with each such region encompassing a plurality of the “base” sub-regions (tiles) that the scene is divided into.
  • primitive lists can accordingly be prepared at two (or more) different resolutions, either at a single sub-region level, or at a level of the sets of plural sub-regions.
  • the entire scene area is divided into a group of plural sets of plural sub-regions such that the sets of plural sub-regions in the group together encompass all the individual sub-regions that the scene is divided into, with each set of plural sub-regions in the group preferably including the same number of sub-regions and, preferably, having the same shape.
  • Such a group of sets of plural sub-regions effectively provides a layer of sets of sub-regions for which primitives can be listed overlying the base, single sub-regions “layer”. Most preferably more than one such group of sets of plural sub-regions is provided, i.e. such that primitives can be listed in different layers (levels) if desired.
  • primitive lists can be prepared for sets of plural sub-regions that contain different numbers of sub-regions.
  • a list could be prepared for a set of 4 sub-regions, or for a set of 16 sub-regions, and so on. This allows the resolution at which the primitive lists are prepared to be further varied and controlled.
  • the sets of plural sub-regions for which primitive lists can be prepared are arranged such that the scene is effectively overlaid by one or more layers of (groups of) sets of sub-regions and most preferably by plural layers of sets of sub-regions.
  • the sets of sub-regions for a given layer preferably all encompass the same number of individual sub-regions, but the sets of sub-regions in each different layer (where provided) preferably comprise a different number of sub-regions to the sets in the other layers.
  • each such “layer” being made up of a group (an arrangement) of sets of plural sub-regions each containing the same number of sub-regions, and the sets of plural sub-regions in different “layers” containing different numbers of sub-regions.
  • the groups (layers) of sets of sub-regions are arranged in a hierarchical fashion, i.e. such that the number of sub-regions in each set in each group progressively changes as one moves through the groups (layers). They are most preferably arranged such that they effectively form a square-based pyramid structure as one progresses up the layers.
  • the number of sub-regions included in the sets of sub-regions for any given layer (group) preferably progressively increases as one moves up the layers from the base, single sub-region layer.
  • the sets of sub-regions are arranged such that the sets of sub-regions in each successive layer have 4 times as many sub-regions in them as the immediately preceding layer, i.e.
  • the base layer is of single sub-regions
  • Such arrangements effectively allow primitive lists to be prepared for progressively decreasing levels of resolution (i.e. division into sub-areas) of the scene to be rendered.
  • a primitive list can be prepared for each sub-region (tile), for each 2 ⁇ 2 grouping of sub-regions, for each 4 ⁇ 4 grouping of sub-regions, for each 8 ⁇ 8 grouping of sub-regions, and so on, up to a primitive list for the entire scene to be rendered (i.e. a list for the entire frame buffer).
  • the sets of sub-regions hierarchy is preferably arranged such that primitive lists can, in effect, be prepared for the entire scene, for the scene divided into four regions, for the scene divided into 16 regions, for the scene divided into 64 regions, and so on, down to its division into single sub-regions.
  • any given primitive will never need to be included in more than four primitive lists.
  • a primitive list is prepared for each sub-region (tile) that the scene is divided into, and for each set of more than one sub-region that primitive lists can be prepared for.
  • the primitive lists may be and can be empty (i.e. contain no primitives), depending, e.g., on how the primitives are distributed in the scene, and in which (tile) lists it is decided to store the primitives in.)
  • an apparatus for sorting graphics primitives for rendering in a graphics processing system in which a scene to be rendered is divided into plural sub-regions for rendering, and one or more sets of sub-regions each comprising more than one sub-region of the scene are defined, the apparatus comprising:
  • a method of sorting graphics primitives for rendering in a graphics processing system comprising:
  • these aspects of the invention can include any one or more or all of the preferred and optional features of the invention disclosed herein.
  • preferably sets of plural sub-regions containing different numbers of sub-regions of the scene are prepared (and have primitive lists prepared for them).
  • the listing of a primitive and the primitives in the primitive lists for each sub-region and set of sub-regions, and the preparation of a primitive list for each sub-region or set of plural sub-regions, can be carried out in any appropriate and desired manner.
  • any technique already known and used for sorting and binning primitives into tile-lists, such as exact binning, or bounding box binning, or anything in between, can be used for this process.
  • an initial determination of the sub-regions and sets of sub-regions that a primitive is to be rendered for could be made based on a determined location of the primitive in the scene (which location could, e.g., be the exact location of the primitive or an approximation of the primitive's location based on, e.g., a bounding box surrounding the primitive, as is known in the art), and the primitive then listed in some or all of the sub-regions or sets of plural sub-regions that its determined location indicates it should be rendered for. This would then be repeated for each primitive in the scene to allow a complete set of primitive lists for the scene to be prepared.
  • a location for a given primitive in the scene is determined and compared to the sub-regions and/or sets of plural sub-regions that the scene is divided into to determine which sub-regions and sets of plural sub-regions the primitive could or should be rendered for (e.g. appears (falls) within).
  • Such comparison and determination of the sub-regions, etc., that a primitive appears in can be carried out in any suitable manner, for example using existing techniques known in the prior art for such purposes.
  • “exact” binning techniques as discussed above could be used (in which case the actual sub-regions (tiles), etc., that the primitive appears in will be determined), or a bounding box technique could be used (in which case the sub-regions (tiles) that the bounding box covers will be determined, with the primitive listing accordingly potentially being less exact and including sub-regions that the primitive does not actually appear in, as is known in the art), or any arrangement in between “exact” binning and the most general bounding box techniques could be used, etc., as desired. This is then repeated for each primitive in the scene.
  • the bounding boxes can be generated where and as desired.
  • the bounding boxes could be generated on a per primitive basis, or for a set or sets of plural primitives, as is known in the art.
  • the bounding boxes could, e.g., be generated by the graphics processor API or driver on the host system.
  • the bounding boxes are generated at the primitive listing stage, by the graphics processor or processing unit (preferably the processor that prepares the primitive lists), e.g. by means of a suitable software or hardware routine.
  • the graphics processor or processing unit preferably the processor that prepares the primitive lists
  • This allows the bounding boxes to be generated locally on the graphics processor and then discarded once used for the primitive listing process.
  • Such an arrangement could, e.g., take in the vertices for the primitive or primitives in question, and determine therefrom the maximum and minimum x, y positions for the primitive or primitives and then generate a bounding box accordingly, as is known in the art.
  • an apparatus for sorting primitives for rendering in a graphics processing system in which a scene to be rendered is divided into plural sub-regions for rendering comprising:
  • a method of sorting primitives for rendering in a graphics processing system in which a scene to be rendered is divided into plural sub-regions for rendering comprising:
  • the sub-regions that a primitive could or should be rendered for could be determined using an exact binning technique (in which case the sub-regions that the primitive could or should be rendered for will comprise exactly those sub-regions that the primitive will appear in (falls within)), or could be determined using a bounding box technique (in which case the sub-regions that it is determined that the primitive could or should be rendered for should comprise the sub-regions that the primitive will appear in (falls within) but may also include other sub-regions where the primitive does not in fact appear (but which are encompassed by the bounding box), as is known in the art), or could be determined using any other suitable and desired technique.
  • an exact binning technique in which case the sub-regions that the primitive could or should be rendered for will comprise exactly those sub-regions that the primitive will appear in (falls within)
  • a bounding box technique in which case the sub-regions that it is determined that the primitive could or should be rendered for should comprise the sub-regions that the primitive will appear in (falls within)
  • a given primitive could, e.g., be included in the primitive list for each and every sub-region and set of plural sub-regions that it is determined it should be rendered for (e.g., in the case of exact binning, it is found to appear in).
  • a given primitive is only included in the primitive lists of selected (a selected number of the) sub-regions and sets of plural sub-regions that it is determined the primitive could or should be rendered for, i.e. the primitive is selectively included in the primitive lists of the sub-regions and sets of plural sub-regions that it is determined that the primitive should be rendered for (e.g. that the primitive has been found to fall within).
  • a primitive may be included in the primitive list for a sub-region (or the individual primitive lists for plural individual sub-regions) that the primitive is to be rendered for (e.g. has been found to fall within), and in a primitive list for a set of plural sub-regions that the primitive is to be rendered for (e.g. has been found to fall within).
  • Such selective inclusion of primitives within the primitive lists facilitates greater flexibility in terms, e.g., of the memory usage and requirements for storing the primitive lists.
  • an apparatus for sorting primitives for rendering in a graphics processing system in which a scene to be rendered is divided into plural sub-regions for rendering comprising:
  • a method of sorting primitives for rendering in a graphics processing system in which a scene to be rendered is divided into plural sub-regions for rendering comprising:
  • these aspects of the present invention can include any one or more or all of the preferred and optional features of the invention disclosed herein, as appropriate.
  • the arrangement is preferably such that a primitive is not included in the primitive lists for all the sub-regions and sets of plural sub-regions that it is initially determined that the primitive could or should be rendered for (e.g. that the primitive or its bounding box is found to fall within or intersect or touch), but is included in the primitive lists of less than all the sub-regions and sets of sub-regions that it is initially determined that the primitive could or should be rendered for.
  • the arrangement is preferably such that a primitive can be and preferably is only listed in some but not all of the separate primitive lists in which it could or should be listed (i.e. the primitive lists for all the sub-regions and sets of plural sub-regions that it is initially determined that the primitive could or should be rendered for (e.g. that the primitive or its bounding box is found to fall within or intersect or touch)).
  • a primitive is preferably listed in at least one, but not all, of the separate primitive lists for all the sub-regions and sets of sub-regions that it is determined that the-primitive could or should be rendered for.
  • the primitives can be selectively stored in the primitive lists of the sub-regions and sets of sub-regions that it is determined that they could or should be rendered for (e.g. that they or their bounding box are found fall within) in any suitable and desired manner. For example, preferentially listing the primitives for sets of plural sub-regions, rather than on a sub-region by sub-region basis, will reduce the memory requirements for storing the primitive (tile) lists (since fewer primitive lists will be needed for the scene), and vice-versa. Thus, for example, selectively listing primitives at the sub-region or at the sets of sub-regions level (or levels) can be used to vary and control the memory usage requirements for the tile listing process. The present invention accordingly facilitates a more flexible and controllable (at least as regards memory usage requirements) tile listing process.
  • a given primitive is listed in one primitive list only, in respect of each sub-region for which it is to be rendered. This list could be the primitive list for the individual sub-region or a primitive list for a set of plural sub-regions that includes the sub-region in question.
  • a primitive when included in a primitive list for a set of plural sub-regions, it is preferred that the primitive is not also included in the individual primitive lists of any of the sub-regions that are in the set of plural sub-regions.
  • a primitive is not included in the primitive lists for any sets of plural sub-regions that are entirely encompassed by a set of plural sub-regions in whose primitive list the primitive is included.
  • a primitive is not included in the primitive lists of any sub-regions or sets of plural sub-regions that are entirely encompassed (covered) by a larger set of plural sub-regions in whose primitive list the primitive is included.
  • a given primitive may be listable in, and, indeed, may be included in, primitive lists at different levels of resolution (i.e. scene area (different sized sets of sub-regions)) for different regions of the scene.
  • a primitive may be included in a primitive list for a single scene sub-region (tile) in part of the scene where it lies, but included in a primitive list for a set of plural sub-regions (i.e. at a higher level) for another part of the scene where it appears.
  • a given primitive is listed at one level of resolution only, i.e. the primitive is listed for the same level (size) sets of sub-regions (or for single sub-regions only) for all the scene regions where it is to be listed (rendered).
  • the primitives are allocated to primitive lists for the sub-regions or sets of sub-regions by testing a primitive, and preferably each primitive, at each successive level (layer) of sets of sub-regions, starting with the highest level (i.e. the level where the set or sets of sub-regions include the most sub-regions), to determine how many different primitive lists the primitive would need to be included in at the level in question.
  • This process is preferably continued iteratively down through the layers until it is determined that the number of primitive lists the primitive should be listed in at a given level (layer) exceeds a, preferably predetermined, threshold number of lists, or the bottom, single sub-region level layer is reached.
  • the primitive is in fact “listed”, i.e. placed in primitive lists for sets of sub-regions, at the preceding level (layer) (i.e. the final layer where the number of primitive lists it would need to be included in does not exceed the threshold number).
  • layer i.e. the final layer where the number of primitive lists it would need to be included in does not exceed the threshold number.
  • a primitive, and preferably each primitive is not listed in more than a selected, preferably predetermined, (threshold) number of primitive lists.
  • the threshold number of primitive lists to be used in these arrangements can be selected as desired. Since, as discussed above, the threshold number will, in effect, act as the maximum number of primitive lists that a primitive will be listed in, it can be used to, in effect, set the desired optimisation or compromise (trade-off) in the system between having to store more and longer primitive lists but with a consequent reduction in the amount of unnecessary processing of primitives at the rendering stage (by setting a higher threshold number) and vice-versa.
  • the threshold number is preferably an integer greater than one, preferably greater than two and most preferably greater than three. In a particularly preferred embodiment, the threshold number of primitive lists is four. The threshold number can preferably be varied and set in use.
  • the threshold number corresponds to the ratio of the numbers of sub-regions in the sets of sub-regions in immediately successive layers in the sets of sub-regions hierarchy (i.e. the multiplying factor for the numbers of sets of sub-regions in each successive layer).
  • the threshold number is preferably four.
  • the number of primitive lists that a primitive will be listed in is equal to the threshold number (e.g. 4), it is then tested whether at the next immediately preceding level, the primitive would need to be included in only a single primitive list, and if it would, the primitive is listed in the single list at the higher level, rather than at the level where it needs to be listed in the threshold number of primitive lists.
  • the threshold number e.g. 4
  • a primitive could be listed at one level in-a single primitive list (i.e. for a single set of sub-regions only), but at the next level down would have to be listed in the threshold number of primitive lists (i.e. for the-threshold number of sets of sub-regions or sub-regions (at the lowest, single sub-region level)), (and the next level down is more than the threshold number of primitive lists), then it is preferred to list the primitive at the single list level, i.e. to include it in a single list only.
  • the primitive is preferably listed at the single list level. This is advantageous, because it allows the primitive to only be included in one list whilst still ensuring that the primitive is processed for all the sub-regions that it needs to be rendered for.
  • a given primitive is tested at each level in the sets of sub-regions hierarchy, starting with the second from top level (since the top level will be a single list covering the entire scene), and then the third from top level, and so on, until it is found that the primitive needs to be included more than the threshold number of primitive lists at a given level.
  • the primitive will then be listed at the immediately preceding level, i.e. at the list level where it requires the threshold number or less of primitive lists to list the primitive, except in the special case where at the next level up (i.e. the level two levels above the level where the threshold number of primitive lists is exceeded), it can be listed in a single primitive list, in which case the primitive will be listed in that single list.
  • the individual primitive lists and the primitives in them can be arranged in any desired and suitable fashion and include any desired and suitable data.
  • the lists are preferably arranged and contain data in the manner that is already used for such lists in the art. Thus they preferably include, for example, an identifier for, and indices or pointers to the vertices for, each primitive in the list.
  • the primitives are preferably listed (ordered) in each list in the desired rendering order (first to last), as this allows the primitives to be read from the lists on a first-in, first-out basis.
  • the primitives will usually be generated in the order in which they are to be rendered. In such a case the primitives can simply be, and preferably are, listed in each list in the order that they are generated.
  • the sub-regions can then be processed and rendered, using the primitive lists to determine which primitives need to be processed for each sub-region.
  • This rendering process may be and preferably is carried out in a similar manner to known tile-based rendering systems.
  • each sub-region (tile) is processed and rendered separately, i.e. the separate, individual sub-regions are rendered one-by-one.
  • This rendering can be carried out in any desired manner, for example, by rendering the individual sub-regions in succession or in a parallel fashion. Once all the sub-regions (tiles) have been rendered, they can then be recombined, e.g., in a frame buffer, for display, as is known in the art.
  • the primitive lists are provided to a primitive selection unit that selects the next primitive to be rendered from the primitive lists and then provides that primitive to a rendering unit (e.g. pipeline) for rendering.
  • a rendering unit e.g. pipeline
  • the primitive selection unit can take any appropriate form. In a preferred embodiment it comprises a tile read unit.
  • the different primitive lists e.g. different level (resolution) lists that cover a given sub-region (tile) are provided to the primitive selection unit in parallel (i.e. simultaneously), with the primitive selection unit then selecting the next primitive to process from one of the lists.
  • the primitive selection unit will receive and support multiple primitive (tile) lists, and select primitives for rendering from those multiple lists.
  • an apparatus for selecting a primitive for rendering in a graphics processing system comprising:
  • the primitive selection unit comprises means for selecting a primitive to be rendered from one of lists of primitives provided to it.
  • a fourteenth aspect of the present invention there is provided a method of selecting a primitive for rendering in a graphics processing system, the method comprising:
  • the primitive selection unit selecting a primitive to be rendered from one of lists of primitives provided to it.
  • the graphics processing system is preferably a tile-based rendering system (in which case, the primitive selection unit will, e.g., (and preferably does) comprise a tile read unit).
  • the next primitive for rendering could be selected from all the primitive lists in parallel (e.g. the primitive selection unit could simply be provided with all the primitive lists in parallel for it to choose the next primitive for rendering from).
  • the next primitive for rendering is selected from (i.e. the primitive list selection unit, where used, is provided with) only a selected set of (typically and preferably less than all of) the primitive lists.
  • the primitive is chosen from (the primitive selection unit is provided with) all the primitive lists that are known to include or cover the sub-region in question (i.e. the sub-region that is currently being rendered), and most preferably it is chosen from (the primitive selection unit is provided with) only those primitive lists.
  • the primitive is chosen from (the primitive list selection unit is simultaneously provided with) a single primitive list for each level of resolution, i.e., where appropriate, a list for the single sub-region in question, a list for the 2 ⁇ 2 set of sub-regions that includes the sub-region in question, a list for the 4 ⁇ 4 set of sub-regions that includes the sub-region in question, a list for the 8 ⁇ 8 set of sub-regions that includes the sub-region in question, and so on.
  • the set of primitive lists that primitives are to be selected from for a given tile can be indicated (e.g. to the primitive selection unit) in any desired fashion, for example by sending this data as appropriate to the graphics processor (e.g. primitive selection unit).
  • this information is sent when a new tile is to be rendered, e.g. as part of or associated with a “new tile” command (the command that tells the rendering unit to start rendering a new tile).
  • each sub-region (tile) preferably has associated with it in some way, the set of primitive lists to be used for the sub-region (tile). Other arrangements would, of course, be possible.
  • the information indicating which primitive lists are to be used for a given sub-region (tile) can be provided in any suitable and desired form.
  • a set of pointers or indices to the relevant primitive lists is provided.
  • changes to the set of pointers or indices to the primitive lists are provided, to allow the system to identify and change the primitive lists that need to be changed when a new sub-region (tile) is to be rendered.
  • the next primitive to be rendered can be chosen (e.g. by the primitive selection unit) from the primitive lists that are provided (to be used for a sub-region) in any desired and suitable manner. For example, a primitive from the lowest resolution list (e.g. a single sub-region list) could always preferentially be selected until the list is exhausted and so on, or vice-versa.
  • the primitives are preferably listed in order of their generation in the individual tile lists generated in accordance with the present invention, and so for any given primitive list, the primitives will where this arrangement is followed, be listed in the correct order in the individual primitive lists in any event.
  • the selection unit can select the primitives from the different lists in the correct, desired order.
  • the primitive generating and sorting process is able to index or add an index to the primitives, preferably as they are included in the primitive lists, which index can then be used, e.g., by the primitive selection unit, to select the primitive to be processed next. This is preferably done by numbering the primitives consecutively, preferably as they are included in the primitive lists.
  • each primitive has associated with it a sorting index which index is preferably allocated as the primitive is included in the primitive lists (i.e. at the primitive listing (binning) stage).
  • the number (sorting index) allocated to a primitive or each primitive is preferably included in the primitive lists with the primitive identifier, etc., preferably as the primitive is added to (listed in) the primitive list or lists that it is determined to the primitive will be listed for.
  • the indexing can be done in any appropriate and desired manner. For example, a counter could be incremented each time a new primitive is processed for listing in the primitive lists (i.e. each time a new primitive is “binned”) and the current count allocated to the primitive. Other indexing arrangements, such as using segmented indices, indexing the primitives by groups or sets and then within each group or set, etc., would also, of course, be possible.
  • Such indexing of the primitives as they are listed (binned) assists with the rendering process for a sub-region (tile), as it will, e.g., facilitate rendering the primitives in the correct order.
  • the (sorting) index given to each primitive can be used to select the next correct (desired) primitive for rendering, thereby allowing, e.g., the desired primitive order to be reconstructed when the primitives are to be rendered and helping to ensure that the primitives can be and are taken from the different primitive lists for rendering in the desired (correct) order.
  • the next primitive to process is preferably selected, e.g. by the primitive selection unit, from the multiple primitive lists on the basis of the indexes of the (next) primitives in each of the lists (e.g., and preferably, of the next primitive in, e.g. the primitive effectively at the head of, each list).
  • the primitive selection unit for example, preferably determines (reads) the index of the next primitive in each list and selects the lowest indexed primitive for rendering next.
  • a graphics processing system comprising:
  • a graphics processing system comprising:
  • the indices allocated to the primitives are preferably used to order (sort) the primitives for rendering (i.e. to control the order in which the primitives are rendered), and are preferably allocated to the primitives as they are listed (binned) in primitive lists for rendering.
  • the primitives can preferably be listed in primitive lists that are exclusive to single sub-regions of the scene to be rendered, and in primitive lists that are to be used for plural sub-regions of the scene in common, as discussed above.
  • indexing primitives in the manner discussed above such that the correct order of the primitives can be recreated when the primitives are to be rendered can be used to facilitate other advantageous processes and operations for graphics processing.
  • indexing the primitives in this manner can facilitate processing the individual primitives in a distributed fashion, for example by plural different processors or processing units, since the indices can be used to regather (recombine) the distributed primitives into the correct order when the primitives are to be rendered.
  • a primitive indexing arrangement of the type described above could be used, for example, to support and facilitate multiple geometry and/or binning (primitive listing) engines operating in parallel on a given stream (set) of primitives, with the commensurate increase in processing speed, etc., that that could confer.
  • a method of processing a group of graphics primitives for rendering comprising:
  • an apparatus for processing a group of graphics primitives for rendering comprising:
  • the group or set of primitives preferably comprises a stream of primitives, such as a linear series of primitives in a particular order.
  • the group of primitives is preferably recombined into a single group of primitives (e.g., and preferably, into a single stream of primitives).
  • the group of primitives it would also be possible, e.g., as is known in the art, for the group of primitives to not necessarily be provided as a “stream” at a higher level of input to the system, but, e.g., to be configured as a stream for some or all of the underlying processes of the system (and distributed in the manner of these aspects and embodiments of the invention when not in the form of a stream and/or when in the form of a stream).
  • the group of primitives is a stream of primitives
  • primitives from the stream are distributed across the multiple processing units, and the distributed primitives are recombined into a single stream of primitives.
  • the primitives preferably each have an index associated with or allocated to them before they are distributed to the processing units, which indices are preferably used when recombining the distributed primitives, e.g. into the single stream.
  • the indices are preferably used to order or sort the primitives (e.g. to place them in the desired order in the recombined stream).
  • the processing units that the primitives are distributed to are preferably similar units (e.g. in terms of the functions and/or operations that they can perform), and preferably each carry out the similar operations (functions) on the distributed primitives (although this is, of course, not essential and different processing units and operations could be used if desired or where appropriate).
  • the processing units preferably operate in parallel, e.g. such that they can each be operating on (processing) a (different) primitive simultaneously.
  • the processing units are geometry processors, and/or most preferably carry out one or more geometry processing operations, such as transforming, clipping and/or lighting the primitives, and/or carry out a primitive binning process (i.e. place the primitives in primitive lists to be used to identify which primitives to render for a given sub-region or sub-regions of a scene to be rendered).
  • geometry processing operations such as transforming, clipping and/or lighting the primitives
  • a primitive binning process i.e. place the primitives in primitive lists to be used to identify which primitives to render for a given sub-region or sub-regions of a scene to be rendered.
  • the method and apparatus of these aspects and embodiments of the invention preferably includes a step of or means for rendering the primitives.
  • the recombining of the distributed primitives into a common stream occurs prior to the primitives being sent for rendering or as (at the same time as) the primitives are sent for rendering.
  • a method of processing a group of graphics primitives for display comprising:
  • an apparatus for processing a group of graphics primitives for display comprising:
  • the group of primitives preferably comprises a set of primitives, and most preferably a stream of primitives.
  • the primitives preferably each have an index associated with or allocated to them before they are distributed to the processing units, and the indices are preferably used to order the primitives after processing by the multiple processing units for subsequent processing of the primitives, and most preferably to (where appropriate) recombine the distributed primitives into a single stream of primitives (having a desired primitive order).
  • the processing units that the primitives are distributed to preferably each carry out the same (similar) operations (functions), preferably operate in parallel, and most preferably carry out one or more geometry processing operations, and/or carry out a primitive binning process.
  • the method and apparatus of these aspects and embodiments of the invention preferably include a step of or means for rendering the primitives, and the indices allocated to the primitives are preferably used to order the primitives for rendering.
  • a method of processing a group of graphics primitives for display comprising:
  • an apparatus for processing a group of graphics primitives for display comprising:
  • the primitives are preferably in the form of a stream of primitives for rendering, the primitives preferably each have an index associated with or allocated to them before they are distributed to the processing units, and the processing units that the primitives are distributed to preferably each carry out the same (similar) operations (functions), preferably operate in parallel, and most preferably carry out one or more geometry processing operations, and/or carry out a primitive binning process.
  • the primitives in the primitive group can be distributed to the individual processing units in any desired manner.
  • the primitives could simply be distributed one-by-one to the available processing units.
  • a selected set or batch of primitives from the group is sent to one processing unit, with the next set or batch in the group being sent to the next processing unit, and so on.
  • the arrangement is preferably such that any given primitive in the group of primitives is sent to one processing unit only, although this is not essential.
  • the primitives in the group (e.g. stream) of primitives are distributed to the multiple, e.g. parallel, processing units on a drawing call basis, preferably such that all the primitives for a given drawing call are sent to the same processing unit (but different drawing calls may be sent to, and preferably are sent to, where possible, different processing units).
  • graphics processing primitives are commonly grouped together in sets, e.g., for a particular scene region, which the programmer intends to be rendered in one go, together as a group.
  • Such groups of primitives that are to be processed together are commonly referred to as “drawing calls”.
  • distributing primitives for processing on a drawing call basis advantageously, for example, ensures that the primitives for a drawing call remain “together” when they are processed.
  • the primitives can be indexed (where this is used) in these arrangements in any suitable manner (i.e., so long as the indexing permits the desired primitive order (e.g. stream) to be recreated (e.g. when rendering the primitives)).
  • desired primitive order e.g. stream
  • all the primitives could simply be numbered consecutively, e.g., as they are distributed, e.g. in a similar manner to that discussed above.
  • a combined or segmented indexing (numbering) scheme is used.
  • the batches e.g. drawing calls
  • the primitives for (within) each batch are numbered (again, preferably consecutively).
  • the drawing calls would, for example, be indexed, and then the primitives within each drawing call indexed.
  • the system would then, e.g., take the drawing calls (batches) in order, one after another, and take, for a given drawing call, the primitives in order within each drawing call (batch).
  • the indexing is arranged such that the higher order bits (a selected set of the highest order bits) of the index are used for the batch, e.g., drawing call number, and then the (remaining) lower order bits are used for the primitive number within the batch (e.g. drawing call).
  • the higher order bits a selected set of the highest order bits
  • the (remaining) lower order bits are used for the primitive number within the batch (e.g. drawing call).
  • the system would, once all the primitives for a given batch have been processed (e.g. rendered), then step to the next batch (drawing call) and start to, e.g., render primitives from there.
  • an indicator such as a jump or link command, could be included in the index to allow the system to recognise when the primitives for a given batch (e.g. drawing call) have been exhausted, such that the system knows to then move on to the next batch (drawing call) in the index order.
  • the stream or set of primitives that is to be rendered (e.g. for a scene) will be divided up into separate batches (with each batch of primitives preferably corresponding to a drawing call), with the batches of primitives being distributed to plural geometry and binning engines that are operating in parallel, which engines will carry out geometry operations such as transformations on the primitives. that they receive and list the primitives in primitive lists for sub-regions or sets of sub-regions of the screen. Thereafter, when it comes to rendering the primitives, the rendering process can, as discussed above, use the indices associated with the primitives stored in the primitive lists to recreate the desired and correct order for rendering the primitives.
  • indices are to be allocated to primitives, this can be done in any suitable and desired manner. It is preferably done before the primitives are distributed to the processing units, and most preferably at the time of their distribution. It would be possible, e.g., to allocate a complete index to each primitive in one go (e.g. at distribution time), or, e.g., the index could be allocated in a number of stages. For example, where the primitives are distributed on a drawing call basis as discussed above, then the “drawing call” index could be allocated when the drawing call is distributed for processing, but the indexing of individual primitives within a drawing call could be carried out later (or not at all), e.g., as the drawing call is processed.
  • indices e.g. numbers
  • the Applicants have recognised that this may not always be desirable. For example, it may be inefficient to allow for the possibility of indexing to a particularly large number of primitives for a scene that in practice may rarely or never be reached.
  • the indexing is not arranged so as to be able to cope with the maximum number of primitives that any scene could require, there would be a possibility that the number of primitives for a scene could exceed the capacity of the indexing that can be allocated to the primitives.
  • the system can recognise when the primitive indexing capacity has been reached or exhausted and in response thereto list the primitives such that from then on, there is only a single primitive list to select primitives from for a given sub-region, e.g. such that the primitive selection unit will only read for primitives after the index is exhausted a single primitive list for a given sub-region.
  • the primitive selection unit only has a single primitive list from which to select primitives from for rendering for any given sub-region once the indexing capacity has been exhausted, and thereby ensure that once the system's capacity for indexing the primitives consecutively has been exhausted, the system can still process the primitives (since from then on there will be only a single primitive list from which to select primitives for rendering for any given sub-region and thus there will no longer be a need to choose between primitives in two or more lists).
  • This arrangement thus provides a fail-safe mode of operation in the event that the available indices for primitives run out.
  • the above arrangement can be achieved in any desired and suitable manner.
  • it is achieved by the system listing all primitives generated after the indexing capacity has been exhausted at the same, selected, preferably predetermined, level (layer) of resolution, e.g. always in the single sub-region lists, or always in the 2 ⁇ 2 sub-region lists, or always in the 4 ⁇ 4 sub-region lists, etc.
  • the system is able to recognise that the index has reached the highest available index (e.g. the counter has reached its maximum value), and in response thereto will from then on always list the primitives at the same given, selected, preferably predetermined, level of resolution (layer).
  • the highest available index e.g. the counter has reached its maximum value
  • the highest index number available is reserved and allocated to all the primitives generated after the penultimate index primitive has been generated, so as to allow the system readily to identify when the “index-exhausted” state has been reached and is in operation.
  • the system e.g. primitive selection unit
  • the primitive selection unit can recognise when the primitive lists primitives are to be selected from for rendering include the same primitive more than once (e.g. the same primitive is at the head of two or more of the primitive lists provided to the primitive selection unit simultaneously), so that, e.g. and preferably, avoid sending the same primitive for rendering twice can be avoided.
  • the recognition of the repetition of a primitive in this manner can be carried out in any suitable and desired manner.
  • the primitive selection unit or another unit could use the primitive indexes of the primitives (e.g. compare them) to see if they are repeated (e.g. match). If a duplicated or repeated primitive is recognised, then the system (e.g. primitive selection unit) preferably selects one for rendering and discards the other.
  • a primitive list or lists can be and preferably is or are cached by or in the graphics processor, most preferably by the primitive selection unit, i.e. the primitive lists can be and preferably are stored in a local, more rapidly accessible memory of the graphics processor.
  • the apparatus and method of the present invention preferably include means for or a step of caching a primitive list or lists. Such caching can reduce bandwidth usage in respect of the primitive lists.
  • Preferably higher level (lower resolution) primitive lists i.e. lists that are for plural sub-regions of the scene, are cached. Caching such primitive lists is advantageous, because they will be reused when processing different sub-regions (tiles), unlike primitive lists that are exclusive to (unique to) a single sub-region (which will accordingly be used once only), and so by caching these primitive lists, a more efficient process can be achieved. Indeed, it is an advantage of the present invention that it facilitates the caching of primitive lists, and thus the more efficient caching of primitive data.
  • vertex data are cached in the above manner, as well as (or instead of) the primitive lists. This again has the advantage that vertex data that may be used for more than one sub-region can be stored locally (cached) for use, rather than needing to be retrieved from external memory each time it is required.
  • the cached data may be stored in the same or different caches, as is known in the art.
  • the storing of (and in particular the replacement of) data in the cache is preferably based on the level in the “sets of sub-regions” hierarchy for which the data applies (e.g. whether it is stored for a single sub-region only or for a set of plural sub-regions (and, e.g., how many sub-regions there are in the set)), rather than, e.g. on a simple first-in, first-out basis.
  • This facilitates preferentially retaining in the cache data that may be required for plural sub-regions.
  • the higher the level that the data is stored for the lower its priority for replacement.
  • the “layer” (level) hierarchy is preferably used to prioritise the replacement of data in the cache.
  • the rendering order of the individual sub-regions is selected, and preferably predetermined, so as to enhance the efficient usage of any cached data. Most preferably the rendering order is selected so that the sub-regions are rendered in such a fashion that a given set of sub-regions in one layer is completely rendered before the next set of sub-regions in the layer is rendered. This will help to ensure that all the data for a given set of sub-regions can be used and then safely discarded before the rendering of the next set of sub-regions is started.
  • graphics data such as graphics, e.g. rendering, settings, such as scissoring parameters and primitive type parameters (e.g. whether a primitive is a point, line, triangle or quad) and sub-region (tile) commands (e.g. a final tile command), that may be specified on a per sub-region (tile) or group of sub-regions basis.
  • graphics e.g. rendering
  • settings such as scissoring parameters and primitive type parameters (e.g. whether a primitive is a point, line, triangle or quad) and sub-region (tile) commands (e.g. a final tile command)
  • sub-region (tile) commands e.g. a final tile command
  • a particular parameter or command is to be used for each and every sub-region, it may be preferable to store it in a single primitive (or other) list that is to be used for the whole scene in common.
  • a command or data that is needed for one or a few sub-regions only it may be preferable to store it in respect of those sub-region(s) only, e.g. at a lower level in the hierarchy that encompasses the relevant sub-region(s) only.
  • the system of the present invention can preferably also store data and commands other than primitives in the manner described above for preparing the primitive lists (for example, and preferably, in separate “lists” for individual sub-regions and for sets of plural sub-regions of the scene).
  • these commands and data are stored at the level in the sub-regions and sets of sub-regions hierarchy at which they will be used or are needed, as exemplified above.
  • the graphics data e.g. commands and settings
  • the graphics data could, for example, be stored in separate, e.g., “commands”, lists for the sub-regions and sets of sub-regions.
  • this graphics data is included in the primitive lists for the sub-regions and sets of sub-regions, i.e. such that a and preferably each primitive list can and will include a list of primitives together with other graphics data, such as commands, settings and/or parameters interspersed within the list of primitives.
  • this other graphics data is indexed in a similar manner to the primitives, as this will again allow the data to be used in the correct order.
  • a separate index could be used for this data, but most preferably it is indexed within the indexing of the primitives, i.e. such that, for example, the system will (where, for example, a command is to be executed after the first three primitives have been rendered) render primitives 1 , 2 , 3 , then execute command 4 , then render primitives 5 , 6 , . . . , and so on.
  • an apparatus for sorting data and/or commands for use for rendering in a graphics processing system in which a scene to be rendered is divided into a plurality of sub-regions for rendering comprising:
  • a method of sorting data and/or commands for use for rendering in a graphics processing system in which a scene to be rendered is divided into a plurality of sub-regions for rendering comprising
  • an apparatus for sorting data and/or commands for use for rendering in a graphics processing system in which a scene to be rendered is divided into plural sub-regions for rendering comprising:
  • a method of sorting data and/or commands for use for rendering in a graphics processing system in which a scene to be rendered is divided into plural sub-regions for rendering comprising:
  • an apparatus for sorting data and/or commands for use for rendering in a graphics processing system in which a scene to be rendered is divided into sub-regions for rendering comprising:
  • a method of sorting data and/or commands for use for rendering in a graphics processing system in which a scene to be rendered is divided into sub-regions for rendering comprising:
  • an apparatus for sorting data and/or commands for use for rendering in a graphics processing system in which a scene to be rendered is divided into plural sub-regions for rendering comprising:
  • a method of sorting data and/or commands for use for rendering in a graphics processing system in which a scene to be rendered is divided into plural sub-regions for rendering comprising:
  • a method of processing a stream of graphics data elements comprising:
  • an apparatus for processing a stream of graphics data elements comprising:
  • a method of processing a stream of graphics data elements comprising:
  • an apparatus for processing a stream of graphics data elements comprising:
  • a method of processing a stream of graphics data elements comprising:
  • an apparatus for graphics data elements processing a stream of graphics comprising:
  • the data and/or commands stored for a sub-region or for a set of more than one sub-region preferably comprises a list of primitives to be rendered for the sub-region or set of sub-regions, and/or other data or commands that are to be used for the sub-region or set of sub-regions.
  • it comprises both a list of primitives to be rendered and other data and commands to be used for a sub-region or set of sub-regions.
  • the graphics data elements preferably comprise graphics primitives and/or other graphics data and/or commands.
  • references herein to “primitives” are primarily intended to refer to graphics primitives in the form of “simple” polygons such as triangles, grids, lines or points, etc., as is known in the art (and, in a preferred embodiment, do refer to graphics primitives in the form of “simple” polygons such as triangles, quads, lines or points), the present invention is also applicable to larger graphics objects or primitives, such as graphics components or primitives that are intended to represent larger objects in the scene and/or groups of smaller polygons (such as a group of contiguous triangles). For example, it may be desired to process and sort a group of plural individual polygons as a single graphical object or primitive.
  • the various functions of the present invention can be carried out in any desired and suitable manner. In a particularly preferred embodiment they are carried out on a single graphics processing platform that generates and outputs the graphics data that is written to the frame buffer for the display device.
  • the functions can be implemented in hardware or software, as desired.
  • the system is implemented as a hardware element (e.g. ASIC).
  • the present invention comprises a hardware element including the apparatus of, or operated in accordance with the method of, any one or more of the aspects of the invention described herein.
  • the present invention is applicable to any form or configuration of graphics processor and renderer, such as renderers having a “pipelined” arrangement (in which case the renderer will be in the form of a rendering pipeline).
  • the present invention is particularly, although not exclusively, applicable to 3D graphics processors and processing devices, and accordingly extends to a 3D graphics processor and a 3D graphics processing platform including the apparatus of, or operated in accordance with the method of, any one or more of the aspects of the invention described herein.
  • a 3D graphics processor can otherwise include any one or more or all of the usual functional units, etc., that 3D graphics processors include.
  • the methods in accordance with the present invention may be implemented at least partially using software e.g. computer programs. It will thus be seen that when viewed from further aspects the present invention provides computer software specifically adapted to carry out the methods herein described when installed on data processing means, a computer program element comprising computer software code portions for performing the methods herein described when the program element is run on data processing means, and a computer program comprising code means adapted to perform all the steps of a method or of the methods herein described when the program is run on a data-processing system.
  • the invention also extends to a computer software carrier comprising such software which when used to operate a graphics processor, renderer or microprocessor system comprising data processing means causes in conjunction with said data processing means said processor, renderer or system to carry out the steps of the methods of the present invention.
  • a computer software carrier could be a physical storage medium such as a ROM chip, CD ROM or disk, or could be a signal such as an electronic signal over wires, an optical signal or a radio signal such as to a satellite or the like.
  • the present invention may accordingly suitably be embodied as a computer program product for use with a computer system.
  • Such an implementation may comprise a series of computer readable instructions either fixed on a tangible medium, such as a computer readable medium, for example, diskette, CD-ROM, ROM, or hard disk, or transmittable to a computer system, via a modem or other interface device, over either a tangible medium, including but not limited to optical or analogue communications lines, or intangibly using wireless techniques, including but not limited to microwave, infrared or other transmission techniques.
  • the series of computer readable instructions embodies all or part of the functionality previously described herein.
  • Such computer readable instructions can be written in a number of programming languages for use with many computer architectures or operating systems. Further, such instructions may be stored using any memory technology, present or future, including but not limited to, semiconductor, magnetic, or optical, or transmitted using any communications technology, present or future, including but not limited to optical, infrared, or microwave. It is contemplated that such a computer program product may be distributed as a removable medium with accompanying printed or electronic documentation, for example, shrink-wrapped software, pre-loaded with a computer system, for example, on a system ROM or fixed disk, or distributed from a server or electronic bulletin board over a network, for example, the Internet or World Wide Web.
  • FIG. 1 shows schematically a tile-based graphics-processing arrangement
  • FIG. 2 shows schematically an arrangement of a graphics processor that can operate in accordance with the present invention
  • FIG. 3 shows schematically an embodiment of a process for allocating primitives to primitive lists
  • FIG. 4 shows schematically a set of primitives in a scene to be rendered
  • FIG. 5 shows schematically an embodiment of an arrangement of sets of sub-regions of a scene to be rendered.
  • FIG. 2 shows schematically a graphics processor 20 that may be operated in accordance with the present invention.
  • the graphics processor 20 includes a geometry processor 21 , and a renderer 22 , both of which can access a memory 23 .
  • the memory 23 may be, as is known in the art, “on-chip” with the geometry processor 21 and renderer 22 , or may be an external memory that can be accessed by the geometry processor 21 and renderer 22 .
  • the memory 23 stores, inter alia, and as shown in FIG. 2 , a set of raw geometry data 24 (which is, for example, provided by the graphics processor driver or an API running on a host system (microprocessor) of the graphics processor 20 , as is known in the art), a set of transformed geometry data 25 (which is the result of various transformation and processing operations carried out on the raw geometry 24 , again, as is known in the art), and a set of primitive lists 26 .
  • the primitive lists 26 are prepared in accordance with the present invention. This process will be described in more detail below.
  • the transformed geometry data 25 comprises, for example, transformed vertices (vertex data), etc., as is known in the art.
  • the geometry processor 21 comprises, inter alia, a programmable vertex shader 27 , and a primitive list building unit 28 .
  • the programmable vertex shader 27 takes as it input the raw geometry data 24 stored in the memory 23 , and processes that data to provide transformed geometry data 25 (which it then stores in the memory 23 ) comprising the geometry data in a form that is ready for 2D placement in the frame to be displayed.
  • the programmable vertex shader 27 and the processes it carries out can take any suitable form and be any suitable and desired such processes known in the art.
  • the primitive list building unit 28 carries out the process of the present invention of allocating the primitives to the primitive lists which are then used by the renderer 22 to identify the primitives that should be rendered for each sub-region of the scene to be rendered. To do this, the primitive list building unit 28 takes as its input the transformed and processed vertex data from the programmable vertex shader 27 (i.e. the positions of the primitives in the scene), builds primitive (tile) lists using that data, and stores those lists as the primitive lists 26 in the memory 23 . This process will be described in more detail below.
  • the renderer 22 includes a primitive selection unit 29 , a primitive list cache 30 , a vertex selection unit 31 , a vertex data cache 32 , a rasterising unit 33 , a rendering unit 34 , and tile buffers 35 .
  • the rasterising unit 33 , rendering unit 34 , tile buffers 35 operate, in this embodiment, in the same manner as such units operate in existing graphics processing systems.
  • the rasterising unit 33 takes as its input a primitive and its vertices, rasterises the primitive to fragments, and provides those fragments to the rendering unit 34 .
  • the rendering unit 34 then performs a number of rendering processes, such as texture mapping, blending, shading, etc. on the fragments, and generates rendered fragment data which it stores in the tile buffers 35 for providing to a frame buffer for display.
  • the primitive selection unit 29 of the renderer 22 determines which primitive is to be rendered next. It does this by considering the primitive lists 26 stored in the memory 23 , and selecting from one of those lists the next primitive to be rendered. This selection process again will be described in more detail below.
  • the primitive selection unit 29 can also place one or more primitive lists in the primitive list cache 30 .
  • the primitive selection unit 29 provides the primitive that it has selected for rendering next to the vertex selection unit 31 .
  • the vertex selection unit 31 retrieves the appropriate transformed vertex data for the primitive in question from the transformed geometry data 25 stored in the memory 23 , and then provides the primitive (i.e. its transformed vertex data) to the rasterising unit 33 for processing.
  • the vertex selection unit 31 can cache vertex data that it has retrieved from the memory 23 in the vertex data cache 32 , if desired.
  • the present invention is applicable to a rendering system in which the scene to be rendered is divided into plural sub-regions or tiles. Furthermore, as well as the scene being divided into the individual sub-regions, the sub-regions can be grouped together in sets of more than one sub-region which thereby in effect cover a greater portion of the screen area than a single sub-region. Furthermore, a separate (different) primitive list (i.e. a list of primitives to be rendered) can be and is prepared from each individual sub-region, and for each set of plural sub-regions that the system supports.
  • a separate (different) primitive list i.e. a list of primitives to be rendered
  • FIGS. 4 and 5 illustrate a preferred embodiment of an arrangement of sub-regions and sets of sub-regions of a scene to be rendered that can be used with the present invention.
  • the scene 50 to be rendered is divided into plural individual sub-regions or tiles 51 .
  • FIG. 4 does not show all the individual sub-regions 51 that the scene 50 is divided into, but only a few of those sub-regions. This is for clarity purposes. However, the entire scene 50 is divided into equal sub-regions 51 in practice.
  • the individual sub-regions 51 are also grouped into differing groups of sets of plural sub-regions, which groups of sets of sub-regions are in effect laid over the scene 50 to provide different layers having different divisions of the overall scene area.
  • FIG. 5 shows schematically in FIG. 5 .
  • a top level layer comprising a set 54 of 8 ⁇ 8 sub-regions which encompasses the entire scene area 50 .
  • FIG. 5 also shows in bold for illustrative purposes the sub-regions or sets of sub-regions that a primitive 80 would be considered to fall within at each layer (level) in the hierarchy.
  • FIG. 4 also shows for illustrative purposes three primitives 55 , 56 and 57 which are to be rendered and which accordingly need allocating to primitive lists for rendering.
  • any given scene to be rendered will typically comprise many more primitives than the three primitives shown in FIG. 4 .
  • FIG. 4 shows three primitives only for simplicity and clarity purposes.
  • the present embodiment provides an improvement over existing primitive list preparing processes, since as well as allowing primitive lists to be prepared for the individual sub-regions that the scene is divided into, the present embodiment also prepares individual primitive lists for sets of more than one sub-region, i.e. primitive lists that are to be used for plural sub-regions in common.
  • the primitive list building unit 28 prepares a primitive list for each individual sub-region 51 , a separate primitive list for each set of 2 ⁇ 2 sub-regions 52 , a separate primitive list for each set of 4 ⁇ 4 sub-regions 53 , and a separate primitive list for the set of 8 ⁇ 8 sub-regions 54 that covers the entire scene 50 .
  • the primitive list building unit 28 takes each primitive in turn, determines a location for that primitive, compares the primitive's location with the locations of (the scene area covered by) the sub-regions 51 and the locations of (the scene area covered by) the sets of sub-regions 52 , 53 and 54 , and allocates the primitive to the respective primitive lists 26 for the sub-regions and sets of sub-regions accordingly.
  • the primitive list building unit 28 determines the location of each primitive and accordingly the sub-regions and sets of sub-regions that a given primitive falls within or intersects using, in this embodiment, an exact binning technique.
  • the primitive list building unit 28 uses the determined transformed vertex positions it is provided with for a given primitive by the programmable vertex shader 27 to identify which sub-regions and sets of sub-regions the primitive falls within (intersects). This process can be carried out in -any suitable and desired manner, such as by using techniques already known for this purpose in the art.
  • bounding box techniques could equally be used, as is known in the art. (Where a bounding box technique is used, it is preferred for the bounding box to be generated as part of the primitive listing process, e.g., by the primitive list building unit, but other arrangements would, of course, be possible.)
  • the primitive list building unit 28 takes at its input the transformed primitive position data from the programmable vertex shader 27 for the primitive in question (step S 60 ).
  • step S 61 it will test the primitive at the level of the sets 53 of 4 ⁇ 4 sub-regions shown in FIG. 4 .
  • the primitive list building unit 28 determines how many sets of sub-regions the primitive would need to be listed for at the current level in the sets of sub-regions' hierarchy (step S 62 ), and compares the determined number of sets of sub-regions with a threshold number of sets of sub-regions, which threshold in the present embodiment is set to 4 (step S 63 ).
  • the primitive list building unit 28 checks if it is at the bottom level (i.e.
  • step S 64 determines how many sets of sub-regions would be needed to list the primitive at that level (step S 62 ) and so on, until such time as it is determined that the number of sets of sub-regions needed at a given level in the hierarchy exceeds the threshold number or it is determined at step S 64 that the bottom level of the hierarchy, i.e. the single sub-regions level, has in any event been reached.
  • the system then steps up to the preceding level in the hierarchy (step S 66 ).
  • the primitive list building unit 28 then tests if the special case of at the next level up in the hierarchy the primitive would need to be included in a single primitive list only is met (step S 67 ). If this special case is met, then the primitive list building unit 28 steps up to the next higher level in the hierarchy (step S 68 ), and then lists the primitive in the primitive list at that level (step S 69 ), i.e. for the level where the primitive need only be included in a single primitive list.
  • step S 67 it is determined that at the next level up the primitives would still need to be listed in more than one primitive list, then the primitive is simply listed at the level immediately above the level where the threshold number of primitive lists was exceeded (step S 69 ).
  • step S 64 If at step S 64 it is determined that the bottom level of the hierarchy has been reached in any event, even though the threshold number of primitive lists has not been reached, then the primitive is immediately listed at that bottom level (step S 69 ).
  • This arrangement ensures, inter alia, that any given primitive will never be included (listed) in more primitive lists than the specified threshold number of primitive lists. It also, furthermore, ensures that in the special case where a primitive can be included in a single primitive list at the level immediately above the level where it needs to be included in the threshold number of primitive lists, then it is so included in the single list (this allows the primitive to be stored once in the primitive lists and yet still be processed efficiently for the sub-regions that it must be rendered for).
  • the primitive list building unit 28 will, starting at the second from highest level in the sets of sub-regions' hierarchy, iteratively work down the sets of sub-regions' hierarchy until such time as it finds that a primitive will need to be included in more than the threshold number of primitive lists, and then go back up one level and list the primitive at that level, except in the special case where going up two levels would allow the primitive to be listed in a single list only.
  • This arrangement has been found by the Applicants to provide a particularly efficient way of preparing primitive lists for use when rendering sub-regions of a scene.
  • the primitive list building unit 28 would first determine how many of the sets 53 of 4 ⁇ 4 sub-regions the primitive 55 would need to be listed in.
  • the primitive list building unit 28 will determine that the primitive 55 would need to be listed in two such sets of 4 ⁇ 4 sub-regions 53 .
  • the primitive list building unit then steps down to the next level in the hierarchy, namely the level of the sets 52 of 2 ⁇ 2 sub-regions. In this case, the primitive list building unit again determines that the primitive 55 would need to be listed in the primitive list of two of the sets 52 of 2 ⁇ 2 sub-regions, which again does not exceed the threshold number of four primitive lists.
  • the primitive list building unit 28 accordingly steps down to the next level in the hierarchy, which is the single sub-regions 51 level. In this case, it will determine that the primitive 55 would need to be listed in five single sub-region primitive lists, which exceeds the threshold number of four lists. Thus, upon determining this, the primitive list building unit 28 will step back up to the level of the sets 52 of 2 ⁇ 2 sub-regions, and list the primitive 55 at that level, namely include it in the primitive lists for each of the appropriate two sets 52 of 2 ⁇ 2 sub-regions. It should also be noted in this case that when the primitive list building unit 28 tests for the special case, it will determine that the primitive 55 is not included in the threshold number of primitive lists at the level at which it is being listed, and so therefore does not fall within the special case set out above.
  • the primitive list building unit 28 will first test that primitive at the set 53 of 4 ⁇ 4 sub-regions' level, and accordingly determine that the primitive will need to be listed in the primitive list of one such set of sub-regions.
  • the primitive list building unit 28 will accordingly step down to the next level of the sets 52 of 2 ⁇ 2 sub-regions, and again determine that at that level the primitive 56 would need to be included in the list of one such set of 2 ⁇ 2 sub-regions.
  • the primitive list building unit 28 will accordingly step down to the final, single sets of sub-regions 51 level, and determine that at that level the primitive 56 would need to be listed in the primitive lists for four single sub-regions 51 .
  • the primitive list building unit would then test whether the primitive 56 meets the special case specified above.
  • the primitive list building unit 28 will step to the next higher level, namely the sets 52 of 2 ⁇ 2 sub-regions, to determine whether at that level in the hierarchy the primitive 56 would need to be included in a single primitive list only.
  • this test would be met, i.e. the primitive 56 would only need to be listed in a single primitive list at the level of the sets 52 of 2 ⁇ 2 sub-regions. Accordingly, the primitive list building unit 28 will list the primitive 56 at the level of the sets 52 of 2 ⁇ 2 sub-regions, rather than at the single sub-regions 51 level.
  • the primitive list selection unit would again test that primitive firstly at the sets 53 of 4 ⁇ 4 sub-regions, and determine that at that level it would only need to be included in a single primitive list. It would accordingly then test the primitive 57 again at the sets 52 of 2 ⁇ 2 sub-regions, and find that at that level it would need to be included in the primitive lists of four sets of 2 ⁇ 2 sub-regions.
  • the primitive list selection unit would accordingly then test the primitive 57 at the single sets of sub-regions level 51 , and again find that at that level it would need to be included in four primitive lists.
  • the primitive list building unit 28 would then test if the primitive 57 meets the special case criteria described above.
  • the primitive 57 at the level above the single sets of sub-regions level 51 would need to be included in four primitive lists for the sets 52 of 2 ⁇ 2 sub-regions, and so the special case is not met.
  • the primitive list building unit 28 would accordingly list the primitive 57 at the single sub-regions 51 level, namely in the primitive lists of the four single sub-regions 51 that the primitive 57 falls within.
  • the above process is repeated by the primitive list building unit 28 for each and every,primitive in the scene to be rendered in turn, until complete tile lists 26 have been generated for each single sub-region, and for each set of more than one sub-region, that the scene to be rendered can be divided into.
  • the primitive list building unit 28 places the primitives in the primitive lists 26 in the order that it receives the primitives from the programmable vertex shader 27 .
  • the primitives in the list are in the order that they were generated, which will, as is known in the art, typically correspond to the desired order of rendering the primitives.
  • the primitive list building unit 28 takes the primitives in turn as they are received, it will place the primitives in the individual tile lists in rendering order so far as each individual primitive list is concerned.
  • the primitive list building unit 28 at the same time as it places a primitive in the appropriate primitive list or lists, also allocates to and associates with the primitive in the primitive list 26 an index for the primitive.
  • the primitive list building unit 28 has a counter for this purpose, and simply allocates to the primitives as they are rendered the current count of the counter. In this way, each primitive is numbered (in ascending order in this embodiment) with the order in which it was received by the primitive list building unit 28 (i.e. in the order in which the primitives are provided by the host. driver or API, etc., i.e. the order in which it is desired for the primitives to be rendered).
  • the indices allocated by the primitive list building unit 28 to each primitive are used by the primitive selection unit 29 , as will be discussed further below, to identify and select the next primitive for rendering from the primitive lists 26 in the memory 23 .
  • This indexing of the primitives as they are placed in the primitive lists 26 is desirable, because, as is known in the art, and as discussed above, it is usually desired in graphics processing systems to render the primitives in a particular order. This is not a problem where there is only a single primitive list from which to take primitives for rendering, since in that case, as discussed above, the primitives will be included in the primitive list in the order that they are provided to the graphics processor, i.e. in the desired order for rendering. However, where, as in the present embodiment, the next primitive for rendering may need to be selected from more than one primitive list, selecting the primitives in the correct order for rendering may not be so straightforward. Indexing the primitives in the manner discussed above helps to alleviate this difficulty, since it allows, as will be discussed further below, the primitive selection unit 29 to identify the order that the primitives were provided to the graphics processor for rendering, and accordingly, to select the next primitive in the order.
  • the primitives are simply indexed in ascending order, it would be possible to use other indexing arrangements, if desired.
  • the individual draw calls could be numbered consecutively, and then the primitives within each draw call numbered consecutively. Such an arrangement would facilitate, for example, processing different draw calls in parallel.
  • the primitive list building unit 28 is also configured to identify when the indexes it can allocate to the primitives have been or are about to be exhausted. In particular, it is able to identify when the penultimate index value (i.e. the penultimate counter value) has been reached. In response to this event, the primitive list building unit switches to an arrangement in which it allocates all the primitives it receives for listing from then on at the same level in the sets of sub-region's hierarchy (e.g. always at the single sub-regions level, or always at the sets of 2 ⁇ 2 sub-regions level, etc.).
  • the primitive selection unit 29 will then only ever be provided with primitives at the same level in the sets of sub-region's hierarchy, such that it can still select the primitives in the correct order (since it will not then need to choose between primitives from primitive lists 26 at different levels in the hierarchy).
  • the actual level at which the primitives are listed in this arrangement once the index has been exhausted can be selected as desired. It may be based on, for example, a desired compromise or trade-off between having to store more primitive lists if the primitives are listed at a lower level in the hierarchy (i.e. for smaller scene areas) (which would require more memory) and having to perform more redundant and unnecessary processing of primitives at the rendering stage if the primitives are listed at a higher level in the hierarchy (i.e. for larger scene areas).
  • the primitive list building unit 28 also in these circumstances allocates to every primitive that it subsequently receives for listing the highest index (highest count number), as that then allows the system to identify that the “index exhausted” state has been reached.
  • the renderer 22 can then render the scene. This process will now be described below.
  • the rendering process is performed on a sub-region by sub-region basis, i.e. each sub-region (tile) 51 of the scene is rendered individually in turn, and then the rendered sub-regions (tiles) combined for display.
  • the renderer 22 is first provided with the identity of the sub-region to be rendered and uses this to configure itself appropriately.
  • the stored primitive lists 26 that apply to the sub-region that is to be rendered i.e., in the present embodiment, the primitive list that is exclusive to the individual sub-region that is to be rendered, the primitive list for the set of 2 ⁇ 2 sub-regions that includes the sub-region that is to be rendered, the primitive list for the set of 4 ⁇ 4 sub-regions that includes the sub-region that is to be rendered, and the primitive list for the complete set 54 of 8 ⁇ 8 sub-regions that covers the entire scene to be rendered (and, accordingly, must cover the individual sub-region that is currently to be rendered) are identified.
  • the stored primitive lists that apply to the sub-region (tile) being rendered are indicated by including pointers to the relevant primitive lists in the “new tile” command that is sent when a sub-region (tile) is first to be rendered. (Other arrangements would, of course, be possible.)
  • the renderer then proceeds to render the sub-region (tile) in question.
  • the first stage in the rendering process is for the primitive selection unit 29 to select a primitive to be rendered.
  • the primitive selection unit 29 reads the stored primitive lists 26 that have been determined as applying to the sub-region that is currently being rendered, i.e., in the present embodiment, as discussed above, the primitive list 26 that is exclusive to the individual sub-region that is being rendered, the primitive list for the set of 2 ⁇ 2 sub-regions that includes the sub-region that is being rendered, the primitive list for the set of 4 ⁇ 4 sub-regions that includes the sub-region that is being rendered, and the primitive list for the complete set 54 of 8 ⁇ 8 sub-regions that covers the entire scene to be rendered.
  • the primitive lists are read in a first-in, first-out order by the primitive selection unit 29 , i.e. such that, in effect, the first primitive in a list is read, and then, once that primitive has been sent for rendering, the second primitive in the list is read, and so on.
  • the primitive selection unit 29 determines the index that have been allocated to the next primitive to be rendered in each primitive list for the sub-region being rendered, compares those indices, and selects the lowest index primitive as the next primitive to be rendered (since, as discussed above, the primitives are indexed by the primitive list building unit 28 in ascending order, i.e. such that the lowest numbered primitive is the next primitive to be rendered for the desired rendering order).
  • the primitive selection unit 29 will read in the index of the next primitive in the primitive list for the sub-region in question, the index of the next primitive in the primitive list for the relevant set of 2 ⁇ 2 sub-regions, the index of the next primitive in the primitive list for the appropriate set of 4 ⁇ 4 sub-regions, and so on, compare those indices, and select the primitive with the lowest index for rendering next.
  • the primitive selection unit 29 only needs to read the index of one primitive (the next primitive) from each primitive list at any one time, since, as discussed above, within the individual primitive lists, the primitives are already listed in the correct rendering order.)
  • the primitives can be thought of as being streamed one-by-one to the primitive selection unit in order from the stored primitive lists, on a first-in, first-out basis.
  • the primitive selection unit 29 passes that primitive to the vertex selection unit 31 .
  • the vertex selection unit 31 retrieves the appropriate transformed geometry data for the vertices of the primitive in question from the transformed geometry data 25 stored in the memory 23 , and provides that data to the rasterising unit 33 .
  • the primitive is then rasterised and rendered, as discussed above, and as is known in the art.
  • the primitive selection unit 29 again reads the index of the next primitive of each relevant primitive list, selects the primitive with the lowest index, and provides that primitive to the vertex selection unit 31 , and so on.
  • This process is repeated for all the primitives that need to be rendered for a given sub-region (i.e. that are included in primitive lists 26 appropriate to the sub-region) until all the primitives for the sub-region have been rendered.
  • the renderer 22 then proceeds to render the next sub-region in the same manner, and so on, until all the individual sub-regions for the scene have been rendered.
  • the rendered sub-regions are combined and provided to a display device for display, as is known in the art.
  • the primitive selection unit 29 is also configured to be able to identify the situation where the same primitive (i.e. primitives having the same index) appears simultaneously at the current reading position of more than one primitive list that it is currently reading primitives from. This is done by the primitive selection unit comparing the indices and identifying if a match occurs. In these circumstances, the primitive selection unit 29 is configured to select the relevant primitive once for rendering, and to ignore the subsequent duplicate occurrences of that primitive. This avoids a given primitive unnecessarily being rendered more than once for a given sub-region.
  • the renderer 22 also includes a primitive list cache 30 and a vertex data cache 32 .
  • These caches comprise local memory provided on the renderer 22 that can be more rapidly accessed by processing units of the renderer (and in particular the primitive selection unit 29 and vertex selection unit 31 , respectively) than the main memory 23 .
  • the primitive selection unit 29 is configured to store in the primitive list cache 30 one or more primitive lists 26 that it has read from the main memory 23 .
  • the primitive selection unit 29 preferentially retrieves from the memory 23 and stores in the primitive list cache 30 primitive lists that apply to sets of more than one sub-region of the scene that, for example, the primitive selection unit 29 knows it will require for subsequent sub-regions of the scene. This helps to avoid delays and latency due to the primitive selection unit 29 having to retrieve repeatedly from the memory 23 primitive lists that it will require for rendering sub-regions of the scene.
  • the vertex selection unit 31 can similarly cache vertex data that it retrieves from the transformed geometry data 25 in the memory 23 in the vertex data cache 32 , again in particular where it can be identified that the vertex data will be required for a primitive again (for example because it is known that the primitive is listed for a set of plural sub-regions that are to be rendered).
  • the storing of and in particular the replacement of, the data cached in the primitive list cache 30 and vertex data cache 32 is based on the level in the sets of sub-region's hierarchy to which the primitive list and/or vertex data applies or has been stored in respect of, such that, for example, primitive lists and vertex data that apply to higher levels in the hierarchy (i.e. that will therefore be used for more sub-regions in the scene to be rendered) are preferentially cached and retained in the caches as compared to primitive lists and vertex data that it is known apply, for example, to a single sub-region or only a few sub-regions.
  • the vertex selection unit 31 when the vertex selection unit 31 reads transformed vertices from the transformed geometry data 25 in the memory 23 , it will know at what level the primitive that that vertex data applies to has been listed (i.e. the primitive list that the primitive has come from), and can use that information to, for example, decide whether or not to cache the vertex data (e.g., based, as discussed above, on whether or not it is likely that that vertex data will be re-used for subsequent sub-regions).
  • the order that the sub-regions of the scene are processed by the renderer 22 can be selected as desired. However, in a preferred embodiment, the sub-regions are processed in Morton order, as this facilitates, for example, the more efficient caching of primitive lists and vertex data in the renderer 22 .
  • the present embodiment (and the present invention) can be implemented in any tile-based rendering system, as desired.
  • the various components and functions of the present embodiment and the present invention can similarly be implemented as desired and using any suitable techniques known in the art.
  • the present invention in its preferred embodiments at least, provides an improved primitive listing and sorting arrangement for tile-based rendering systems that in particular facilitates better control over and knowledge of the memory usage and requirements for the tile-listing (primitive sorting (binning)) process. It also provides information about the distribution and layout of primitives in a scene, thereby, e.g., facilitating improved vertex caching, etc., and facilitates the caching of primitive (tile) lists, and the more efficient caching of primitive data.

Abstract

A scene 50 to be rendered is divided into plural individual sub-regions or tiles 51.
The individual sub-regions 51 are also grouped into differing groups of sets of plural sub-regions.
There is a top level layer comprising a set 54 of 8×8 sub-regions which encompasses the entire scene area 50. There is then a group of four 4×4 sets of sub-regions 53, then a group of sixteen 2×2 sets of sub-regions 52, and finally a layer comprising the 64 single sub-regions 51.
A primitive list building unit takes each primitive 80 in turn, determines a location for that primitive, compares the primitive's location with the locations of the sub-regions 51 and the locations of the sets of sub-regions 52, 53 and 54, and allocates the primitive to respective primitive lists for the sub-regions and sets of sub-regions accordingly.

Description

  • The present invention relates to a method of and apparatus for processing graphics, and in particular to such a method and apparatus for use in a tile-based graphics processing system.
  • The present invention will be described with particular reference to the processing of three-dimensional graphics, although as will be appreciated by those skilled in the art, it is equally applicable to the processing of two-dimensional graphics as well.
  • As is known in the art, graphics processing is normally carried out by first splitting the scene to be displayed into a number of similar basic components or “primitives”, which primitives are then subjected to the desired graphics processing operations. The graphics “primitives” are usually in the form of simple polygons, such as triangles, and are usually described by defining their vertices.
  • For the graphics processing operations, each graphics primitive is usually further divided, as is known in the art, into discrete graphic entities or elements, usually referred to as “fragments”, on which the actual graphics processing operations (such as rendering operations) are carried out. Each such graphics fragment will represent and correspond to a given position in the primitive and comprise, in effect, a set of data (such as colour and depth values) for the position in question.
  • Each graphics fragment (data element) usually corresponds to a single pixel (picture element) in the final display (since as the pixels are the singularities in the final picture to be displayed, there will usually be a one-to-one mapping between the “fragments” the graphics processor operates on and the pixels in the display). However, it can be the case that there is not a direct correspondence between “fragments” and “pixels”, for example where particular forms of post-processing such as down-scaling are carried out on the rendered image prior to displaying the final image.
  • Thus two aspects of graphics processing that are typically carried out are the “rasterising” of graphics “primitive” (polygon) position data to graphics fragment position data (i.e. determining the (x, y) positions of the graphics fragments to be used to represent-each primitive in the scene to be displayed), and then “rendering” the “rasterised” fragments (i.e. colouring, shading, etc. the fragments) for displaying on a display screen.
  • (In graphics literature, the term “rasterisation” is sometimes used to mean both primitive conversion to fragments and rendering. However, herein “rasterisation” will be used to refer to converting primitive data to fragment addresses only.)
  • Many graphics processing systems use so-called “tile-based” rendering. In tile-based rendering, the two-dimensional scene to be displayed is sub-divided or partitioned into a plurality of smaller sub-regions, usually referred to as “tiles”. The tiles (sub-regions) are each rendered separately (typically one-after-another). The rendered sub-regions (tiles) are then recombined to provide the complete frame for display. In such arrangements, the scene is typically divided into regularly-sized and shaped sub-regions (tiles) (they are usually e.g., squares or rectangles) but this is not essential.
  • Other terms that are commonly used for “tiling” and “tile-based” rendering include “chunking” (the sub-regions are referred to as “chunks”) and “bucket” rendering. The terms “tile” and “tiling” will be used hereinafter for convenience, but it should be understood that these terms are intended to encompass all alternative and equivalent terms and techniques.
  • The advantage of such tile-based rendering is that primitives that do not appear in a given tile do not have to be processed for that tile, and therefore can be ignored when the tile is processed. This allows the overall amount of graphics processing necessary for a given scene to be reduced.
  • In a tile-based rendering system, it is accordingly usually desirable to be able to identify and know those primitives that are actually present in a given sub-region (tile), so as to, e.g., avoid unnecessarily rendering primitives that are not actually present in a tile. In order to facilitate this, it is known to prepare for each sub-region (tile) a list of the primitives to be rendered for that sub-region (e.g. that will appear in the sub-region). Such a “tile-list” (which can also be referred to as a “primitive list”) identifies (e.g. by reference to a primitive indicator) the primitives to be rendered for the tile (sub-region) in question.
  • The process of preparing tile lists for each sub-region (tile) to be rendered basically therefore involves determining the primitives that should be rendered for a given sub-region (tile). This process is usually carried out by determining (at a desired level of accuracy) the primitives that intersect (i.e. that will appear (at least in part) within) the tile in question, and then preparing a list of those primitives for future use by the graphics processing system. (It should be noted here that where a primitive falls into more than one tile (as will frequently be the case), it is included in the tile list for each tile that it falls within.) In effect, each sub-region (tile) can be considered to have a bin (the tile-list) into which any primitive that is found to fall within (i.e. intersect) the sub-region is placed (and, indeed, the process of sorting the primitives on a tile-by-tile basis in this manner is commonly referred to as “binning”).
  • As known in the art, the process of determining the primitives that should be listed (rendered) for any given tile can be carried out at varying levels of precision, for example depending on efficiency optimisations for different parts of the tiling and rendering processes. For example, at the most precise level, it could be determined exactly which tiles a given primitive will appear at least in part in, and the primitive then included in the tile lists for those tiles only. This is commonly referred to as “exact” binning.
  • FIG. 1 illustrates the exact binning process. As shown in FIG. 1, the scene 1 to be displayed is divided into sixteen regularly sized sub-regions or tiles 2. It is then determined for each primitive in the scene, which tile or tiles the primitive actually appears (falls) within. The primitive is added to the tile-list for each tile that it is found to fall within. Thus, taking the example shown in FIG. 1, the primitive 3 is added to the tile-list for tile 4, the primitive 5 is included in the tile-list for tiles 6 and 7, the primitive 8 is included in the tile lists for tiles 9, 10, 11 and 12, and the primitive 13 is included in the tile-list for tile 12. (It should be noted here that FIG. 1 shows only a few tiles and primitives for clarity purposes. As will be appreciated by those skilled in the art, in an actual graphics processing operation, there will typically be many more primitives and tiles.)
  • It is also known to prepare tile-lists with a lower precision than is achieved with exact binning. This can be useful to, e.g., simplify the preparation of the tile-lists. One common “less precise” binning technique is “bounding box” binning. In this case, a so-called “bounding box” is drawn around a primitive or a set of primitives, and then the tiles covered by the bounding box are determined. The primitive or primitives that the bounding box represents (i.e. that are encompassed by the bounding box) are then listed (binned) for each tile that the bounding box has been found to cover (at least in part).
  • This arrangement thus uses a bounding box to determine the tiles for which a given primitive should be listed to be rendered, rather than the primitive itself. This can mean, e.g., that a primitive may be listed for rendering for a tile that it does not actually fall within (e.g. if the bounding box does not sufficiently tightly or precisely surround the primitive), but on the other hand, the use of bounding boxes in this manner can simplify the preparation of the tile-lists.
  • Once lists of primitives to be rendered (tile-lists) have been prepared for each sub-region (tile) in this way, the (tile-)lists are stored for use, e.g., to allow the system to identify which primitives need to be considered (and rendered) when the tile in question is rendered.
  • Such tile-based rendering arrangements have been found to work well, as they can, for example, help to avoid primitives still being processed for regions of the scene where they are not present.
  • However, one drawback with the need to prepare and store tile-lists identifying the primitives to be rendered for each tile is that depending on the distribution of the primitives in a scene, the tile-lists for different tiles in a scene can be very different sizes, as can the tile lists for tiles in different scenes. This means that, e.g., a given scene or tile may have significantly different memory requirements for storing its tile list(s) as compared to other tiles or scenes. This means that, e.g., the memory requirements for the tile lists cannot be reliably predicted and will vary, e.g., depending on the distribution of primitives in a given scene. However, it is generally beneficial in graphics systems, particularly where they are to be implemented on more restricted devices, such as portable devices (e.g. mobile phones, PDAs, handheld devices, etc.), to have known or at least generally predictable memory usage requirements.
  • The Applicants believe therefore that there remains scope for improvement to existing tile-based rendering systems.
  • According to a first aspect of the present invention, there is provided an apparatus for sorting graphics primitives for rendering in a graphics processing system in which a scene to be rendered is divided into a plurality of sub-regions for rendering, the apparatus comprising:
  • means for preparing, for a single sub-region of the scene, a list of primitives for rendering; and
  • means for preparing, for a set of sub-regions comprising more than one sub-region of the scene, a list of primitives for rendering.
  • According to a second aspect of the present invention, there is provided a method of sorting graphics primitives for rendering in a graphics processing system in which a scene to be rendered is divided into a plurality of sub-regions for rendering, the method comprising
  • preparing, for a single sub-region of the scene, a list of primitives for rendering; and
  • preparing, for a set of sub-regions comprising more than one sub-region of the scene, a list of primitives for rendering.
  • The present invention is directed to a tile-based rendering system (i.e. one in which the scene to be rendered is divided into plural sub-regions) in which, as in prior art tile-based rendering systems, a list of primitives for rendering can be (and is) prepared for a given sub-region (tile) of the scene. However, unlike in prior art systems, it is also possible in the system of the present invention to prepare a list of primitives for rendering for a set of plural sub-regions (tiles) of the scene (i.e. a tile list that encompasses a plurality of the sub-regions (tiles) (and thereby, in effect, a larger sub-region) of the scene).
  • In other words, in the present invention, separate (different) tile lists can be (and preferably are) prepared for single sub-regions (tiles) of the scene and for sets of sub-regions comprising more than one sub-region (tile) of the scene. Thus, for example, and preferably, a list of primitives for rendering (a tile list) will be prepared for a single sub-region of the scene, and a separate (different) list of primitives for rendering (tile list) will be prepared for a set of sub-regions comprising more than one sub-region of the scene, and so on.
  • The possibility of preparing different scene “area” tile lists as in the present invention has a number of advantages. For example, as will be discussed further below, by selectively storing primitives in single sub-region and/or plural sub-region tile lists, the amount of memory that is used for the tile lists can be varied. The present invention accordingly facilitates better control over and knowledge of the memory usage requirements for the tile listing process. Sorting the primitives into different area tile lists can also be used to provide, e.g., information about the distribution of primitives within the scene. This may be useful, e.g., when considering operations such as, e.g., vertex data caching (since it could assist, e.g., in determining whether or not to cache given vertex data).
  • The arrangement of the present invention means that, as well as preparing tile-lists of primitives that are exclusive to a single tile only, tile-lists that can and will be used for plural tiles (sub-regions) in common can be and are prepared.
  • In other words, the present invention facilitates the (selective) storing or inclusion of primitives for rendering in tile lists having different resolutions (i.e. for different sized areas), namely, e.g., in a tile list that is exclusive to a single sub-region (tile) only and/or in a tile list that is to be used for more than one sub-region (tile) in common. This facilitates varying and controlling the scene “resolution” at which the tile-lists are prepared and stored, and accordingly the memory requirements, etc., for the tile-lists.
  • Thus, according to a third aspect of the present invention, there is provided an apparatus for sorting primitives for rendering in a graphics processing system in which a scene to be rendered is divided into plural sub-regions for rendering, the apparatus comprising:
  • means for including a primitive to be rendered at least in a list of primitives for rendering for a single sub-region of the scene or in a list of primitives to be rendered to be used for more than one sub-region of the scene in common.
  • According to a fourth aspect of the present invention, there is provided a method of sorting primitives for rendering in a graphics processing system in which a scene to be rendered is divided into plural sub-regions for rendering, the method comprising:
  • selectively including a primitive to be rendered at least in a list of primitives for rendering for a single sub-region of the scene or in a list of primitives to be rendered to be used for more than one sub-region of the scene in common.
  • According to a fifth aspect of the present invention, there is provided an apparatus for sorting graphics primitives for rendering in a graphics processing system in which a scene to be rendered is divided into sub-regions for rendering, the apparatus comprising:
  • means for including a primitive to be rendered in one or more lists of primitives to be rendered, wherein the lists of primitives to be rendered can be exclusive to a single sub-region only or can be used for more than one sub-region of the scene.
  • According to a sixth aspect of the present invention, there is provided a method of sorting graphics primitives for rendering in a graphics processing system in which a scene to be rendered is divided into sub-regions for rendering, the method comprising:
  • including a primitive to be rendered in one or more lists of primitives to be rendered, wherein the lists of primitives to be rendered can be exclusive to a single sub-region only or can be used for more than one sub-region of the scene.
  • As will be appreciated by those skilled in the art, these aspects of the present invention can include any one or more or all of the preferred and optional features of the invention disclosed herein, as appropriate.
  • The sub-regions (tiles) that the scene to be rendered is divided into can be any suitable and desired such sub-regions. They are preferably all the same size and shape (i.e. regularly-sized and shaped tiles are preferably used), as is known in the art, although this is not essential. The sub-regions are preferably square or rectangular. The size and number of sub-regions can be selected as desired. In a preferred arrangement, each sub-region (tile) is 16×16 or 32×32 fragments in size (with the scene then being divided into however many such sub-regions as are required for the display (frame) size that is being used).
  • The set or sets of sub-regions comprising more than one sub-region for which a primitive list is prepared can be any desired and suitable group or groups of the scene sub-regions. Each set of more than one sub-region preferably comprises an integer number of sub-regions. However, this is not essential, and it would, e.g., be possible to prepare primitive lists for a set comprising portions of sub-regions, such as, for example, comprising one and a half sub-regions, or three and three-quarter sub-regions, etc. . . . Such sets of sub-regions comprising fractions of sub-regions may be desirable for particular, e.g., unusual or irregular, primitive shapes, and/or sizes, as they may allow such primitives to be more efficiently listed in the tile-lists.
  • In a preferred embodiment, the set of plural sub-regions, and preferably each set of plural sub-regions, comprises a group of contiguous sub-regions. Most preferably the or each set of sub-regions forms a regularly shaped area of the screen, such as a square or rectangle. Most preferably the or each set of plural sub-regions forms a square. However, again this is not essential, and more irregular groupings (shapes) of plural sub-regions, such as, e.g., an “L”-shaped grouping or a triangular shaped grouping could be used, if desired. Again such irregular shapes may be useful for listing more unusual or irregularly, shaped and/or sized primitives.
  • In a preferred embodiment, the sub-regions included in a or more than one set of plural sub-regions can be selected and varied in use. This allows the system to, e.g., tailor the listing of primitives for plural sub-regions based on, e.g., the size and/or shape of the primitives to be rendered.
  • In a particularly preferred embodiment, primitive lists can be prepared for plural sets of plural sub-regions (i.e. such that there will be plural such primitive lists, each corresponding to a set of more than one sub-region of the scene). Each set of plural sub-regions could be different (e.g. in terms of their size and/or shape), but in a preferred such arrangement, each set of plural sub-regions has a corresponding and/or similar size and/or shape, and/or has a similar and/or corresponding number of sub-regions (and preferably arrangement of sub-regions) as the other sets of plural sub-regions. For example, some or all of the sets of plural sub-regions could be, and, indeed, preferably are, square in shape.
  • In these arrangements, each set of plural sub-regions preferably comprises a different set of scene sub-regions to the other sets of plural sub-regions. Each and every set of plural sub-regions could contain different sub-regions, or different sets of plural sub-regions could, e.g., have some, but not all, of their sub-regions in common.
  • In these arrangements, the sets of plural sub-regions preferably together cover the entire scene, i.e. encompass all the individual sub-regions that the scene is divided into. This arrangement effectively provides another layer or layers of regions that the scene is divided into (the sets of plural sub-regions), with each such region encompassing a plurality of the “base” sub-regions (tiles) that the scene is divided into. In this type of arrangement, primitive lists can accordingly be prepared at two (or more) different resolutions, either at a single sub-region level, or at a level of the sets of plural sub-regions.
  • In a particularly preferred arrangement, the entire scene area is divided into a group of plural sets of plural sub-regions such that the sets of plural sub-regions in the group together encompass all the individual sub-regions that the scene is divided into, with each set of plural sub-regions in the group preferably including the same number of sub-regions and, preferably, having the same shape. Such a group of sets of plural sub-regions effectively provides a layer of sets of sub-regions for which primitives can be listed overlying the base, single sub-regions “layer”. Most preferably more than one such group of sets of plural sub-regions is provided, i.e. such that primitives can be listed in different layers (levels) if desired.
  • In a particularly preferred embodiment, primitive lists can be prepared for sets of plural sub-regions that contain different numbers of sub-regions. Thus, for example, a list could be prepared for a set of 4 sub-regions, or for a set of 16 sub-regions, and so on. This allows the resolution at which the primitive lists are prepared to be further varied and controlled. In a preferred embodiment, there are two or more, preferably three or more, different sized sets of plural sub-regions for which a primitive list can be prepared, most preferably having progressively decreasing levels of resolution (i.e. encompassing increasing numbers of sub-regions).
  • In a particularly preferred embodiment, the sets of plural sub-regions for which primitive lists can be prepared are arranged such that the scene is effectively overlaid by one or more layers of (groups of) sets of sub-regions and most preferably by plural layers of sets of sub-regions. Thus, for example, there could be a layer of sets of sub-regions which sets each encompass four sub-regions laid over the base “layer” of the single sub-regions. There could then, e.g., preferably also be a layer of sets of sub-regions each encompassing 16 sub-regions laid over the base single sub-region layer and the “four sub-regions” layer and so on.
  • In such an arrangement, the sets of sub-regions for a given layer preferably all encompass the same number of individual sub-regions, but the sets of sub-regions in each different layer (where provided) preferably comprise a different number of sub-regions to the sets in the other layers.
  • Thus, in a preferred embodiment, there are preferably one or more and preferably plural groups of sets of plural sub-regions (with each such group, e.g., and preferably, together forming a layer that covers the entire scene to be rendered (i.e. encompassing all the sub-regions that the scene is or can be divided into), with the sets of sub-regions in each group preferably all comprising the same number of sub-regions, and the sets of sub-regions in different groups comprising different numbers of sub-regions.
  • These arrangements can allow, for example, the scene to be rendered to be effectively covered by plural different resolution layers of sets of plural sub-regions, with each such “layer” being made up of a group (an arrangement) of sets of plural sub-regions each containing the same number of sub-regions, and the sets of plural sub-regions in different “layers” containing different numbers of sub-regions.
  • In a particularly preferred such arrangement, the groups (layers) of sets of sub-regions are arranged in a hierarchical fashion, i.e. such that the number of sub-regions in each set in each group progressively changes as one moves through the groups (layers). They are most preferably arranged such that they effectively form a square-based pyramid structure as one progresses up the layers. The number of sub-regions included in the sets of sub-regions for any given layer (group) preferably progressively increases as one moves up the layers from the base, single sub-region layer. Preferably, the sets of sub-regions are arranged such that the sets of sub-regions in each successive layer have 4 times as many sub-regions in them as the immediately preceding layer, i.e. such that the base layer is of single sub-regions, there is then a layer of sets containing four sub-regions, then a layer of sets of 16 sub-regions, and so on, preferably up to a single set of sub-regions that encompasses the entire scene to be rendered. Most preferably there are, in effect, three or more such layers (groups) (including the “base”, single sub-region layer).
  • Such arrangements effectively allow primitive lists to be prepared for progressively decreasing levels of resolution (i.e. division into sub-areas) of the scene to be rendered.
  • In a particularly preferred such arrangement, a primitive list can be prepared for each sub-region (tile), for each 2×2 grouping of sub-regions, for each 4×4 grouping of sub-regions, for each 8×8 grouping of sub-regions, and so on, up to a primitive list for the entire scene to be rendered (i.e. a list for the entire frame buffer).
  • As will be appreciated by those skilled in the art, where the overall display area (scene) is, as will typically be the case, not square, then it can be the case that for the larger groupings of sub-regions in this manner, some of the sets of sub-regions will, in effect, extend beyond the edges of the scene (display). This does not matter, because the system will in any event not attempt to prepare or render primitive lists for sub-regions that are not within the scene to be rendered (i.e. that lie outside the scene or display), and so the fact that a given set of sub-regions may include sub-regions that lie outside the scene boundary does not and will not affect the primitive listing process.
  • In a preferred embodiment, the sets of sub-regions hierarchy is preferably arranged such that primitive lists can, in effect, be prepared for the entire scene, for the scene divided into four regions, for the scene divided into 16 regions, for the scene divided into 64 regions, and so on, down to its division into single sub-regions.
  • With the above arrangements, it can, for example, be ensured (by storing a given primitive at the appropriate level of resolution, i.e. for the appropriate sub-region grouping) that any given primitive will never need to be included in more than four primitive lists. This would allow, e.g., the memory requirement for the primitive (tile) lists to more reliably be capped (and the maximum possible memory requirement to be known (from knowing, e.g., the number of primitives that are to be rendered)).
  • While it is not essential that a primitive list is prepared for each and every sub-region or set of plural sub-regions that a given scene is or can be divided into, in a particularly preferred embodiment, a primitive list is prepared for each sub-region (tile) that the scene is divided into, and for each set of more than one sub-region that primitive lists can be prepared for. (However, it should be noted that in some cases in this arrangement the primitive lists may be and can be empty (i.e. contain no primitives), depending, e.g., on how the primitives are distributed in the scene, and in which (tile) lists it is decided to store the primitives in.)
  • Thus, according to a seventh aspect of the present invention, there is provided an apparatus for sorting graphics primitives for rendering in a graphics processing system, in which a scene to be rendered is divided into plural sub-regions for rendering, and one or more sets of sub-regions each comprising more than one sub-region of the scene are defined, the apparatus comprising:
  • means for preparing a list of primitives for rendering for each sub-region of the scene; and
  • means for preparing a list of primitives for rendering for each set of more than one sub-region of the scene.
  • According to an eighth aspect of the present invention, there is provided a method of sorting graphics primitives for rendering in a graphics processing system, comprising:
  • dividing a scene to be rendered into a plurality of sub-regions for rendering;
  • defining one or more sets of sub-regions of the scene, each set comprising more than one sub-region of the scene; and
  • preparing a list of primitives for rendering for each sub-region and for each set of more than one sub-region of the scene.
  • As will be appreciated by those skilled in the art, these aspects of the invention can include any one or more or all of the preferred and optional features of the invention disclosed herein. Thus, for example, preferably sets of plural sub-regions containing different numbers of sub-regions of the scene are prepared (and have primitive lists prepared for them).
  • The listing of a primitive and the primitives in the primitive lists for each sub-region and set of sub-regions, and the preparation of a primitive list for each sub-region or set of plural sub-regions, can be carried out in any appropriate and desired manner. For example, any technique already known and used for sorting and binning primitives into tile-lists, such as exact binning, or bounding box binning, or anything in between, can be used for this process.
  • Thus, for example, an initial determination of the sub-regions and sets of sub-regions that a primitive is to be rendered for could be made based on a determined location of the primitive in the scene (which location could, e.g., be the exact location of the primitive or an approximation of the primitive's location based on, e.g., a bounding box surrounding the primitive, as is known in the art), and the primitive then listed in some or all of the sub-regions or sets of plural sub-regions that its determined location indicates it should be rendered for. This would then be repeated for each primitive in the scene to allow a complete set of primitive lists for the scene to be prepared.
  • Thus, in a preferred embodiment, a location for a given primitive in the scene is determined and compared to the sub-regions and/or sets of plural sub-regions that the scene is divided into to determine which sub-regions and sets of plural sub-regions the primitive could or should be rendered for (e.g. appears (falls) within).
  • Such comparison and determination of the sub-regions, etc., that a primitive appears in can be carried out in any suitable manner, for example using existing techniques known in the prior art for such purposes. Thus, for example, “exact” binning techniques as discussed above could be used (in which case the actual sub-regions (tiles), etc., that the primitive appears in will be determined), or a bounding box technique could be used (in which case the sub-regions (tiles) that the bounding box covers will be determined, with the primitive listing accordingly potentially being less exact and including sub-regions that the primitive does not actually appear in, as is known in the art), or any arrangement in between “exact” binning and the most general bounding box techniques could be used, etc., as desired. This is then repeated for each primitive in the scene.
  • Where a bounding box technique is being used, then the bounding boxes can be generated where and as desired. For example, the bounding boxes could be generated on a per primitive basis, or for a set or sets of plural primitives, as is known in the art. The bounding boxes could, e.g., be generated by the graphics processor API or driver on the host system.
  • In a preferred embodiment, where bounding boxes are used, the bounding boxes are generated at the primitive listing stage, by the graphics processor or processing unit (preferably the processor that prepares the primitive lists), e.g. by means of a suitable software or hardware routine. This allows the bounding boxes to be generated locally on the graphics processor and then discarded once used for the primitive listing process. Such an arrangement could, e.g., take in the vertices for the primitive or primitives in question, and determine therefrom the maximum and minimum x, y positions for the primitive or primitives and then generate a bounding box accordingly, as is known in the art.
  • According to a ninth aspect of the present invention, there is provided an apparatus for sorting primitives for rendering in a graphics processing system in which a scene to be rendered is divided into plural sub-regions for rendering, the apparatus comprising:
  • means for determining a sub-region or sub-regions that a primitive to be rendered could or should be rendered for;
  • means for including the primitive in a list of primitives to be rendered for a sub-region that it is determined that the primitive could or should be rendered for; and
  • means for including the primitive in a list of primitives to be rendered for a set of sub-regions comprising more than one sub-region that includes a sub-region that it is determined that the primitive could or should be rendered for.
  • According to a tenth aspect of the present invention, there is provided a method of sorting primitives for rendering in a graphics processing system in which a scene to be rendered is divided into plural sub-regions for rendering, the method comprising:
  • determining a sub-region or sub-regions that a primitive to be rendered could or should be rendered for; and
  • including the primitive in a list of primitives to be rendered for a sub-region that it is determined that the primitive could or should be rendered for; or
  • including the primitive in a list of primitives to be rendered for a set of sub-regions comprising more than one sub-region that includes a sub-region that it is determined that the primitive could or should be rendered for.
  • These aspects of the invention can again include any one or more or all of the preferred and optional features of the invention described herein, as appropriate. Thus, for example, the sub-regions that a primitive could or should be rendered for could be determined using an exact binning technique (in which case the sub-regions that the primitive could or should be rendered for will comprise exactly those sub-regions that the primitive will appear in (falls within)), or could be determined using a bounding box technique (in which case the sub-regions that it is determined that the primitive could or should be rendered for should comprise the sub-regions that the primitive will appear in (falls within) but may also include other sub-regions where the primitive does not in fact appear (but which are encompassed by the bounding box), as is known in the art), or could be determined using any other suitable and desired technique.
  • A given primitive could, e.g., be included in the primitive list for each and every sub-region and set of plural sub-regions that it is determined it should be rendered for (e.g., in the case of exact binning, it is found to appear in). However, in a particularly preferred embodiment, a given primitive is only included in the primitive lists of selected (a selected number of the) sub-regions and sets of plural sub-regions that it is determined the primitive could or should be rendered for, i.e. the primitive is selectively included in the primitive lists of the sub-regions and sets of plural sub-regions that it is determined that the primitive should be rendered for (e.g. that the primitive has been found to fall within).
  • Thus, for example, a primitive may be included in the primitive list for a sub-region (or the individual primitive lists for plural individual sub-regions) that the primitive is to be rendered for (e.g. has been found to fall within), and in a primitive list for a set of plural sub-regions that the primitive is to be rendered for (e.g. has been found to fall within).
  • Such selective inclusion of primitives within the primitive lists facilitates greater flexibility in terms, e.g., of the memory usage and requirements for storing the primitive lists.
  • Thus, according to an eleventh aspect of the present invention, there is provided an apparatus for sorting primitives for rendering in a graphics processing system in which a scene to be rendered is divided into plural sub-regions for rendering, the apparatus comprising:
  • means for selectively including primitives for rendering in a list of primitives corresponding to a single sub-region of the scene to be rendered, and/or in a list of primitives corresponding to more than one sub-region of the scene to be rendered.
  • According to a twelfth aspect of the present invention, there is provided a method of sorting primitives for rendering in a graphics processing system in which a scene to be rendered is divided into plural sub-regions for rendering, the method comprising:
  • selectively including primitives for rendering in a list of primitives corresponding to a single sub-region of the scene to be rendered, and/or in a list of primitives corresponding to more than one sub-region of the scene to be rendered.
  • Again, these aspects of the present invention can include any one or more or all of the preferred and optional features of the invention disclosed herein, as appropriate. Thus, for example, there are preferably plural lists of primitives each corresponding to different sub-regions or sets of sub-regions of the scene in which a primitive can selectively be listed.
  • In these aspects and embodiments of the invention, the arrangement is preferably such that a primitive is not included in the primitive lists for all the sub-regions and sets of plural sub-regions that it is initially determined that the primitive could or should be rendered for (e.g. that the primitive or its bounding box is found to fall within or intersect or touch), but is included in the primitive lists of less than all the sub-regions and sets of sub-regions that it is initially determined that the primitive could or should be rendered for.
  • In other words, the arrangement is preferably such that a primitive can be and preferably is only listed in some but not all of the separate primitive lists in which it could or should be listed (i.e. the primitive lists for all the sub-regions and sets of plural sub-regions that it is initially determined that the primitive could or should be rendered for (e.g. that the primitive or its bounding box is found to fall within or intersect or touch)). Thus, a primitive is preferably listed in at least one, but not all, of the separate primitive lists for all the sub-regions and sets of sub-regions that it is determined that the-primitive could or should be rendered for.
  • The primitives can be selectively stored in the primitive lists of the sub-regions and sets of sub-regions that it is determined that they could or should be rendered for (e.g. that they or their bounding box are found fall within) in any suitable and desired manner. For example, preferentially listing the primitives for sets of plural sub-regions, rather than on a sub-region by sub-region basis, will reduce the memory requirements for storing the primitive (tile) lists (since fewer primitive lists will be needed for the scene), and vice-versa. Thus, for example, selectively listing primitives at the sub-region or at the sets of sub-regions level (or levels) can be used to vary and control the memory usage requirements for the tile listing process. The present invention accordingly facilitates a more flexible and controllable (at least as regards memory usage requirements) tile listing process.
  • It is preferred for a given primitive only to be included in sufficient primitive lists such that it can be rendered for all the scene areas where it is determined that it should be rendered for (e.g. where the primitive or its bounding box is present). This helps to avoid unnecessary duplicated listing of primitives for the same scene area. Thus, in a particularly preferred embodiment, a primitive is listed in one primitive list only, in respect of each sub-region for which it is to be rendered. This list could be the primitive list for the individual sub-region or a primitive list for a set of plural sub-regions that includes the sub-region in question.
  • Thus, when a primitive is included in a primitive list for a set of plural sub-regions, it is preferred that the primitive is not also included in the individual primitive lists of any of the sub-regions that are in the set of plural sub-regions.
  • Similarly, where there are plural sets of plural sub-regions all covering the same scene area, it is, again preferred that a primitive is not included in the primitive lists for any sets of plural sub-regions that are entirely encompassed by a set of plural sub-regions in whose primitive list the primitive is included.
  • Thus, most preferably, a primitive is not included in the primitive lists of any sub-regions or sets of plural sub-regions that are entirely encompassed (covered) by a larger set of plural sub-regions in whose primitive list the primitive is included.
  • It should be noted here that a given primitive may be listable in, and, indeed, may be included in, primitive lists at different levels of resolution (i.e. scene area (different sized sets of sub-regions)) for different regions of the scene. For example, a primitive may be included in a primitive list for a single scene sub-region (tile) in part of the scene where it lies, but included in a primitive list for a set of plural sub-regions (i.e. at a higher level) for another part of the scene where it appears. However, in a preferred embodiment, a given primitive is listed at one level of resolution only, i.e. the primitive is listed for the same level (size) sets of sub-regions (or for single sub-regions only) for all the scene regions where it is to be listed (rendered).
  • Where sets of plural sub-regions are arranged such that the scene is effectively overlaid by plural layers of different resolution (size) scene areas, as discussed above, then in a particularly preferred embodiment, the primitives are allocated to primitive lists for the sub-regions or sets of sub-regions by testing a primitive, and preferably each primitive, at each successive level (layer) of sets of sub-regions, starting with the highest level (i.e. the level where the set or sets of sub-regions include the most sub-regions), to determine how many different primitive lists the primitive would need to be included in at the level in question. This process is preferably continued iteratively down through the layers until it is determined that the number of primitive lists the primitive should be listed in at a given level (layer) exceeds a, preferably predetermined, threshold number of lists, or the bottom, single sub-region level layer is reached.
  • Most preferably, once a layer is reached where the primitive would need to be included in more primitive lists than the threshold number if it were to be listed at that level, then the primitive is in fact “listed”, i.e. placed in primitive lists for sets of sub-regions, at the preceding level (layer) (i.e. the final layer where the number of primitive lists it would need to be included in does not exceed the threshold number). This ensures that a primitive or each primitive should never be included in more primitive lists than the threshold number of primitive lists, thereby facilitating, e.g., more precise control and knowledge of the memory usage requirement for the primitive (tile) lists.
  • Thus, in a particularly preferred embodiment, a primitive, and preferably each primitive, is not listed in more than a selected, preferably predetermined, (threshold) number of primitive lists.
  • The threshold number of primitive lists to be used in these arrangements can be selected as desired. Since, as discussed above, the threshold number will, in effect, act as the maximum number of primitive lists that a primitive will be listed in, it can be used to, in effect, set the desired optimisation or compromise (trade-off) in the system between having to store more and longer primitive lists but with a consequent reduction in the amount of unnecessary processing of primitives at the rendering stage (by setting a higher threshold number) and vice-versa.
  • The threshold number is preferably an integer greater than one, preferably greater than two and most preferably greater than three. In a particularly preferred embodiment, the threshold number of primitive lists is four. The threshold number can preferably be varied and set in use.
  • In a particularly preferred embodiment, the threshold number corresponds to the ratio of the numbers of sub-regions in the sets of sub-regions in immediately successive layers in the sets of sub-regions hierarchy (i.e. the multiplying factor for the numbers of sets of sub-regions in each successive layer). Thus, for example, where the sets of sub-regions are arranged such that they are in successive layers of 1×1, 2×2, 4×4, 8×8, etc., sub-regions laid over the scene, i.e., such that the number of sub-regions in each layer increases fourfold each time, the threshold number is preferably four.
  • In a particularly preferred arrangement, where it is found that at the level (layer) one step up from the level (layer) where the primitive would need to be listed in more than the threshold number of primitive lists, the number of primitive lists that a primitive will be listed in is equal to the threshold number (e.g. 4), it is then tested whether at the next immediately preceding level, the primitive would need to be included in only a single primitive list, and if it would, the primitive is listed in the single list at the higher level, rather than at the level where it needs to be listed in the threshold number of primitive lists.
  • In other words, where a primitive could be listed at one level in-a single primitive list (i.e. for a single set of sub-regions only), but at the next level down would have to be listed in the threshold number of primitive lists (i.e. for the-threshold number of sets of sub-regions or sub-regions (at the lowest, single sub-region level)), (and the next level down is more than the threshold number of primitive lists), then it is preferred to list the primitive at the single list level, i.e. to include it in a single list only. In other words, if the number of primitive lists that a primitive would have to be listed in changes from one to the threshold number of primitive lists (e.g. 4) on stepping down successive levels, the primitive is preferably listed at the single list level. This is advantageous, because it allows the primitive to only be included in one list whilst still ensuring that the primitive is processed for all the sub-regions that it needs to be rendered for.
  • Thus, as can be seen from the above, in a particularly preferred embodiment, a given primitive is tested at each level in the sets of sub-regions hierarchy, starting with the second from top level (since the top level will be a single list covering the entire scene), and then the third from top level, and so on, until it is found that the primitive needs to be included more than the threshold number of primitive lists at a given level. The primitive will then be listed at the immediately preceding level, i.e. at the list level where it requires the threshold number or less of primitive lists to list the primitive, except in the special case where at the next level up (i.e. the level two levels above the level where the threshold number of primitive lists is exceeded), it can be listed in a single primitive list, in which case the primitive will be listed in that single list.
  • This will then be repeated for each primitive in the scene, until all the primitives for the scene have been listed and primitive lists for all the sub-regions and sets of sub-regions that the scene is or can be divided into have been prepared.
  • It would, of course, be possible to use other arrangements for deciding where (at what level in the sets of sub-regions' hierarchy) to list a given primitive or primitives. For example, rather than, or as well as, considering the absolute number of primitive lists that will be needed to list a primitive at a given level, the difference in the number of primitive lists that a primitive would need to be included in at, e.g., two, successive layers (levels) could be considered and used to determine where to (at what level to) list a given primitive. For example, the difference could be compared to a threshold value and the primitive listed on the basis of the result of that comparison. Other arrangements would, of course, be possible.
  • The individual primitive lists and the primitives in them can be arranged in any desired and suitable fashion and include any desired and suitable data. The lists are preferably arranged and contain data in the manner that is already used for such lists in the art. Thus they preferably include, for example, an identifier for, and indices or pointers to the vertices for, each primitive in the list. The primitives are preferably listed (ordered) in each list in the desired rendering order (first to last), as this allows the primitives to be read from the lists on a first-in, first-out basis. As is known in the art, the primitives will usually be generated in the order in which they are to be rendered. In such a case the primitives can simply be, and preferably are, listed in each list in the order that they are generated.
  • Once all the primitives have been sorted and primitive lists have been prepared for the sub-regions and sets of sub-regions as discussed above, the sub-regions (tiles) can then be processed and rendered, using the primitive lists to determine which primitives need to be processed for each sub-region.
  • This rendering process may be and preferably is carried out in a similar manner to known tile-based rendering systems. Thus, preferably, each sub-region (tile) is processed and rendered separately, i.e. the separate, individual sub-regions are rendered one-by-one. This rendering can be carried out in any desired manner, for example, by rendering the individual sub-regions in succession or in a parallel fashion. Once all the sub-regions (tiles) have been rendered, they can then be recombined, e.g., in a frame buffer, for display, as is known in the art.
  • As will be appreciated by those skilled in the art, as each sub-region is processed and rendered, in order to determine the primitives that must be processed and rendered for the sub-region it will be necessary to check both the primitive list that is exclusive to that sub-region, and the primitive lists of all the sets of plural sub-regions that include the sub-region.
  • The Applicants have recognised that this may mean that a primitive listed in a primitive list for a set of plural sub-regions will be processed for each sub-region of the set of plural sub-regions, irrespective of whether or not it actually appears within a given individual sub-region of the set, and that a consequence of this is that primitives may be processed for sub-regions that they do not actually appear in. However, notwithstanding this, the Applicants believe that the present invention is still advantageous, as it allows, e.g., system designers and application programmers to better and more readily control any desired optimisation and trade-offs between, e.g., memory usage requirements and graphics processing requirements than, e.g., prior art systems.
  • This primitive list checking and the identifying of primitives to be rendered for a given sub-region carried out as desired. However, in a preferred embodiment, the primitive lists are provided to a primitive selection unit that selects the next primitive to be rendered from the primitive lists and then provides that primitive to a rendering unit (e.g. pipeline) for rendering.
  • The primitive selection unit can take any appropriate form. In a preferred embodiment it comprises a tile read unit.
  • Most preferably, the different primitive lists, e.g. different level (resolution) lists that cover a given sub-region (tile) are provided to the primitive selection unit in parallel (i.e. simultaneously), with the primitive selection unit then selecting the next primitive to process from one of the lists. In other words, the primitive selection unit will receive and support multiple primitive (tile) lists, and select primitives for rendering from those multiple lists.
  • It is believed that such arrangements may be new and advantageous in their own right. Thus, according to a thirteenth aspect of the present invention, there is provided an apparatus for selecting a primitive for rendering in a graphics processing system, the apparatus comprising:
  • a primitive selection unit for selecting primitives for rendering; and
  • means for providing to the primitive selection unit plural lists of primitives in parallel; wherein
  • the primitive selection unit comprises means for selecting a primitive to be rendered from one of lists of primitives provided to it.
  • According to a fourteenth aspect of the present invention, there is provided a method of selecting a primitive for rendering in a graphics processing system, the method comprising:
  • providing to a primitive selection unit plural lists of primitives in parallel; and
  • the primitive selection unit selecting a primitive to be rendered from one of lists of primitives provided to it.
  • These aspects and embodiments of the invention can, and preferably do, as will be appreciated by those skilled in the art, include any one or more or all of the preferred and optional features of the invention described herein. Thus, for example, the graphics processing system is preferably a tile-based rendering system (in which case, the primitive selection unit will, e.g., (and preferably does) comprise a tile read unit).
  • The next primitive for rendering could be selected from all the primitive lists in parallel (e.g. the primitive selection unit could simply be provided with all the primitive lists in parallel for it to choose the next primitive for rendering from). However, in a preferred embodiment, the next primitive for rendering is selected from (i.e. the primitive list selection unit, where used, is provided with) only a selected set of (typically and preferably less than all of) the primitive lists. Most preferably, the primitive is chosen from (the primitive selection unit is provided with) all the primitive lists that are known to include or cover the sub-region in question (i.e. the sub-region that is currently being rendered), and most preferably it is chosen from (the primitive selection unit is provided with) only those primitive lists. In a particularly preferred embodiment, the primitive is chosen from (the primitive list selection unit is simultaneously provided with) a single primitive list for each level of resolution, i.e., where appropriate, a list for the single sub-region in question, a list for the 2×2 set of sub-regions that includes the sub-region in question, a list for the 4×4 set of sub-regions that includes the sub-region in question, a list for the 8×8 set of sub-regions that includes the sub-region in question, and so on.
  • The set of primitive lists that primitives are to be selected from for a given tile (i.e. the set of primitive lists that the primitive selection unit should read to identify primitives for rendering for a given tile) can be indicated (e.g. to the primitive selection unit) in any desired fashion, for example by sending this data as appropriate to the graphics processor (e.g. primitive selection unit). In a preferred embodiment, this information is sent when a new tile is to be rendered, e.g. as part of or associated with a “new tile” command (the command that tells the rendering unit to start rendering a new tile). Thus, each sub-region (tile) preferably has associated with it in some way, the set of primitive lists to be used for the sub-region (tile). Other arrangements would, of course, be possible.
  • The information indicating which primitive lists are to be used for a given sub-region (tile) can be provided in any suitable and desired form. In a preferred embodiment, a set of pointers or indices to the relevant primitive lists is provided. In another preferred arrangement, changes to the set of pointers or indices to the primitive lists are provided, to allow the system to identify and change the primitive lists that need to be changed when a new sub-region (tile) is to be rendered. It would also be possible to, e.g., prepare a predetermined set of relationships between the primitive lists to use and the x-y positions of the sub-regions (tiles), which relationships could then be used to determine the primitive lists to use for a sub-region (tile) on the basis of the sub-region's (tile's) x, y coordinates. For example, the x, y position of a sub-region could be used to index into a look-up table specifying the primitive lists to be used for each sub-region position. Other arrangements would, of course, be possible.
  • The next primitive to be rendered can be chosen (e.g. by the primitive selection unit) from the primitive lists that are provided (to be used for a sub-region) in any desired and suitable manner. For example, a primitive from the lowest resolution list (e.g. a single sub-region list) could always preferentially be selected until the list is exhausted and so on, or vice-versa.
  • However, the Applicants have recognised that it can be important in graphics processing to ensure that primitives are rendered in a desired order (typically the order in which they are first generated). This is not a difficulty where there is only a single primitive list for a given sub-region (tile), since the primitives may be and will be added to and listed in the primitive list in the correct order, i.e. one after another, on a first-in, first-out basis, as they are generated.
  • Indeed, as discussed above, the primitives are preferably listed in order of their generation in the individual tile lists generated in accordance with the present invention, and so for any given primitive list, the primitives will where this arrangement is followed, be listed in the correct order in the individual primitive lists in any event.
  • However, it would still be desirable to be able to ensure that where, e.g., the primitive selection unit is provided with plural primitive lists from which to select the next primitive for rendering simultaneously, the selection unit can select the primitives from the different lists in the correct, desired order.
  • Thus, in a particularly preferred embodiment, the primitive generating and sorting process is able to index or add an index to the primitives, preferably as they are included in the primitive lists, which index can then be used, e.g., by the primitive selection unit, to select the primitive to be processed next. This is preferably done by numbering the primitives consecutively, preferably as they are included in the primitive lists. Most preferably each primitive has associated with it a sorting index which index is preferably allocated as the primitive is included in the primitive lists (i.e. at the primitive listing (binning) stage). The number (sorting index) allocated to a primitive or each primitive is preferably included in the primitive lists with the primitive identifier, etc., preferably as the primitive is added to (listed in) the primitive list or lists that it is determined to the primitive will be listed for.
  • The indexing can be done in any appropriate and desired manner. For example, a counter could be incremented each time a new primitive is processed for listing in the primitive lists (i.e. each time a new primitive is “binned”) and the current count allocated to the primitive. Other indexing arrangements, such as using segmented indices, indexing the primitives by groups or sets and then within each group or set, etc., would also, of course, be possible.
  • Such indexing of the primitives as they are listed (binned) assists with the rendering process for a sub-region (tile), as it will, e.g., facilitate rendering the primitives in the correct order. In particular, the (sorting) index given to each primitive can be used to select the next correct (desired) primitive for rendering, thereby allowing, e.g., the desired primitive order to be reconstructed when the primitives are to be rendered and helping to ensure that the primitives can be and are taken from the different primitive lists for rendering in the desired (correct) order.
  • In this arrangement, the next primitive to process is preferably selected, e.g. by the primitive selection unit, from the multiple primitive lists on the basis of the indexes of the (next) primitives in each of the lists (e.g., and preferably, of the next primitive in, e.g. the primitive effectively at the head of, each list). Where, e.g., the primitives are indexed in ascending order (such that the lowest numbered primitive is to be processed first), the primitive selection unit, for example, preferably determines (reads) the index of the next primitive in each list and selects the lowest indexed primitive for rendering next.
  • It is believed that such indexing arrangements for primitives may be new and advantageous in their own right. Thus, according to a fifteenth aspect of the present invention, there is provided a graphics processing system, comprising:
  • means for listing graphic primitives for rendering;
  • means for associating with each listed graphics primitive an index for the primitive; and
  • means for using the indices associated with the graphics primitives to sort the primitives.
  • According to a sixteenth aspect of the present invention, there is provided a method of operating a graphics processing system, comprising:
  • listing graphic primitives for rendering;
  • associating with each listed graphics primitive an index for the primitive; and
  • using the indices associated with the graphics primitives to sort the primitives.
  • As will be appreciated by those skilled in the art, these aspects of the invention may and preferably do include any one or more of all the preferred and optional features of the invention described herein, as appropriate. Thus, for example, the indices allocated to the primitives are preferably used to order (sort) the primitives for rendering (i.e. to control the order in which the primitives are rendered), and are preferably allocated to the primitives as they are listed (binned) in primitive lists for rendering. Similarly, the primitives can preferably be listed in primitive lists that are exclusive to single sub-regions of the scene to be rendered, and in primitive lists that are to be used for plural sub-regions of the scene in common, as discussed above.
  • The Applicants have further recognised that indexing primitives in the manner discussed above such that the correct order of the primitives can be recreated when the primitives are to be rendered can be used to facilitate other advantageous processes and operations for graphics processing.
  • For example, and in particular, indexing the primitives in this manner can facilitate processing the individual primitives in a distributed fashion, for example by plural different processors or processing units, since the indices can be used to regather (recombine) the distributed primitives into the correct order when the primitives are to be rendered. This would allow, for example, different primitives from a stream of primitives to be rendered to be distributed between plural different geometry processors or processing units operating in parallel, with the primitives then being recombined into their original “stream” for rendering.
  • Thus, a primitive indexing arrangement of the type described above could be used, for example, to support and facilitate multiple geometry and/or binning (primitive listing) engines operating in parallel on a given stream (set) of primitives, with the commensurate increase in processing speed, etc., that that could confer.
  • It is believed that such arrangements may be new and advantageous in their own right. Thus, according to a seventeenth aspect of the present invention, there is provided a method of processing a group of graphics primitives for rendering, comprising:
  • distributing primitives from the group of primitives across multiple processing units; and
  • recombining the distributed primitives into a group of primitives.
  • According to an eighteenth aspect of the present invention, there is provided an apparatus for processing a group of graphics primitives for rendering, the apparatus comprising:
  • means for distributing primitives from the group of primitives across multiple processing units; and
  • means for recombining the distributed primitives into a group of primitives.
  • As will be appreciated by those skilled in the art, these aspects and arrangements of the invention can and preferably do include any one or more or all of the preferred and optional features of the invention described herein, as appropriate.
  • Thus, for example, the group or set of primitives preferably comprises a stream of primitives, such as a linear series of primitives in a particular order. Similarly the group of primitives is preferably recombined into a single group of primitives (e.g., and preferably, into a single stream of primitives). It would also be possible, e.g., as is known in the art, for the group of primitives to not necessarily be provided as a “stream” at a higher level of input to the system, but, e.g., to be configured as a stream for some or all of the underlying processes of the system (and distributed in the manner of these aspects and embodiments of the invention when not in the form of a stream and/or when in the form of a stream).
  • Thus, in a particularly preferred embodiment, the group of primitives is a stream of primitives, primitives from the stream are distributed across the multiple processing units, and the distributed primitives are recombined into a single stream of primitives.
  • Similarly, the primitives preferably each have an index associated with or allocated to them before they are distributed to the processing units, which indices are preferably used when recombining the distributed primitives, e.g. into the single stream. The indices are preferably used to order or sort the primitives (e.g. to place them in the desired order in the recombined stream).
  • Equally, the processing units that the primitives are distributed to are preferably similar units (e.g. in terms of the functions and/or operations that they can perform), and preferably each carry out the similar operations (functions) on the distributed primitives (although this is, of course, not essential and different processing units and operations could be used if desired or where appropriate). (It will be appreciated here that by the “same operations” it is intended that the processing units carry out the same form or type of operation or process on the primitives, although, in practice, the actual operations that are performed will vary and depend, e.g., on the nature of and requirements of each individual primitive.) The processing units preferably operate in parallel, e.g. such that they can each be operating on (processing) a (different) primitive simultaneously.
  • In a preferred embodiment, the processing units are geometry processors, and/or most preferably carry out one or more geometry processing operations, such as transforming, clipping and/or lighting the primitives, and/or carry out a primitive binning process (i.e. place the primitives in primitive lists to be used to identify which primitives to render for a given sub-region or sub-regions of a scene to be rendered).
  • Similarly, the method and apparatus of these aspects and embodiments of the invention preferably includes a step of or means for rendering the primitives. Most preferably in such an arrangement, the recombining of the distributed primitives into a common stream occurs prior to the primitives being sent for rendering or as (at the same time as) the primitives are sent for rendering.
  • According to a nineteenth aspect of the present invention, there is provided a method of processing a group of graphics primitives for display, comprising:
  • allocating an index to primitives in the group of primitives;
  • distributing primitives from the group of primitives across multiple processing units; and
  • using the indices allocated to the primitives to sort the primitives after they have been processed by the processing units.
  • According to a twentieth aspect of the present invention, there is provided an apparatus for processing a group of graphics primitives for display, the apparatus comprising:
  • means for allocating an index to primitives in the group of primitives;
  • means for distributing primitives from the group of primitives across multiple processing units; and
  • means for using the indices allocated to the primitives to sort the primitives after they have been processed by the processing units.
  • As will be appreciated by those skilled in the art, these aspects and arrangements of the invention can and preferably do include any one or more or all of the preferred and optional features of the invention described herein, as appropriate.
  • Thus, for example, the group of primitives preferably comprises a set of primitives, and most preferably a stream of primitives.
  • Similarly, the primitives preferably each have an index associated with or allocated to them before they are distributed to the processing units, and the indices are preferably used to order the primitives after processing by the multiple processing units for subsequent processing of the primitives, and most preferably to (where appropriate) recombine the distributed primitives into a single stream of primitives (having a desired primitive order).
  • Equally, the processing units that the primitives are distributed to preferably each carry out the same (similar) operations (functions), preferably operate in parallel, and most preferably carry out one or more geometry processing operations, and/or carry out a primitive binning process.
  • Similarly, the method and apparatus of these aspects and embodiments of the invention preferably include a step of or means for rendering the primitives, and the indices allocated to the primitives are preferably used to order the primitives for rendering.
  • Thus, according to a twenty-first aspect of the present invention, there is provided a method of processing a group of graphics primitives for display, comprising:
  • allocating an index to primitives in the group of primitives;
  • distributing primitives from the group of primitives across multiple processing units;
  • rendering primitives from the group of primitives; and
  • using the indices allocated to the primitives to control the order in which the primitives are rendered.
  • According to a twenty-second aspect of the present invention, there is provided an apparatus for processing a group of graphics primitives for display, the apparatus comprising:
  • means for allocating an index to primitives in the group of primitives;
  • means for distributing primitives from the group of primitives across multiple processing units;
  • means for rendering primitives from the group of primitives; and
  • means for using the indices allocated to the primitives to control the order in which the primitives are rendered.
  • As will be appreciated by those skilled in the art, these aspects and arrangements of the invention can and preferably do include any one or more or all of the preferred and optional features of the invention described herein, as appropriate. Thus, for example, the primitives are preferably in the form of a stream of primitives for rendering, the primitives preferably each have an index associated with or allocated to them before they are distributed to the processing units, and the processing units that the primitives are distributed to preferably each carry out the same (similar) operations (functions), preferably operate in parallel, and most preferably carry out one or more geometry processing operations, and/or carry out a primitive binning process.
  • Where a distributed primitive processing arrangement is used, then the primitives in the primitive group (e.g. stream) can be distributed to the individual processing units in any desired manner. For example, the primitives could simply be distributed one-by-one to the available processing units. In a preferred embodiment, a selected set or batch of primitives from the group (e.g. stream) is sent to one processing unit, with the next set or batch in the group being sent to the next processing unit, and so on. The arrangement is preferably such that any given primitive in the group of primitives is sent to one processing unit only, although this is not essential.
  • In a particularly preferred embodiment, the primitives in the group (e.g. stream) of primitives are distributed to the multiple, e.g. parallel, processing units on a drawing call basis, preferably such that all the primitives for a given drawing call are sent to the same processing unit (but different drawing calls may be sent to, and preferably are sent to, where possible, different processing units). As is known in the art, in graphics processing primitives are commonly grouped together in sets, e.g., for a particular scene region, which the programmer intends to be rendered in one go, together as a group. Such groups of primitives that are to be processed together are commonly referred to as “drawing calls”. Thus, distributing primitives for processing on a drawing call basis advantageously, for example, ensures that the primitives for a drawing call remain “together” when they are processed.
  • The primitives can be indexed (where this is used) in these arrangements in any suitable manner (i.e., so long as the indexing permits the desired primitive order (e.g. stream) to be recreated (e.g. when rendering the primitives)). Thus, for example, all the primitives could simply be numbered consecutively, e.g., as they are distributed, e.g. in a similar manner to that discussed above.
  • However, in a preferred arrangement, particularly where the primitives are distributed on a batch-by-batch (set-by-set) basis (e.g. on a drawing call basis), a combined or segmented indexing (numbering) scheme is used. Most preferably, the batches (e.g. drawing calls) are numbered, preferably consecutively, and then the primitives for (within) each batch are numbered (again, preferably consecutively). Thus, for example, for drawing call number 1, there may then be primitives l to n, and then under drawing call number 2, there would then be primitives l to m, and so on. In other words, the drawing calls would, for example, be indexed, and then the primitives within each drawing call indexed. When the primitives are to be recombined, the system would then, e.g., take the drawing calls (batches) in order, one after another, and take, for a given drawing call, the primitives in order within each drawing call (batch).
  • In a preferred such embodiment, the indexing is arranged such that the higher order bits (a selected set of the highest order bits) of the index are used for the batch, e.g., drawing call number, and then the (remaining) lower order bits are used for the primitive number within the batch (e.g. drawing call). This provides a particularly convenient way of indexing the primitives on a per batch (e.g. drawing call) basis, and accordingly for distributing primitives in batches to plural processors operating in parallel. In other words, segmented index numbers are preferably used, with the higher order bits representing the batch (e.g. drawing call) number, and the lower order bits representing the primitive number within the batch (e.g. drawing call).
  • As will be appreciated by those skilled in the art, in the above arrangements, it may be the case that within a given batch, not all of the available primitive indices will be needed and thus used. In this case, when it comes to using the indices to order the primitives, e.g., for rendering, the system would, once all the primitives for a given batch have been processed (e.g. rendered), then step to the next batch (drawing call) and start to, e.g., render primitives from there. To facilitate this, where desired, an indicator, such as a jump or link command, could be included in the index to allow the system to recognise when the primitives for a given batch (e.g. drawing call) have been exhausted, such that the system knows to then move on to the next batch (drawing call) in the index order.
  • Thus, it can be seen that in a preferred embodiment of these arrangements and aspects of the invention, the stream or set of primitives that is to be rendered (e.g. for a scene) will be divided up into separate batches (with each batch of primitives preferably corresponding to a drawing call), with the batches of primitives being distributed to plural geometry and binning engines that are operating in parallel, which engines will carry out geometry operations such as transformations on the primitives. that they receive and list the primitives in primitive lists for sub-regions or sets of sub-regions of the screen. Thereafter, when it comes to rendering the primitives, the rendering process can, as discussed above, use the indices associated with the primitives stored in the primitive lists to recreate the desired and correct order for rendering the primitives.
  • In this way, these arrangements of the present invention can be used, for example, to allow geometry and primitive binning operations to be carried out in a distributed, parallel fashion, which could, for example, be used to enhance the efficiency of the process.
  • Where, as in the above arrangements, indices are to be allocated to primitives, this can be done in any suitable and desired manner. It is preferably done before the primitives are distributed to the processing units, and most preferably at the time of their distribution. It would be possible, e.g., to allocate a complete index to each primitive in one go (e.g. at distribution time), or, e.g., the index could be allocated in a number of stages. For example, where the primitives are distributed on a drawing call basis as discussed above, then the “drawing call” index could be allocated when the drawing call is distributed for processing, but the indexing of individual primitives within a drawing call could be carried out later (or not at all), e.g., as the drawing call is processed.
  • As will be appreciated by those skilled in the art, it would be possible in the above arrangements simply to allow sufficient indices (e.g. numbers) such that it should be possible to index each and every primitive that could ever be generated for any given scene. However, the Applicants have recognised that this may not always be desirable. For example, it may be inefficient to allow for the possibility of indexing to a particularly large number of primitives for a scene that in practice may rarely or never be reached. On the other hand, if the indexing is not arranged so as to be able to cope with the maximum number of primitives that any scene could require, there would be a possibility that the number of primitives for a scene could exceed the capacity of the indexing that can be allocated to the primitives.
  • It would, e.g. be possible in such circumstances to return to the beginning of the indexing (i.e. to “wrap around” the primitive numbering). However, the Applicants have recognised that this may not always be desirable or appropriate, since it could result in two different primitives that are still “live” (i.e. that are still being or to be rendered) both having the same index.
  • Thus, in a particularly preferred embodiment, the system can recognise when the primitive indexing capacity has been reached or exhausted and in response thereto list the primitives such that from then on, there is only a single primitive list to select primitives from for a given sub-region, e.g. such that the primitive selection unit will only read for primitives after the index is exhausted a single primitive list for a given sub-region. This will ensure that, e.g., the primitive selection unit only has a single primitive list from which to select primitives from for rendering for any given sub-region once the indexing capacity has been exhausted, and thereby ensure that once the system's capacity for indexing the primitives consecutively has been exhausted, the system can still process the primitives (since from then on there will be only a single primitive list from which to select primitives for rendering for any given sub-region and thus there will no longer be a need to choose between primitives in two or more lists).
  • This arrangement thus provides a fail-safe mode of operation in the event that the available indices for primitives run out.
  • The above arrangement can be achieved in any desired and suitable manner. In a preferred embodiment, it is achieved by the system listing all primitives generated after the indexing capacity has been exhausted at the same, selected, preferably predetermined, level (layer) of resolution, e.g. always in the single sub-region lists, or always in the 2×2 sub-region lists, or always in the 4×4 sub-region lists, etc.
  • Thus, in a particularly preferred embodiment, the system is able to recognise that the index has reached the highest available index (e.g. the counter has reached its maximum value), and in response thereto will from then on always list the primitives at the same given, selected, preferably predetermined, level of resolution (layer).
  • In these arrangements it is preferred for the highest index number available to be reserved and allocated to all the primitives generated after the penultimate index primitive has been generated, so as to allow the system readily to identify when the “index-exhausted” state has been reached and is in operation.
  • In a preferred embodiment, the system (e.g. primitive selection unit) can identify if it has already passed for rendering a primitive that it is currently selecting from for rendering, and can ignore the primitive and look to select a different primitive in that event. This situation could arise, e.g., if the same primitive appears in two different primitive lists that cover a given sub-region (tile), and the primitive has already been rendered from one of the lists when it, e.g., arrives at the head of the other list or lists that it is included in. Recognising this event allows the system to avoid rendering the same primitive twice.
  • Thus, in a preferred embodiment it can be recognised (e.g. the primitive selection unit can recognise) when the primitive lists primitives are to be selected from for rendering include the same primitive more than once (e.g. the same primitive is at the head of two or more of the primitive lists provided to the primitive selection unit simultaneously), so that, e.g. and preferably, avoid sending the same primitive for rendering twice can be avoided.
  • The recognition of the repetition of a primitive in this manner can be carried out in any suitable and desired manner. For example, the primitive selection unit or another unit could use the primitive indexes of the primitives (e.g. compare them) to see if they are repeated (e.g. match). If a duplicated or repeated primitive is recognised, then the system (e.g. primitive selection unit) preferably selects one for rendering and discards the other.
  • In a particularly preferred embodiment of the present invention, a primitive list or lists can be and preferably is or are cached by or in the graphics processor, most preferably by the primitive selection unit, i.e. the primitive lists can be and preferably are stored in a local, more rapidly accessible memory of the graphics processor. Thus, the apparatus and method of the present invention preferably include means for or a step of caching a primitive list or lists. Such caching can reduce bandwidth usage in respect of the primitive lists.
  • Preferably higher level (lower resolution) primitive lists, i.e. lists that are for plural sub-regions of the scene, are cached. Caching such primitive lists is advantageous, because they will be reused when processing different sub-regions (tiles), unlike primitive lists that are exclusive to (unique to) a single sub-region (which will accordingly be used once only), and so by caching these primitive lists, a more efficient process can be achieved. Indeed, it is an advantage of the present invention that it facilitates the caching of primitive lists, and thus the more efficient caching of primitive data.
  • As well as caching primitive lists discussed above, other data could also be cached if desired. Indeed, in a particularly preferred embodiment, vertex data (vertices) are cached in the above manner, as well as (or instead of) the primitive lists. This again has the advantage that vertex data that may be used for more than one sub-region can be stored locally (cached) for use, rather than needing to be retrieved from external memory each time it is required.
  • The cached data may be stored in the same or different caches, as is known in the art.
  • Where primitive limits and/or vertex (or other) data is cached in this fashion, the storing of (and in particular the replacement of) data in the cache is preferably based on the level in the “sets of sub-regions” hierarchy for which the data applies (e.g. whether it is stored for a single sub-region only or for a set of plural sub-regions (and, e.g., how many sub-regions there are in the set)), rather than, e.g. on a simple first-in, first-out basis. This facilitates preferentially retaining in the cache data that may be required for plural sub-regions. Preferably the higher the level that the data is stored for, the lower its priority for replacement. Thus the “layer” (level) hierarchy is preferably used to prioritise the replacement of data in the cache.
  • In a particularly preferred embodiment, the rendering order of the individual sub-regions is selected, and preferably predetermined, so as to enhance the efficient usage of any cached data. Most preferably the rendering order is selected so that the sub-regions are rendered in such a fashion that a given set of sub-regions in one layer is completely rendered before the next set of sub-regions in the layer is rendered. This will help to ensure that all the data for a given set of sub-regions can be used and then safely discarded before the rendering of the next set of sub-regions is started.
  • In other words, it is preferred to render the individual sub-regions in an order that ensures that the boundaries between different sets of sub-regions in a given layer are not crossed until all the sub-regions in the first set of sub-regions have been rendered. This helps to ensure that the data stored for a respective set of sub-regions need only be cached for the minimum length of time.
  • Where, as discussed above, the arrangement is such that successive layers have 1×1, 2×2, 4×4, 8×8, etc., sub-regions in their sets of sub-regions, then this can be achieved by rendering the sub-regions in Morton order.
  • Although the present invention has been described above with reference to the storing of primitive lists for individual sub-regions or sets of more than one sub-region, it would also or instead be possible to store other graphics data on a similar basis. For example, there are other forms of graphics data, such as graphics, e.g. rendering, settings, such as scissoring parameters and primitive type parameters (e.g. whether a primitive is a point, line, triangle or quad) and sub-region (tile) commands (e.g. a final tile command), that may be specified on a per sub-region (tile) or group of sub-regions basis.
  • The Applicants have recognised that it could equally be advantageous to be able to store (selectively) these types of data either on a per sub-region basis, or for plural sub-regions in common, in a similar manner to the primitive lists discussed above.
  • For example, if a particular parameter or command is to be used for each and every sub-region, it may be preferable to store it in a single primitive (or other) list that is to be used for the whole scene in common. On the other hand, for a command or data that is needed for one or a few sub-regions only, it may be preferable to store it in respect of those sub-region(s) only, e.g. at a lower level in the hierarchy that encompasses the relevant sub-region(s) only.
  • Thus, the system of the present invention can preferably also store data and commands other than primitives in the manner described above for preparing the primitive lists (for example, and preferably, in separate “lists” for individual sub-regions and for sets of plural sub-regions of the scene). Preferably these commands and data are stored at the level in the sub-regions and sets of sub-regions hierarchy at which they will be used or are needed, as exemplified above.
  • In these arrangements, the graphics data (e.g. commands and settings) could, for example, be stored in separate, e.g., “commands”, lists for the sub-regions and sets of sub-regions. However, in a particularly preferred embodiment, this graphics data is included in the primitive lists for the sub-regions and sets of sub-regions, i.e. such that a and preferably each primitive list can and will include a list of primitives together with other graphics data, such as commands, settings and/or parameters interspersed within the list of primitives.
  • In a particularly preferred embodiment, this other graphics data is indexed in a similar manner to the primitives, as this will again allow the data to be used in the correct order. Again, a separate index could be used for this data, but most preferably it is indexed within the indexing of the primitives, i.e. such that, for example, the system will (where, for example, a command is to be executed after the first three primitives have been rendered) render primitives 1, 2, 3, then execute command 4, then render primitives 5, 6, . . . , and so on.
  • It is believed that the storing of data in this manner may be new and advantageous in its own right.
  • Thus, according to a twenty-third aspect of the present invention, there is provided an apparatus for sorting data and/or commands for use for rendering in a graphics processing system in which a scene to be rendered is divided into a plurality of sub-regions for rendering, the apparatus comprising:
  • means for preparing, for a single sub-region of the scene, a set of data and/or commands for use when rendering the sub-region; and
  • means for preparing, for a set of sub-regions comprising more than one sub-region of the scene, a set of data and/or commands for use when rendering the sub-regions of the set of sub-regions.
  • According to a twenty-fourth aspect of the present invention, there is provided a method of sorting data and/or commands for use for rendering in a graphics processing system in which a scene to be rendered is divided into a plurality of sub-regions for rendering, the method comprising
  • preparing, for a single sub-region of the scene, a set of data and/or commands for use when rendering the sub-region; and
  • preparing, for a set of sub-regions comprising more than one sub-region of the scene, a set of data and/or commands for use when rendering the sub-regions of the set of sub-regions.
  • According to a twenty-fifth aspect of the present invention, there is provided an apparatus for sorting data and/or commands for use for rendering in a graphics processing system in which a scene to be rendered is divided into plural sub-regions for rendering, the apparatus comprising:
  • means for including data or a command for use for rendering at least in a set of data and/or commands for use for rendering a single sub-region of the scene or in a set of data and/or commands to be used for rendering more than one sub-region of the scene.
  • According to a twenty-sixth aspect of the present invention, there is provided a method of sorting data and/or commands for use for rendering in a graphics processing system in which a scene to be rendered is divided into plural sub-regions for rendering, the method comprising:
  • selectively including data or a command for use for rendering at least in a set of data and/or commands to be used for rendering a single sub-region of the scene or in a set of data and/or commands to be used for rendering more than one sub-region of the scene.
  • According to a twenty-seventh aspect of the present invention, there is provided an apparatus for sorting data and/or commands for use for rendering in a graphics processing system in which a scene to be rendered is divided into sub-regions for rendering, the apparatus comprising:
  • means for including data or a command for use for rendering in one or more sets of data and/or commands for use for rendering, wherein the sets of data and/or commands for rendering can be exclusive to a single sub-region only or can be used for more than one sub-region of the scene.
  • According to a twenty-eighth aspect of the present invention, there is provided a method of sorting data and/or commands for use for rendering in a graphics processing system in which a scene to be rendered is divided into sub-regions for rendering, the method comprising:
  • including data and/or a command for use for rendering in one or more sets of data and/or commands for use for rendering, wherein the sets of data and/or commands for use for rendering can be exclusive to a single sub-region only or can be used for more than one sub-region of the scene.
  • According to a twenty-ninth aspect of the present invention, there is provided an apparatus for sorting data and/or commands for use for rendering in a graphics processing system in which a scene to be rendered is divided into plural sub-regions for rendering, the apparatus comprising:
  • means for selectively including data and/or commands for rendering in a set of data and/or commands for use for rendering corresponding to a single sub-region of the scene to be rendered, and/or in a set of data and/or commands for use for rendering corresponding to more than one sub-region of the scene to be rendered.
  • According to a thirtieth aspect of the present invention, there is provided a method of sorting data and/or commands for use for rendering in a graphics processing system in which a scene to be rendered is divided into plural sub-regions for rendering, the method comprising:
  • selectively including data and/or commands for use for rendering in a set of data and/or commands for use for rendering corresponding to a single sub-region of the scene to be rendered, and/or in a set of data and/or commands for use for rendering corresponding to more than one sub-region of the scene to be rendered.
  • According to a thirty-first aspect of the present invention, there is provided a method of processing a stream of graphics data elements, the method comprising:
  • distributing data elements from the stream of graphics data elements across multiple processing units operating in parallel; and
  • recombining the distributed data elements into a single stream of graphics data elements.
  • According to a thirty-second aspect of the present invention, there is provided an apparatus for processing a stream of graphics data elements, the apparatus comprising:
  • means for distributing data elements from the stream of graphics data elements across multiple processing units operating in parallel; and
  • means for recombining the distributed data elements into a single stream of graphics data elements.
  • According to a thirty-third aspect of the present invention, there is provided a method of processing a stream of graphics data elements, the method comprising:
  • allocating an index to data elements in the stream of graphics data elements;
  • distributing data elements from the stream of graphics data elements across multiple processing units operating in parallel; and
  • using the indices allocated to the data elements to sort the data elements after they have been processed by the processing units operating in parallel.
  • According to a thirty-fourth aspect of the present invention, there is provided an apparatus for processing a stream of graphics data elements, the apparatus comprising:
  • means for allocating an index to data elements in the stream of graphics data elements;
  • means for distributing data elements from the stream of graphics data elements across multiple processing units operating in parallel; and
  • means for using the indices allocated to the data elements to sort the data elements after they have been processed by the processing units operating in parallel.
  • According to a thirty-fifth aspect of the present invention, there is provided a method of processing a stream of graphics data elements, the method comprising:
  • allocating an index to data elements in the stream of graphics data elements;
  • distributing data elements from the stream of graphics data elements across multiple processing units operating in parallel;
  • processing data elements from the stream of graphics data elements; and
  • using the indices allocated to the data elements to control the order in which the data elements are processed.
  • According to a thirty-sixth aspect of the present invention, there is provided an apparatus for graphics data elements, the apparatus processing a stream of graphics comprising:
  • means for allocating an index to data elements in the stream of graphics data elements;
  • means for distributing data elements from the stream of graphics data elements across multiple processing units operating in parallel;
  • means for processing data elements from the stream of graphics data elements; and
  • means for using the indices allocated to the data elements to control the order in which the data elements are processed.
  • As will be appreciated by those skilled in the art, the above aspects of the present invention can, and preferably do, include one or more of all of the preferred and optional features of the invention described herein. Thus, for example, the data and/or commands stored for a sub-region or for a set of more than one sub-region, preferably comprises a list of primitives to be rendered for the sub-region or set of sub-regions, and/or other data or commands that are to be used for the sub-region or set of sub-regions. In a preferred embodiment, it comprises both a list of primitives to be rendered and other data and commands to be used for a sub-region or set of sub-regions. Similarly, the graphics data elements preferably comprise graphics primitives and/or other graphics data and/or commands.
  • It should also be noted here that although references herein to “primitives” are primarily intended to refer to graphics primitives in the form of “simple” polygons such as triangles, grids, lines or points, etc., as is known in the art (and, in a preferred embodiment, do refer to graphics primitives in the form of “simple” polygons such as triangles, quads, lines or points), the present invention is also applicable to larger graphics objects or primitives, such as graphics components or primitives that are intended to represent larger objects in the scene and/or groups of smaller polygons (such as a group of contiguous triangles). For example, it may be desired to process and sort a group of plural individual polygons as a single graphical object or primitive. Such larger, “complex” primitives (“meta-primitives”) can equally be listed for sub-regions and sets of plural sub-regions in the manner of the present invention. Thus references herein to “primitives”, etc., should, unless the context otherwise requires, be interpreted accordingly.
  • The various functions of the present invention can be carried out in any desired and suitable manner. In a particularly preferred embodiment they are carried out on a single graphics processing platform that generates and outputs the graphics data that is written to the frame buffer for the display device. The functions can be implemented in hardware or software, as desired. In a preferred embodiment the system is implemented as a hardware element (e.g. ASIC). Thus, in another aspect the present invention comprises a hardware element including the apparatus of, or operated in accordance with the method of, any one or more of the aspects of the invention described herein.
  • It should also be noted here that, as will be appreciated by those skilled in the art, the various functions, etc., of the present invention may be duplicated and/or carried out in parallel on a given processor. There may be, for example, plural primitive selection units operating in parallel.
  • The present invention is applicable to any form or configuration of graphics processor and renderer, such as renderers having a “pipelined” arrangement (in which case the renderer will be in the form of a rendering pipeline).
  • As will be appreciated from the above, the present invention is particularly, although not exclusively, applicable to 3D graphics processors and processing devices, and accordingly extends to a 3D graphics processor and a 3D graphics processing platform including the apparatus of, or operated in accordance with the method of, any one or more of the aspects of the invention described herein. Subject to any hardware necessary to carry out the specific functions discussed above, such a 3D graphics processor can otherwise include any one or more or all of the usual functional units, etc., that 3D graphics processors include.
  • It will also be appreciated by those skilled in the art that all of the described aspects and embodiments of the present invention can include, as appropriate, any one or more or all of the preferred and optional features described herein.
  • The methods in accordance with the present invention may be implemented at least partially using software e.g. computer programs. It will thus be seen that when viewed from further aspects the present invention provides computer software specifically adapted to carry out the methods herein described when installed on data processing means, a computer program element comprising computer software code portions for performing the methods herein described when the program element is run on data processing means, and a computer program comprising code means adapted to perform all the steps of a method or of the methods herein described when the program is run on a data-processing system. The invention also extends to a computer software carrier comprising such software which when used to operate a graphics processor, renderer or microprocessor system comprising data processing means causes in conjunction with said data processing means said processor, renderer or system to carry out the steps of the methods of the present invention. Such a computer software carrier could be a physical storage medium such as a ROM chip, CD ROM or disk, or could be a signal such as an electronic signal over wires, an optical signal or a radio signal such as to a satellite or the like.
  • It will further be appreciated that not all steps of the methods of the invention need be carried out by computer software and thus from a further broad aspect the present invention provides computer software and such software installed on a computer software carrier for carrying out at least one of the steps of the methods set out herein.
  • The present invention may accordingly suitably be embodied as a computer program product for use with a computer system. Such an implementation may comprise a series of computer readable instructions either fixed on a tangible medium, such as a computer readable medium, for example, diskette, CD-ROM, ROM, or hard disk, or transmittable to a computer system, via a modem or other interface device, over either a tangible medium, including but not limited to optical or analogue communications lines, or intangibly using wireless techniques, including but not limited to microwave, infrared or other transmission techniques. The series of computer readable instructions embodies all or part of the functionality previously described herein.
  • Those skilled in the art will appreciate that such computer readable instructions can be written in a number of programming languages for use with many computer architectures or operating systems. Further, such instructions may be stored using any memory technology, present or future, including but not limited to, semiconductor, magnetic, or optical, or transmitted using any communications technology, present or future, including but not limited to optical, infrared, or microwave. It is contemplated that such a computer program product may be distributed as a removable medium with accompanying printed or electronic documentation, for example, shrink-wrapped software, pre-loaded with a computer system, for example, on a system ROM or fixed disk, or distributed from a server or electronic bulletin board over a network, for example, the Internet or World Wide Web.
  • A number of preferred embodiments of the present invention will be described by way of example only and with reference to the accompanying drawings, in which:
  • FIG. 1 shows schematically a tile-based graphics-processing arrangement;
  • FIG. 2 shows schematically an arrangement of a graphics processor that can operate in accordance with the present invention;
  • FIG. 3 shows schematically an embodiment of a process for allocating primitives to primitive lists;
  • FIG. 4 shows schematically a set of primitives in a scene to be rendered; and
  • FIG. 5 shows schematically an embodiment of an arrangement of sets of sub-regions of a scene to be rendered.
  • A preferred embodiment of the present invention will now be described with reference to FIGS. 2, 3 and 4.
  • FIG. 2 shows schematically a graphics processor 20 that may be operated in accordance with the present invention. The graphics processor 20 includes a geometry processor 21, and a renderer 22, both of which can access a memory 23. The memory 23 may be, as is known in the art, “on-chip” with the geometry processor 21 and renderer 22, or may be an external memory that can be accessed by the geometry processor 21 and renderer 22.
  • The memory 23 stores, inter alia, and as shown in FIG. 2, a set of raw geometry data 24 (which is, for example, provided by the graphics processor driver or an API running on a host system (microprocessor) of the graphics processor 20, as is known in the art), a set of transformed geometry data 25 (which is the result of various transformation and processing operations carried out on the raw geometry 24, again, as is known in the art), and a set of primitive lists 26. The primitive lists 26 are prepared in accordance with the present invention. This process will be described in more detail below.
  • The transformed geometry data 25 comprises, for example, transformed vertices (vertex data), etc., as is known in the art.
  • The geometry processor 21 comprises, inter alia, a programmable vertex shader 27, and a primitive list building unit 28. The programmable vertex shader 27 takes as it input the raw geometry data 24 stored in the memory 23, and processes that data to provide transformed geometry data 25 (which it then stores in the memory 23) comprising the geometry data in a form that is ready for 2D placement in the frame to be displayed. The programmable vertex shader 27 and the processes it carries out can take any suitable form and be any suitable and desired such processes known in the art.
  • The primitive list building unit 28 carries out the process of the present invention of allocating the primitives to the primitive lists which are then used by the renderer 22 to identify the primitives that should be rendered for each sub-region of the scene to be rendered. To do this, the primitive list building unit 28 takes as its input the transformed and processed vertex data from the programmable vertex shader 27 (i.e. the positions of the primitives in the scene), builds primitive (tile) lists using that data, and stores those lists as the primitive lists 26 in the memory 23. This process will be described in more detail below.
  • The renderer 22 includes a primitive selection unit 29, a primitive list cache 30, a vertex selection unit 31, a vertex data cache 32, a rasterising unit 33, a rendering unit 34, and tile buffers 35.
  • The rasterising unit 33, rendering unit 34, tile buffers 35 operate, in this embodiment, in the same manner as such units operate in existing graphics processing systems. Thus the rasterising unit 33 takes as its input a primitive and its vertices, rasterises the primitive to fragments, and provides those fragments to the rendering unit 34. The rendering unit 34 then performs a number of rendering processes, such as texture mapping, blending, shading, etc. on the fragments, and generates rendered fragment data which it stores in the tile buffers 35 for providing to a frame buffer for display.
  • The primitive selection unit 29 of the renderer 22 determines which primitive is to be rendered next. It does this by considering the primitive lists 26 stored in the memory 23, and selecting from one of those lists the next primitive to be rendered. This selection process again will be described in more detail below.
  • The primitive selection unit 29 can also place one or more primitive lists in the primitive list cache 30.
  • The primitive selection unit 29 provides the primitive that it has selected for rendering next to the vertex selection unit 31. In response to this, the vertex selection unit 31 retrieves the appropriate transformed vertex data for the primitive in question from the transformed geometry data 25 stored in the memory 23, and then provides the primitive (i.e. its transformed vertex data) to the rasterising unit 33 for processing. The vertex selection unit 31 can cache vertex data that it has retrieved from the memory 23 in the vertex data cache 32, if desired.
  • The operation of the primitive list building unit 28 and the preparation of the primitive lists 26 will now be described in more detail with reference to FIGS. 3, 4 and 5.
  • As discussed above, the present invention is applicable to a rendering system in which the scene to be rendered is divided into plural sub-regions or tiles. Furthermore, as well as the scene being divided into the individual sub-regions, the sub-regions can be grouped together in sets of more than one sub-region which thereby in effect cover a greater portion of the screen area than a single sub-region. Furthermore, a separate (different) primitive list (i.e. a list of primitives to be rendered) can be and is prepared from each individual sub-region, and for each set of plural sub-regions that the system supports.
  • FIGS. 4 and 5 illustrate a preferred embodiment of an arrangement of sub-regions and sets of sub-regions of a scene to be rendered that can be used with the present invention.
  • As shown in FIG. 4, the scene 50 to be rendered is divided into plural individual sub-regions or tiles 51. (It should be noted here that FIG. 4 does not show all the individual sub-regions 51 that the scene 50 is divided into, but only a few of those sub-regions. This is for clarity purposes. However, the entire scene 50 is divided into equal sub-regions 51 in practice.)
  • The individual sub-regions 51 are also grouped into differing groups of sets of plural sub-regions, which groups of sets of sub-regions are in effect laid over the scene 50 to provide different layers having different divisions of the overall scene area. Thus, as shown in FIG. 4, there is a “layer” of sixteen sets 52 of sub-regions each comprising 2×2 sub-regions 52. There is then another, lower resolution layer comprising four sets 53 of 4×4 sub-regions. Finally, there is one set 54 of 8×8 sub-regions which encompasses the entire scene area.
  • As can be seen from FIG. 4, the effect of this arrangement is that the scene 50 is overlaid with a progressively increasing hierarchy of screen area divisions. This is shown schematically in FIG. 5. Thus there is a top level layer comprising a set 54 of 8×8 sub-regions which encompasses the entire scene area 50. There is then a group of four 4×4 sets of sub-regions 53, then a group of sixteen 2×2 sets of sub-regions 52, and finally a layer comprising the 64 single sub-regions 51. FIG. 5 also shows in bold for illustrative purposes the sub-regions or sets of sub-regions that a primitive 80 would be considered to fall within at each layer (level) in the hierarchy.
  • FIG. 4 also shows for illustrative purposes three primitives 55, 56 and 57 which are to be rendered and which accordingly need allocating to primitive lists for rendering.
  • (Again, as will be appreciated by those skilled in the art, in practice any given scene to be rendered will typically comprise many more primitives than the three primitives shown in FIG. 4. However, FIG. 4 shows three primitives only for simplicity and clarity purposes.)
  • As discussed above, and as is known in the art, in a system where the scene 50 to be rendered is divided into smaller sub-regions 51 for rendering purposes, it is necessary for the system to be able to identify which primitives should be rendered for each sub-region. This is done, as is known in the art, by providing so-called primitive or tile lists, which identify for each sub-region the primitives that should be rendered for that sub-region.
  • As discussed above, the present embodiment provides an improvement over existing primitive list preparing processes, since as well as allowing primitive lists to be prepared for the individual sub-regions that the scene is divided into, the present embodiment also prepares individual primitive lists for sets of more than one sub-region, i.e. primitive lists that are to be used for plural sub-regions in common.
  • In the present embodiment, the primitive list building unit 28 prepares a primitive list for each individual sub-region 51, a separate primitive list for each set of 2×2 sub-regions 52, a separate primitive list for each set of 4×4 sub-regions 53, and a separate primitive list for the set of 8×8 sub-regions 54 that covers the entire scene 50. To do this, the primitive list building unit 28 takes each primitive in turn, determines a location for that primitive, compares the primitive's location with the locations of (the scene area covered by) the sub-regions 51 and the locations of (the scene area covered by) the sets of sub-regions 52, 53 and 54, and allocates the primitive to the respective primitive lists 26 for the sub-regions and sets of sub-regions accordingly.
  • The primitive list building unit 28 determines the location of each primitive and accordingly the sub-regions and sets of sub-regions that a given primitive falls within or intersects using, in this embodiment, an exact binning technique. Thus, as is known in the art, the primitive list building unit 28 uses the determined transformed vertex positions it is provided with for a given primitive by the programmable vertex shader 27 to identify which sub-regions and sets of sub-regions the primitive falls within (intersects). This process can be carried out in -any suitable and desired manner, such as by using techniques already known for this purpose in the art.
  • As will be appreciated by those skilled in the art, other techniques for determining and locating the primitives within the scene and in relation to the sub-regions or sets of sub-regions could be used if desired. For example, bounding box techniques could equally be used, as is known in the art. (Where a bounding box technique is used, it is preferred for the bounding box to be generated as part of the primitive listing process, e.g., by the primitive list building unit, but other arrangements would, of course, be possible.)
  • The actual process that the primitive list building unit uses for allocating a given primitive to the primitive lists 26 for the sub-regions and sets of sub-regions will now be described with reference to FIG. 3.
  • As shown in FIG. 3, the primitive list building unit 28 takes at its input the transformed primitive position data from the programmable vertex shader 27 for the primitive in question (step S60).
  • It then proceeds to test the primitive's position against the sets of sub-regions and sub-regions at each different level (layer) that the scene is divided into. To do this, it starts at the level in the sets of sub-regions' hierarchy which is one level below the top level (step S61). Thus, in the present case, it will test the primitive at the level of the sets 53 of 4×4 sub-regions shown in FIG. 4.
  • The primitive list building unit 28 then, using the provided primitive position, determines how many sets of sub-regions the primitive would need to be listed for at the current level in the sets of sub-regions' hierarchy (step S62), and compares the determined number of sets of sub-regions with a threshold number of sets of sub-regions, which threshold in the present embodiment is set to 4 (step S63).
  • If at this stage it is determined that the number of sets of sub-regions that the primitive would need to be listed for at the current level in the sets of sub-regions' hierarchy is below the threshold number (i.e. 4 in the present case), then the primitive list building unit 28 checks if it is at the bottom level (i.e. the single sub-regions level) in the sets of sub-regions' hierarchy (step S64), and, if it is not, steps down to the next level in the hierarchy (step S65), determines how many sets of sub-regions would be needed to list the primitive at that level (step S62) and so on, until such time as it is determined that the number of sets of sub-regions needed at a given level in the hierarchy exceeds the threshold number or it is determined at step S64 that the bottom level of the hierarchy, i.e. the single sub-regions level, has in any event been reached.
  • When it is determined that a given primitive needs to be listed in more than a threshold number of sets of sub-regions at a given level in the hierarchy, the system then steps up to the preceding level in the hierarchy (step S66). The primitive list building unit 28 then tests if the special case of at the next level up in the hierarchy the primitive would need to be included in a single primitive list only is met (step S67). If this special case is met, then the primitive list building unit 28 steps up to the next higher level in the hierarchy (step S68), and then lists the primitive in the primitive list at that level (step S69), i.e. for the level where the primitive need only be included in a single primitive list.
  • On the other hand, if at step S67 it is determined that at the next level up the primitives would still need to be listed in more than one primitive list, then the primitive is simply listed at the level immediately above the level where the threshold number of primitive lists was exceeded (step S69).
  • If at step S64 it is determined that the bottom level of the hierarchy has been reached in any event, even though the threshold number of primitive lists has not been reached, then the primitive is immediately listed at that bottom level (step S69).
  • This process is then repeated for each primitive in turn.
  • This arrangement ensures, inter alia, that any given primitive will never be included (listed) in more primitive lists than the specified threshold number of primitive lists. It also, furthermore, ensures that in the special case where a primitive can be included in a single primitive list at the level immediately above the level where it needs to be included in the threshold number of primitive lists, then it is so included in the single list (this allows the primitive to be stored once in the primitive lists and yet still be processed efficiently for the sub-regions that it must be rendered for).
  • In other words, the primitive list building unit 28 will, starting at the second from highest level in the sets of sub-regions' hierarchy, iteratively work down the sets of sub-regions' hierarchy until such time as it finds that a primitive will need to be included in more than the threshold number of primitive lists, and then go back up one level and list the primitive at that level, except in the special case where going up two levels would allow the primitive to be listed in a single list only. This arrangement has been found by the Applicants to provide a particularly efficient way of preparing primitive lists for use when rendering sub-regions of a scene.
  • The operation of this process with respect to the primitives shown in FIG. 4 will now be described for illustrative purposes. In this arrangement, it will be assumed that an exact binning technique is used for determining and locating the primitives in the scene, although, as discussed above, other techniques, such as the use of bounding boxes, would be possible if desired. In this example, it is assumed that the threshold number of primitive lists for the purposes of determining at what level to list a primitive is four (a different threshold number would, of course, be possible if desired).
  • Taking firstly the primitive 55 shown in FIG. 4, the primitive list building unit 28 would first determine how many of the sets 53 of 4×4 sub-regions the primitive 55 would need to be listed in.
  • In this case, the primitive list building unit 28 will determine that the primitive 55 would need to be listed in two such sets of 4×4 sub-regions 53.
  • As this does not exceed the threshold number of four primitive lists, the primitive list building unit then steps down to the next level in the hierarchy, namely the level of the sets 52 of 2×2 sub-regions. In this case, the primitive list building unit again determines that the primitive 55 would need to be listed in the primitive list of two of the sets 52 of 2×2 sub-regions, which again does not exceed the threshold number of four primitive lists.
  • The primitive list building unit 28 accordingly steps down to the next level in the hierarchy, which is the single sub-regions 51 level. In this case, it will determine that the primitive 55 would need to be listed in five single sub-region primitive lists, which exceeds the threshold number of four lists. Thus, upon determining this, the primitive list building unit 28 will step back up to the level of the sets 52 of 2×2 sub-regions, and list the primitive 55 at that level, namely include it in the primitive lists for each of the appropriate two sets 52 of 2×2 sub-regions. It should also be noted in this case that when the primitive list building unit 28 tests for the special case, it will determine that the primitive 55 is not included in the threshold number of primitive lists at the level at which it is being listed, and so therefore does not fall within the special case set out above.
  • Turning now to the primitive 56, again the primitive list building unit 28 will first test that primitive at the set 53 of 4×4 sub-regions' level, and accordingly determine that the primitive will need to be listed in the primitive list of one such set of sub-regions.
  • The primitive list building unit 28 will accordingly step down to the next level of the sets 52 of 2×2 sub-regions, and again determine that at that level the primitive 56 would need to be included in the list of one such set of 2×2 sub-regions.
  • The primitive list building unit 28 will accordingly step down to the final, single sets of sub-regions 51 level, and determine that at that level the primitive 56 would need to be listed in the primitive lists for four single sub-regions 51.
  • The primitive list building unit would then test whether the primitive 56 meets the special case specified above.
  • In this case, at the level of the single sub-regions 51, the primitive 56 does need to be listed in the threshold number of primitive lists (i.e. four primitive lists), and accordingly the primitive list building unit 28 will step to the next higher level, namely the sets 52 of 2×2 sub-regions, to determine whether at that level in the hierarchy the primitive 56 would need to be included in a single primitive list only. In the case of the primitive 56, this test would be met, i.e. the primitive 56 would only need to be listed in a single primitive list at the level of the sets 52 of 2×2 sub-regions. Accordingly, the primitive list building unit 28 will list the primitive 56 at the level of the sets 52 of 2×2 sub-regions, rather than at the single sub-regions 51 level.
  • Finally, with regard to the primitive 57, the primitive list selection unit would again test that primitive firstly at the sets 53 of 4×4 sub-regions, and determine that at that level it would only need to be included in a single primitive list. It would accordingly then test the primitive 57 again at the sets 52 of 2×2 sub-regions, and find that at that level it would need to be included in the primitive lists of four sets of 2×2 sub-regions.
  • The primitive list selection unit would accordingly then test the primitive 57 at the single sets of sub-regions level 51, and again find that at that level it would need to be included in four primitive lists.
  • The primitive list building unit 28 would then test if the primitive 57 meets the special case criteria described above. In this case, the primitive 57 at the level above the single sets of sub-regions level 51 would need to be included in four primitive lists for the sets 52 of 2×2 sub-regions, and so the special case is not met. The primitive list building unit 28 would accordingly list the primitive 57 at the single sub-regions 51 level, namely in the primitive lists of the four single sub-regions 51 that the primitive 57 falls within.
  • As will be appreciated by those skilled in the art, the above process is repeated by the primitive list building unit 28 for each and every,primitive in the scene to be rendered in turn, until complete tile lists 26 have been generated for each single sub-region, and for each set of more than one sub-region, that the scene to be rendered can be divided into.
  • The primitive list building unit 28 places the primitives in the primitive lists 26 in the order that it receives the primitives from the programmable vertex shader 27. This means that, so far as each individual primitive list 26 is concerned, the primitives in the list are in the order that they were generated, which will, as is known in the art, typically correspond to the desired order of rendering the primitives. (As is known in the art, when primitives are generated for rendering, they are usually generated by the host driver or API in the order that it is desired to render the primitives and are provided to the graphics processor in that order. Thus, as the primitive list building unit 28 takes the primitives in turn as they are received, it will place the primitives in the individual tile lists in rendering order so far as each individual primitive list is concerned.)
  • The primitive list building unit 28, at the same time as it places a primitive in the appropriate primitive list or lists, also allocates to and associates with the primitive in the primitive list 26 an index for the primitive. The primitive list building unit 28 has a counter for this purpose, and simply allocates to the primitives as they are rendered the current count of the counter. In this way, each primitive is numbered (in ascending order in this embodiment) with the order in which it was received by the primitive list building unit 28 (i.e. in the order in which the primitives are provided by the host. driver or API, etc., i.e. the order in which it is desired for the primitives to be rendered). The indices allocated by the primitive list building unit 28 to each primitive are used by the primitive selection unit 29, as will be discussed further below, to identify and select the next primitive for rendering from the primitive lists 26 in the memory 23.
  • This indexing of the primitives as they are placed in the primitive lists 26 is desirable, because, as is known in the art, and as discussed above, it is usually desired in graphics processing systems to render the primitives in a particular order. This is not a problem where there is only a single primitive list from which to take primitives for rendering, since in that case, as discussed above, the primitives will be included in the primitive list in the order that they are provided to the graphics processor, i.e. in the desired order for rendering. However, where, as in the present embodiment, the next primitive for rendering may need to be selected from more than one primitive list, selecting the primitives in the correct order for rendering may not be so straightforward. Indexing the primitives in the manner discussed above helps to alleviate this difficulty, since it allows, as will be discussed further below, the primitive selection unit 29 to identify the order that the primitives were provided to the graphics processor for rendering, and accordingly, to select the next primitive in the order.
  • Although in this embodiment the primitives are simply indexed in ascending order, it would be possible to use other indexing arrangements, if desired. For example, where the primitives to be rendered are arranged in draw calls, the individual draw calls could be numbered consecutively, and then the primitives within each draw call numbered consecutively. Such an arrangement would facilitate, for example, processing different draw calls in parallel.
  • The primitive list building unit 28 is also configured to identify when the indexes it can allocate to the primitives have been or are about to be exhausted. In particular, it is able to identify when the penultimate index value (i.e. the penultimate counter value) has been reached. In response to this event, the primitive list building unit switches to an arrangement in which it allocates all the primitives it receives for listing from then on at the same level in the sets of sub-region's hierarchy (e.g. always at the single sub-regions level, or always at the sets of 2×2 sub-regions level, etc.). This ensures that when the possibility of indexing the primitives in order has been exhausted, the primitive selection unit 29 will then only ever be provided with primitives at the same level in the sets of sub-region's hierarchy, such that it can still select the primitives in the correct order (since it will not then need to choose between primitives from primitive lists 26 at different levels in the hierarchy).
  • The actual level at which the primitives are listed in this arrangement once the index has been exhausted can be selected as desired. It may be based on, for example, a desired compromise or trade-off between having to store more primitive lists if the primitives are listed at a lower level in the hierarchy (i.e. for smaller scene areas) (which would require more memory) and having to perform more redundant and unnecessary processing of primitives at the rendering stage if the primitives are listed at a higher level in the hierarchy (i.e. for larger scene areas).
  • The primitive list building unit 28 also in these circumstances allocates to every primitive that it subsequently receives for listing the highest index (highest count number), as that then allows the system to identify that the “index exhausted” state has been reached.
  • Once the primitive list building unit 28 has finished building the primitive lists 26 and stored those lists in the memory 23, and the programmable vertex shader 27 has completed the transformation of the geometry data to provide a complete set of transformed geometry data 25 in the memory 23, for the scene to be rendered, the renderer 22 can then render the scene. This process will now be described below.
  • As discussed above, in the present embodiment, the rendering process is performed on a sub-region by sub-region basis, i.e. each sub-region (tile) 51 of the scene is rendered individually in turn, and then the rendered sub-regions (tiles) combined for display.
  • Thus, the renderer 22 is first provided with the identity of the sub-region to be rendered and uses this to configure itself appropriately. In particular, the stored primitive lists 26 that apply to the sub-region that is to be rendered, i.e., in the present embodiment, the primitive list that is exclusive to the individual sub-region that is to be rendered, the primitive list for the set of 2×2 sub-regions that includes the sub-region that is to be rendered, the primitive list for the set of 4×4 sub-regions that includes the sub-region that is to be rendered, and the primitive list for the complete set 54 of 8×8 sub-regions that covers the entire scene to be rendered (and, accordingly, must cover the individual sub-region that is currently to be rendered) are identified. In the present embodiment, the stored primitive lists that apply to the sub-region (tile) being rendered are indicated by including pointers to the relevant primitive lists in the “new tile” command that is sent when a sub-region (tile) is first to be rendered. (Other arrangements would, of course, be possible.)
  • The renderer then proceeds to render the sub-region (tile) in question.
  • The first stage in the rendering process is for the primitive selection unit 29 to select a primitive to be rendered. To do this, the primitive selection unit 29 reads the stored primitive lists 26 that have been determined as applying to the sub-region that is currently being rendered, i.e., in the present embodiment, as discussed above, the primitive list 26 that is exclusive to the individual sub-region that is being rendered, the primitive list for the set of 2×2 sub-regions that includes the sub-region that is being rendered, the primitive list for the set of 4×4 sub-regions that includes the sub-region that is being rendered, and the primitive list for the complete set 54 of 8×8 sub-regions that covers the entire scene to be rendered. The primitive lists are read in a first-in, first-out order by the primitive selection unit 29, i.e. such that, in effect, the first primitive in a list is read, and then, once that primitive has been sent for rendering, the second primitive in the list is read, and so on.
  • To select the next primitive to be rendered, the primitive selection unit 29 determines the index that have been allocated to the next primitive to be rendered in each primitive list for the sub-region being rendered, compares those indices, and selects the lowest index primitive as the next primitive to be rendered (since, as discussed above, the primitives are indexed by the primitive list building unit 28 in ascending order, i.e. such that the lowest numbered primitive is the next primitive to be rendered for the desired rendering order).
  • Thus the primitive selection unit 29 will read in the index of the next primitive in the primitive list for the sub-region in question, the index of the next primitive in the primitive list for the relevant set of 2×2 sub-regions, the index of the next primitive in the primitive list for the appropriate set of 4×4 sub-regions, and so on, compare those indices, and select the primitive with the lowest index for rendering next. (The primitive selection unit 29 only needs to read the index of one primitive (the next primitive) from each primitive list at any one time, since, as discussed above, within the individual primitive lists, the primitives are already listed in the correct rendering order.) In effect, the primitives can be thought of as being streamed one-by-one to the primitive selection unit in order from the stored primitive lists, on a first-in, first-out basis.
  • Once the primitive selection unit 29 has selected the primitive to be rendered, it passes that primitive to the vertex selection unit 31. The vertex selection unit 31 then retrieves the appropriate transformed geometry data for the vertices of the primitive in question from the transformed geometry data 25 stored in the memory 23, and provides that data to the rasterising unit 33. The primitive is then rasterised and rendered, as discussed above, and as is known in the art.
  • The process is then repeated, i.e. the primitive selection unit 29 again reads the index of the next primitive of each relevant primitive list, selects the primitive with the lowest index, and provides that primitive to the vertex selection unit 31, and so on.
  • This process is repeated for all the primitives that need to be rendered for a given sub-region (i.e. that are included in primitive lists 26 appropriate to the sub-region) until all the primitives for the sub-region have been rendered.
  • The renderer 22 then proceeds to render the next sub-region in the same manner, and so on, until all the individual sub-regions for the scene have been rendered.
  • Once all the sub-regions for the scene have been rendered, the rendered sub-regions are combined and provided to a display device for display, as is known in the art.
  • The primitive selection unit 29 is also configured to be able to identify the situation where the same primitive (i.e. primitives having the same index) appears simultaneously at the current reading position of more than one primitive list that it is currently reading primitives from. This is done by the primitive selection unit comparing the indices and identifying if a match occurs. In these circumstances, the primitive selection unit 29 is configured to select the relevant primitive once for rendering, and to ignore the subsequent duplicate occurrences of that primitive. This avoids a given primitive unnecessarily being rendered more than once for a given sub-region.
  • As discussed above, the renderer 22 also includes a primitive list cache 30 and a vertex data cache 32. These caches, as is known in the art, comprise local memory provided on the renderer 22 that can be more rapidly accessed by processing units of the renderer (and in particular the primitive selection unit 29 and vertex selection unit 31, respectively) than the main memory 23.
  • The primitive selection unit 29 is configured to store in the primitive list cache 30 one or more primitive lists 26 that it has read from the main memory 23. In particular, the primitive selection unit 29 preferentially retrieves from the memory 23 and stores in the primitive list cache 30 primitive lists that apply to sets of more than one sub-region of the scene that, for example, the primitive selection unit 29 knows it will require for subsequent sub-regions of the scene. This helps to avoid delays and latency due to the primitive selection unit 29 having to retrieve repeatedly from the memory 23 primitive lists that it will require for rendering sub-regions of the scene.
  • The vertex selection unit 31 can similarly cache vertex data that it retrieves from the transformed geometry data 25 in the memory 23 in the vertex data cache 32, again in particular where it can be identified that the vertex data will be required for a primitive again (for example because it is known that the primitive is listed for a set of plural sub-regions that are to be rendered).
  • In the present embodiment, the storing of and in particular the replacement of, the data cached in the primitive list cache 30 and vertex data cache 32 is based on the level in the sets of sub-region's hierarchy to which the primitive list and/or vertex data applies or has been stored in respect of, such that, for example, primitive lists and vertex data that apply to higher levels in the hierarchy (i.e. that will therefore be used for more sub-regions in the scene to be rendered) are preferentially cached and retained in the caches as compared to primitive lists and vertex data that it is known apply, for example, to a single sub-region or only a few sub-regions.
  • Thus, for example, when the vertex selection unit 31 reads transformed vertices from the transformed geometry data 25 in the memory 23, it will know at what level the primitive that that vertex data applies to has been listed (i.e. the primitive list that the primitive has come from), and can use that information to, for example, decide whether or not to cache the vertex data (e.g., based, as discussed above, on whether or not it is likely that that vertex data will be re-used for subsequent sub-regions).
  • The order that the sub-regions of the scene are processed by the renderer 22 can be selected as desired. However, in a preferred embodiment, the sub-regions are processed in Morton order, as this facilitates, for example, the more efficient caching of primitive lists and vertex data in the renderer 22.
  • Although the present embodiment has been described above with particular reference to the preparation of primitive lists for individual sub-regions and sets of sub-regions, it would also be possible to, and indeed is preferred to, store other data that may be used on a sub-region or plural sub-regions basis in a similar manner. Such data could comprise, for example, rendering settings, tiling commands, scissoring parameters, etc. It would be advantageous if, for example, such a command is to be used for every sub-region, to place the command in a list that applies to all the sub-regions together, or, alternatively, if a command only applies to a few sub-regions, to store the command at a lower level in the hierarchy. Preferably, this data is also stored in or associated with the respective primitive lists that are prepared for each sub-region and set of sub-regions, as appropriate, and most preferably is indexed in a similar manner to that discussed above for the primitives.
  • As will be appreciated by those skilled in the art, the present embodiment (and the present invention) can be implemented in any tile-based rendering system, as desired. The various components and functions of the present embodiment and the present invention can similarly be implemented as desired and using any suitable techniques known in the art.
  • It can be seen from the above that the present invention, in its preferred embodiments at least, provides an improved primitive listing and sorting arrangement for tile-based rendering systems that in particular facilitates better control over and knowledge of the memory usage and requirements for the tile-listing (primitive sorting (binning)) process. It also provides information about the distribution and layout of primitives in a scene, thereby, e.g., facilitating improved vertex caching, etc., and facilitates the caching of primitive (tile) lists, and the more efficient caching of primitive data.
  • This is achieved, in the preferred embodiments of the present invention at least, by listing primitives (and other data and commands, if desired) in differing resolution tile lists, namely in tile lists that are exclusive to a single tile, and in tile lists that are to be used for plural tiles in common.

Claims (27)

1. An apparatus for sorting graphics primitives for rendering in a graphics processing system in which a scene to be rendered is divided into a plurality of sub-regions for rendering, the apparatus comprising:
a processor for preparing, for a single sub-region of the scene, a list of primitives for rendering; and
a processor for preparing, for a set of sub-regions comprising more than one sub-region of the scene, a list of primitives for rendering.
2. An apparatus of claim 1, comprising:
a processor for including a primitive to be rendered in one or more lists of primitives to be rendered; wherein:
the lists of primitives to be rendered include one or more lists of primitives to be rendered that are to be used exclusively for single sub-regions of the scene, and include one or more different lists of primitives to be rendered that are each to be used for more than one sub-region of the scene.
3. The apparatus of claim 1, wherein primitive lists can be prepared for sets of plural sub-regions that contain different numbers of sub-regions.
4. The apparatus of claim 1, wherein the sets of plural sub-regions for which primitive lists can be prepared are arranged such that the scene is effectively overlaid by plural layers of sets of sub-regions arranged in a hierarchical fashion.
5. The apparatus of claim 1, wherein a separate primitive list is prepared for each separate sub-region that the scene is divided into, and a separate primitive list is prepared for each different set of more than one sub-region that a primitive list can be prepared for.
6. The apparatus of claim 1, wherein a given primitive is only included in the primitive lists of a selected number of the sub-regions and sets of plural sub-regions that it is determined the primitive could or should be rendered for.
7. The apparatus of claim 1, wherein when a primitive is included in a primitive list for a set of plural sub-regions, the primitive is not also included in the individual primitive lists for any of the sub-regions that are in the set of plural sub-regions.
8. The apparatus of claim 1, wherein there are sets of plural sub-regions arranged such that the scene is effectively overlaid by plural layers of different size scene areas, and the apparatus further comprises:
a processor for determining how many different primitive lists a primitive would need to be included in at given layer in the sets of sub-regions hierarchy.
9. The apparatus of claim 1, wherein each sub-region has associated with it a set of primitive lists to be used for the sub-region.
10. The apparatus of claim 1, comprising means for allocating an index to a primitive.
11. A graphics processing system, comprising:
means for listing graphic primitives for rendering;
means for associating with each listed graphics primitive an index for the primitive; and
means for using the indices associated with the graphics primitives to sort the primitives.
12. The apparatus of claim 1, comprising means for storing other forms of graphics data and/or commands in the primitive lists for the sub-regions and sets of sub-regions.
13. A method of sorting graphics primitives for rendering in a graphics processing system in which a scene to be rendered is divided into a plurality of sub-regions for rendering, the method comprising
preparing a list of primitives for rendering for a single sub-region of the scene; and
preparing a list of primitives for rendering for a set of sub-regions comprising more than one sub-region of the scene.
14. The method of claim 13, comprising:
including a primitive to be rendered in one or more lists of primitives to be rendered; wherein:
the lists of primitives to be rendered include one or more lists of primitives to be rendered that are to be used exclusively for single sub-regions of the scene, and include one or more different lists of primitives to be rendered that are each to be used for more than one sub-region of the scene.
15. The method of claim 13, comprising preparing primitive lists for sets of plural sub-regions that contain different numbers of sub-regions.
16. The method of claim 13, wherein the sets of plural sub-regions for which primitive lists can be prepared are arranged such that the scene is effectively overlaid by plural layers of sets of sub-regions arranged in a hierarchical fashion.
17. The method of claim 13, comprising preparing a separate primitive list for each separate sub-region that the scene is divided into, and preparing a separate primitive list for each different set of more than one sub-region that a primitive list can be prepared for.
18. The method of claim 13, comprising only including a primitive in the primitive lists of a selected number of the sub-regions and sets of plural sub-regions that it is determined the primitive could or should be rendered for.
19. The method of claim 13, comprising when a primitive is included in a primitive list for a set of plural sub-regions, not including the primitive in the individual primitive lists for any of the sub-regions that are in the set of plural sub-regions.
20. The method of claim 13, wherein there are sets of plural sub-regions arranged such that the scene is effectively overlaid by plural layers of different size scene areas, and the method further comprises:
determining how many different primitive lists a primitive would need to be included in a given layer in the sets of sub-regions hierarchy.
21. The method of claim 13, comprising associating with each sub-region a set of primitive lists to be used for the sub-region.
22. The method of claim 13, comprising allocating an index to a primitive.
23. A method of operating a graphics processing system, comprising:
listing graphic primitives for rendering;
associating with each listed graphics primitive an index for the primitive; and
using the indices associated with the graphics primitives to sort the primitives.
24. A method of processing a group of graphics primitives for display, comprising:
allocating an index to primitives in the group of primitives;
distributing primitives from the group of primitives across multiple processing units;
rendering primitives from the group of primitives; and
using the indices allocated to the primitives to control the order in which the primitives are rendered.
25. The method of claim 13, comprising storing other forms of graphics data and/or commands in the primitive lists for the sub-regions and sets of sub-regions.
26. A 3D graphics processing platform for a graphics processing system in which a scene to be rendered is divided into a plurality of sub-regions for rendering, the platform comprising:
a processor for preparing, for a single sub-region of the scene, a list of primitives for rendering; and
a processor for preparing, for a set of sub-regions comprising more than one sub-region of the scene, a list of primitives for rendering.
27. A computer program element comprising computer software code portions for performing a method of sorting graphics primitives for rendering in a graphics processing system in which a scene to be rendered is divided into a plurality of sub-regions for rendering, the method comprising
preparing a list of primitives for rendering for a single sub-region of the scene; and
preparing a list of primitives for rendering for a set of sub-regions comprising more than one sub-region of the scene.
US11/633,647 2005-11-05 2006-12-05 Method of and apparatus for processing graphics Abandoned US20070146378A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US11/987,265 US9965886B2 (en) 2006-12-04 2007-11-28 Method of and apparatus for processing graphics
US14/854,525 US10019820B2 (en) 2005-12-05 2015-09-15 Method of and apparatus for processing graphics
US16/007,145 US10657681B2 (en) 2005-12-05 2018-06-13 Method of and apparatus for processing graphics

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
GB0524804.2 2005-12-05
GBGB0524804.2A GB0524804D0 (en) 2005-12-05 2005-12-05 Method of and apparatus for processing graphics

Related Child Applications (2)

Application Number Title Priority Date Filing Date
US11/987,265 Continuation-In-Part US9965886B2 (en) 2006-12-04 2007-11-28 Method of and apparatus for processing graphics
US14/854,525 Continuation US10019820B2 (en) 2005-12-05 2015-09-15 Method of and apparatus for processing graphics

Publications (1)

Publication Number Publication Date
US20070146378A1 true US20070146378A1 (en) 2007-06-28

Family

ID=35686114

Family Applications (3)

Application Number Title Priority Date Filing Date
US11/633,647 Abandoned US20070146378A1 (en) 2005-11-05 2006-12-05 Method of and apparatus for processing graphics
US14/854,525 Active 2026-12-15 US10019820B2 (en) 2005-12-05 2015-09-15 Method of and apparatus for processing graphics
US16/007,145 Active US10657681B2 (en) 2005-12-05 2018-06-13 Method of and apparatus for processing graphics

Family Applications After (2)

Application Number Title Priority Date Filing Date
US14/854,525 Active 2026-12-15 US10019820B2 (en) 2005-12-05 2015-09-15 Method of and apparatus for processing graphics
US16/007,145 Active US10657681B2 (en) 2005-12-05 2018-06-13 Method of and apparatus for processing graphics

Country Status (4)

Country Link
US (3) US20070146378A1 (en)
JP (1) JP2007157155A (en)
CN (1) CN101067869B (en)
GB (2) GB0524804D0 (en)

Cited By (67)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080186318A1 (en) * 2006-09-29 2008-08-07 Jonathan Redshaw Memory management for systems for generating 3-dimensional computer images
US20080218521A1 (en) * 2007-03-09 2008-09-11 Ati Technologies Ulc Offset tiles in vector graphics
US20080246773A1 (en) * 2007-04-04 2008-10-09 Guofang Jiao Indexes of graphics processing objects in graphics processing unit commands
US20090015513A1 (en) * 2007-07-10 2009-01-15 Lg Display Co., Ltd. Expandable multi-module display apparatus
US20090122068A1 (en) * 2007-11-09 2009-05-14 Vivante Corporation Intelligent configurable graphics bandwidth modulator
US20090154834A1 (en) * 2007-12-15 2009-06-18 Electronics And Telecommunications Research Institute Rendering system and data processing method for the same
US20090174706A1 (en) * 2007-11-30 2009-07-09 Howson John W Multi-core geometry processing in a tile based rendering system
US20100079474A1 (en) * 2008-09-30 2010-04-01 Microsoft Corporation Methods for rendering source content of a file for display on a destination figure
US20100153842A1 (en) * 2008-12-12 2010-06-17 Microsoft Corporation Rendering source content for display
WO2010073017A1 (en) * 2008-12-23 2010-07-01 Imagination Technologies Limited Display list control stream grouping in tile based 3d computer graphics system
US20100177105A1 (en) * 2009-01-15 2010-07-15 Arm Limited Methods of and apparatus for processing graphics
US20100226593A1 (en) * 2009-03-04 2010-09-09 Microsoft Corporation Scalable mutable tiled multi-resolution texture atlases
US20110102448A1 (en) * 2009-10-09 2011-05-05 Hakura Ziyad S Vertex attribute buffer for inline immediate attributes and constants
WO2010070302A3 (en) * 2008-12-19 2011-07-07 Imagination Technologies Limited Multi level display control list in tile based 3d computer graphics system
US20110221743A1 (en) * 2010-03-11 2011-09-15 Gary Keall Method And System For Controlling A 3D Processor Using A Control List In Memory
US20110227921A1 (en) * 2010-03-19 2011-09-22 Jonathan Redshaw Processing of 3D computer graphics data on multiple shading engines
US20130069943A1 (en) * 2011-09-19 2013-03-21 Qualcomm Incorporated Optimizing resolve performance with tiling graphics architectures
US20130076761A1 (en) * 2011-09-22 2013-03-28 Arm Limited Graphics processing systems
US20130120380A1 (en) * 2011-11-16 2013-05-16 Qualcomm Incorporated Tessellation in tile-based rendering
US20140071150A1 (en) * 2012-09-12 2014-03-13 Imagination Technologies Limited Tile based computer graphics
US20140078156A1 (en) * 2012-09-14 2014-03-20 Advanced Micro Devices, Inc. Work Distribution for Higher Primitive Rates
US20140118365A1 (en) * 2012-10-26 2014-05-01 Nvidia Corporation Data structures for efficient tiled rendering
US20140160124A1 (en) * 2012-12-12 2014-06-12 Nvidia Corporation Visible polygon data structure and method of use thereof
US20140219569A1 (en) * 2013-02-07 2014-08-07 Raytheon Company Image recognition system and method for identifying similarities in different images
US20140237187A1 (en) * 2013-02-20 2014-08-21 Nvidia Corporation Adaptive multilevel binning to improve hierarchical caching
US20140292782A1 (en) * 2013-04-02 2014-10-02 Imagination Technologies Limited Tile-based graphics
US20140354682A1 (en) * 2013-06-04 2014-12-04 Arm Limited Method of and apparatus for processing graphics
US9202302B2 (en) 2011-10-07 2015-12-01 Nexell Co., Ltd. Graphic processing method and apparatus for processing an image using tile-based rendering
US20150348306A1 (en) * 2014-05-29 2015-12-03 Imagination Technologies Limited Allocation of primitives to primitive blocks
US9299182B2 (en) 2012-12-04 2016-03-29 Panasonic Intellectual Property Management Co., Ltd. Divided-area-based rendering device and divided-area-based rendering method
US20160098856A1 (en) * 2014-10-06 2016-04-07 Imagination Technologies Limited Using tiling depth information in hidden surface removal in a graphics processing system
US9317948B2 (en) 2012-11-16 2016-04-19 Arm Limited Method of and apparatus for processing graphics
US20160139929A1 (en) * 2014-11-14 2016-05-19 Intel Corporation Three-dimensional morton coordinate conversion processors, methods, systems, and instructions
US20160139930A1 (en) * 2014-11-14 2016-05-19 Intel Corporation Four-dimensional morton coordinate conversion processors, methods, systems, and instructions
US20160148339A1 (en) * 2014-11-20 2016-05-26 Intel Corporation Apparatus and method for efficient frame-to-frame coherency exploitation for sort-last architectures
US20160148337A1 (en) * 2014-11-21 2016-05-26 Arm Limited Graphics processing systems
US9424685B2 (en) 2012-07-31 2016-08-23 Imagination Technologies Limited Unified rasterization and ray tracing rendering environments
KR20160106338A (en) * 2015-03-02 2016-09-12 삼성전자주식회사 Apparatus and Method of tile based rendering for binocular disparity image
US20160307342A1 (en) * 2015-04-14 2016-10-20 Samsung Electronics Co., Ltd. Method and apparatus for performing tile binning for path rendering
US20160371873A1 (en) * 2013-03-29 2016-12-22 Advanced Micro Devices, Inc. Hybrid render with preferred primitive batch binning and sorting
US20160371874A1 (en) * 2008-12-08 2016-12-22 Microsoft Technology Licensing, Llc Command remoting
US9552666B2 (en) 2001-07-24 2017-01-24 Imagination Technologies Limited 3-D rendering pipeline with early region-based object culling
US20170061662A1 (en) * 2011-09-12 2017-03-02 Microsoft Technology Licensing, Llc System and method for layering using tile-based renderers
US20170091897A1 (en) * 2015-09-30 2017-03-30 Samsung Electronics Co., Ltd. Graphics processing device and operating method
US20170193691A1 (en) * 2016-01-05 2017-07-06 Arm Limited Graphics processing
GB2546810A (en) * 2016-02-01 2017-08-02 Imagination Tech Ltd Sparse rendering
US9772850B2 (en) 2014-11-14 2017-09-26 Intel Corporation Morton coordinate adjustment processors, methods, systems, and instructions
US9805500B2 (en) 2012-12-20 2017-10-31 Imagination Technologies Limited Hidden culling in tile-based computer generated images
US20170316601A1 (en) * 2016-04-29 2017-11-02 Arm Limited Graphics processing systems
US20180047129A1 (en) * 2014-04-05 2018-02-15 Sony Interactive Entertainment America Llc Method for efficient re-rendering objects to vary viewports and under varying rendering and rasterization parameters
US9934548B2 (en) 2016-03-09 2018-04-03 Apple Inc. Hierarchical techniques for storing graphics primitives
US10002404B2 (en) * 2015-04-15 2018-06-19 Mediatek Singapore Pte. Ltd. Optimizing shading process for mixed order-sensitive and order-insensitive shader operations
US10019820B2 (en) 2005-12-05 2018-07-10 Arm Norway As Method of and apparatus for processing graphics
US20180307490A1 (en) * 2012-10-26 2018-10-25 Nvidia Corporation Two-pass cache tile processing for visibility testing in a tile-based architecture
US20180308277A1 (en) * 2017-04-24 2018-10-25 Intel Corporation Positional only shading pipeline (posh) geometry data processing with coarse z buffer
US10169906B2 (en) 2013-03-29 2019-01-01 Advanced Micro Devices, Inc. Hybrid render with deferred primitive batch binning
US10242481B2 (en) 2012-03-15 2019-03-26 Qualcomm Incorporated Visibility-based state updates in graphical processing units
US10418001B2 (en) * 2010-07-07 2019-09-17 Fotonation Limited Real-time video frame pre-processing hardware
US10650580B2 (en) 2017-07-06 2020-05-12 Arm Limited Graphics processing
CN112214809A (en) * 2020-10-16 2021-01-12 安徽工程大学 Method and device for randomly arranging graphics primitives
US10937126B2 (en) * 2018-05-17 2021-03-02 Intel Corporation Tile-based multiple resolution rendering of images
US11189073B2 (en) 2020-03-20 2021-11-30 Arm Limited Graphics processing
US11361485B2 (en) * 2018-10-23 2022-06-14 Arm Limited Graphics processing
DE102013017640B4 (en) 2012-10-26 2022-06-30 Nvidia Corporation Distributed tiled caching
US11508110B2 (en) * 2020-02-03 2022-11-22 Sony Interactive Entertainment Inc. System and method for efficient multi-GPU rendering of geometry by performing geometry analysis before rendering
US11514549B2 (en) 2020-02-03 2022-11-29 Sony Interactive Entertainment Inc. System and method for efficient multi-GPU rendering of geometry by generating information in one rendering phase for use in another rendering phase
US11954759B2 (en) 2013-04-02 2024-04-09 Imagination Technologies Limited Tile-based graphics

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9965886B2 (en) 2006-12-04 2018-05-08 Arm Norway As Method of and apparatus for processing graphics
CN101472093B (en) * 2007-12-27 2011-12-28 新奥特(北京)视频技术有限公司 Method and system for implementing configurable replacement of television graphics context subtitling
GB2458488C (en) * 2008-03-19 2018-09-12 Imagination Tech Ltd Untransformed display lists in a tile based rendering system
GB0810205D0 (en) 2008-06-04 2008-07-09 Advanced Risc Mach Ltd Graphics processing systems
KR101609266B1 (en) 2009-10-20 2016-04-21 삼성전자주식회사 Apparatus and method for rendering tile based
US8339409B2 (en) * 2011-02-16 2012-12-25 Arm Limited Tile-based graphics system and method of operation of such a system
US8884963B2 (en) * 2011-05-04 2014-11-11 Qualcomm Incorporated Low resolution buffer based pixel culling
KR101953133B1 (en) * 2012-02-27 2019-05-22 삼성전자주식회사 Apparatus and method for rendering
US9030480B2 (en) * 2012-12-18 2015-05-12 Nvidia Corporation Triggering performance event capture via pipelined state bundles
GB2517809B (en) * 2014-02-13 2015-07-22 Imagination Tech Ltd Processing of primitive blocks in parallel tiling engine pipes
GB2524120B (en) * 2014-06-17 2016-03-02 Imagination Tech Ltd Assigning primitives to tiles in a graphics processing system
CN104166568B (en) * 2014-08-13 2017-08-29 国电南瑞科技股份有限公司 A kind of method of the picture file of electrical power system loaded in parallel based on CIM/G
GB2551689B (en) 2016-04-22 2021-05-12 Advanced Risc Mach Ltd Method and Apparatus for processing graphics
GB2572603B (en) * 2018-04-05 2022-03-23 Imagination Tech Ltd Edge and depth processing hardware
GB2587224B (en) * 2019-09-19 2021-09-15 Imagination Tech Ltd Methods and tiling engines for hierarchially tiling primitives in a graphics processing system
GB2586297B (en) * 2020-02-10 2022-03-02 Imagination Tech Ltd Data structures, methods and tiling engines for storing tiling information in a graphics processing system

Citations (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5175808A (en) * 1989-09-12 1992-12-29 Pixar Method and apparatus for non-affine image warping
US5305430A (en) * 1990-12-26 1994-04-19 Xerox Corporation Object-local sampling histories for efficient path tracing
US5392385A (en) * 1987-12-10 1995-02-21 International Business Machines Corporation Parallel rendering of smoothly shaped color triangles with anti-aliased edges for a three dimensional color display
US5500928A (en) * 1993-03-01 1996-03-19 Xionics Document Technologies, Inc. Digital printing system and process using adaptive compression
US5509110A (en) * 1993-04-26 1996-04-16 Loral Aerospace Corporation Method for tree-structured hierarchical occlusion in image generators
US5522018A (en) * 1992-12-29 1996-05-28 Namco Ltd. Sorting processing system and image synthesizing system using the same
US5574836A (en) * 1996-01-22 1996-11-12 Broemmelsiek; Raymond M. Interactive display apparatus and method with viewer position compensation
US5596685A (en) * 1993-07-30 1997-01-21 Videologic Limited Ray tracing method and apparatus for projecting rays through an object represented by a set of infinite surfaces
US5729672A (en) * 1993-07-30 1998-03-17 Videologic Limited Ray tracing method and apparatus for projecting rays through an object represented by a set of infinite surfaces
US5844571A (en) * 1996-06-10 1998-12-01 International Business Machines Corporation Z buffer bandwidth reductions via split transactions
US5886701A (en) * 1995-08-04 1999-03-23 Microsoft Corporation Graphics rendering device and method for operating same
US5949428A (en) * 1995-08-04 1999-09-07 Microsoft Corporation Method and apparatus for resolving pixel data in a graphics rendering system
US6204856B1 (en) * 1997-08-01 2001-03-20 U.S. Philips Corporation Attribute interpolation in 3D graphics
US6288722B1 (en) * 1996-10-17 2001-09-11 International Business Machines Corporation Frame buffer reconfiguration during graphics processing based upon image attributes
US6304266B1 (en) * 1999-06-14 2001-10-16 Schlumberger Technology Corporation Method and apparatus for volume rendering
US6326964B1 (en) * 1995-08-04 2001-12-04 Microsoft Corporation Method for sorting 3D object geometry among image chunks for rendering in a layered graphics rendering system
US6344852B1 (en) * 1999-03-17 2002-02-05 Nvidia Corporation Optimized system and method for binning of graphics data
US20020015064A1 (en) * 2000-08-07 2002-02-07 Robotham John S. Gesture-based user interface to multi-level and multi-modal sets of bit-maps
US6552723B1 (en) * 1998-08-20 2003-04-22 Apple Computer, Inc. System, apparatus and method for spatially sorting image data in a three-dimensional graphics pipeline
US20030142100A1 (en) * 2002-01-30 2003-07-31 Lavelle Michael G. Vertex assembly buffer and primitive launch buffer
US20030151608A1 (en) * 2002-01-17 2003-08-14 Chung Chris Yoochang Programmable 3D graphics pipeline for multimedia applications
US20030227457A1 (en) * 2002-06-06 2003-12-11 Pharr Matthew Milton System and method of using multiple representations per object in computer graphics
US6697063B1 (en) * 1997-01-03 2004-02-24 Nvidia U.S. Investment Company Rendering pipeline
US20040066384A1 (en) * 2002-09-06 2004-04-08 Sony Computer Entertainment Inc. Image processing method and apparatus
US20040095343A1 (en) * 2002-11-14 2004-05-20 Forest Charles M. Multi-resolution spatial partitioning
US6798410B1 (en) * 1998-11-06 2004-09-28 Imagination Technologies Limited Shading 3-dimensional computer generated images
US20040227767A1 (en) * 2002-06-20 2004-11-18 Alberto Baroncelli Vector graphics circuit accelerator for display systems
US7002571B2 (en) * 2002-06-04 2006-02-21 Intel Corporation Grid-based loose octree for spatial partitioning
US20060072831A1 (en) * 2004-09-27 2006-04-06 Kim Pallister Low-latency remote display rendering using tile-based rendering systems
US20060129908A1 (en) * 2003-01-28 2006-06-15 Markel Steven O On-content streaming media enhancement
US20060170693A1 (en) * 2005-01-18 2006-08-03 Christopher Bethune System and method for processig map data
US7148890B2 (en) * 2003-04-02 2006-12-12 Sun Microsystems, Inc. Displacement mapping by using two passes through the same rasterizer
US7167171B2 (en) * 2004-06-29 2007-01-23 Intel Corporation Methods and apparatuses for a polygon binning process for rendering
US20070101013A1 (en) * 2005-09-26 2007-05-03 John Howson Scalable multi-threaded media processing architecture
US20080012878A1 (en) * 2004-11-29 2008-01-17 Jorn Nystad Processing Of Computer Graphics
US7324115B2 (en) * 2002-03-26 2008-01-29 Imagination Technologies Limited Display list compression for a tiled 3-D rendering system
US20080150950A1 (en) * 2006-12-04 2008-06-26 Arm Norway As Method of and apparatus for processing graphics
US7418156B1 (en) * 2004-04-16 2008-08-26 Apple Inc. Domain of definition in warper/morpher
US20090303245A1 (en) * 2008-04-30 2009-12-10 Alexei Soupikov Technique for performing load balancing for parallel rendering

Family Cites Families (25)

* 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
GB2251770B (en) 1991-01-09 1995-01-11 Du Pont Pixel Systems Graphics accelerator system with polygon traversal operation
US5150454A (en) * 1991-10-16 1992-09-22 Patrick Wood Printing system and method
US5555358A (en) * 1993-03-01 1996-09-10 Xionics Document Technologies, Inc. Digital printing system and process using compact trapezoidal representations
GB2298111B (en) 1995-01-31 2000-01-19 Videologic Ltd Improvements relating to computer 3d rendering systems
AU6766096A (en) 1995-08-04 1997-03-05 Microsoft Corporation Method and system for rendering graphical objects to image chunks and combining image layers into a display image
US5844576A (en) 1996-12-30 1998-12-01 Cirrus Logic, Inc. Tiled linear host texture storage
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
US7911483B1 (en) * 1998-11-09 2011-03-22 Broadcom Corporation Graphics display system with window soft horizontal scrolling mechanism
US6819321B1 (en) 2000-03-31 2004-11-16 Intel Corporation Method and apparatus for processing 2D operations in a tiled graphics architecture
EP1287494B1 (en) 2000-06-08 2007-03-14 Imagination Technologies Limited Tiling and compression for rendering 3d images
GB2378108B (en) 2001-07-24 2005-08-17 Imagination Tech Ltd Three dimensional graphics system
GB0301448D0 (en) 2003-01-22 2003-02-19 Falanx Microsystems As Microprocessor systems
GB0307095D0 (en) 2003-03-27 2003-04-30 Imagination Tech Ltd Improvements to a tiling system for 3d rendered graphics
GB0319697D0 (en) 2003-08-21 2003-09-24 Falanx Microsystems As Method of and apparatus for differential encoding and decoding
US6911985B1 (en) * 2003-12-10 2005-06-28 Lsi Logic Corporation Method and apparatus for reducing frame buffer size in graphics systems
CN1641702A (en) * 2004-01-13 2005-07-20 邓兴峰 Method for designing stereo image from planar image
US8194071B2 (en) 2004-05-24 2012-06-05 St-Ericsson Sa Tile based graphics rendering
GB0524804D0 (en) 2005-12-05 2006-01-11 Falanx Microsystems As Method of and apparatus for processing graphics
GB2444863B (en) 2005-12-05 2008-10-08 Arm Norway As Method of and apparatus for processing graphics
GB2444628B (en) 2006-12-04 2009-02-04 Arm Norway As Method and apparatus for processing graphics
GB0710795D0 (en) 2007-06-05 2007-07-18 Arm Norway As Method of and apparatus for processing graphics
ITMI20070038A1 (en) 2007-01-12 2008-07-13 St Microelectronics Srl RENDERING DEVICE FOR GRAPHICS WITH THREE DIMENSIONS WITH SORT-MIDDLE TYPE ARCHITECTURE.
GB0818278D0 (en) 2008-10-06 2008-11-12 Advanced Risc Mach Ltd Graphics processing systems
GB0900700D0 (en) * 2009-01-15 2009-03-04 Advanced Risc Mach Ltd Methods of and apparatus for processing graphics

Patent Citations (40)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5392385A (en) * 1987-12-10 1995-02-21 International Business Machines Corporation Parallel rendering of smoothly shaped color triangles with anti-aliased edges for a three dimensional color display
US5175808A (en) * 1989-09-12 1992-12-29 Pixar Method and apparatus for non-affine image warping
US5305430A (en) * 1990-12-26 1994-04-19 Xerox Corporation Object-local sampling histories for efficient path tracing
US5522018A (en) * 1992-12-29 1996-05-28 Namco Ltd. Sorting processing system and image synthesizing system using the same
US5500928A (en) * 1993-03-01 1996-03-19 Xionics Document Technologies, Inc. Digital printing system and process using adaptive compression
US5509110A (en) * 1993-04-26 1996-04-16 Loral Aerospace Corporation Method for tree-structured hierarchical occlusion in image generators
US5729672A (en) * 1993-07-30 1998-03-17 Videologic Limited Ray tracing method and apparatus for projecting rays through an object represented by a set of infinite surfaces
US5596685A (en) * 1993-07-30 1997-01-21 Videologic Limited Ray tracing method and apparatus for projecting rays through an object represented by a set of infinite surfaces
US5886701A (en) * 1995-08-04 1999-03-23 Microsoft Corporation Graphics rendering device and method for operating same
US5949428A (en) * 1995-08-04 1999-09-07 Microsoft Corporation Method and apparatus for resolving pixel data in a graphics rendering system
US6326964B1 (en) * 1995-08-04 2001-12-04 Microsoft Corporation Method for sorting 3D object geometry among image chunks for rendering in a layered graphics rendering system
US5574836A (en) * 1996-01-22 1996-11-12 Broemmelsiek; Raymond M. Interactive display apparatus and method with viewer position compensation
US5844571A (en) * 1996-06-10 1998-12-01 International Business Machines Corporation Z buffer bandwidth reductions via split transactions
US6288722B1 (en) * 1996-10-17 2001-09-11 International Business Machines Corporation Frame buffer reconfiguration during graphics processing based upon image attributes
US6697063B1 (en) * 1997-01-03 2004-02-24 Nvidia U.S. Investment Company Rendering pipeline
US6204856B1 (en) * 1997-08-01 2001-03-20 U.S. Philips Corporation Attribute interpolation in 3D graphics
US6552723B1 (en) * 1998-08-20 2003-04-22 Apple Computer, Inc. System, apparatus and method for spatially sorting image data in a three-dimensional graphics pipeline
US6798410B1 (en) * 1998-11-06 2004-09-28 Imagination Technologies Limited Shading 3-dimensional computer generated images
US6344852B1 (en) * 1999-03-17 2002-02-05 Nvidia Corporation Optimized system and method for binning of graphics data
US6304266B1 (en) * 1999-06-14 2001-10-16 Schlumberger Technology Corporation Method and apparatus for volume rendering
US20020015064A1 (en) * 2000-08-07 2002-02-07 Robotham John S. Gesture-based user interface to multi-level and multi-modal sets of bit-maps
US20030151608A1 (en) * 2002-01-17 2003-08-14 Chung Chris Yoochang Programmable 3D graphics pipeline for multimedia applications
US20030142100A1 (en) * 2002-01-30 2003-07-31 Lavelle Michael G. Vertex assembly buffer and primitive launch buffer
US7324115B2 (en) * 2002-03-26 2008-01-29 Imagination Technologies Limited Display list compression for a tiled 3-D rendering system
US7002571B2 (en) * 2002-06-04 2006-02-21 Intel Corporation Grid-based loose octree for spatial partitioning
US20030227457A1 (en) * 2002-06-06 2003-12-11 Pharr Matthew Milton System and method of using multiple representations per object in computer graphics
US20040227767A1 (en) * 2002-06-20 2004-11-18 Alberto Baroncelli Vector graphics circuit accelerator for display systems
US20040066384A1 (en) * 2002-09-06 2004-04-08 Sony Computer Entertainment Inc. Image processing method and apparatus
US7138998B2 (en) * 2002-11-14 2006-11-21 Intel Corporation Multi-resolution spatial partitioning
US20040095343A1 (en) * 2002-11-14 2004-05-20 Forest Charles M. Multi-resolution spatial partitioning
US20060129908A1 (en) * 2003-01-28 2006-06-15 Markel Steven O On-content streaming media enhancement
US7148890B2 (en) * 2003-04-02 2006-12-12 Sun Microsystems, Inc. Displacement mapping by using two passes through the same rasterizer
US7418156B1 (en) * 2004-04-16 2008-08-26 Apple Inc. Domain of definition in warper/morpher
US7167171B2 (en) * 2004-06-29 2007-01-23 Intel Corporation Methods and apparatuses for a polygon binning process for rendering
US20060072831A1 (en) * 2004-09-27 2006-04-06 Kim Pallister Low-latency remote display rendering using tile-based rendering systems
US20080012878A1 (en) * 2004-11-29 2008-01-17 Jorn Nystad Processing Of Computer Graphics
US20060170693A1 (en) * 2005-01-18 2006-08-03 Christopher Bethune System and method for processig map data
US20070101013A1 (en) * 2005-09-26 2007-05-03 John Howson Scalable multi-threaded media processing architecture
US20080150950A1 (en) * 2006-12-04 2008-06-26 Arm Norway As Method of and apparatus for processing graphics
US20090303245A1 (en) * 2008-04-30 2009-12-10 Alexei Soupikov Technique for performing load balancing for parallel rendering

Cited By (149)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9552666B2 (en) 2001-07-24 2017-01-24 Imagination Technologies Limited 3-D rendering pipeline with early region-based object culling
US9922450B2 (en) 2001-07-24 2018-03-20 Imagination Technologies Limited Graphics renderer and method for rendering 3D scene in computer graphics using object pointers and depth values
US11217008B2 (en) 2001-07-24 2022-01-04 Imagination Technologies Limited Graphics renderer and method for rendering 3D scene in computer graphics using object pointers and depth values
US10657681B2 (en) 2005-12-05 2020-05-19 Arm Norway As Method of and apparatus for processing graphics
US10019820B2 (en) 2005-12-05 2018-07-10 Arm Norway As Method of and apparatus for processing graphics
US8669987B2 (en) 2006-09-29 2014-03-11 Imagination Technologies, Ltd. Memory management for systems for generating 3-dimensional computer images
US20080186318A1 (en) * 2006-09-29 2008-08-07 Jonathan Redshaw Memory management for systems for generating 3-dimensional computer images
US20080218521A1 (en) * 2007-03-09 2008-09-11 Ati Technologies Ulc Offset tiles in vector graphics
US8471862B2 (en) * 2007-03-09 2013-06-25 Ati Technologies Ulc Offset tiles in vector graphics
US20080246773A1 (en) * 2007-04-04 2008-10-09 Guofang Jiao Indexes of graphics processing objects in graphics processing unit commands
US8022958B2 (en) * 2007-04-04 2011-09-20 Qualcomm Incorporated Indexes of graphics processing objects in graphics processing unit commands
US20090015513A1 (en) * 2007-07-10 2009-01-15 Lg Display Co., Ltd. Expandable multi-module display apparatus
US8508431B2 (en) * 2007-07-10 2013-08-13 Lg Display Co., Ltd. Expandable multi-module display apparatus
US8031194B2 (en) 2007-11-09 2011-10-04 Vivante Corporation Intelligent configurable graphics bandwidth modulator
US20090122068A1 (en) * 2007-11-09 2009-05-14 Vivante Corporation Intelligent configurable graphics bandwidth modulator
US20090174706A1 (en) * 2007-11-30 2009-07-09 Howson John W Multi-core geometry processing in a tile based rendering system
US8310487B2 (en) * 2007-11-30 2012-11-13 Imagination Technologies Limited Multi-core geometry processing in a tile based rendering system
US8502829B2 (en) 2007-11-30 2013-08-06 Imagination Technologies, Limited Multi-core geometry processing in a tile based rendering system
US20090154834A1 (en) * 2007-12-15 2009-06-18 Electronics And Telecommunications Research Institute Rendering system and data processing method for the same
US20100079474A1 (en) * 2008-09-30 2010-04-01 Microsoft Corporation Methods for rendering source content of a file for display on a destination figure
US20160371874A1 (en) * 2008-12-08 2016-12-22 Microsoft Technology Licensing, Llc Command remoting
US10002403B2 (en) 2008-12-08 2018-06-19 Microsoft Technology Licensing, Llc Command remoting
US20100153842A1 (en) * 2008-12-12 2010-06-17 Microsoft Corporation Rendering source content for display
US20140111521A1 (en) * 2008-12-12 2014-04-24 Microsoft Corporation Rendering source content for display
US8587610B2 (en) * 2008-12-12 2013-11-19 Microsoft Corporation Rendering source content for display
US9336623B2 (en) * 2008-12-19 2016-05-10 Imagination Technologies Limited Multilevel display control list in tile based 3D computer graphics system
WO2010070302A3 (en) * 2008-12-19 2011-07-07 Imagination Technologies Limited Multi level display control list 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
WO2010073017A1 (en) * 2008-12-23 2010-07-01 Imagination Technologies Limited Display list control stream grouping in tile based 3d computer graphics system
US20110304608A1 (en) * 2008-12-23 2011-12-15 Xile Yang Display list control stream grouping in tile based 3d computer graphics system
US20100177105A1 (en) * 2009-01-15 2010-07-15 Arm Limited Methods of and apparatus for processing graphics
US8681168B2 (en) * 2009-01-15 2014-03-25 Arm Limited Methods of and apparatus for processing graphics
US20100226593A1 (en) * 2009-03-04 2010-09-09 Microsoft Corporation Scalable mutable tiled multi-resolution texture atlases
US8385669B2 (en) * 2009-03-04 2013-02-26 Microsoft Corporation Scalable mutable tiled multi-resolution texture atlases
US8810592B2 (en) * 2009-10-09 2014-08-19 Nvidia Corporation Vertex attribute buffer for inline immediate attributes and constants
US20110102448A1 (en) * 2009-10-09 2011-05-05 Hakura Ziyad S Vertex attribute buffer for inline immediate attributes and constants
US9058685B2 (en) * 2010-03-11 2015-06-16 Broadcom Corporation Method and system for controlling a 3D processor using a control list in memory
US20110221743A1 (en) * 2010-03-11 2011-09-15 Gary Keall Method And System For Controlling A 3D Processor Using A Control List In Memory
US20110227921A1 (en) * 2010-03-19 2011-09-22 Jonathan Redshaw Processing of 3D computer graphics data on multiple shading engines
US8743117B2 (en) * 2010-03-19 2014-06-03 Imagination Technologies, Limited Processing of 3D computer graphics data on multiple shading engines
US10418001B2 (en) * 2010-07-07 2019-09-17 Fotonation Limited Real-time video frame pre-processing hardware
US20170061662A1 (en) * 2011-09-12 2017-03-02 Microsoft Technology Licensing, Llc System and method for layering using tile-based renderers
US9715750B2 (en) * 2011-09-12 2017-07-25 Microsoft Technology Licensing, Llc System and method for layering using tile-based renderers
WO2013043270A1 (en) * 2011-09-19 2013-03-28 Qualcomm Incorporated Optimizing resolve performance with tiling graphics architectures
US20130069943A1 (en) * 2011-09-19 2013-03-21 Qualcomm Incorporated Optimizing resolve performance with tiling graphics architectures
US8902228B2 (en) * 2011-09-19 2014-12-02 Qualcomm Incorporated Optimizing resolve performance with tiling graphics architectures
US20130076761A1 (en) * 2011-09-22 2013-03-28 Arm Limited Graphics processing systems
US9122646B2 (en) * 2011-09-22 2015-09-01 Arm Limited Graphics processing systems
US9202302B2 (en) 2011-10-07 2015-12-01 Nexell Co., Ltd. Graphic processing method and apparatus for processing an image using tile-based rendering
US20130120380A1 (en) * 2011-11-16 2013-05-16 Qualcomm Incorporated Tessellation in tile-based rendering
US10089774B2 (en) * 2011-11-16 2018-10-02 Qualcomm Incorporated Tessellation in tile-based rendering
US10242481B2 (en) 2012-03-15 2019-03-26 Qualcomm Incorporated Visibility-based state updates in graphical processing units
US9424685B2 (en) 2012-07-31 2016-08-23 Imagination Technologies Limited Unified rasterization and ray tracing rendering environments
US10909745B2 (en) 2012-07-31 2021-02-02 Imagination Technologies Limited Unified rasterization and ray tracing rendering environments
US11587281B2 (en) 2012-07-31 2023-02-21 Imagination Technologies Limited Unified rasterization and ray tracing rendering environments
US10217266B2 (en) 2012-07-31 2019-02-26 Imagination Technologies Limited Unified rasterization and ray tracing rendering environments
US11282162B2 (en) 2012-09-12 2022-03-22 Imagination Technologies Limited Tile based computer graphics
US10685420B2 (en) 2012-09-12 2020-06-16 Imagination Technologies Limited Tile based computer graphics
US20140071150A1 (en) * 2012-09-12 2014-03-13 Imagination Technologies Limited Tile based computer graphics
US10453164B2 (en) 2012-09-12 2019-10-22 Imagination Technologies Limited Tile based computer graphics
US9633405B2 (en) * 2012-09-12 2017-04-25 Imagination Technologies Limited Tile based computer graphics
US10885602B2 (en) 2012-09-12 2021-01-05 Imagination Technologies Limited Tile based computer graphics
US11922534B2 (en) 2012-09-12 2024-03-05 Imagination Technologies Limited Tile based computer graphics
US8928679B2 (en) * 2012-09-14 2015-01-06 Advanced Micro Devices, Inc. Work distribution for higher primitive rates
US20140078156A1 (en) * 2012-09-14 2014-03-20 Advanced Micro Devices, Inc. Work Distribution for Higher Primitive Rates
DE102013017640B4 (en) 2012-10-26 2022-06-30 Nvidia Corporation Distributed tiled caching
US20180307490A1 (en) * 2012-10-26 2018-10-25 Nvidia Corporation Two-pass cache tile processing for visibility testing in a tile-based architecture
US10438314B2 (en) * 2012-10-26 2019-10-08 Nvidia Corporation Two-pass cache tile processing for visibility testing in a tile-based architecture
US20140118365A1 (en) * 2012-10-26 2014-05-01 Nvidia Corporation Data structures for efficient tiled rendering
US10489875B2 (en) * 2012-10-26 2019-11-26 Nvidia Corporation Data structures for efficient tiled rendering
US9317948B2 (en) 2012-11-16 2016-04-19 Arm Limited Method of and apparatus for processing graphics
US9299182B2 (en) 2012-12-04 2016-03-29 Panasonic Intellectual Property Management Co., Ltd. Divided-area-based rendering device and divided-area-based rendering method
US20140160124A1 (en) * 2012-12-12 2014-06-12 Nvidia Corporation Visible polygon data structure and method of use thereof
US11182952B2 (en) 2012-12-20 2021-11-23 Imagination Technologies Limited Hidden culling in tile-based computer generated images
US10665009B2 (en) 2012-12-20 2020-05-26 Imagination Technologies Limited Hidden culling in tile-based computer generated images
US9805500B2 (en) 2012-12-20 2017-10-31 Imagination Technologies Limited Hidden culling in tile-based computer generated images
US10366530B2 (en) 2012-12-20 2019-07-30 Imagination Technologies Limited Hidden culling in tile-based computer generated images
US11657565B2 (en) 2012-12-20 2023-05-23 Imagination Technologies Limited Hidden culling in tile-based computer generated images
US9092697B2 (en) * 2013-02-07 2015-07-28 Raytheon Company Image recognition system and method for identifying similarities in different images
US20140219569A1 (en) * 2013-02-07 2014-08-07 Raytheon Company Image recognition system and method for identifying similarities in different images
US20140237187A1 (en) * 2013-02-20 2014-08-21 Nvidia Corporation Adaptive multilevel binning to improve hierarchical caching
US9720842B2 (en) * 2013-02-20 2017-08-01 Nvidia Corporation Adaptive multilevel binning to improve hierarchical caching
US20160371873A1 (en) * 2013-03-29 2016-12-22 Advanced Micro Devices, Inc. Hybrid render with preferred primitive batch binning and sorting
US10169906B2 (en) 2013-03-29 2019-01-01 Advanced Micro Devices, Inc. Hybrid render with deferred primitive batch binning
US11880926B2 (en) 2013-03-29 2024-01-23 Advanced Micro Devices, Inc. Hybrid render with deferred primitive batch binning
US11335052B2 (en) 2013-03-29 2022-05-17 Advanced Micro Devices, Inc. Hybrid render with deferred primitive batch binning
US10957094B2 (en) * 2013-03-29 2021-03-23 Advanced Micro Devices, Inc. Hybrid render with preferred primitive batch binning and sorting
US9928563B2 (en) * 2013-04-02 2018-03-27 Imagination Technologies Limited Tile-based graphics
US20140292782A1 (en) * 2013-04-02 2014-10-02 Imagination Technologies Limited Tile-based graphics
US9934549B2 (en) 2013-04-02 2018-04-03 Imagination Technologies Limited Tile-based graphics
DE102014004841B4 (en) 2013-04-02 2022-06-09 Imagination Technologies Limited Tile based graphics
US11551326B2 (en) 2013-04-02 2023-01-10 Imagination Technologies Limited Tile-based graphics
US11954759B2 (en) 2013-04-02 2024-04-09 Imagination Technologies Limited Tile-based graphics
US20140354682A1 (en) * 2013-06-04 2014-12-04 Arm Limited Method of and apparatus for processing graphics
US10204391B2 (en) * 2013-06-04 2019-02-12 Arm Limited Method of and apparatus for processing graphics
US10438312B2 (en) 2014-04-05 2019-10-08 Sony Interactive Entertainment LLC Method for efficient re-rendering objects to vary viewports and under varying rendering and rasterization parameters
US10915981B2 (en) * 2014-04-05 2021-02-09 Sony Interactive Entertainment LLC Method for efficient re-rendering objects to vary viewports and under varying rendering and rasterization parameters
US20180047129A1 (en) * 2014-04-05 2018-02-15 Sony Interactive Entertainment America Llc Method for efficient re-rendering objects to vary viewports and under varying rendering and rasterization parameters
US11748840B2 (en) 2014-04-05 2023-09-05 Sony Interactive Entertainment LLC Method for efficient re-rendering objects to vary viewports and under varying rendering and rasterization parameters
US11481952B2 (en) 2014-05-29 2022-10-25 Imagination Technologies Limited Allocation of primitives to primitive blocks
US10957097B2 (en) * 2014-05-29 2021-03-23 Imagination Technologies Limited Allocation of primitives to primitive blocks
US20150348306A1 (en) * 2014-05-29 2015-12-03 Imagination Technologies Limited Allocation of primitives to primitive blocks
CN105488842A (en) * 2014-10-06 2016-04-13 想象技术有限公司 Depth forwarding in a graphics processing system
US11080926B2 (en) 2014-10-06 2021-08-03 Imagination Technologies Limited Using tiling depth information in hidden surface removal in a graphics processing system
US11682163B2 (en) 2014-10-06 2023-06-20 Imagination Technologies Limited Using tiling depth information in hidden surface removal in a graphics processing system
US20160098856A1 (en) * 2014-10-06 2016-04-07 Imagination Technologies Limited Using tiling depth information in hidden surface removal in a graphics processing system
US10510182B2 (en) * 2014-10-06 2019-12-17 Imagination Technologies Limited Using tiling depth information in hidden surface removal in a graphics processing system
US9772850B2 (en) 2014-11-14 2017-09-26 Intel Corporation Morton coordinate adjustment processors, methods, systems, and instructions
US20160139929A1 (en) * 2014-11-14 2016-05-19 Intel Corporation Three-dimensional morton coordinate conversion processors, methods, systems, and instructions
US20160139930A1 (en) * 2014-11-14 2016-05-19 Intel Corporation Four-dimensional morton coordinate conversion processors, methods, systems, and instructions
US9772848B2 (en) * 2014-11-14 2017-09-26 Intel Corporation Three-dimensional morton coordinate conversion processors, methods, systems, and instructions
US9772849B2 (en) * 2014-11-14 2017-09-26 Intel Corporation Four-dimensional morton coordinate conversion processors, methods, systems, and instructions
US9799091B2 (en) * 2014-11-20 2017-10-24 Intel Corporation Apparatus and method for efficient frame-to-frame coherency exploitation for sort-last architectures
US20160148339A1 (en) * 2014-11-20 2016-05-26 Intel Corporation Apparatus and method for efficient frame-to-frame coherency exploitation for sort-last architectures
US20160148337A1 (en) * 2014-11-21 2016-05-26 Arm Limited Graphics processing systems
US10163238B2 (en) * 2014-11-21 2018-12-25 Arm Limited Processing graphics primitives in a tile-based graphics processing system
KR20160106338A (en) * 2015-03-02 2016-09-12 삼성전자주식회사 Apparatus and Method of tile based rendering for binocular disparity image
KR102354992B1 (en) * 2015-03-02 2022-01-24 삼성전자주식회사 Apparatus and Method of tile based rendering for binocular disparity image
US10529098B2 (en) * 2015-04-14 2020-01-07 Samsung Electronics Co., Ltd. Method and apparatus for performing tile binning for path rendering
US20160307342A1 (en) * 2015-04-14 2016-10-20 Samsung Electronics Co., Ltd. Method and apparatus for performing tile binning for path rendering
US10002404B2 (en) * 2015-04-15 2018-06-19 Mediatek Singapore Pte. Ltd. Optimizing shading process for mixed order-sensitive and order-insensitive shader operations
US20170091897A1 (en) * 2015-09-30 2017-03-30 Samsung Electronics Co., Ltd. Graphics processing device and operating method
US10078881B2 (en) * 2015-09-30 2018-09-18 Samsung Electronics Co., Ltd. Graphics processing device and operating method for performing tile-based graphics processing using the same
KR20170038525A (en) * 2015-09-30 2017-04-07 삼성전자주식회사 Graphic Processing Apparatus and Operating Method thereof
KR102454893B1 (en) * 2015-09-30 2022-10-14 삼성전자주식회사 Graphic Processing Apparatus and Operating Method thereof
US10255718B2 (en) * 2016-01-05 2019-04-09 Arm Limited Graphics processing
US20170193691A1 (en) * 2016-01-05 2017-07-06 Arm Limited Graphics processing
GB2546810B (en) * 2016-02-01 2019-10-16 Imagination Tech Ltd Sparse rendering
US11532068B2 (en) * 2016-02-01 2022-12-20 Imagination Technologies Limited Sparse rendering in computer graphics
US11887212B2 (en) 2016-02-01 2024-01-30 Imagination Technologies Limited Sparse rendering in computer graphics
GB2546810A (en) * 2016-02-01 2017-08-02 Imagination Tech Ltd Sparse rendering
US20170221177A1 (en) * 2016-02-01 2017-08-03 Imagination Technologies Limited Sparse Rendering in Computer Graphics
US9934548B2 (en) 2016-03-09 2018-04-03 Apple Inc. Hierarchical techniques for storing graphics primitives
US11010959B2 (en) * 2016-04-29 2021-05-18 Arm Limited Graphics processing systems
US20170316601A1 (en) * 2016-04-29 2017-11-02 Arm Limited Graphics processing systems
KR20170124091A (en) * 2016-04-29 2017-11-09 에이알엠 리미티드 Graphics processing systems
KR102455696B1 (en) * 2016-04-29 2022-10-18 에이알엠 리미티드 Graphics processing systems
US20180308277A1 (en) * 2017-04-24 2018-10-25 Intel Corporation Positional only shading pipeline (posh) geometry data processing with coarse z buffer
US11461959B2 (en) 2017-04-24 2022-10-04 Intel Corporation Positional only shading pipeline (POSH) geometry data processing with coarse Z buffer
US10643374B2 (en) * 2017-04-24 2020-05-05 Intel Corporation Positional only shading pipeline (POSH) geometry data processing with coarse Z buffer
US10650580B2 (en) 2017-07-06 2020-05-12 Arm Limited Graphics processing
US10937126B2 (en) * 2018-05-17 2021-03-02 Intel Corporation Tile-based multiple resolution rendering of images
US11361485B2 (en) * 2018-10-23 2022-06-14 Arm Limited Graphics processing
US11514549B2 (en) 2020-02-03 2022-11-29 Sony Interactive Entertainment Inc. System and method for efficient multi-GPU rendering of geometry by generating information in one rendering phase for use in another rendering phase
US11508110B2 (en) * 2020-02-03 2022-11-22 Sony Interactive Entertainment Inc. System and method for efficient multi-GPU rendering of geometry by performing geometry analysis before rendering
US11734869B2 (en) 2020-03-20 2023-08-22 Arm Limited Graphics processing
US11189073B2 (en) 2020-03-20 2021-11-30 Arm Limited Graphics processing
CN112214809A (en) * 2020-10-16 2021-01-12 安徽工程大学 Method and device for randomly arranging graphics primitives
US11954782B2 (en) 2021-03-22 2024-04-09 Advanced Micro Devices, Inc. Hybrid render with preferred primitive batch binning and sorting

Also Published As

Publication number Publication date
CN101067869A (en) 2007-11-07
GB2433014A (en) 2007-06-06
CN101067869B (en) 2015-11-25
US10019820B2 (en) 2018-07-10
US20180293765A1 (en) 2018-10-11
GB2433014B (en) 2008-07-30
GB0624311D0 (en) 2007-01-17
US20160005195A1 (en) 2016-01-07
JP2007157155A (en) 2007-06-21
GB0524804D0 (en) 2006-01-11
US10657681B2 (en) 2020-05-19

Similar Documents

Publication Publication Date Title
US10657681B2 (en) Method of and apparatus for processing graphics
US9965886B2 (en) Method of and apparatus for processing graphics
GB2444863A (en) Rendering tile-based graphics using primitive lists
US9317948B2 (en) Method of and apparatus for processing graphics
EP3142075B1 (en) Graphics processing method and system for processing sub-primitives
JP5336067B2 (en) Method and apparatus for processing graphics
US11170555B2 (en) Graphics processing systems
US9619937B2 (en) Methods and apparatus for processing computer graphics primitives in tile-based graphics rendering system
CN109214976B (en) Graphics processing
US10559054B2 (en) Graphics processing systems
US11216993B2 (en) Graphics processing systems
GB2551689A (en) Method and Apparatus for processing graphics
JP2005514711A (en) Efficient graphics state management for zone rendering
US11210821B2 (en) Graphics processing systems
US10733782B2 (en) Graphics processing systems
CN113256477B (en) Method and tiling engine for storing tiling information in a graphics processing system
GB2444628A (en) Sorting graphics data for processing
US11734869B2 (en) Graphics processing
US11210847B2 (en) Graphics processing systems
US20230298264A1 (en) Graphics processing
US11321803B2 (en) Graphics processing primitive patch testing
US20220245883A1 (en) Method and system of decoupled object space shading
US20230388651A1 (en) Graphics processors
GB2619296A (en) Graphics processors

Legal Events

Date Code Title Description
AS Assignment

Owner name: ARM NORWAY AS, NORWAY

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SORGARD, EDVARD;LJOSLAND, BORGAR;NYSTAD, JORN;AND OTHERS;REEL/FRAME:018980/0568

Effective date: 20070122

STCB Information on status: application discontinuation

Free format text: ABANDONED -- AFTER EXAMINER'S ANSWER OR BOARD OF APPEALS DECISION