iris: Enable ctx->Const.UseSTD430AsDefaultPacking
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 20 Nov 2018 21:42:31 +0000 (13:42 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:10 +0000 (10:26 -0800)
hooray for obscurely named pipe caps with bizarre descriptions!

src/gallium/drivers/iris/iris_screen.c

index 1e25ec126e8036b74aec33163a07b4c6b6b9409e..f2c45e5ec6eb219a6222cac150497a45fc5a19a9 100644 (file)
@@ -171,6 +171,7 @@ iris_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
    case PIPE_CAP_TGSI_ARRAY_COMPONENTS:
    case PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTS:
    case PIPE_CAP_SHADER_STENCIL_EXPORT:
+   case PIPE_CAP_LOAD_CONSTBUF:
       return true;
 
    case PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS: