intel: Mark the FBO as incomplete if there's no intel_renderbuffer for it.
authorEric Anholt <eric@anholt.net>
Wed, 20 May 2009 21:05:03 +0000 (14:05 -0700)
committerBrian Paul <brianp@vmware.com>
Mon, 21 Sep 2009 16:02:38 +0000 (10:02 -0600)
commit2b83483fb43386bd4b8d199d371a3e513828695f
tree6b57442ae06f6122d1555c01bc372c9b5067e293
parent5a0b29050f22b4475426a6f05a0338a7cdf546a0
intel: Mark the FBO as incomplete if there's no intel_renderbuffer for it.

This happens to rendering with textures with a border, which had resulted
in a segfault on dereferencing the irb.

(cherry-picked from commit 8bba183b9eeb162661a287bf2e118c6dd419dd24)
src/mesa/drivers/dri/intel/intel_fbo.c