完整後設資料紀錄
DC 欄位語言
dc.contributor.author蕭之傑en_US
dc.contributor.authorHsiao, Chih-Chiehen_US
dc.contributor.author鍾崇斌en_US
dc.contributor.authorChung, Chung-Pingen_US
dc.date.accessioned2014-12-12T01:34:13Z-
dc.date.available2014-12-12T01:34:13Z-
dc.date.issued2008en_US
dc.identifier.urihttp://140.113.39.130/cdrfb3/record/nctu/#GT079655607en_US
dc.identifier.urihttp://hdl.handle.net/11536/43413-
dc.description.abstract在現今嵌入式系統中(如:手機、個人導航裝置等)往往資源相當受 限。而具備分區塊式繪圖 (tile-based rendering)特性的繪圖處理器,在 此類應用中相當常見,其一次只處理畫面上的一個區塊,而非整個畫 面,故其處理一個區塊所需的區塊深度緩衝器(Tile Z-buffer)及區塊畫 面緩衝器(Tile frame buffer)只需與區塊大小相同即可,而非整個畫 面。故傳統繪圖處理器中時常被重覆存取之深度緩衝器及畫面緩衝 器,即可很容易的被整合至晶片中來有效降低對外部記憶體之存取。 然而傳統的非階層式三角形名單之分區塊式繪圖處理器設計中,會在 場景複雜度增高時,增大對儲存三角形列表之記憶體空間需求。在本 論文中,將修改分區塊式繪圖處理器中記錄區塊中所屬三角形的動作 (tile binning),使其能依據三角形不同邊界方框之大小、形狀及位置 決定存放在何種階層的三角形列表中,能使用較少之三角形名單來記 錄。並提出一個整合式的判斷方法,同時可以整合多種不同階層,且 不論畫面中有何種三角形之邊界方框,都能以固定的判斷次數來選定 三角形該被放在哪一個階層中。而此判斷方法也能很輕易以簡單的硬體來實現,進而減少其判斷所需的時間。透過這些修改,讓此種繪圖 處理器能在畫面複雜度不斷增高時,也能針對不同具有不同大小、形 狀及位置的三角形之邊界方框做最有效的判斷,進而減少整體儲存三 角形名單所需之空間。zh_TW
dc.description.abstractTile-based rendering has been widely used in resource-limited graphic processing environments, e.g., for hand-held devices. Since large primitives may cover a significant number of tiles, they need to be recorded in the primitive lists of all related tiles. We propose a hierarchical primitive lists structure, which also copes with misaligned and non-square primitive problems, to minimize the primitive recording. Intended advantages include: reduced storage pressure, list building time, primitive retrieval counts for subsequent rendering, and primitive data accesses from external memory during rendering, and possibly enhanced data locality/resource utilization if layer-based rendering is exploited. Based on this structure, we propose a primitive-hierarchy fitting (hardware) algorithm which, for a given primitive of any size and shape, determines a best way of storing it in the structure. Experimental results on Doom3 and Quake4 show a 73% storage reduction using only square hierarchies or 78% with our full capability, compared with flat tile-based lists.en_US
dc.language.isozh_TWen_US
dc.subject繪圖處理器zh_TW
dc.subject區塊繪圖zh_TW
dc.subject階層式三角形列表zh_TW
dc.subject區塊zh_TW
dc.subject三角形列表zh_TW
dc.subjectGraphics Processing Uniten_US
dc.subjectTile-based Renderingen_US
dc.subjectHierarchical Primitive Listen_US
dc.subjectTileen_US
dc.subjectPrimitive listen_US
dc.title用於區塊繪圖之階層式儲存方式設計zh_TW
dc.titleA Hierarchical Primitive List for Tile-based Renderingen_US
dc.typeThesisen_US
dc.contributor.department資訊科學與工程研究所zh_TW
顯示於類別:畢業論文


文件中的檔案:

  1. 560701.pdf

若為 zip 檔案,請下載檔案解壓縮後,用瀏覽器開啟資料夾中的 index.html 瀏覽全文。