<li>GL_ARB_clip_control on i965</li>
<li>GL_ARB_program_interface_query (all drivers)</li>
<li>GL_ARB_texture_stencil8 on nv50, nvc0, r600, radeonsi, softpipe</li>
+<li>GL_ARB_gpu_shader5 on i965/gen8+</li>
</ul>
<h2>Bug fixes</h2>
if (brw->gen >= 7) {
ctx->Extensions.ARB_conservative_depth = true;
+ ctx->Extensions.ARB_gpu_shader5 = true;
+ ctx->Extensions.ARB_shader_atomic_counters = true;
ctx->Extensions.ARB_texture_view = true;
if (can_do_pipelined_register_writes(brw)) {
ctx->Extensions.ARB_transform_feedback2 = true;
ctx->Extensions.ANGLE_texture_compression_dxt = true;
- if (brw->gen >= 7)
- ctx->Extensions.ARB_shader_atomic_counters = true;
-
- if (brw->gen == 7)
- ctx->Extensions.ARB_gpu_shader5 = true;
-
ctx->Extensions.OES_texture_float = true;
ctx->Extensions.OES_texture_float_linear = true;
ctx->Extensions.OES_texture_half_float = true;