• Show log

    Commit

  • Hash : 6ba49977
    Author : Rafay Khurram
    Date : 2024-03-06T13:46:08

    CL: Update OpenCL Headers
    
    * Fixes build errors seen when attempting to build CTS
    * Headers are from change 59452533d2
    
    Bug: angleproject:8540
    Change-Id: I6d93b7c6dee0b2720636ae3245f483691a459fb7
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5350743
    Commit-Queue: Austin Annestrand <a.annestrand@samsung.com>
    Reviewed-by: Geoff Lang <geofflang@chromium.org>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/angle.git
    Git SSH git@git.kmx.io:kc3-lang/angle.git
    Public access ? public
    Description

    A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.

    Homepage

    Github

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags

  • README.md

  • ANGLE OpenCL Headers

    The OpenCL headers ANGLE uses are the original headers from Khronos.

    Updating headers

    1. Clone https://github.com/KhronosGroup/OpenCL-Headers.git.
    2. Inspect the differences between all headers from OpenCL-Headers/CL/ and this folder.
      • Changes of supported enums have to be updated in src/common/packed_cl_enums.json.
      • Changes of supported entry points have to be updated in src/libGLESv2/cl_stubs.cpp.
    3. Copy all headers from OpenCL-Headers/CL/ over to this folder.