mesa/src
Kenneth Graunke ee8370c766 iris: Fix blits with S8_UINT destination
For depth and stencil blits, we always want the main mask to be Z, and
the secondary pass mask to be S.  If asked to blit Z+S to S, we should
handle the blit in the second pass which properly gets the stencil
resources.

Before, we were trying to handle S as the main mask, and accidentally
blitting a Z source to a S destination, which doesn't work out well.

Fixes Piglit's "framebuffer-blit-levels {draw,read} stencil" tests.
2019-03-28 10:47:26 -07:00
..
amd radv: skip updating depth/color metadata for conditional rendering 2019-03-28 17:37:12 +01:00
broadcom v3d: Remove some dead members of struct v3d_compile. 2019-03-21 14:20:50 -07:00
compiler spirv: propagate the access flag for store and load derefs 2019-03-27 09:57:30 +01:00
egl egl/android: chose node type based on swrast and preprocessor flags 2019-03-27 17:26:21 +00:00
freedreno freedreno/ir3: Add workaround for VS samgq 2019-03-28 10:26:32 -07:00
gallium iris: Fix blits with S8_UINT destination 2019-03-28 10:47:26 -07:00
gbm gbm: drop duplicate #defines 2019-02-14 11:20:00 +00:00
getopt
glx glx: add support for GLX_ARB_create_context_no_error (v3) 2019-03-12 19:12:21 -04:00
gtest meson: hide warnings from external project gtest 2018-10-31 18:20:25 +00:00
hgl hgl/meson: drop unused include directory 2019-03-08 18:00:19 +00:00
imgui imgui: update memory editor 2019-02-26 12:49:07 +00:00
intel intel/genxml: Media instructions and structures for gen11 2019-03-28 04:26:30 +00:00
loader loader: use loader_open_device() to handle O_CLOEXEC 2019-02-26 11:07:23 +00:00
mapi configure.ac/meson.build: Add options for library suffixes 2019-03-21 10:18:31 -07:00
mesa st/mesa: Fix blitting from GL_DEPTH_STENCIL to GL_STENCIL_INDEX 2019-03-28 10:47:23 -07:00
util util/disk_cache: close fd in the fallback path 2019-03-28 16:41:27 +00:00
vulkan vulkan/overlay: improve error reporting 2019-03-22 11:26:04 +00:00
Makefile.am build: move imgui out of src/intel/tools to be reused 2019-02-21 18:06:05 +00:00
meson.build turnip: Add driver skeleton (v2) 2019-03-11 10:01:15 -07:00
SConscript scons: Remove gles option. 2018-10-19 16:50:26 +01:00