Lines Matching refs:Driver
92 Device Driver Status
100 Driver Status
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.