mesa: Make FinishRenderTexture just take the renderbuffer being finished. 40/6640/1
authorEric Anholt <eric@anholt.net>
Fri, 10 May 2013 19:17:52 +0000 (12:17 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 17 May 2013 20:04:05 +0000 (13:04 -0700)
commita5b0452400dd6c2fd2a0921584f6fcee915a8b62
treec5fcb6595066e70304bd2c32349947b0bbe7b5c8
parente98c39c109f9b38d6bb97e3890382fdf66c25176
mesa: Make FinishRenderTexture just take the renderbuffer being finished.

Now that the rb has a reference to the teximage, we didn't need anything
else out of the attachment.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/intel/intel_fbo.c
src/mesa/drivers/dri/nouveau/nouveau_fbo.c
src/mesa/drivers/dri/radeon/radeon_fbo.c
src/mesa/main/dd.h
src/mesa/main/fbobject.c
src/mesa/state_tracker/st_cb_fbo.c
src/mesa/swrast/s_texrender.c
src/mesa/swrast/swrast.h