search for: nouveau_contended_lock

Displaying 1 result from an estimated 1 matches for "nouveau_contended_lock".

2009 Jan 10
0
Winsys changes in mesa/gallium-0.2
...ext are now in common and only contain generic DRM stuff. * Structs nouveau_screen_dri and nouveau_screen_dri in dri/ contain the DRI/Mesa specific bits and use nouveau_screen and nouveau_context as base. * The dri/ dir also contains nouveau_swapbuffers.c which has all the swapping functions plus nouveau_contended_lock and nouveau_flush_frontbuffer. These are DRI/Mesa specific so I couldn't keep them generic. * The vl winsys contains the same 3 files, nouveau_screen_vl, nouveau_context_vl, and nouveau_swapbuffers which basically do the same as the dri/ dir if anyone is interested.