Age | Commit message (Expand) | Author |
2010-11-08 | r600g: implement texture_get_handle (needed for eglExportDRMImageMESA) | Benjamin Franzke |
2010-11-03 | r600g: propogate resource usage flags to winsys, use to choose bo domains | Keith Whitwell |
2010-10-18 | r600g: retrieve tiling info from kernel for shared buffers. | Dave Airlie |
2010-10-18 | r600g: get tiling info from kernel | Dave Airlie |
2010-10-05 | r600g: userspace fence to avoid kernel call for testing bo busy status | Jerome Glisse |
2010-10-05 | r600g: simplify block relocation | Jerome Glisse |
2010-10-05 | r600g: use dirty list to track dirty blocks | Bas Nieuwenhuizen |
2010-10-05 | r600g: improve bo flushing | Jerome Glisse |
2010-10-04 | r600g: allow r600_bo to be a sub allocation of a big bo | Jerome Glisse |
2010-10-04 | r600g: rename radeon_ws_bo to r600_bo | Jerome Glisse |
2010-09-29 | r600g: delete old path | Jerome Glisse |
2010-09-29 | r600g: use a hash table instead of group | Jerome Glisse |
2010-09-28 | r600g: suspend/resume occlusion query around clear/copy | Jerome Glisse |
2010-09-27 | r600g: build packet header once | Jerome Glisse |
2010-09-27 | r600g: add evergreen texture resource properly. | Dave Airlie |
2010-09-26 | r600g: disable early cull optimization when occlusion query running | Jerome Glisse |
2010-09-23 | r600g: initial evergreen support in new path | Jerome Glisse |
2010-09-21 | r600g: occlusion query for new design | Jerome Glisse |
2010-09-21 | r600g: directly allocate bo for user buffer | Jerome Glisse |
2010-09-20 | r600g: move chip class to radeon common structure | Jerome Glisse |
2010-09-19 | r600g: Buffer object maps imply a wait. | Henri Verbeet |
2010-09-17 | r600g: alternative command stream building from context | Jerome Glisse |