summaryrefslogtreecommitdiffstats
path: root/docs/viewperf.html
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2015-03-31 14:58:28 +0100
committerNeil Roberts <neil@linux.intel.com>2015-03-31 18:22:01 +0100
commitfe026d7ce5c59535c5296004b94138bdf8ef613c (patch)
treed9d5fda5cc573749c1eeafaccca9d04ebc35bc86 /docs/viewperf.html
parentfda7558057a301a5a0ee1cb4d68f09ea39b03bb3 (diff)
downloadexternal_mesa3d-fe026d7ce5c59535c5296004b94138bdf8ef613c.zip
external_mesa3d-fe026d7ce5c59535c5296004b94138bdf8ef613c.tar.gz
external_mesa3d-fe026d7ce5c59535c5296004b94138bdf8ef613c.tar.bz2
i965/skl: Avoid using the 1D stencil layout for stencil-only images
Commit cf67ca9ffa9 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>
Diffstat (limited to 'docs/viewperf.html')
0 files changed, 0 insertions, 0 deletions