GL 4.5, GLSL 4.50:
- GL_ARB_ES3_1_compatibility DONE (i965/gen8+, nvc0, radeonsi)
+ GL_ARB_ES3_1_compatibility DONE (i965/hsw+, nvc0, radeonsi)
GL_ARB_clip_control DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr)
GL_ARB_conditional_render_inverted DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr)
GL_ARB_cull_distance DONE (i965, nv50, nvc0, llvmpipe, softpipe, swr)
if ((brw->gen >= 8 || brw->intelScreen->cmd_parser_version >= 5) &&
ctx->Const.MaxComputeWorkGroupSize[0] >= 1024) {
ctx->Extensions.ARB_compute_shader = true;
- ctx->Extensions.ARB_ES3_1_compatibility = brw->gen >= 8;
+ ctx->Extensions.ARB_ES3_1_compatibility =
+ brw->gen >= 8 || brw->is_haswell;
}
if (brw->intelScreen->cmd_parser_version >= 2)