[Mesa-dev] [PATCH 1/4] intel: Unconditionally enable support for S8_Z24 texture format
Chad Versace
chad at chad-versace.us
Fri Jun 17 15:43:40 PDT 2011
Commit b5c847c7ca06823af3b72324056a2e478caca70b erroneously disabled
support for S8_Z24 texture format when the context required separate
stencil (intel_context.must_use_separate_stencil).
But the GL spec requires implementations to support GL_DEPTH24_STENCIL8.
So we better find a way to fake it...
More information about the mesa-dev
mailing list