翻訳と辞書
Words near each other
・ Galloway's Society for the Blind
・ Galloway, Michigan
・ Galloway, Ohio
・ Galloway, Texas
・ Galloway, West Virginia
・ Galloway, Wisconsin
・ Galloway-Walker House
・ Gallium(III) fluoride
・ Gallium(III) hydroxide
・ Gallium(III) iodide
・ Gallium(III) oxide
・ Gallium(III) selenide
・ Gallium(III) sulfide
・ Gallium(III) telluride
・ Gallium-68 generator
Gallium3D
・ Gallivan Center
・ Gallivan Plaza (UTA station)
・ Gallivant
・ Gallivirus
・ Galliwasp
・ Galliyan
・ Gallizien
・ Galli–Galli disease
・ Gallman, Mississippi
・ Gallmannsegg
・ Gallmersgarten
・ Gallneukirchen
・ Gallo
・ Gallo (surname)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Gallium3D : ウィキペディア英語版
Gallium3D

Gallium3D is a set of interfaces and a collection of supporting libraries intended to ease the programming of device drivers for 3D graphics chipsets for multiple operating systems, rendering or video acceleration APIs by splitting the graphics device driver into three parts. This is accomplished by the introduction of two interfaces: Gallium3D State Tracker Interface and the Gallium3D WinSys Interface. The three components are called
* Gallium3D State Tracker – each graphical API by which a device driver is being addressed has its own State Tracker, e.g. there is a Gallium3D State Tracker for OpenGL and a different one for Direct3D or GLX. Each State Tracker contains an implementation of the Gallium3D State Tracker Interface, and is unique, this means is shared by all existent Gallium3D device drivers.
* Gallium3D hardware device driver – this is the actual code, that is specific to the underlying 3D graphic accelerator, but only as far as the Gallium3D WinSys Interface allows. There is a unique Gallium3D hardware device driver for each available graphics chip and each implements the Gallium3D State Tracker Interface as well as the Gallium3D WinSys Interface. The Gallium3D hardware device driver understands only TGSI (Tungsten Graphics Shader Infrastructure), an intermediate language for describing shaders. This code translated shaders translated from GLSL into TGSI further into instruction set implemented by the GPU.
* Gallium3D WinSys – is specific to the underlying kernel of the operating system and each one implements the Gallium3D WinSys Interface to interface with all available Gallium3D hardware device drivers.
A feature matrix is being provided at (GalliumStatus ) and the efforts of writing free and open-source device drivers for graphic chips is being separately documented in the Wikipedia: Free and open-source device drivers: graphics
The development of Gallium3D started in 2008 at Tungsten Graphics, and the implementation is available as free and open-source software as part of Mesa 3D hosted by freedesktop.org.
The primary goal of making driver development easier, bundling otherwise duplicated code of several different drivers at a single point, and to support modern hardware architectures. This is done by providing a better division of labor, for example, leaving memory management to the kernel DRI driver.
Gallium3D has been a part of Mesa since 2009 and is currently used by the free and open source graphics driver for Nvidia (nouveau project),〔(【引用サイトリンク】Nouveau Companion 36 )〕 for R300R900, and for other free and open-source GPU device drivers.
== Software architecture ==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Gallium3D」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.