EP1700271A1 - Processeur infographique et procede de rendu d'images - Google Patents

Processeur infographique et procede de rendu d'images

Info

Publication number
EP1700271A1
EP1700271A1 EP04806602A EP04806602A EP1700271A1 EP 1700271 A1 EP1700271 A1 EP 1700271A1 EP 04806602 A EP04806602 A EP 04806602A EP 04806602 A EP04806602 A EP 04806602A EP 1700271 A1 EP1700271 A1 EP 1700271A1
Authority
EP
European Patent Office
Prior art keywords
pass
blur
color
footprint
screen space
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.)
Withdrawn
Application number
EP04806602A
Other languages
German (de)
English (en)
Inventor
Kornelis Meinds
Bart G. B. Barenbrug
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.)
Entropic Communications LLC
Original Assignee
Koninklijke Philips Electronics NV
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=34717248&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=EP1700271(A1) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by Koninklijke Philips Electronics NV filed Critical Koninklijke Philips Electronics NV
Priority to EP04806602A priority Critical patent/EP1700271A1/fr
Publication of EP1700271A1 publication Critical patent/EP1700271A1/fr
Withdrawn legal-status Critical Current

Links

Classifications

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

Definitions

  • the invention relates to a computer graphics processor and a method of rendering images.
  • This 2D transformation or mapping can be decomposed into a sequence of two orthogonal ID transformations, namely in a horizontal and in a vertical scanline order.
  • multi-dimensional image transformations of resampling operations can be executed as a sequence of one dimensional transformation.
  • one problem, that may arise within such a sequence of ID transformations, is the occurrence of aliasing due to shear.
  • the shear problem is illustrated in Fig. 1 showing two lines of a texture map (left side of Fig. 1) and an intermediate image (right side of Fig. 1).
  • a horizontal filter pass is performed, which however can not prevent vertical aliasing.
  • the shear causes a very sharp transition between black pixels in one line, and white pixels in the next.
  • One solution to the shear problem is the so-called super-sampling technique proposed by George Wolberg and Terrance E.
  • the super-sampling technique is a compute intensive approach.
  • Another approach to overcome the aliasing problem is based on a box filtering technique as described by Alvy Ray Smith, in "Planar 2-pass texture mapping and warping", in Computer Graphics (Proceedings Siggraph 1987), volume 21(4), pages 263 - 272, 1987.
  • prefiltering is applied and constitutes a process of checking whether a pixel is inside e.g. a triangle (for the case of inverse mapping).
  • the prefilter may have a delta function, a box function or the like.
  • each texel in the input texture is either mapped to screen space or not depending whether its position lies within the triangle.
  • a prefilter is used to determine which texels should contribute to a subsequent resampling, i.e. also possibly those not totally inside the triangle, in order to reduce edge aliasing.
  • An amount of overlap is determined between the triangle and a footprint of the prefilter, wherein the footprint of a prefilter corresponds to the area of the prefilter in the u/v directions in texture space.
  • Fig. 2 shows an illustration of an output pixel footprint mapped to the input image.
  • the left side of Fig. 2 shows a texture map 76, i.e. texels, in texture space, while the right side of Fig.
  • FIG. 2 shows an intermediate image after horizontal transformation 77, i.e. pixels.
  • the texture comprises a vertical column of grey texels 74.
  • the square 72 depicts a box reconstructed footprint of a texel, ML the midline, 75 white texels and 73 a mapped box reconstructed prefilter footprint of a pixel.
  • a box prefilter footprint of a pixel on a scanline 78 is shown in screen space. Accordingly, the footprint 78 of a box prefilter of the pixel on a scanline, indicated by the midline ML, is mapped to the texture space 76 and constitutes the mapped box reconstruction prefilter footprint.
  • a horizontal span of output pixels are modeled as a row of neighboring squares representing footprints of a box prefilter.
  • the footprint 73 of these pixels mapped to the scanline of the input image constitutes an area limited above and below by parallel line segments and left and right by curves and in particular straight lines for some transformations as shown in Fig. 2.
  • the pixel color being box filtered is composed of the average of the texel colors whose footprints of the box reconstruction filter intersects the mapped footprint 73 of the pixel.
  • a weighting function is performed on the texels in accordance of the size of the footprint area of the reconstruction filter 72 intersecting with the pixel's mapped footprint 73, i.e.
  • the renderer comprises a texture space rasterizer TS for rasterizing a primitive in texture space, a color generating unit PS for determining the color of the output of the texture space rasterizer TS and for forwarding a color sample along with coordinates, a 2-pass screen space resampler SSRI, SSR2 for resampling the color sample determined by the color generating unit PS, and at least one one-dimensional blur filter unit 1PB, 2PB associated to at least one pass of said screen space resampler SSRI, SSR2 for performing a ID filtering before performing at least one pass. Therefore, only ID calculations need to be performed during the resampling operation.
  • said processor comprises a first and second one-dimensional blur filter unit.
  • Said screen space resampler comprises a first pass and a second pass screen space resampler.
  • Said first blur filter unit is arranged before said first pass screen space resampler and said second blur filter unit is arranged before a second pass screen space resampler. Accordingly, the blur may be applied to both passes.
  • said first and second blur filter units are one-dimensional blur filters having footprints with a size depending on a corresponding shear factor, so that more blur may be introduced when there is more shear. Thus aliasing due to shear is effectively prevented.
  • said first and second blur filter units are box low pass filter having a weighted footprint. With such a footprint the contribution of a 2D footprint may be approximated more efficiently.
  • the invention also relates to a method of rendering images based on a forward mapping rendering. A primitive is rasterized in texture space. The color of the output of the rasterizing step is determined and a color sample is forwarded along with coordinates.
  • a 2- pass screen space resampling of the color sample determined in the color generating step is performed. At least one one-dimensional blur filtering is performed before performing at least one pass resampling.
  • the invention furthermore relates to a computer program product comprising program code means stored on a computer readable medium for performing an above method when said program is run on a computer Further aspects of the invention are defined in the dependent claims.
  • the invention is based on the idea to avoid the computation of an area overlap of the texel's footprint with the mapped footprint of a pixel, i.e. a 2D computation. Instead only 1 D computations are used by applying a ID filter to the texel.
  • Fig. 1 shows an illustration of aliasing due to shear caused by texture mapping
  • Fig. 2 shows an illustration of an output pixel footprint mapped to an input image
  • Fig. 3 shows a forward mapping pipeline according to a first embodiment of the invention
  • Fig. 4 shows a detailed illustration of the right hand side of Fig. 2 with a I D filtering
  • Fig. 5 shows an illustration of an improved ID filtering to approximate a 2D filter footprint
  • Fig. 6 shows an illustration of a shrunk footprint of Fig. 5
  • Fig. 7 shows an illustration of a weighting of the footprint of Fig. 6
  • FIG. 3 shows a forward mapping pipeline according to a first embodiment of the invention.
  • This forward mapping pipeline comprises a texture space rasterizer TS, a texture memory TM, a texture space resampler TSR, a pixel shader PS, a first pass and a second pass blur unit 1PB, 2PB, a first pass and a second pass screen space resampler SSRI, SSR2, and a pixel fragment combiner PFC.
  • the rasterization is performed in texture space and the texture space rasteriser TS traverses a projection of a primitive onto a texture map by selecting texture coordinates as variables for the rasterization process.
  • the texture space rasterizer TS may transverse the texture map on a texture grid. Texels being confined with the primitive or polygon being rasterized are to be splat on pixels in screen space. Therefore, the pixel shader PS and the texture space resampler TSR (of which there may be one or more, for serial or parallel fetching of texture samples, if several textures are present) correspond to those in a traditional pipeline.
  • the pixel shader PS receives a set of (interpolated) attributes, including texture and screen coordinates, for one location.
  • the texture coordinates determine where to index the texture maps via the texture space resampler TSR.
  • the shader can also modify texture coordinates before sending them to the texture space resampler TSR to implement dependent texturing, as in the same way as in a traditional pipeline.
  • the shader PS passes the shaded color on to the screen space resampler SSR, along with the associated screen coordinates. These in general are not integer, but this is similar to how a pixel shader in a traditional pixel shader pipeline might receive sub-pixel screen positions when performing super-sampling.
  • the screen space resampler SSR splats the mapped texels to integer screen positions, so that an image of the primitive is provided on the screen.
  • the pixel fragments from the screen space resampler SSR may be combined in the pixel fragment combiner PFC.
  • the shaded color sample resulting from the pixel shading process is forwarded to the screen space resampler SSR along with its screen coordinates.
  • the screen space resampler SSR resamples these color samples, (located generally at non-integer pixel positions) to the integer pixel positions needed for display. The screen space resampling is now described in more detail.
  • the approach to reduce the aliasing due to shear in the screen space resampling is based on an approximation of the box filtering technique and is directed to avoiding the computation of the area overlap of the (box reconstructed) footprint of a texel with the mapped footprint of a pixel.
  • This process is approximated using only 1 D computations over the midline: a 1 D blur (low pass) filter is applied to the texels with the filter footprint size depending on the local shear factor (resulting in more blur with more shear).
  • the shear factor may be received from the texture space rasterizer TS.
  • the blur may be applied both in the first (e.g. horizontal) pass and in the second (e.g. vertical) pass.
  • FIG. 4 shows a detailed view of the right side of Figure 2 but with the footprint of the box reconstructed texels mapped in output space. If merely the texel's ID footprint on the midline ML (indicated with the double sided arrow) would be mapped to the output space, a discontinuous diagonal line would be obtained, only represented with the indicated dark grey separate square areas. If the transformation with shear is applied on the 2D reconstruction footprint of the texels of the vertical line, a continuous parallelogram 20 consisting of the mapped footprints of these texels is obtained that represents the mapped line. The shear due to the 1 a pass is indicated by the distance 23.
  • the rasteriser can determine the location in the screen of half a pixel spacing above (this location was computed when rasterizing the previous line) and half a pixel spacing below the midline.
  • the horizontal distance 23 of the two screen locations corresponds to the horizontal shear factor.
  • the vertical shear factor can be determined by looking at the vertical distance of the screen locations corresponding to two locations that are half a pixel spacing to the left and half a pixel spacing to the right of the midline.
  • the distance 22 represents the gap between non adjacent mapped filter footprints if the mapping would only be based on the ID filter footprint on the midline.
  • Fig. 5 shows a representation of an improved texel filter footprint.
  • the concept of "stretched texels" is implemented and constitutes an improved approximation of the mapped sheared 2D footprint of the texel using ID filtering.
  • the ID footprint of the texels over the midline ML are stretched according to the local shear factor.
  • four ID footprints on the midline A, B, C, D of four texels are shown in Fig. 5.
  • the ID footprints are stretched resulting in four stretched texels 30.
  • the stretched texels have the same length as the local shear factor.
  • an averaging of the overlapping stretched texels may be performed to deliver the desired anti-aliased and blurred texels 31 that are forwarded to the screen space resampler.
  • the averages 31 of the overlapping parts and hence the blurred texels 31 result in (A+B+C)/3, (B+C+D)/3, and (A+B+C+D)/4.
  • the averaging of n stretched texels requires a delay unit which is able to contain n stretched texels.
  • a maximum of n may be 8, so that, a maximum of 8 delay elements is used.
  • the stretched texels may be limited to a width of 8 texel spacings.
  • alternative widths of the stretched texels are also possible.
  • Fig. 6 depicts that the footprints of Fig. 5 are shrunk.
  • a box low pass reconstruction filter for the stretched texels i.e.
  • the footprint of the box stretched texel is not fitted to the 2D borders 41 of the footprint directly but the footprint 40 is shrunk half a mapped texel spacing on both sides, i.e. the resulting ID footprint extends between the sheared midpoints MP of the footprint. Accordingly, areas a are excluded for contribution, but these are equal to areas b which are included for contribution.
  • the ID footprint 42 over the midline ML is stretched to the ID footprint 41 according to the local shear factor and the final ID footprint 40 is shrunk to extend between the midpoints of the 2D footprint.
  • Fig. 7 shows an illustration of an alternative filter for the 2D footprint.
  • the stretched texel 50 is weighted with a linear weighting at its ends.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Graphics (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Image Generation (AREA)

Abstract

L'invention concerne un processeur graphique équipé d'un système de rendu et de mappage préalable. Le système de rendu comprend un traceur par ligne d'espace texture (TS) permettant de tracer une primitive dans l'espace texture, une unité de production de couleur (PS) permettant de déterminer la couleur de la sortie du traceur par ligne espace-texture (TS) et de transmettre un échantillon de couleur avec des coordonnées, un rééchantillonneur espace écran à deux passages (SSR1, SSR2) permettant de rééchantillonner l'échantillon de couleur déterminé par l'unité de production de couleur (PS), et au moins une unité de filtrage de flou unidimensionnel (1PB, 2PB) associée à au moins un passage dudit rééchantillonneur espace écran (SSR1, SSR2), permettant de réaliser un filtrage unidimensionnel avant le premier passage, au moins.
EP04806602A 2003-12-23 2004-12-21 Processeur infographique et procede de rendu d'images Withdrawn EP1700271A1 (fr)

Priority Applications (1)

Application Number Priority Date Filing Date Title
EP04806602A EP1700271A1 (fr) 2003-12-23 2004-12-21 Processeur infographique et procede de rendu d'images

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
EP03104947 2003-12-23
PCT/IB2004/052872 WO2005064541A1 (fr) 2003-12-23 2004-12-21 Processeur graphique et methode de rendu d'images
EP04806602A EP1700271A1 (fr) 2003-12-23 2004-12-21 Processeur infographique et procede de rendu d'images

Publications (1)

Publication Number Publication Date
EP1700271A1 true EP1700271A1 (fr) 2006-09-13

Family

ID=34717248

Family Applications (1)

Application Number Title Priority Date Filing Date
EP04806602A Withdrawn EP1700271A1 (fr) 2003-12-23 2004-12-21 Processeur infographique et procede de rendu d'images

Country Status (5)

Country Link
US (1) US8411099B2 (fr)
EP (1) EP1700271A1 (fr)
JP (1) JP2007517304A (fr)
CN (1) CN100568288C (fr)
WO (1) WO2005064541A1 (fr)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7460133B2 (en) * 2006-04-04 2008-12-02 Sharp Laboratories Of America, Inc. Optimal hiding for defective subpixels
CN116263981B (zh) * 2022-04-20 2023-11-17 象帝先计算技术(重庆)有限公司 图形处理器、系统、装置、设备及方法

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1489560A1 (fr) * 2003-06-17 2004-12-22 Koninklijke Philips Electronics N.V. Préfiltrage primitif des bords

Family Cites Families (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS59127789A (ja) 1983-01-11 1984-07-23 Toyobo Co Ltd インクリボン
JPH0259975A (ja) 1988-08-26 1990-02-28 Nippon Telegr & Teleph Corp <Ntt> ジャギの滑線化方法
US5204944A (en) * 1989-07-28 1993-04-20 The Trustees Of Columbia University In The City Of New York Separable image warping methods and systems using spatial lookup tables
JPH0371275A (ja) 1989-08-11 1991-03-27 Hitachi Ltd 画像変換装置及び方法
US5175808A (en) * 1989-09-12 1992-12-29 Pixar Method and apparatus for non-affine image warping
US5977977A (en) * 1995-08-04 1999-11-02 Microsoft Corporation Method and system for multi-pass rendering
JP4114191B2 (ja) * 1997-06-24 2008-07-09 株式会社セガ 画像処理装置及び画像処理方法
KR100300972B1 (ko) 1997-09-19 2001-09-03 윤종용 텍스춰매핑수행장치및텍스춰캐시의데이터억세스방법
US6674430B1 (en) * 1998-07-16 2004-01-06 The Research Foundation Of State University Of New York Apparatus and method for real-time volume processing and universal 3D rendering
WO2000004505A1 (fr) 1998-07-16 2000-01-27 The Research Foundation Of State University Of New York Appareil et procede permettant un traitement de volume en temps reel et un rendu tridimensionnel universel
US6215496B1 (en) * 1998-07-23 2001-04-10 Microsoft Corporation Sprites with depth
US6452595B1 (en) * 1999-12-06 2002-09-17 Nvidia Corporation Integrated graphics processing unit with antialiasing
US6353439B1 (en) 1999-12-06 2002-03-05 Nvidia Corporation System, method and computer program product for a blending operation in a transform module of a computer graphics pipeline
US6999100B1 (en) * 2000-08-23 2006-02-14 Nintendo Co., Ltd. Method and apparatus for anti-aliasing in a graphics system
US6744435B2 (en) * 2001-04-26 2004-06-01 Mitsubishi Electric Research Laboratories, Inc. Rendering discrete sample points projected to a screen space with a continuous resampling filter
JP2005516314A (ja) 2002-02-01 2005-06-02 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ コンピュータ・グラフィックスのステップを発生させ無い3次元テクスチャ・マッピング
US20050128209A1 (en) 2002-02-01 2005-06-16 Kornelius Meinds Using texture filtering for edge anti-aliasing
US6760037B2 (en) * 2002-03-15 2004-07-06 Microsoft Corporation Systems and methods for providing improved two pass resampling
US6954204B2 (en) * 2002-07-18 2005-10-11 Nvidia Corporation Programmable graphics system and method using flexible, high-precision data formats
US7215340B2 (en) * 2002-07-19 2007-05-08 Mitsubishi Electric Research Laboratories, Inc. Object space EWA splatting of point-based 3D models
US6825850B2 (en) * 2002-10-30 2004-11-30 Microsoft Corporation System and process for optimal texture map reconstruction from multiple views
US7064770B2 (en) * 2004-09-09 2006-06-20 Silicon Optix Inc. Single-pass image resampling system and method with anisotropic filtering

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1489560A1 (fr) * 2003-06-17 2004-12-22 Koninklijke Philips Electronics N.V. Préfiltrage primitif des bords

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
HECKBERT P S: "SURVEY OF TEXTURE MAPPING", IEEE COMPUTER GRAPHICS AND APPLICATIONS, IEEE SERVICE CENTER, NEW YORK, NY, US, vol. 6, no. 11, 1 November 1986 (1986-11-01), pages 56 - 67, XP000002233, ISSN: 0272-1716 *
SETHURAMAN PANCHANATHAN ET AL: "<title>Complexity analysis of two-pass algorithm and elliptical weighted average filter for VLSI implementation of perspective texture warping</title>", PROCEEDINGS OF SPIE, vol. 4310, 29 December 2000 (2000-12-29), pages 330 - 339, XP055070748, ISSN: 0277-786X, DOI: 10.1117/12.411810 *

Also Published As

Publication number Publication date
JP2007517304A (ja) 2007-06-28
US8411099B2 (en) 2013-04-02
CN100568288C (zh) 2009-12-09
US20070146381A1 (en) 2007-06-28
CN1898701A (zh) 2007-01-17
WO2005064541A1 (fr) 2005-07-14

Similar Documents

Publication Publication Date Title
US7567258B2 (en) Hardware-accelerated anti-aliased vector graphics
US8149235B2 (en) System and method for upscaling low-resolution images
JP5483893B2 (ja) コンピュータグラフィックスを処理する方法および装置
US7564459B2 (en) Resolution-independent curve rendering using programmable graphics hardware
US8044971B2 (en) Methods of and apparatus for processing computer graphics
US7432936B2 (en) Texture data anti-aliasing method and apparatus
EP1792281B1 (fr) Procede et systeme anticrenelage faisant appel a l&#39;echantillonnage de pixel
US20100110102A1 (en) Methods of and apparatus for processing computer graphics
EP1630745A2 (fr) Affichage de caracteres vectorises
US7532220B2 (en) System for adaptive resampling in texture mapping
US7511717B1 (en) Antialiasing using hybrid supersampling-multisampling
JP2005100177A (ja) 画像処理装置およびその方法
US9117309B1 (en) Method and system for rendering polygons with a bounding box in a graphics processor unit
US7502035B1 (en) Apparatus, system, and method for multi-sample pixel coalescing
US20060250407A1 (en) Texture filtering using a programmable table filter to improve computer graphics performmance
JP2005100176A (ja) 画像処理装置およびその方法
EP1616299B1 (fr) Processeur graphique et procede de creation d&#39;images infographiques
EP1058912B1 (fr) Anticrenelage des contours de textures sous-echantillonnees
EP1447774B1 (fr) Méthode et appareil d&#39;échantillonage employant une grille de pixels de non puissance de deux
US8115780B2 (en) Image generator
US8411099B2 (en) Computer graphics processor and method of rendering images
EP0855682B1 (fr) Rendu de convolutions en lignes de balayage
Meinds et al. Resample hardware for 3D graphics
Rajarapollu et al. Design and analysis of anti-aliasing filters for rendering of graphical entities
WO2006021899A2 (fr) Elements graphiques 3d

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20060724

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LI LT LU MC NL PL PT RO SE SI SK TR

17Q First examination report despatched

Effective date: 20061016

DAX Request for extension of the european patent (deleted)
RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: NXP B.V.

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: TRIDENT MICROSYSTEMS (FAR EAST) LTD.

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: ENTROPIC COMMUNICATIONS, INC.

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20170701