The following series fixes a couple issues with FBOs on the intel driver; fallout from the driver's decision to use packed depth/stencil buffers when only one was requested by the user. These patches are completely independent.
I've also prepared some piglit tests for the issues, but I am not sure whom I should send them to. Nick Bowler (3): mesa: Identify packed depth/stencil buffers using the Format field. mesa: Use the _BaseFormat field to determine attachment completeness. intel: Merge identical cases in switch statement. src/mesa/drivers/dri/intel/intel_fbo.c | 16 +++++----------- src/mesa/main/fbobject.c | 3 +-- src/mesa/main/framebuffer.c | 18 ++++++++++++++++-- 3 files changed, 22 insertions(+), 15 deletions(-) _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev