radeon: Drop the non-kernel-memory-manager support, and thus DRI1.
authorEric Anholt <eric@anholt.net>
Fri, 14 Oct 2011 19:22:57 +0000 (12:22 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 28 Oct 2011 18:23:09 +0000 (11:23 -0700)
commit0973a1ec78fdedc5401cb1c0f6d027425c492509
treedeb757683cf8a1ff1bd03fc16f9895a3872c8733
parent4a2f00889ba481c117057da5fac7585327458cc3
radeon: Drop the non-kernel-memory-manager support, and thus DRI1.

It's past time, and it was going to get in the way of the renderbuffer
mapping refactor.  We dropped all the other DRI1 drivers for this
release, and I can't imagine anybody supporting DRI1 radeon classic in
a new release of Mesa.

Diff produced by treating kernel_mm as true, deleting the DRI1 paths
that produce kernel_mm false, and deleting code.
13 files changed:
src/mesa/drivers/dri/radeon/radeon_bo_legacy.c
src/mesa/drivers/dri/radeon/radeon_cmdbuf.h
src/mesa/drivers/dri/radeon/radeon_common.c
src/mesa/drivers/dri/radeon/radeon_common_context.c
src/mesa/drivers/dri/radeon/radeon_context.c
src/mesa/drivers/dri/radeon/radeon_ioctl.c
src/mesa/drivers/dri/radeon/radeon_ioctl.h
src/mesa/drivers/dri/radeon/radeon_queryobj.c
src/mesa/drivers/dri/radeon/radeon_screen.h
src/mesa/drivers/dri/radeon/radeon_state.c
src/mesa/drivers/dri/radeon/radeon_state.h
src/mesa/drivers/dri/radeon/radeon_state_init.c
src/mesa/drivers/dri/radeon/radeon_texture.c