Skip to content
  • Paul Berry's avatar
    glapi: Rename ARB_compute_shader "LOCAL" -> "WORK_GROUP". · 60701ad3
    Paul Berry authored
    
    
    The piglit glapi files, which are derived from files published on
    www.opengl.org, contained nonstandard names for two enums:
    COMPUTE_LOCAL_WORK_SIZE and MAX_COMPUTE_LOCAL_INVOCATIONS.
    
    The ARB_compute_shader spec, the OpenGL specs, and the OpenGL wiki all
    agree that these should be called COMPUTE_WORK_GROUP_SIZE and
    MAX_COMPUTE_WORK_GROUP_INVOCATIONS.  So rename them in piglit to be
    consistent.
    
    Reviewed-by: default avatarAnuj Phogat <anuj.phogat@gmail.com>
    60701ad3