intel: expose ARB_framebuffer_object in the i915 driver.
authorEric Anholt <eric@anholt.net>
Fri, 7 Jan 2011 23:15:49 +0000 (15:15 -0800)
committerEric Anholt <eric@anholt.net>
Sat, 8 Jan 2011 01:49:03 +0000 (17:49 -0800)
commitf3240547f978bd6c572c0cf17b05e0c5c6087a9e
tree947e4af11b64e734bce5ecc23aefcfd6f7dc4087
parent8b2a46c0de6c284eacdd5661004e29883fdc01a6
intel: expose ARB_framebuffer_object in the i915 driver.

ARB_fbo no longer disallows mismatched width/height on attachments
(shouldn't be any problem), mixed format color attachments (we only
support 1), and L/A/LA/I color attachments (we already reject them on
965 too).  It requires Gen'ed names (driver doesn't care), and adds
FramebufferTextureLayer (we don't do texture arrays).  So it looks
like we're already in the position we need to be for this extension.

Bug #27468, #32381.
src/mesa/drivers/dri/intel/intel_extensions.c