Module: Mesa Branch: master Commit: 2471d0d6c545c965ccf5faf14b3a1d53bb6201ce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2471d0d6c545c965ccf5faf14b3a1d53bb6201ce
Author: Andre Maasikas <[email protected]> Date: Mon Sep 13 12:21:18 2010 +0300 r600c: remove stray unmap call no idea how/why it got there --- src/mesa/drivers/dri/r600/evergreen_chip.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/dri/r600/evergreen_chip.c b/src/mesa/drivers/dri/r600/evergreen_chip.c index b8f2c33..694943c 100644 --- a/src/mesa/drivers/dri/r600/evergreen_chip.c +++ b/src/mesa/drivers/dri/r600/evergreen_chip.c @@ -146,7 +146,6 @@ static void evergreenSendTexState(GLcontext *ctx, struct radeon_state_atom *atom } if (bo) { - radeon_bo_unmap(bo); r700SyncSurf(context, bo, RADEON_GEM_DOMAIN_GTT|RADEON_GEM_DOMAIN_VRAM, _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
