mesa/src
Jason Ekstrand f9e630e23d i965: Workaround the gen9 hw astc5x5 sampler bug
gen9 hardware has a bug in the sampler cache that can cause GPU hangs
whenever an texture with aux compression enabled is in the sampler cache
together with an ASTC5x5 texture.  Because we can't control what the
client binds at any given time, we have two options: resolve the CCS or
decompresss the ASTC.  Doing a CCS or HiZ resolve is far less drastic
and will likely have a smaller performance impact.

Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
Tested-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
2018-09-07 10:42:40 -05:00
..
amd nir: Drop the vs_inputs_dual_locations option 2018-09-06 16:07:50 -05:00
broadcom v3d: Fix setup of the VCM cache size. 2018-09-07 08:11:38 -07:00
compiler nir: Drop the vs_inputs_dual_locations option 2018-09-06 16:07:50 -05:00
egl egl/android: do not indent HAVE_DRM_GRALLOC preprocessor directive 2018-09-02 11:27:08 +02:00
gallium v3d: Fix setup of the VCM cache size. 2018-09-07 08:11:38 -07:00
gbm gbm: Add support for 10bpp BGR formats 2018-08-01 12:55:37 +01:00
getopt
glx apple/glx/log: added missing va_end() after va_copy() 2018-09-06 17:33:27 +01:00
gtest
hgl
intel intel/genxml: turn SLM Enable bit into boolean 2018-09-07 14:46:20 +01:00
loader loader: Drop unused argument from dri3_update_drawable(). 2018-09-05 10:11:27 -07:00
mapi mesa: enable ARB_direct_state_access in compat for GL3.1+ 2018-08-30 07:57:38 +10:00
mesa i965: Workaround the gen9 hw astc5x5 sampler bug 2018-09-07 10:42:40 -05:00
util mesa/util: add missing va_end() after va_copy() 2018-09-06 17:33:27 +01:00
vulkan vulkan/alloc: Add a vk_strdup helper 2018-08-28 13:05:54 -05:00
Makefile.am Revert "configure: allow building with python3" 2018-08-24 11:14:15 +01:00
meson.build meson: Build with Python 3 2018-08-10 15:15:09 -07:00
SConscript