mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
r600/sb: disable SB for images.
Until we can work further on sb, disable it for images for now. Tested-By: Gert Wollny <gw.fossdev@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
aa38bf658f
commit
f94f5c9a9f
1 changed files with 1 additions and 0 deletions
|
|
@ -195,6 +195,7 @@ int r600_pipe_shader_create(struct pipe_context *ctx,
|
|||
use_sb &= !shader->shader.uses_doubles;
|
||||
|
||||
use_sb &= !shader->shader.uses_atomics;
|
||||
use_sb &= !shader->shader.uses_images;
|
||||
|
||||
/* Check if the bytecode has already been built. */
|
||||
if (!shader->shader.bc.bytecode) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue