[Mesa-dev] [PATCH 0/3] FBO fixes for intel.

Nick Bowler nbowler at draconx.ca
Wed Aug 25 06:14:39 PDT 2010


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(-)



More information about the mesa-dev mailing list