Lines Matching full:drivers
6 new architecture for building 3D graphics drivers. Initially
7 supporting Mesa and Linux graphics drivers, Gallium3D is designed to allow
10 Compared to existing Linux graphics drivers, Gallium3D will:
12 - Make drivers smaller and simpler.
13 Current DRI drivers are rather complicated. They're large, contain
34 - Pipe drivers:
38 - Winsys drivers:
77 put into effect by binding them. This allows Gallium3D drivers to create
84 Gallium3D drivers rely upon. For example, memory allocation is typically a
86 the window system. Pipe drivers use the winsys interface to handle these
89 By abstracting OS and window system services, pipe drivers are portable to
134 drivers for hardware which lacks vertex transformation (such as the
151 by drivers for rasterization-only hardware. As such it is also instantiated