summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/nouveau/dri
AgeCommit message (Collapse)Author
2009-02-05nv04-nv40: move 2d blit/fill code into pipe driverBen Skeggs
2009-02-05nv50: move 2d blit/fill code into pipe driverBen Skeggs
2009-02-04nouveau: link against libdrm_nouveau (installed with libdrm)Ben Skeggs
2009-01-24nouveau: fix st_get_framebuffer_surface() breakagePekka Paalanen
Someone changed the st_get_framebuffer_surface() signature, and did not update the users in Nouveau winsys. Surface is returned via a pointer now instead of returning it from the function. No semantic changes. Signed-off-by: Pekka Paalanen <pq@iki.fi>
2009-01-12nouveau: fix warningBen Skeggs
2009-01-10nouveau: Factor out common winsys bits into libnouveaudrm.aYounes Manton