summaryrefslogtreecommitdiff
path: root/libdrm/nouveau
generated by cgit v1.2.3 (git 2.25.1) at 2024-09-15 17:42:58 +0000 14:11:18 +1000'>2009-02-20
AgeCommit message (Collapse)Author
libdrm/nouveau: fix dma debuggingBen Skeggs
2009-02-11nouveau: fix type warnings: void* arith, un/signedPekka Paalanen
nouveau_notifier.c had two places where void* was used in arithmetic, fixed by using char*. nouveau_dma_wait(), nouveau_notifier_wait_status() and nouveau_resource_alloc() had signed/unsigned comparison warnings, fixed by changing the function parameter into an unsigned type. Signed-off-by: Pekka Paalanen <pq@iki.fi>
2009-02-05nouveau: fix some issues where buffer objects never get freedBen Skeggs
2009-02-04nouveau: install libdrm_nouveau with libdrmBen Skeggs