i965: Enable ARB_gpu_shader5 on Gen7
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
@@ -329,4 +329,7 @@ intelInitExtensions(struct gl_context *ctx)
|
||||
|
||||
if (brw->gen >= 7)
|
||||
ctx->Extensions.ARB_shader_atomic_counters = true;
|
||||
|
||||
if (brw->gen == 7)
|
||||
ctx->Extensions.ARB_gpu_shader5 = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user