search for: nouveau_screen_dri

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

2009 Jan 10
0
Winsys changes in mesa/gallium-0.2
...vial I'd appreciate knowing if this broke anything for you. :) * The code in common/ compiles to libnouveaudrm.a and the code in dri/ compiles to nouveau_dri.so and links with common. * Structs nouveau_screen and nouveau_context 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...