Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-19 | nouveau: function to return status of bo being referenced in pushbuf | Ben Skeggs | |
Will be used to implement gallium's is_{texture,buffer}_referenced() callbacks properly. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2009-07-28 | nouveau: don't overwrite user-specified bo size needlessly | Ben Skeggs | |
2009-07-28 | nouveau: user buffers need to be mappable | Ben Skeggs | |
2009-07-28 | nouveau: drm api 0.0.15, update object header, remove fake bo support | Ben Skeggs | |
2009-07-27 | libdrm/nouveau: unmap before ufree means nvbo->sysmem != NULL, which ↵ | Maarten Maathuis | |
inbalances cpu_prep/cpu_finish - The bo was mapped with sysmem == NULL, so this means cpu prep is called. - The bo was unmapped with sysmem != NULL, so this means cpu finish is not called. - This can lead to a non-zero "cpu writers" count in ttm_bo. | |||
2009-07-09 | nouveau: fix pin for buffers created with bo_wrap | Ben Skeggs | |
2009-06-05 | nouveau: 0.0.14 + extend bo interface to support subrange mapping | Ben Skeggs | |
Normal map() should operate as before, and map_range()/map_flush() should give correct results but lacking any performance difference from map(). Nothing exiting being done here yet, but the interface is a good start. | |||
2009-06-04 | nouveau: fix bo mapping issue | Ben Skeggs | |
2009-06-03 | nouveau: fill in bo->tiled field for referenced buffers | Ben Skeggs | |
Fixes the dri1 gallium driver if the front buffer happens to be non-linear. | |||
2009-05-26 | nouveau: bump for 0.0.13 | Ben Skeggs | |
2009-04-15 | nouveau: store bo handle in public struct in bo_ref_handle | Ben Skeggs | |
2009-03-20 | libdrm/nouveau: remove unneccesary null ptr checks | Ben Skeggs | |
2009-03-20 | libdrm/nouveau: unref fences when deleting bo | Maarten Maathuis | |
- This was causing a significant memory leak. | |||
2009-03-18 | libdrm/nouveau: implement bo_handle_get for !mm_enabled | Ben Skeggs | |
bo_handle_ref on !mm_enabled treats handle as an offset, make bo_handle_get do the same rather than failing. | |||
2009-02-05 | nouveau: fix some issues where buffer objects never get freed | Ben Skeggs | |
2009-02-04 | nouveau: install libdrm_nouveau with libdrm | Ben Skeggs | |