JPH05250478A - Graphic display device - Google Patents
Graphic display deviceInfo
- Publication number
- JPH05250478A JPH05250478A JP4049561A JP4956192A JPH05250478A JP H05250478 A JPH05250478 A JP H05250478A JP 4049561 A JP4049561 A JP 4049561A JP 4956192 A JP4956192 A JP 4956192A JP H05250478 A JPH05250478 A JP H05250478A
- Authority
- JP
- Japan
- Prior art keywords
- fbdc
- frame buffer
- data
- plotting
- pipeline section
- 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.)
- Pending
Links
Landscapes
- Image Generation (AREA)
- Controls And Circuits For Display Device (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、フレームバッファ(F
B)上にデータの書込みを行うことにより図形を画面上
に表示させる図形表示装置に関する。BACKGROUND OF THE INVENTION The present invention relates to a frame buffer (F
B) A graphic display device for displaying a graphic on a screen by writing data on the screen.
【0002】[0002]
【従来の技術】従来から、各種の図形表示装置が知られ
ている。図2には、一従来例に係る図形表示装置の構成
が示されている。2. Description of the Related Art Conventionally, various graphic display devices have been known. FIG. 2 shows the configuration of a graphic display device according to a conventional example.
【0003】この図に示される図形表示装置1は、ホス
トインターフェース2、プロセッサ(MPU)3、セグ
メントバッファ(SB)4、描画パイプライン部5、フ
レームバッファデータ制御部(FBDC)6、FB7及
びCRT8から構成されている。ホストインターフェー
ス2は、図示しないホストコンピュータとの通信のため
のインターフェースである。MPU3は、このインター
フェース2を介してホストコンピュータとの通信を行
う。また、MPU3は、CRT8の画面上に図形を表示
させる際にSB4上から図形情報及び属性情報を読み出
す。The graphic display device 1 shown in this figure includes a host interface 2, a processor (MPU) 3, a segment buffer (SB) 4, a drawing pipeline unit 5, a frame buffer data control unit (FBDC) 6, an FB 7 and a CRT 8. It consists of The host interface 2 is an interface for communication with a host computer (not shown). The MPU 3 communicates with the host computer via this interface 2. Further, the MPU 3 reads the graphic information and the attribute information from the SB 4 when displaying the graphic on the screen of the CRT 8.
【0004】SB4は、例えば使用者によって作成され
たセグメントデータ等の図形情報が属性情報と共に格納
されるメモリである。SB4から読み出された図形情報
及び属性情報は、それぞれ描画パイプライン部5または
FBDC6に出力される。これらの間は、バス9により
接続されている。The SB 4 is a memory in which graphic information such as segment data created by a user is stored together with attribute information. The graphic information and the attribute information read from the SB 4 are output to the drawing pipeline unit 5 or the FBDC 6, respectively. A bus 9 connects between them.
【0005】まず、描画パイプライン部5は、座標変換
処理部(VMAC)5a、クリッピング処理部(XYC
L)5b、及びDDA処理部(XYAC)5cから構成
されている。VMAC5aは、SB4上にワールド座標
系と呼ばれる論理座標系で登録されている図形情報を、
FB7のアドレスに対応した物理座標系に変換する。X
YCL5bは、VMAC5aによって座標変換されたデ
ータについてクリッピング処理(はみ出す部分を削除す
る処理)を行い、XYAC5cは、XYCL5bの処理
結果についてデジタル微分解析を行ってベクトルを発生
させる。これらの処理はパイプライン的に実行され、ベ
クトルを構成するドットの座標値はFB7の書込みアド
レスとして用いられる。First, the drawing pipeline unit 5 includes a coordinate conversion processing unit (VMAC) 5a and a clipping processing unit (XYC).
L) 5b and a DDA processing unit (XYAC) 5c. The VMAC 5a stores graphic information registered on the SB 4 in a logical coordinate system called a world coordinate system,
Convert to the physical coordinate system corresponding to the address of FB7. X
The YCL 5b performs clipping processing (processing to remove the protruding portion) on the data coordinate-converted by the VMAC 5a, and the XYAC 5c performs digital differential analysis on the processing result of the XYCL 5b to generate a vector. These processes are executed in a pipeline manner, and the coordinate values of the dots forming the vector are used as the write address of the FB7.
【0006】また、FBDC6は、図形情報に付与され
ている属性情報に基づきFB7に書き込むデータを決定
する部材である。すなわち、属性情報は、図形を構成す
る線の色、線の種類、塗り潰しパターンとを示す属性を
含んでおり、FBDC6はこれらの属性情報に基づきF
B7に書込むデータを決定する。The FBDC 6 is a member that determines the data to be written in the FB 7 based on the attribute information added to the graphic information. That is, the attribute information includes attributes indicating the color of the line forming the figure, the type of the line, and the filling pattern, and the FBDC 6 determines the F based on these attribute information.
Determine the data to write to B7.
【0007】FB7は、CRT8の画面と対応した座標
系でデータを格納するメモリである。FB7上のパイプ
ライン部5によって指定されるアドレスにFBDC6か
ら出力されるデータが書き込まれると、これに応じ、図
示しないビデオ信号発生回路がビデオ信号を発生させ、
CRT8には、FB7に格納されているデータに基づき
図形が表示される。The FB 7 is a memory for storing data in a coordinate system corresponding to the screen of the CRT 8. When the data output from the FBDC 6 is written to the address designated by the pipeline unit 5 on the FB 7, the video signal generation circuit (not shown) generates a video signal in response to this,
A graphic is displayed on the CRT 8 based on the data stored in the FB 7.
【0008】[0008]
【課題を解決するための手段】しかしながら、従来の装
置においては、FB7への書込みを行う際、描画パイプ
ライン部5によるアドレス指定と、FBDC16による
データの出力との同期をとらねばならなかった。すなわ
ち、FB7への書込みを行う際、MPU3は描画パイプ
ライン部5及びFBDC6の両者をアクセスする。すな
わちデータをFB7へ書込む際、描画図形が変る毎に両
者の同期を取る必要がある。従って、CRT8の画面上
に表示させるべき図形が多くなればなるほど、描画パイ
プライン部5の動作効率が上がらないこととなり、結果
として、装置の描画性能が向上しないという問題点が発
生していた。However, in the conventional device, when writing to the FB 7, the addressing by the drawing pipeline unit 5 and the output of data by the FBDC 16 had to be synchronized. That is, when writing to the FB 7, the MPU 3 accesses both the drawing pipeline unit 5 and the FBDC 6. That is, when writing data to the FB 7, it is necessary to synchronize the two whenever the drawn figure changes. Therefore, as the number of graphics to be displayed on the screen of the CRT 8 increases, the operation efficiency of the drawing pipeline unit 5 does not increase, resulting in a problem that the drawing performance of the device is not improved.
【0009】本発明は、このような問題点を解決するこ
とを課題としてなされたものであり、例えばMPU3に
よって描画パイプライン部5をアクセスするのみでFB
7上にデータを書き込むことが可能な装置を提供するこ
とを目的とする。The present invention has been made to solve the above problems, and for example, the FB can be obtained only by accessing the drawing pipeline unit 5 by the MPU 3.
It is an object of the present invention to provide a device capable of writing data on the device 7.
【0010】[0010]
【課題を解決するための手段】このような目的を達成す
ために、本発明の図形表示装置は、描画パイプライン部
が、FBの書き込みアドレスの指定と共にFBDCに属
性情報を供給してデータを出力させることを特徴とす
る。In order to achieve such an object, in the graphic display device of the present invention, the drawing pipeline unit supplies the attribute information to the FBDC together with the designation of the write address of the FB and stores the data. It is characterized by outputting.
【0011】[0011]
【作用】本発明の図形表示装置においては、FB上にデ
ータを書き込む際、描画パイプライン部によってFBの
書込みアドレスが指定されると共に、FBDCに属性情
報が供給される。FBDCは、供給される属性情報に基
づきデータを出力し、このデータがFB上に書き込まれ
る。従って、描画パイプライン部とFBDCとの同期を
とる必要がなく、また、描画パイプライン部をアクセス
するのみで図形を表示させることができる。In the graphic display device of the present invention, when writing data on the FB, the writing address of the FB is specified by the drawing pipeline unit and the attribute information is supplied to the FBDC. The FBDC outputs data based on the supplied attribute information, and this data is written on the FB. Therefore, it is not necessary to synchronize the drawing pipeline unit with the FBDC, and the graphic can be displayed only by accessing the drawing pipeline unit.
【0012】[0012]
【実施例】以下、本発明の好適な実施例について図面に
基づき説明する。なお、図2に示される従来例の構成と
同様または相当する部材についてはこれと同一の符号を
付し説明を省略する。DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT A preferred embodiment of the present invention will be described below with reference to the drawings. It should be noted that members similar to or corresponding to the configuration of the conventional example shown in FIG. 2 are denoted by the same reference numerals, and description thereof will be omitted.
【0013】図1には、本発明の一実施例に係る図形表
示装置の構成が示されている。この図に示される図形表
示装置11においては、MPU3とFBDC6とを接続
しておらず、描画パイプライン部5とFBDC6との間
をバス10によって接続している。また、MPU3は、
FB7上にデータを書き込む際にFBDC6をアクセス
せず、描画パイプライン部5のみをアクセスする。FIG. 1 shows the configuration of a graphic display device according to an embodiment of the present invention. In the figure display device 11 shown in this figure, the MPU 3 and the FBDC 6 are not connected, but the drawing pipeline unit 5 and the FBDC 6 are connected by the bus 10. In addition, MPU3,
When writing data on the FB 7, the FBDC 6 is not accessed, but only the drawing pipeline unit 5 is accessed.
【0014】すなわち、FB7上にデータを書き込みC
RT8の画面上に図形を表示させようとする場合、MP
U3は、固定アドレスへのライト動作によって描画パイ
プライン部5にコマンド及び/またはパラメータを与
え、描画パイプライン部5は、これらに基づき前述した
パイプライン処理を実行する。描画パイプライン部5
は、FB7のアドレスを指定すると共に、FBDC6に
対しデータとして属性情報を与え、FBDC6はこれに
応じてFB7に書き込むべきデータを出力する。That is, the data is written on the FB7 C
When trying to display a figure on the screen of RT8, MP
U3 gives a command and / or a parameter to the drawing pipeline unit 5 by a write operation to a fixed address, and the drawing pipeline unit 5 executes the above-mentioned pipeline processing based on these. Drawing pipeline section 5
Specifies the address of the FB7 and also provides attribute information as data to the FBDC6, and the FBDC6 outputs the data to be written to the FB7 in response to this.
【0015】従って、本実施例においては、FB7への
書込みが描画パイプライン部5とMBDC6の同期をと
ることなく、またMPU3がFBDC6をアクセスする
ことなく、実行されることになる。従って、CRT8の
画面上に描画すべき図形が多い場合であっても、描画パ
イプライン部5が効率的にパイプライン処理を実行する
ことができ、動作効率の向上による描画性能の向上が実
現される。Therefore, in this embodiment, writing to the FB 7 is executed without synchronizing the drawing pipeline unit 5 and the MBDC 6 and without the MPU 3 accessing the FBDC 6. Therefore, even if there are many figures to be drawn on the screen of the CRT 8, the drawing pipeline unit 5 can efficiently execute the pipeline processing, and the improvement of the drawing performance by the improvement of the operation efficiency is realized. It
【0016】[0016]
【発明の効果】以上説明したように、本発明によれば、
描画パイプライン部へのアクセスのみでFBへデータを
書き込むことが可能となり、描画パイプライン部とFB
DCとの同期をとる必要がないため、描画パイプライン
部の動作効率の向上により描画性能の向上が実現され
る。As described above, according to the present invention,
It becomes possible to write data to the FB only by accessing the drawing pipeline unit.
Since it is not necessary to synchronize with DC, it is possible to improve the drawing performance by improving the operation efficiency of the drawing pipeline unit.
【図1】本発明の一実施例に係る図形表示装置の構成を
示すブロック図である。FIG. 1 is a block diagram showing a configuration of a graphic display device according to an embodiment of the present invention.
【図2】一従来例に係る図形表示装置の構成を示すブロ
ック図である。FIG. 2 is a block diagram showing a configuration of a graphic display device according to a conventional example.
3 プロセッサ(MPU) 4 セグメントバッファ(SB) 5 描画パイプライン部 5a 座標変換処理部(VMAC) 5b クリッピング処理部(XYCL) 5c DDA処理部(XYAC) 6 フレームバッファデータ制御部(FBDC) 7 フレームバッファ(FB) 8 CRT 9,10 バス 3 processor (MPU) 4 segment buffer (SB) 5 drawing pipeline section 5a coordinate conversion processing section (VMAC) 5b clipping processing section (XYCL) 5c DDA processing section (XYAC) 6 frame buffer data control section (FBDC) 7 frame buffer (FB) 8 CRT 9,10 bus
Claims (1)
憶するフレームバッファと、座標変換を含むパイプライ
ン的な処理を図形情報に施すことによりフレームバッフ
ァの書き込みアドレスを指定する描画パイプライン部
と、属性情報に基づき表示色等の属性を示すデータを出
力するフレームバッファデータ制御部と、を備え、描画
パイプライン部によって指定されるアドレスにフレーム
バッファデータ制御部から出力されるデータを書き込む
ことにより表示画面上に図形を表示させる図形表示装置
において、 描画パイプライン部が、フレームバッファの書き込みア
ドレスの指定と共にフレームバッファデータ制御部に属
性情報を供給してデータを出力させることを特徴とする
図形表示装置。1. A frame buffer for storing data in a coordinate system corresponding to a display screen, and a drawing pipeline section for designating a write address of the frame buffer by subjecting graphic information to pipeline processing including coordinate conversion. A frame buffer data control unit that outputs data indicating an attribute such as a display color based on the attribute information, and by writing the data output from the frame buffer data control unit to an address specified by the drawing pipeline unit. A graphic display device for displaying a graphic on a display screen, characterized in that the drawing pipeline section specifies the write address of the frame buffer and supplies attribute information to the frame buffer data control section to output the data. apparatus.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4049561A JPH05250478A (en) | 1992-03-06 | 1992-03-06 | Graphic display device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4049561A JPH05250478A (en) | 1992-03-06 | 1992-03-06 | Graphic display device |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH05250478A true JPH05250478A (en) | 1993-09-28 |
Family
ID=12834621
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP4049561A Pending JPH05250478A (en) | 1992-03-06 | 1992-03-06 | Graphic display device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH05250478A (en) |
-
1992
- 1992-03-06 JP JP4049561A patent/JPH05250478A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
GB2217155A (en) | Graphic display system | |
JPH0545039B2 (en) | ||
JPH05250478A (en) | Graphic display device | |
JPH0119589B2 (en) | ||
JPH06149533A (en) | Segment quick plotting system for reducing plotting processing for segment outside display area | |
JP3154741B2 (en) | Image processing apparatus and system | |
JP2000056750A (en) | Image generating device and image generating method | |
JPS58136093A (en) | Display controller | |
JPH1069428A (en) | Video display device | |
JPS61180290A (en) | Graphic display unit | |
JPH0682267B2 (en) | Display device | |
JPH11161255A (en) | Image display unit | |
JP2829051B2 (en) | Character display method | |
JPS5915287A (en) | Display unit | |
JPS63115227A (en) | Picture display address converter | |
JPH0594272A (en) | Information processor equipped with x window | |
JPH06301374A (en) | Image forming device | |
JPS61203487A (en) | Image memory control system | |
JPS6073572A (en) | Memory control system | |
JPH0721394A (en) | Graphic plotting method | |
JPS62233888A (en) | Graphic data display device | |
JPH01314391A (en) | Graphic controller | |
JPH04266173A (en) | Graphic display system | |
JPH04247587A (en) | Graphic display device | |
JPH0644385A (en) | Z buffer control circuit |