Lines Matching full:driver
92 Device Driver Status
100 Driver Status
163 If you're porting a DRI or other driver from Mesa 4.0.x to Mesa 4.1 here
202 target is enabled and complete. This spares the driver writer from
231 - Removed ctx->Driver.SetDrawBuffer()
232 - Removed swrast->Driver.SetReadBuffer().
237 - Added ctx->Driver.DrawBuffer() and ctx->Driver.ReadBuffer().
239 Many drivers will set ctx->Driver.DrawBuffer = _swrast_DrawBuffer and
241 DRI drivers should implement their own function for ctx->Driver.DrawBuffer
245 - Added swrast->Driver.SetBuffer().
252 This value is usually passed to swrast->Driver.SetBuffer().
283 - Changed ctx->Driver.ClearColor() to take GLfloat[4] instead of GLchan[4].
285 - Changed ctx->Driver.AlphaRef() to take GLfloat instead of GLchan.