JPH01992A - graphic display device - Google Patents
graphic display deviceInfo
- Publication number
- JPH01992A JPH01992A JP62-155951A JP15595187A JPH01992A JP H01992 A JPH01992 A JP H01992A JP 15595187 A JP15595187 A JP 15595187A JP H01992 A JPH01992 A JP H01992A
- Authority
- JP
- Japan
- Prior art keywords
- unit
- processing
- graphic
- section
- data
- 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
Abstract
(57)【要約】本公報は電子出願前の出願データであるた
め要約のデータは記録されません。(57) [Summary] This bulletin contains application data before electronic filing, so abstract data is not recorded.
Description
【発明の詳細な説明】
([要)
グラフィック表示されるべき図形データの処理過程にお
いて座標変換等の処理が複雑で且つ処理時間がかかる点
に鑑み、前記図形データをプロッり分けして複数の複合
処理部で並行して処理し、再び各ブロック順に統合して
表示部へデータ転送し、グラフィック表示するようにし
た。[Detailed Description of the Invention] ([Required] In view of the fact that processing such as coordinate transformation in the process of processing figure data to be displayed graphically is complicated and takes time, the figure data is divided into multiple plots. The composite processing section processes the blocks in parallel, and then integrates each block in order again and transfers the data to the display section for graphical display.
(産業上の利用分野)
本発明はグラフィック表示装置、特にグラフィック表示
処理を高速で行うことの出来るグラフィック表示装置に
関するものである。(Industrial Application Field) The present invention relates to a graphic display device, and particularly to a graphic display device that can perform graphic display processing at high speed.
(従来の技術)
従来のグラフィック表示装置の回路構成を第7図にブロ
ック図で示す。この図において、1はキーボード、タブ
レット等のI10デバイスの制御及びポストとの通信制
御を行う制御部、2は表示する図形の情報即ち表示リス
トを格納保持するセグメントバッファ、3は表示リスト
を読出し、その内容を解読して後続の処理部に転送する
解釈部である。4は解釈部3から送られて来た属性デー
タの4指令に応じて変換マトリックスの作成及びこれを
用いた座標変換を行う座標変換部、5は図形の頂点の法
線ベクトル付の図形要素に対し光源位置等のパラメータ
に従い頂点の輝度を算出する輝度算出部、6は図形を表
示させようとする領域の内側と外側とに分割し、内側部
分のみを次段の処理部に転送するクリップ部である。ま
た、8は図形の内部を塗り潰すのに必要なベクトル列を
発生する面塗り部、9はベクトルを補間して図形の点列
な発生させるDDA部、11は展開された点列をCRT
に表示する表示部、12は画像が表示される電子管即ち
CRTである。(Prior Art) The circuit configuration of a conventional graphic display device is shown in a block diagram in FIG. In this figure, 1 is a control unit that controls I10 devices such as keyboards and tablets and communication with posts; 2 is a segment buffer that stores and holds information on figures to be displayed, that is, a display list; 3 is a display list readout; This is an interpreter that decodes the content and transfers it to the subsequent processing unit. 4 is a coordinate transformation unit that creates a transformation matrix and performs coordinate transformation using the transformation matrix according to the four commands of the attribute data sent from the interpretation unit 3; 5 is a coordinate transformation unit that converts the coordinates of the vertices of the figure with normal vectors; On the other hand, there is a brightness calculation unit that calculates the brightness of the vertex according to parameters such as the light source position, and a clip unit 6 that divides the area into which the figure is to be displayed into an inside and outside area and transfers only the inside part to the next processing unit. It is. Also, 8 is a surface painting section that generates a vector sequence necessary to fill the inside of the figure, 9 is a DDA section that interpolates vectors and generates a point sequence of the figure, and 11 is a CRT that displays the developed point sequence.
A display unit 12 is an electron tube, or CRT, on which images are displayed.
このような回路構成を有するグラフィック表示装置によ
って図形の表示を行うときは、セグメントバッファ2か
ら成る図形の表示リストが読出されるとこの内容が解釈
部によって解読され一つの頂点に関して座標変換部4に
おける座標変換、輝度算出部5における頂点輝度の算出
及びクリップ部6における図形領域の選択転送処理が行
なわれると、次の頂点に関して座標変換部4、輝度算出
部5、クリップ部6における各処理が行われる。When displaying a figure using a graphic display device having such a circuit configuration, when the figure display list consisting of the segment buffer 2 is read out, the contents are decoded by the interpreter and the contents are decoded by the coordinate converter 4 for one vertex. After the coordinate transformation, the calculation of the vertex brightness in the brightness calculation unit 5, and the selection and transfer processing of the graphic area in the clipping unit 6, each process in the coordinate conversion unit 4, brightness calculation unit 5, and clipping unit 6 is performed for the next vertex. be exposed.
こうして各頂点についての処理が順次行われてCRT1
2上へ図形が表示されて行く。In this way, processing for each vertex is performed sequentially, and the CRT1
2. Shapes will be displayed upwards.
(発明が解決しようとする問題点)
しかしながら、このような従来のグラフィック表示装置
にあっては、図形の入力情報に対する演算処理が各頂点
部分ごとに直列的に行われるから複数の頂点部分につい
ての情報処理を行う場合は順番待ちをしなければならな
いという不具合がある。また図形に対して座標変換部4
、輝度算出部5、クリップ部6の各処理部における演算
処理を行うには属性データのパラメータにより浮動少数
点演算が必要であるため、前記処理区間では高速な処理
が困難であるという問題点があった。(Problem to be Solved by the Invention) However, in such a conventional graphic display device, arithmetic processing on input information of a figure is performed serially for each vertex, so that it is difficult to calculate the input information for a plurality of vertices. When processing information, there is a problem in that you have to wait in line. Also, the coordinate transformation unit 4
, the brightness calculation unit 5, and the clipping unit 6 require floating point calculations depending on the parameters of the attribute data, so there is a problem that high-speed processing is difficult in the processing section. there were.
本発明はこのような従来の問題点を解決するためになさ
れたもので、その目的は図形データを並列処理すること
により図形の表示操作を高速化し得るグラフィック表示
装置を提供することである。The present invention has been made to solve these conventional problems, and its purpose is to provide a graphic display device that can speed up graphic display operations by processing graphic data in parallel.
本発明は前記目的を達成するために、第1図に示すよう
に、属性データ処理機能部を複合して保有する複合処理
部60を複数個並列に備えると共に、各複合処理部に図
形データを適切に配分して入力する分配部50と、各複
合処理部から出力された処理データを所定の順序で取出
す統合部70とを設け、更に分配部50の前段において
複合処理部60に共通に関わるパラメータの処理を行う
前処理部50を備え、図形データの高速処理が可能なグ
ラフィック表示装置を要旨とする。In order to achieve the above object, the present invention includes a plurality of parallel processing units 60 having multiple attribute data processing function units, as shown in FIG. A distributing section 50 that appropriately distributes and inputs the data, and an integrating section 70 that extracts the processed data output from each composite processing section in a predetermined order are provided. The gist of the present invention is a graphic display device that includes a preprocessing section 50 that processes parameters and is capable of high-speed processing of graphic data.
前記構成により、前処理部40では、図形データのうち
複数の複合処理部60に共通なパラメータであって、デ
ータ処理に先立って予め演算が必要なものについて事前
に演算処理が行われる。この前処理動作の後、分配部5
0は図形データを適切なブロックに区分し、各ブロック
を分配部の後段に接続された複数の複合処理部60に順
番に振り当てる。複合処理部60は、座標変換、輝度算
出及びクリップの処理機能を複合して内蔵し、複数個が
分配部50に並列に接続されていることにより各複合処
理部60間では図形データの処理が並行して行なわれる
。次いで、統合部70においては、複合処理部60の処
理結果を分配部50の分配指令順序に従って取出し次の
処理部へ転送する。With the above configuration, the preprocessing unit 40 performs calculation processing in advance on parameters that are common to the plurality of composite processing units 60 among the graphic data and that require calculation in advance prior to data processing. After this pre-processing operation, the distribution section 5
0 divides graphic data into appropriate blocks and sequentially allocates each block to a plurality of composite processing units 60 connected after the distribution unit. The compound processing section 60 has a built-in complex processing function of coordinate transformation, brightness calculation, and clipping, and since a plurality of them are connected in parallel to the distribution section 50, processing of graphic data can be performed between each compound processing section 60. done in parallel. Next, in the integrating section 70, the processing results of the composite processing section 60 are taken out in accordance with the distribution command order of the distributing section 50 and transferred to the next processing section.
本発明によるグラフィック表示装置の一実施例を第2図
乃至第6図に示す。このうち第2図は前記実施例に係る
グラフィック表示装置の概略構成を示すブロック図であ
る。この図において、10は制御部、20はセグメント
バッファ、30は解釈部、また80は面塗り部、90は
DDA部、100は表示部及び110はCRTでありこ
れらの機能は従来例に示したものと同−又は同一の原理
に基づく装置である。本発明に関わる装置範囲の構成は
、前処理部409分配部50、複数の複合処理部60
(1,2・・・n)及び統合部70であり、図に示すよ
うな接続の形態をもつ。前処理部40は複合処理部60
に共通に関係する「属性設定命令」のパラメータで且つ
、予め演算が必要な処理項目に対し事前に演算処理を実
行する。このため例えば「回転角設定命令」の「属性設
定命令」に対し各複合処理部はパラメータである「座標
変換マトリックス」を作成するための演算が必要となる
がこれを重複して行うことを避けることができる。但し
「属性設定命令」はその処理結果が以降の「図形描画命
令」による表示結果に影響するから何れかの複合処理部
の単独処理に関する種類のものは個々の複合処理部に転
送される。An embodiment of a graphic display device according to the present invention is shown in FIGS. 2-6. FIG. 2 is a block diagram showing a schematic configuration of the graphic display device according to the embodiment. In this figure, 10 is a control section, 20 is a segment buffer, 30 is an interpretation section, 80 is a surface painting section, 90 is a DDA section, 100 is a display section, and 110 is a CRT, and these functions are shown in the conventional example. It is a device based on the same or the same principle as that of The configuration of the device range related to the present invention includes a pre-processing section 409, a distribution section 50, and a plurality of composite processing sections 60.
(1, 2...n) and the integrating section 70, and has a connection form as shown in the figure. The pre-processing section 40 is a composite processing section 60
Calculation processing is performed in advance on processing items that are parameters of "attribute setting commands" that are commonly related to and that require calculation in advance. For this reason, for example, each complex processing unit needs to perform calculations to create a "coordinate transformation matrix" which is a parameter in response to an "attribute setting command" for a "rotation angle setting command", but this should not be performed redundantly. be able to. However, since the processing result of the "attribute setting command" influences the display result of the subsequent "figure drawing command", the kind related to the single processing of any composite processing section is transferred to the individual composite processing section.
分配部50は図形データをブロックに区分し、これを複
合処理部に順番に振り分けてFIFO方式で処理を行わ
せるのが本旨である。即ち「図形描画命令」のブロック
化であり、この場合図形頂点数のバラツキによる複合処
理部60間の負荷のバラツキが生じないようにする。そ
の方法とじて適当な頂点数をブロック化の閾値とし、頂
点数の小累計が閾値付近に来たときブロックへの連結を
打切り、次段に転送する。転送に際してはブロックの終
りが明確になるようにブロックの長さ情報もしくはブロ
ックの終止符号を付加する。複合処理部60に番号順位
に振り当てることはグラフィック表示装置の表示順序保
存の要請を満たし、統合部70における結果の取出し処
理の複雑化を防ぐ。また分配部50は複合処理部60の
個々が前処理部40の処理に該当しないパラメータを要
する場合には「図形描画命令」ブロックに先立って「属
性設定命令」を転送する。The main purpose of the distribution section 50 is to divide the graphic data into blocks and sequentially distribute them to the composite processing sections for processing in a FIFO format. That is, "graphic drawing commands" are divided into blocks, and in this case, variations in load among the composite processing units 60 due to variations in the number of graphic vertices are prevented. In this method, an appropriate number of vertices is set as a threshold for blocking, and when the small cumulative number of vertices approaches the threshold, the connection to the block is terminated and the block is transferred to the next stage. During transfer, block length information or a block termination code is added to make the end of the block clear. Assigning the numbers to the composite processing unit 60 satisfies the requirement of preserving the display order of the graphic display device and prevents the process of extracting the results in the integration unit 70 from becoming complicated. Further, if each of the composite processing units 60 requires a parameter that does not correspond to the processing of the preprocessing unit 40, the distribution unit 50 transfers the “attribute setting command” prior to the “graphic drawing command” block.
複合処理部60(以後“ユニット°′とも言う)は複数
個の群(1,2・・・n)をなして並列で分配部50に
接続する。各ユニットは同様に座標変換、輝度算出、及
びクリップの処理機能を有し、分配部50によって割り
当てられた図形ブロックを処理する。「属性設定命令」
に対しては内部の記憶領域にその値を保持して処理し、
「図形描画命令」は公知方法により行う。統合部70は
複合処理部60の処理結果を分配部50の振り分けた順
序に従って取出す。この場合、分配部50が付加したブ
ロックの終りの指示情報を頼りにブロック単位に取出す
。取出す順番は分配部50の順序に従い、順番にユニッ
トを移動して取り出す。The composite processing section 60 (hereinafter also referred to as "unit °'") forms a plurality of groups (1, 2...n) and is connected to the distribution section 50 in parallel.Each unit similarly performs coordinate transformation, brightness calculation, and clip processing functions, and processes graphic blocks allocated by the distribution unit 50. "Attribute setting command"
For , the value is stored in the internal storage area and processed,
The "graphic drawing command" is performed by a known method. The integration unit 70 takes out the processing results of the composite processing unit 60 in the order in which they are distributed by the distribution unit 50. In this case, each block is extracted based on the end-of-block instruction information added by the distribution unit 50. The order of taking out the units is according to the order of the dispensing section 50, and the units are moved and taken out in order.
以上述べたごとく、本発明に関する「属性設定命令」の
処理は本発明の範囲の機能によって処理される。但し本
発明の関係しない上記命令に属する場合、分配部50は
これを「図形描画命令」の転送該当ユニットに転送する
。そして他の部は何も行わず次段に転送する。As described above, the processing of the "attribute setting command" related to the present invention is processed by the functions within the scope of the present invention. However, if the instruction belongs to the above-mentioned instruction that is not related to the present invention, the distribution unit 50 transfers it to the unit to which the "graphic drawing instruction" is transferred. The other parts do nothing and transfer the data to the next stage.
次に本発明による各部の構成例につき説明すると、第3
図は前処理部40の構成例である。Next, an example of the configuration of each part according to the present invention will be explained.
The figure shows an example of the configuration of the preprocessing section 40.
41は識別部で入力の「属性設定命令」に対し前処理が
必要か否かを識別する。42は属性計算部で必要を識別
したパラメータの座標変換マトリックス等の属性を予め
計算し転送する。Reference numeral 41 denotes an identification unit that identifies whether or not pre-processing is required for the input "attribute setting command". Reference numeral 42 calculates in advance attributes such as coordinate transformation matrices of parameters identified as necessary by an attribute calculation unit and transfers them.
第4図は分配部50の構成例を示す。51は加算器で図
形データの「描画命令」の長さを累計する。52は閾値
レジスタでユニットの切換のための閾値を保持する。5
3は比較器で累計値と閾値とを比較監視する。図形デー
タが閾値を越えると次に接続する計数器54に対しユニ
ットの切換を指示し、同時に加算器51をリセットする
。FIG. 4 shows an example of the configuration of the distribution section 50. 51 is an adder that accumulates the length of the "drawing command" of the graphic data. A threshold value register 52 holds a threshold value for switching units. 5
3 is a comparator that compares and monitors the cumulative value and the threshold value. When the graphic data exceeds the threshold value, the next connected counter 54 is instructed to switch units, and at the same time the adder 51 is reset.
54は計数であって、比較器53の指示により命令送出
先のユニット陽な次番号に決定し送出する。このように
して閾値を標準として図形データのブロック化が実行さ
れる。55は識別部で「属性設定命令」が複合処理部6
0の処理該当のものである時はこれを識別してそのタイ
プを属性レジスタ56に出力する。属性レジスタ56は
指定された属性を更新保持し送出する。Reference numeral 54 is a counting unit which, according to the instruction from the comparator 53, determines the positive next number of the unit to which the command is to be sent and sends it. In this way, graphic data is divided into blocks using the threshold as a standard. 55 is an identification section, and the "attribute setting command" is sent to the compound processing section 6.
If it corresponds to the processing of 0, it is identified and its type is output to the attribute register 56. The attribute register 56 updates, holds, and sends specified attributes.
57は属性更新テーブルでユニット数×属性数の領域の
1ビット配列から構成されており、識別部55により属
性が更新されるとこの情報はテーブル57に入力されテ
ーブル内の当該属性の列のエントリをセットする。但し
計数器54からの入力情報による当面のユニット陽に対
応するエントリはリセットする。従ってセットされたエ
ントリの属性はユニット陽がそのユニットに切換ったと
き「図形描画命令」に先立って必然に送出される。58
は送出部である。送出部58は計数器54よりユニット
切換の指示があると先づ属性更新テーブル57を調べ、
そのユニット陽についてセット状態の属性を先に送出し
た後そのエントリをリセットする。しかる後「図形描画
命令」列を送出する。ユニット陽が切換る時には命令群
の終了信号を付加して送出する。当然ながら本発明と無
関係にある命令は各構成装置を経ることなく送出部より
送り出される。Reference numeral 57 denotes an attribute update table, which is composed of a 1-bit array in an area of the number of units x the number of attributes. When an attribute is updated by the identification unit 55, this information is input to the table 57 and an entry in the column of the attribute in the table is entered. Set. However, the entry corresponding to the current unit positive based on the input information from the counter 54 is reset. Therefore, the attributes of the set entry are necessarily sent out prior to the "graphic drawing command" when the unit is switched to that unit. 58
is the sending section. When the sending unit 58 receives a unit switching instruction from the counter 54, it first checks the attribute update table 57.
The set attribute for that unit is first sent, and then that entry is reset. After that, a "figure drawing command" sequence is sent out. When the unit is switched, a command group end signal is added and sent. Naturally, commands unrelated to the present invention are sent out from the sending unit without passing through each component device.
第5図は複合処理部60の構成例を示す。FIG. 5 shows an example of the configuration of the composite processing section 60.
61はFIFO装置で先入れ先出し方式に命令群を格納
する。62は識別部で命令が複合処理部の所管属性か否
かを識別し、該当する場合は命令を属性レジスタに送る
。63は属性レジスタであり、64は座標変換、65は
輝度算出、66はクリップである。属性レジシタ63は
複合処理部にて処理すべき属性を保持し、64,65.
及び66の各機能はレジスタ63の属性を用いて処理を
行う。67はFIFOであり処理の結果をバッファする
。61 is a FIFO device that stores a group of instructions in a first-in first-out manner. Reference numeral 62 is an identification unit that identifies whether or not the instruction belongs to the property of the composite processing unit, and if so, sends the instruction to the attribute register. 63 is an attribute register, 64 is a coordinate conversion, 65 is a brightness calculation, and 66 is a clip. An attribute register 63 holds attributes to be processed by the composite processing unit, and stores attributes 64, 65 .
and 66 perform processing using the attributes of the register 63. 67 is a FIFO that buffers the results of processing.
第6図は統合部70の構成例である。71は終了判定部
、72は計数器である。終了判定部71は図形データブ
ロックの終了記号によりブロックの処理終了を判別し、
計数器72の示すユニット陽より処理結果を読出す。こ
れと同時に計数器72に対しユニット尚の切換えを指示
し、計数器72は当該ユニット陽に切換えて保持する。FIG. 6 shows an example of the configuration of the integrating section 70. Reference numeral 71 represents an end determination section, and reference numeral 72 represents a counter. The end determination unit 71 determines the end of block processing based on the end symbol of the graphic data block,
The processing result is read from the unit indicated by the counter 72. At the same time, the counter 72 is instructed to switch the unit, and the counter 72 switches the unit to positive and holds it.
(発明の効果)
以上説明したごとく本発明によればグラフィック表示装
置の「属性設定命令」の座標変換、輝度算出、クリップ
処理において、各機能の処理に必要な演算を前処理で行
い、また各機能を複合する複数の装置で並列処理するよ
うにしたため、全体的な高速処理が可能となり表示速度
が向上する。(Effects of the Invention) As explained above, according to the present invention, in the coordinate transformation, brightness calculation, and clip processing of the "attribute setting command" of the graphic display device, the calculations necessary for processing each function are performed in preprocessing, and each Since parallel processing is performed by multiple devices with multiple functions, overall high-speed processing is possible and display speed is improved.
第1図は本発明の原理構成のブロック図、第2図は本発
明の実施例を示す図、第3図は前記実施例に用いられる
前処理部の詳細構成ブロック図、第4図は同じく分配部
の構成ブロック図、第5図は同じく複合処理部の構成ブ
ロック図、第6図は統合部の構成ブロック図、第7図は
従来のグラフィック表示装置図である。
1.10・・・制御部
2.20・・・セグメントバッファ
3.30・・・解釈部 4,64・・・座標変換
部5.65・・・輝度算出部 6,66・・・クリッ
プ部8.80・・・面塗り部 9,90・・・DD
A部11.100・・・表示部 12,110・・・
CRT40・・・前処理部 41.62・・・
識別部42・・・属性計算部 50・・・分配部
51・・・加算器 52・・・閾値レジスタ
53・・・比較器 54・・・計数器55・
・・識別器
56.63・・・属性レジスタ
57・・・属性更新テーブル
58・・・送出部 60・・・複合処理部6
1.67−FIFO70−・・統合部71・・・終了判
定部 72・・・計数器発明/1元理搗八へ
第 1 図
第2図Fig. 1 is a block diagram of the principle configuration of the present invention, Fig. 2 is a diagram showing an embodiment of the invention, Fig. 3 is a detailed block diagram of the preprocessing section used in the embodiment, and Fig. 4 is the same. FIG. 5 is a block diagram of the configuration of the distribution section, FIG. 5 is a block diagram of the compound processing section, FIG. 6 is a block diagram of the integration section, and FIG. 7 is a diagram of a conventional graphic display device. 1.10... Control unit 2.20... Segment buffer 3.30... Interpretation unit 4, 64... Coordinate conversion unit 5.65... Brightness calculation unit 6, 66... Clip unit 8.80...Surface coating part 9,90...DD
A part 11.100...Display part 12,110...
CRT40...preprocessing section 41.62...
Identification unit 42... Attribute calculation unit 50... Distribution unit 51... Adder 52... Threshold register 53... Comparator 54... Counter 55.
...Discriminator 56, 63...Attribute register 57...Attribute update table 58...Sending section 60...Combined processing section 6
1.67-FIFO70-...Integration unit 71...Completion judgment unit 72...Invention of counter/To 1-gen Ripohachi Fig. 1 Fig. 2
Claims (1)
性データ設定命令を描画命令に先行して転送する分配部
と、 この分配部に対して並列に接続され、前記ブロック単位
で入力された図形データについて座標変換、輝度算出、
クリップの各属性データを並行して処理する複数の複合
処理部と、 前記分配部の指示情報に従って、ブロック単位の図形デ
ータの処理結果を統合し、且つ表示部へ向けて転送する
統合部と、 図形データの処理結果に基づいて図形を描画する表示部
と、を有するグラフィック表示装置。 2)図形データを所定のブロックに区分し且つ図形の属
性データ設定命令を描画命令に先行して転送する分配部
と、 この分配部に対して並列に接続され、前記ブロック単位
で入力された図形データについて座標変換、輝度算出、
クリップの各属性データを並行して処理する複数の複合
処理部と、 前記分配部の指示情報に従って、ブロック単位の図形デ
ータの処理結果を統合し、且つ表示部へ向けて転送する
統合部と、 前記分配部の入力側に接続され、前記複数の複合処理部
における処理に共通する属性データのパラメータについ
て予め前処理を行なう前処理部と、 図形データの処理結果に基づいて図形を描画する表示部
と、を有するグラフィック表示装置。[Claims] 1) A distribution unit that divides graphic data into predetermined blocks and transfers a graphic attribute data setting command prior to a drawing command; Coordinate conversion, brightness calculation,
a plurality of composite processing units that process each attribute data of the clip in parallel; an integration unit that integrates the processing results of the graphic data in blocks according to the instruction information of the distribution unit and transfers the processing results to the display unit; A graphic display device comprising: a display unit that draws a figure based on a processing result of figure data. 2) a distribution unit that divides graphic data into predetermined blocks and transfers a graphic attribute data setting command prior to a drawing command; and a graphic that is connected in parallel to this distribution unit and is inputted in units of blocks. Coordinate transformation, brightness calculation,
a plurality of composite processing units that process each attribute data of the clip in parallel; an integration unit that integrates the processing results of the graphic data in blocks according to the instruction information of the distribution unit and transfers the processing results to the display unit; a preprocessing unit that is connected to the input side of the distribution unit and performs preprocessing on parameters of attribute data that are common to processing in the plurality of composite processing units; and a display unit that draws a figure based on the processing result of the figure data. A graphic display device having:
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP62155951A JPS64992A (en) | 1987-06-23 | 1987-06-23 | Graphic display device |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP62155951A JPS64992A (en) | 1987-06-23 | 1987-06-23 | Graphic display device |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPH01992A true JPH01992A (en) | 1989-01-05 |
| JPS64992A JPS64992A (en) | 1989-01-05 |
Family
ID=15617096
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP62155951A Pending JPS64992A (en) | 1987-06-23 | 1987-06-23 | Graphic display device |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPS64992A (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9338574B2 (en) | 2011-06-30 | 2016-05-10 | Thomson Licensing | Method and apparatus for changing the relative positions of sound objects contained within a Higher-Order Ambisonics representation |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR100729938B1 (en) * | 2006-08-18 | 2007-06-19 | 경상대학교산학협력단 | Multifunctional Monoclonal Enzyme-cE 444C Gene of the Phenibacillus Polymyxa Vs. |
| KR100740582B1 (en) * | 2006-09-27 | 2007-07-19 | 한국과학기술연구원 | Analysis method of hepatic metabolism differentiation between two biological samples using gas chromatography-mass spectrometry |
| JP4787124B2 (en) * | 2006-10-12 | 2011-10-05 | 株式会社アガツマ | Household crane game machine |
| KR100828233B1 (en) * | 2006-11-15 | 2008-05-07 | 윤수경 | Method of making jeungpyun |
-
1987
- 1987-06-23 JP JP62155951A patent/JPS64992A/en active Pending
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9338574B2 (en) | 2011-06-30 | 2016-05-10 | Thomson Licensing | Method and apparatus for changing the relative positions of sound objects contained within a Higher-Order Ambisonics representation |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US5218674A (en) | Hardware bit block transfer operator in a graphics rendering processor | |
| EP0279226B1 (en) | High resolution display adapter | |
| US5329615A (en) | Concurrent general purpose and DMA processing in a graphics rendering processor | |
| US5524197A (en) | Workstation for displaying dynamic image with real-time special effects | |
| US3534338A (en) | Computer graphics system | |
| US4868557A (en) | Video display apparatus | |
| US5371849A (en) | Dual hardware channels and hardware context switching in a graphics rendering processor | |
| US4862154A (en) | Image display processor for graphics workstation | |
| US6833835B1 (en) | Method and apparatus for antialiased imaging of graphical objects | |
| CA1236603A (en) | Data display systems | |
| US20080273030A1 (en) | Drawing apparatus and drawing method | |
| US5530797A (en) | Workstation for simultaneously displaying overlapped windows using a priority control register | |
| US5321805A (en) | Raster graphics engine for producing graphics on a display | |
| KR100233346B1 (en) | Method and apparatus for identifying one or more visible objects in a graphics system | |
| JPH01992A (en) | graphic display device | |
| JPH0646378B2 (en) | Computer display | |
| US20030231183A1 (en) | Apparatus and method of processing image data | |
| US5973698A (en) | Method and system for sorting polygon data according to depth values | |
| EP0283927A2 (en) | Display adapter | |
| JPH05205026A (en) | Method and device for processing simultaneous pick event | |
| JP2887122B2 (en) | Image data processing apparatus and system using the same | |
| JPS62297975A (en) | Control system for multi-window display | |
| JP3009802B2 (en) | Video video workstation | |
| JPS6177948A (en) | Data processor | |
| JPH01276196A (en) | Image display controller |