[Mesa-dev] [PATCH 0/4] i965: Support s8_z24 non-texture renderbuffers when using separate stencil
Chad Versace
chad at chad-versace.us
Fri Jun 17 15:43:39 PDT 2011
This adds all necessary infrastructure to support s8_z24 non-texture
renderbuffers on gen7.
Chad Versace (4):
intel: Unconditionally enable support for S8_Z24 texture format
intel: Add fields to intel_renderbuffer for unwrapping packed depth/stencil buffers
intel: Unobfuscate intel_alloc_renderbuffer_storage
intel: Allocate s8_z24 non-texture renderbuffers when using separate stencil
src/mesa/drivers/dri/intel/intel_buffers.c | 93 +++++++++++++---------
src/mesa/drivers/dri/intel/intel_context.c | 2 +-
src/mesa/drivers/dri/intel/intel_fbo.c | 121 +++++++++++++++++++++++-----
src/mesa/drivers/dri/intel/intel_fbo.h | 54 +++++++++++-
src/mesa/drivers/dri/intel/intel_span.c | 20 ++++-
5 files changed, 225 insertions(+), 65 deletions(-)
--
1.7.5.2
More information about the mesa-dev
mailing list