Gallium3D is Tungsten Graphics' new architecture for building 3D graphics drivers.
Compared to existing Linux graphics drivers, Gallium3D will:
Make drivers smaller and simpler.
Current DRI drivers are rather complicated. They're large, contain duplicated code and are burdened with implementing many concepts tightly tied to the OpenGL 1.x/2.x API.
Model modern graphics hardware.
The new driver architecture is an abstraction of modern graphics hardware, rather than an OpenGL->hardware translator. The new driver interface will assume the presence of programmable vertex/fragment shaders and flexible memory objects.
Support multiple graphics APIs.
The OpenGL 3.0 API will be very different from OpenGL 1.x/2.x. We'd like a driver model that is API-neutral so that it's not tied to a specific graphics API.
L'hebergement se fait chez freedesktop ! Ca m'a l'air d'etre un projet recent, la licence est libre, par contre je ne sais pas laquelle c'est
Bref ca a l'air cool ! huhu
[^] # Re: ...
Posté par tanguy_k (site web personnel) . En réponse au journal OpenGL 3 pédale dans la choucroute ?. Évalué à 4.
Je crois que c'est le but de Gallium3D
http://www.tungstengraphics.com/wiki/index.php/Gallium3D
Gallium3D is Tungsten Graphics' new architecture for building 3D graphics drivers.
Compared to existing Linux graphics drivers, Gallium3D will:
Make drivers smaller and simpler.
Current DRI drivers are rather complicated. They're large, contain duplicated code and are burdened with implementing many concepts tightly tied to the OpenGL 1.x/2.x API.
Model modern graphics hardware.
The new driver architecture is an abstraction of modern graphics hardware, rather than an OpenGL->hardware translator. The new driver interface will assume the presence of programmable vertex/fragment shaders and flexible memory objects.
Support multiple graphics APIs.
The OpenGL 3.0 API will be very different from OpenGL 1.x/2.x. We'd like a driver model that is API-neutral so that it's not tied to a specific graphics API.
La doc du code source est ici : http://people.freedesktop.org/~jrfonseca/gallium/index.html
L'hebergement se fait chez freedesktop ! Ca m'a l'air d'etre un projet recent, la licence est libre, par contre je ne sais pas laquelle c'est
Bref ca a l'air cool ! huhu