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)
committerEric Anholt <eric@anholt.net>
Thu, 21 May 2009 17:40:11 +0000 (10:40 -0700)
commit8bba183b9eeb162661a287bf2e118c6dd419dd24
tree6adcd965b6b85692c93e45985443a5704ec3c5ad
parent467f18f7a5375af9a31031063536c927df3ea70c
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.
src/mesa/drivers/dri/intel/intel_fbo.c