mesa/src
Neil Roberts fe026d7ce5 i965/skl: Avoid using the 1D stencil layout for stencil-only images
Commit cf67ca9ffa made the layouting code pick a special layout for
1D images on Skylake. This should not be used for depth and stencil
buffers because these need to be treated as 2D tiled images. However
the patch was missing a check for images with a base format of
GL_STENCIL_INDEX. In practice I don't think it's currently possible to
hit this because Mesa doesn't support GL_ARB_texture_stencil8 and it's
not possible to create a 1D renderbuffer, but it'll be good to be
ready for when the extension is supported.

Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
2015-03-31 18:22:01 +01:00
..
egl automake: add missing egl files to the tarball 2015-03-25 21:00:02 +00:00
gallium clover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STATUS when compilation fails v2 2015-03-31 15:40:51 +00:00
gbm gbm: remove gbm_gallium_drm from the loader 2015-03-24 20:49:31 +00:00
getopt
glsl glsl: allow ForceGLSLVersion to override #version directives 2015-03-30 11:25:39 -06:00
glx glx: Handle out-of-sequence swap completion events correctly. (v2) 2015-03-17 23:54:02 +00:00
gtest gtest: Add headers to distribution. 2014-12-12 12:11:46 -08:00
hgl hgl: traverse add-on entries 2014-12-10 14:01:01 +00:00
loader scons: Don't build loader on Windows. 2015-03-25 10:42:35 +00:00
mapi main: Added entry points for NamedRenderbufferStorage/Multisample 2015-03-25 10:05:45 +02:00
mesa i965/skl: Avoid using the 1D stencil layout for stencil-only images 2015-03-31 18:22:01 +01:00
util util/u_atomic: Ignore warnings interlocked accesses. 2015-03-25 10:42:48 +00:00
Makefile.am automake: add missing egl files to the tarball 2015-03-25 21:00:02 +00:00
SConscript scons: Don't build loader on Windows. 2015-03-25 10:42:35 +00:00