drm/libdrm/radeon
Jerome Glisse a7457915f5 radeon+libdrm-radeon: change relocation informations
Relocation now consist of the following informations (in this order) :
handle          buffer object handle identifier
start_offset    start offset of first data of the buffer object used by the cs
end_offset      end offset of last data of the buffer object used by the cs
read_domain     read domain (either VRAM, or GTT as GPU is invalid for CS)
write_domain    write domain (either VRAM, or GTT as GPU is invalid for CS)
flags           flags used for further optimization (like discard previous
                buffer content or forget buffer content after cs which can
                help in avoiding moving content in or out)
2008-11-12 16:57:09 +01:00
..
Makefile.am radeon+libdrm-radeon: change relocation informations 2008-11-12 16:57:09 +01:00
radeon_bo.h libdrm-radeon: update libdrm-radeon to match current CS relocation structures 2008-11-09 18:45:43 +01:00
radeon_bo_gem.c libdrm-radeon: be verbose on bo failure and cleanup cs a bit 2008-11-10 22:18:22 +01:00
radeon_bo_gem.h libdrm-radeon: update libdrm-radeon to match current CS relocation structures 2008-11-09 18:45:43 +01:00
radeon_cs.h radeon+libdrm-radeon: change relocation informations 2008-11-12 16:57:09 +01:00
radeon_cs_gem.c radeon+libdrm-radeon: change relocation informations 2008-11-12 16:57:09 +01:00
radeon_cs_gem.h libdrm-radeon: update libdrm-radeon to match current CS relocation structures 2008-11-09 18:45:43 +01:00