[PATCH 3/3] r600: add support for getting the tiling config via drm ioctl

2010-05-25 Thread Alex Deucher
Needed for the the 2D tiling span functions. Signed-off-by: Alex Deucher --- src/mesa/drivers/dri/radeon/radeon_screen.c | 53 +++ 1 files changed, 53 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/dri/radeon/radeon_screen.c b/src/mesa/drivers/dri/radeon/

[PATCH 3/3] r600: add support for getting the tiling config via drm ioctl

2010-05-25 Thread Alex Deucher
Needed for the the 2D tiling span functions. Signed-off-by: Alex Deucher --- src/mesa/drivers/dri/radeon/radeon_screen.c | 53 +++ 1 files changed, 53 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/dri/radeon/radeon_screen.c b/src/mesa/drivers/dri/radeon/