i965/compute: Allow ARB_compute_shader in compat profile
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=97447 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Tested-by: Evan Odabashian <eodabash@gmail.com> Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
This commit is contained in:
@@ -501,7 +501,7 @@ brw_initialize_context_constants(struct brw_context *brw)
|
||||
[MESA_SHADER_GEOMETRY] = brw->gen >= 6,
|
||||
[MESA_SHADER_FRAGMENT] = true,
|
||||
[MESA_SHADER_COMPUTE] =
|
||||
(ctx->API == API_OPENGL_CORE &&
|
||||
((ctx->API == API_OPENGL_COMPAT || ctx->API == API_OPENGL_CORE) &&
|
||||
ctx->Const.MaxComputeWorkGroupSize[0] >= 1024) ||
|
||||
(ctx->API == API_OPENGLES2 &&
|
||||
ctx->Const.MaxComputeWorkGroupSize[0] >= 128) ||
|
||||
|
||||
Reference in New Issue
Block a user