i965: Remove BRW_WM_LOCK dirty bit, introduced to work around lack of relocs.
[mesa.git] / src / mesa / drivers / dri / ffb / ffb_span.h
1
2 #ifndef _FFB_SPAN_H
3 #define _FFB_SPAN_H
4
5 #include "drirenderbuffer.h"
6
7 void ffbSetSpanFunctions(driRenderbuffer *drb, const GLvisual *vis);
8
9 #endif /* !(_FFB_SPAN_H) */