Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-03 | libdrm_radeon: Zero-initialize structures to silence valgrind warnings | Nicolai Hähnle | |
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2009-08-28 | Revert "libdrm_radeon: Always wait for BO idle in bo_map." | Michel Dänzer | |
This reverts commit 0a732983f059c353b267b6bf877e1f0eea4e033f. Paul Nieminen and Dave Airlie pointed out on IRC that this shouldn't be necessary. I was seeing visual corruption in X before I made this change, but I can't reproduce that anymore so it was probably an unrelated issue. | |||
2009-08-27 | libdrm_radeon: Always wait for BO idle in bo_map. | Michel Dänzer | |
This allows users to eliminate explicit bo_wait calls before bo_map calls. | |||
2009-08-22 | radeon: add support for busy/domain check interface. | Pauli Nieminen | |
airlied: modified the interface to drop busy return value, just return it normally, also fixed int->uint32_t for domain Signed-off-by: Pauli Nieminen <suokkos@gmail.com> | |||
2009-08-17 | radeon: fix bo wait at map time. | Dave Airlie | |
2009-08-01 | libdrm_radeon: add tiling support | Dave Airlie | |
2009-08-01 | radeon: don't map/unmap explicitly. | Dave Airlie | |
This caches the mapping and just use mapping as a sync point | |||
2009-07-06 | radeon: move cs space checking code to libdrm_radeon. | Dave Airlie | |
This ports a lot of the space checking code into a the common library, so that the DDX and mesa can use it. | |||
2009-07-02 | radeon: add buffer naming function | Dave Airlie | |
2009-06-17 | libdrm/radeon: add initial libdrm_radeon | Dave Airlie | |
requires --enable-radeon-experimental-api for now | |||
2008-12-10 | Revert "Merge branch 'modesetting-gem'" | Jesse Barnes | |
This reverts commit 6656db10551bbb8770dd945b6d81d5138521f208. We really just want the libdrm and ioctl bits, not all the driver stuff. | |||
2008-11-16 | libdrm-radeon: add print callback to cs & small fixes | Jerome Glisse | |
2008-11-15 | libdrm-radeon: unref return current BO ptr to reflect BO destruction | Jerome Glisse | |
2008-11-10 | libdrm-radeon: be verbose on bo failure and cleanup cs a bit | Jerome Glisse | |
2008-11-09 | libdrm-radeon: update libdrm-radeon to match current CS relocation structures | Jerome Glisse | |
2008-11-06 | radeon: lib radeon add bo & cs gem backend | Jerome Glisse | |
2008-10-27 | radeon: radeon util library | Jerome Glisse | |