iris: Enable ctx->Const.UseSTD430AsDefaultPacking

hooray for obscurely named pipe caps with bizarre descriptions!
This commit is contained in:
Kenneth Graunke 2018-11-20 13:42:31 -08:00
parent 39cb10613c
commit b9ccb00e2c
1 changed files with 1 additions and 0 deletions

View 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: