intel: make sure we update the renderbuffers after a swap
authorJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 26 Jan 2010 20:16:53 +0000 (22:16 +0200)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 26 Jan 2010 20:18:27 +0000 (22:18 +0200)
commit06d228d8b92b7f4031f0596d498c24c4ed952e68
tree3513606374f922d984f04cd0ee1af58a0fa19ddd
parent550fc19a5f927b0a95e6aae96c64d094cffe1c36
intel: make sure we update the renderbuffers after a swap

Now that LOCK_HARDWARE is gone, we don't have a convenient place to
update the renderbuffers everywhere we need them.  So grab new buffers
when we invalidate the old ones until we optimize things further.
src/mesa/drivers/dri/intel/intel_screen.c