Lines Matching refs:hardware
19 1.2 Does Mesa support/use graphics hardware?
42 - Mesa is used as the core of the open-source X.org DRI hardware
47 hardware drivers.
52 is only now appearing in hardware.
54 can be changed for special needs (hardware limits are hard to
68 - There is no hardware acceleration.
72 Alternately, Mesa acts as the core for a number of OpenGL hardware
199 3.1 Rendering is slow / why isn't my graphics hardware being used?
202 If Mesa can't use its hardware accelerated drivers it falls back on one
208 sort of hardware it has detected.
210 If you're using a hardware accelerated driver you want
272 extensions, writing hardware drivers (for the DRI), and code
280 hardware/operating system. 3D graphics are not simple.
283 starting point. For a classic hardware driver, the i965 driver is a good
284 example. For a Gallium3D hardware driver, the r300g, r600g and the i915g
287 The DRI website has more information about writing hardware drivers. The