search for: 78a7802

Displaying 1 result from an estimated 1 matches for "78a7802".

Did you mean: 71d7802
2009 Mar 08
4
[PATCH 1/5] nv50: implement wfb
...etup_wrap(ReadMemoryProcPtr *pRead, + WriteMemoryProcPtr *pWrite, + DrawablePtr pDraw); +void nouveau_exa_wfb_finish_wrap(DrawablePtr pDraw); /* in nv_hw.c */ void NVCalcStateExt(ScrnInfoPtr,struct _riva_hw_state *,int,int,int,int,int,int); diff --git a/src/nv_type.h b/src/nv_type.h index 78a7802..bec4851 100644 --- a/src/nv_type.h +++ b/src/nv_type.h @@ -303,7 +303,8 @@ typedef struct _NVRec { uint8_t cur_head; ExaDriverPtr EXADriverPtr; - Bool exa_driver_pixmaps; + Bool exa_driver_pixmaps; + bool wfb_enabled; xf86CursorInfoPtr CursorInfoRec; ScreenBlockHa...