diff options
author | Kenneth Graunke <[email protected]> | 2019-12-11 09:49:38 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-12-11 22:03:48 -0800 |
commit | dcb4230e5e51c1f2ff84c436134c231996af85e9 (patch) | |
tree | 106df3e868a314025f393c00d71ec1c42d226a2c /src/compiler/spirv | |
parent | 3cd903a6c3b4d0d0744e55e8a537306e99e67d51 (diff) |
iris: Default to X-tiling for scanout buffers without modifiers
Neither Mutter nor KWin's wayland compositors appear to use modifiers.
In the non-modifier case, iris was still trying to use Y-tiling for
scan-out surfaces, leading to this error:
(gnome-shell:7247): mutter-WARNING **: 09:23:47.787: meta_drm_buffer_gbm_new failed: drmModeAddFB failed: Invalid argument
We now fall back to the historical X-tiling for scanout buffers, which
ought to work everyone, at lower performance. To regain that, we need
to ensure modifiers are actually supported in environments people use.
Fixes: fbf31247710 ("iris: Rework tiling/modifiers handling")
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/compiler/spirv')
0 files changed, 0 insertions, 0 deletions