Lines Matching full:driver
25 Driver Support
28 The device driver interface in Mesa 3.5 has changed a lot since Mesa 3.4
31 Driver Status
129 Device Driver Changes / Core Mesa Changes
132 The ctx->Driver.LogicOp() function has been removed. It used to
133 be called during state update in order to determine if the driver
137 or fall back to software rendering. The Xlib driver was the only driver
138 to use this function. And since the Xlib driver no longer draws
141 The ctx->Driver.Dither() function has been removed. Drivers should
142 detect dither enable/disable via ctx->Driver.Enable() instead.
144 The ctx->Driver.IndexMask() and ctx->Driver.ColorMask() functions
177 X/Mesa Driver
180 The source files for the X/Mesa driver in src/X have been renamed.