OSDN Git Service

mesa: Avoid short-circuiting realloc of renderbuffers to new sample count.
authorEric Anholt <eric@anholt.net>
Wed, 11 Jan 2012 21:46:43 +0000 (13:46 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 13 Jan 2012 18:23:00 +0000 (10:23 -0800)
commit48e72b660549577c25a444826073f77232072dd9
tree32b0572f95193639bc5c381c3f0d07bf8df3a727
parent89fdeab1a201ae41b13693261fdc1aca6dbf79f7
mesa: Avoid short-circuiting realloc of renderbuffers to new sample count.

Fixes piglit EXT_framebuffer_multisample/renderbuffer-samples.

Reviewed-by: Brian Paul <brianp@vmware.com>
NOTE: This is a candidate for the 8.0 branch.
(cherry picked from commit 0e8d156c3cd70a67c99a82e42e7875f69b6a5b94)
src/mesa/main/fbobject.c