JP5823052B2 - グラフィックス描画装置 - Google Patents
グラフィックス描画装置 Download PDFInfo
- Publication number
- JP5823052B2 JP5823052B2 JP2014538508A JP2014538508A JP5823052B2 JP 5823052 B2 JP5823052 B2 JP 5823052B2 JP 2014538508 A JP2014538508 A JP 2014538508A JP 2014538508 A JP2014538508 A JP 2014538508A JP 5823052 B2 JP5823052 B2 JP 5823052B2
- Authority
- JP
- Japan
- Prior art keywords
- intermediate data
- graphic
- buffer
- data
- graphics
- 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.)
- Active
Links
- 239000000872 buffer Substances 0.000 claims description 93
- 238000012545 processing Methods 0.000 claims description 33
- 238000000034 method Methods 0.000 claims description 29
- 239000011159 matrix material Substances 0.000 claims description 20
- 230000009466 transformation Effects 0.000 claims description 8
- 238000009877 rendering Methods 0.000 claims description 2
- 230000007704 transition Effects 0.000 claims 1
- 238000006243 chemical reaction Methods 0.000 description 27
- 238000010586 diagram Methods 0.000 description 11
- 238000012546 transfer Methods 0.000 description 6
- 238000003672 processing method Methods 0.000 description 4
- 230000000694 effects Effects 0.000 description 3
- 239000003086 colorant Substances 0.000 description 2
- 230000003139 buffering effect Effects 0.000 description 1
- 238000007796 conventional method Methods 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 238000013519 translation Methods 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T1/00—General purpose image data processing
- G06T1/60—Memory management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T11/00—2D [Two Dimensional] image generation
-
- G—PHYSICS
- G09—EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
- G09G—ARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
- G09G5/00—Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators
- G09G5/40—Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators characterised by the way in which both a pattern determined by character code and another pattern are displayed simultaneously, or either pattern is displayed selectively, e.g. with character code memory and APA, i.e. all-points-addressable, memory
-
- G—PHYSICS
- G09—EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
- G09G—ARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
- G09G2340/00—Aspects of display data processing
- G09G2340/02—Handling of images in compressed format, e.g. JPEG, MPEG
-
- G—PHYSICS
- G09—EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
- G09G—ARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
- G09G5/00—Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators
- G09G5/36—Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators characterised by the display of a graphic pattern, e.g. using an all-points-addressable [APA] memory
- G09G5/39—Control of the bit-mapped memory
- G09G5/399—Control of the bit-mapped memory using two or more bit-mapped memories, the operations of which are switched in time, e.g. ping-pong buffers
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Controls And Circuits For Display Device (AREA)
- Image Generation (AREA)
Description
また、ダブルバッファ時のメモリアクセスを減らすために、帯域ごとに2つのバッファから選択して書込みおよび読み出しを行う方式が特開2009―15248号公報(特許文献1)に提案されている。
本発明は上記のような問題点を解決するためになされたもので、グラフィックスの描画および表示の過程において、外部メモリ上のフレームバッファを不要とし、使用メモリ帯域の少ないグラフィックス描画装置を得ることを目的とする。
図1は本発明の実施の形態1によるグラフィックス描画装置を示す構成図である。
図1において、10はグラフィックス描画装置、11は描画制御を行う制御部、12は描画リストまたは描画コマンドおよび図形データから中間データを生成する中間データ生成部、13は処理対象のスキャンラインに含まれる図形を検出する中間データ走査部、14は図形データからピクセルを生成して描画イメージを描画する図形描画部、15は1ライン分の描画イメージを保持するダブルバッファ構成のラインバッファ、16はラインバッファ15から描画イメージを読み出して出力する表示出力部、17はグラフィックス描画装置10へ指示を出すCPU(Central Processing Unit)、18は描画リスト、図形データおよび中間データを格納し保持するための外部メモリ、19は画面表示を行う表示装置である。
ここでは、例として図2に示す図形21、22、23、24、25、26をそれぞれ拡大、縮小や回転をして描画する動作について説明する。
まず、CPU17は、あらかじめベクトル図形またはビットマップ画像の図形データを外部メモリ18の図形データメモリ帯域へ格納しておく。
図3はベクトル図形データの構造の例を示したものである。ベクトル図形は図形輪郭を直線やベジェ曲線で構成したものであり、コマンド(MoveToやLineTo)と頂点または制御点のXY座標値で輪郭を定義する。また、図形の描画色を指定するデータも持つ。図4はビットマップ画像データの構造の例を示したものである。ビットマップ画像データは画像サイズと、各ピクセル毎のカラー値(RGBA値)により構成される。
まず、描画リストで指定された図形データを読出し、頂点または制御点のXY座標に対して、描画リストで指定された変換行列を使用して座標変換処理を行う。すなわち、図形21のベクトル図形データの頂点または制御点のXY座標に対し、変換行列(A1,B1,C1,D1,E1,F1)を使用して座標変換処理を行う。この際に、中間データ生成部12は、座標変換後のY座標の最小値および最大値を判定し、描画範囲情報として保持しておく。
そして、図形21の頂点または制御点の全てについての座標変換処理が終了したら、図形21へのポインタ、描画リストで指定された変換行列、および描画範囲情報(Y座標最小値、最大値)を中間データとして外部メモリ18の中間データメモリ帯域へ書き込む。
前記と同様に、中間データ走査部13は、外部メモリ18の中間データメモリ帯域から中間データを読み出し、描画領域情報を参照して図形データが処理対象のスキャンライン上に含まれるか否かを判定する。図10の例では、図形25が処理対象のスキャンラインに含まれるため、図形25について描画するよう図形描画部14に対して指示を出す。
そして、表示出力部16が、ラインバッファ15から最後のスキャンラインのイメージを読み出して表示装置19へ転送することにより、1フレーム分の画面表示が完了する。
実施の形態1は、ラインバッファ15を1ライン分のダブルバッファ構成とした例であるが、ラインバッファ15は複数ライン分のイメージを保持する構成としても良い。例として、4ライン分のイメージを保持する構成とした場合の動作を以下に説明する。図14はこの場合の描画と表示の処理を説明した図である。
実施の形態1および実施の形態2は、ラインバッファ15を描画側バッファと表示側バッファのダブルバッファ構成とした例であるが、ラインバッファ15の構成はダブルバッファに限定されるものではなく、3面以上のバッファを切り替えて使用する構成としても良い。この場合の動作を以下に説明する。
図15はこの発明の実施の形態4によるグラフィックス描画装置を示す構成図である。
本実施の形態は、実施の形態1、実施の形態2および実施の形態3における中間データ生成部12を省き、中間データを作成する処理をCPU17によるソフトウェア処理で実行する構成である。
描画実行時に、CPU17は実施の形態1、実施の形態2および実施の形態3における中間データ生成部12と同様の処理を行い、描画リストおよび図形データから中間データを作成し、外部メモリ18へ格納する。1フレーム分の中間データの作成が完了したら、CPU17はグラフィックス描画装置10に対して描画開始を指示する。これにより、グラフィックス描画装置10は、1フレーム分の処理を開始する。
Claims (6)
- グラフィックスの描画および画面表示を行うグラフィックス描画装置において、
描画される図形の図形データと描画内容を定義する描画リストが予め格納された外部メモリから、図形データと描画リストを読み出し、図形データへのポインタと描画される図形の座標変換処理用の変換行列および描画される図形の描画領域情報を含む中間データを生成し、生成した中間データを上記外部メモリに格納する中間データ生成手段と、
上記外部メモリに格納された中間データから図形を検出する中間データ走査手段と、
この中間データ走査手段により検出された図形のピクセルを上記外部メモリに格納された図形データから生成して描画イメージの描画を行う図形描画手段と、
描画イメージの描画と描画された描画イメージの読み出しを交互に行うため上記図形描画手段で描画された描画イメージを保持する複数バッファ構成のバッファと、
このバッファに格納された描画イメージを表示装置で表示するため出力する表示出力手段と
を備えるグラフィックス描画装置。 - 上記バッファは、描画イメージの描画用と描画された描画イメージの読み出し用のダブルバッファ構成とされ、上記中間データ走査はスキャンラインごとに、上記外部メモリに格納された中間データから該当スキャンラインに含まれる図形を検出する構成とされ、
上記図形描画手段はスキャンラインごとに、描画イメージの描画を行う構成とされ、
上記バッファの切り替え、および上記中間データ走査と上記図形描画手段によるスキャンラインごとの処理は、上記表示出力手段の画面表示出力の水平同期タイミングに従って実行する
請求項1記載のグラフィックス描画装置。 - 上記中間データ生成手段による中間データの生成処理は、処理が次のフレームに移行する垂直ブランク期間内に実行する
請求項1または2に記載のグラフィックス描画装置。 - 上記中間データ生成手段による中間データの生成処理と、上記中間データ走査手段、上記図形描画手段および上記表示出力手段による描画および表示の処理とは、1フレーム分ずらして実行される
請求項1または2に記載のグラフィックス描画装置。 - 上記中間データ生成手段による中間データの生成処理は、複数フレームに一度の頻度で実行する
請求項1または2に記載のグラフィックス描画装置。 - 上記中間データの生成処理は、CPUによるソフトウェア処理で実行する
請求項1または2に記載のグラフィックス描画装置。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2014538508A JP5823052B2 (ja) | 2012-09-27 | 2013-09-25 | グラフィックス描画装置 |
Applications Claiming Priority (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012213533 | 2012-09-27 | ||
JP2012213533 | 2012-09-27 | ||
JP2014538508A JP5823052B2 (ja) | 2012-09-27 | 2013-09-25 | グラフィックス描画装置 |
PCT/JP2013/075809 WO2014050845A1 (ja) | 2012-09-27 | 2013-09-25 | グラフィックス描画装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP5823052B2 true JP5823052B2 (ja) | 2015-11-25 |
JPWO2014050845A1 JPWO2014050845A1 (ja) | 2016-08-22 |
Family
ID=50388242
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2014538508A Active JP5823052B2 (ja) | 2012-09-27 | 2013-09-25 | グラフィックス描画装置 |
Country Status (5)
Country | Link |
---|---|
US (1) | US20150187044A1 (ja) |
JP (1) | JP5823052B2 (ja) |
CN (1) | CN104685543B (ja) |
DE (1) | DE112013004757T5 (ja) |
WO (1) | WO2014050845A1 (ja) |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20170091832A (ko) * | 2016-02-01 | 2017-08-10 | 에스케이하이닉스 주식회사 | 메모리 시스템 및 메모리 시스템의 동작방법 |
WO2017203675A1 (ja) * | 2016-05-27 | 2017-11-30 | 三菱電機株式会社 | グラフィックス描画装置、グラフィックス描画方法、表示システム、及びグラフィックス描画プログラム |
JP6942964B2 (ja) * | 2017-01-17 | 2021-09-29 | カシオ計算機株式会社 | 図形描画方法、図形描画装置、及びプログラム |
JP7013294B2 (ja) * | 2018-03-19 | 2022-01-31 | キオクシア株式会社 | メモリシステム |
US11017748B2 (en) * | 2018-08-20 | 2021-05-25 | Red Hat, Inc. | Copy-on-write (COW) rendering of graphical object models |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH07262390A (ja) * | 1994-03-18 | 1995-10-13 | Fuji Xerox Co Ltd | 字形情報処理方法及び装置 |
JP2000238349A (ja) * | 1999-02-24 | 2000-09-05 | Nec Corp | 画像形成装置及び方法 |
JP2000255125A (ja) * | 1999-03-11 | 2000-09-19 | Fuji Xerox Co Ltd | 印刷処理装置および印刷処理方法 |
JP2012032456A (ja) * | 2010-07-28 | 2012-02-16 | Yamaha Corp | 画像処理装置 |
Family Cites Families (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
DE69416183T2 (de) * | 1993-04-15 | 1999-06-10 | Matsushita Electric Industrial Co., Ltd., Kadoma, Osaka | Anordnung zur Verschlüsselung eines Videosignals |
US5859958A (en) * | 1995-11-14 | 1999-01-12 | Apple Computer, Inc. | Compact representation of object slices for rendering raster graphics |
JP3604312B2 (ja) * | 1999-12-28 | 2004-12-22 | 株式会社スクウェア・エニックス | ビデオゲーム用のプログラムを記録したコンピュータ読み取り可能な記録媒体、ビデオゲームにおけるオブジェクト描画方法及びビデオゲーム装置 |
JP4851049B2 (ja) * | 2000-06-08 | 2012-01-11 | イマジネイション テクノロジーズ リミテッド | 三次元イメージレンダリングのためのタイリング及び圧縮 |
US6636218B1 (en) * | 2000-06-30 | 2003-10-21 | Intel Corporation | Title-based digital differential analyzer rasterization |
US8840477B2 (en) * | 2002-12-10 | 2014-09-23 | Ol2, Inc. | System and method for improving the graphics performance of hosted applications |
AU2003900772A0 (en) * | 2003-02-21 | 2003-03-13 | Canon Kabushiki Kaisha | Reducing the number of compositing operations performed in a pixel sequential rendering system |
AU2003903448A0 (en) * | 2003-06-26 | 2003-07-17 | Canon Kabushiki Kaisha | A method for tracking depths in a scanline based raster image processor |
US7999830B1 (en) * | 2006-04-07 | 2011-08-16 | Dell Products L.P. | Rendering changed portions of composited images |
US20080055326A1 (en) * | 2006-09-05 | 2008-03-06 | Yun Du | Processing of Command Sub-Lists by Multiple Graphics Processing Units |
WO2008105092A1 (ja) * | 2007-02-28 | 2008-09-04 | Panasonic Corporation | グラフィックス描画装置及びグラフィックス描画方法 |
US20100039562A1 (en) * | 2008-04-09 | 2010-02-18 | University Of Kentucky Research Foundation (Ukrf) | Source and output device-independent pixel compositor device adapted to incorporate the digital visual interface (DVI) |
JP5051087B2 (ja) * | 2008-09-30 | 2012-10-17 | ヤマハ株式会社 | 可逆圧縮符号化装置および可逆復号化装置 |
JP5523002B2 (ja) * | 2009-07-29 | 2014-06-18 | キヤノン株式会社 | 画像処理装置及び画像処理方法 |
JP2013505854A (ja) * | 2009-09-25 | 2013-02-21 | オセ−テクノロジーズ・ベー・ヴエー | 印刷可能なラスタ画像ファイルを作成する方法 |
-
2013
- 2013-09-25 US US14/423,601 patent/US20150187044A1/en not_active Abandoned
- 2013-09-25 WO PCT/JP2013/075809 patent/WO2014050845A1/ja active Application Filing
- 2013-09-25 DE DE112013004757.8T patent/DE112013004757T5/de not_active Withdrawn
- 2013-09-25 JP JP2014538508A patent/JP5823052B2/ja active Active
- 2013-09-25 CN CN201380050266.0A patent/CN104685543B/zh active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH07262390A (ja) * | 1994-03-18 | 1995-10-13 | Fuji Xerox Co Ltd | 字形情報処理方法及び装置 |
JP2000238349A (ja) * | 1999-02-24 | 2000-09-05 | Nec Corp | 画像形成装置及び方法 |
JP2000255125A (ja) * | 1999-03-11 | 2000-09-19 | Fuji Xerox Co Ltd | 印刷処理装置および印刷処理方法 |
JP2012032456A (ja) * | 2010-07-28 | 2012-02-16 | Yamaha Corp | 画像処理装置 |
Non-Patent Citations (1)
Title |
---|
JPN6015023683; 濱田雅樹, 外2名: '"組込み向けグラフィクスハードウェアの描画効率化手法"' 電子情報通信学会2012年総合大会講演論文集 情報・システム2 , 20120306, p.1 * |
Also Published As
Publication number | Publication date |
---|---|
US20150187044A1 (en) | 2015-07-02 |
CN104685543A (zh) | 2015-06-03 |
CN104685543B (zh) | 2017-04-12 |
WO2014050845A1 (ja) | 2014-04-03 |
JPWO2014050845A1 (ja) | 2016-08-22 |
DE112013004757T5 (de) | 2015-08-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
TWI602148B (zh) | 用於紋理映射至非正交網格的梯度調整 | |
JP5823052B2 (ja) | グラフィックス描画装置 | |
US9299125B2 (en) | Variable acuity rendering using multisample anti-aliasing | |
WO2006080115A1 (ja) | 描画方法、画像生成装置、および電子情報機器 | |
US4529978A (en) | Method and apparatus for generating graphic and textual images on a raster scan display | |
JP2007271908A (ja) | マルチ画像生成装置 | |
JP4571437B2 (ja) | 解像度が異なる複数のウィンドウを表示するためのシステム、方法およびプログラム | |
JP5323251B2 (ja) | アニメーション表示装置 | |
JP5172640B2 (ja) | ベクトル図形描画装置 | |
JP3547250B2 (ja) | 描画方法 | |
JP5159949B2 (ja) | ベクトル図形描画装置 | |
EP0062669B1 (en) | Graphic and textual image generator for a raster scan display | |
JP2002519793A (ja) | グラフィックエレメントをレンダリング処理する方法及びシステム | |
JP2012108825A (ja) | 情報処理装置、情報処理方法およびプログラム | |
WO2014087541A1 (ja) | 図形描画装置 | |
JP2006185195A (ja) | グラフィカルユーザインタフェース装置および方法 | |
CN102214363B (zh) | 一种矢量图形移动过程中的绘制方法 | |
JP5744197B2 (ja) | ウィンドウ合成装置 | |
WO2021245875A1 (ja) | 画像合成装置及び画像合成方法 | |
WO2017203675A1 (ja) | グラフィックス描画装置、グラフィックス描画方法、表示システム、及びグラフィックス描画プログラム | |
JP4124015B2 (ja) | 画像表示装置 | |
JP2001184521A (ja) | 3次元グラフィックスシステム | |
JPH08235380A (ja) | 多面体表示方法および多面体表示装置 | |
WO2009107168A1 (ja) | 文字描画装置 | |
JP2007264866A (ja) | グラフィックシステム、破線テクスチャ画像生成装置、及び、破線テクスチャ画像生成方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20150908 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20151006 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5823052 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |