• Show log

    Commit

  • Hash : ef2c9665
    Author : Geoff Lang
    Date : 2024-07-02T11:25:17

    GL: Fix dispatch table for desktop-only entry points
    
    In gl.xml, each extension and entry point within the extension can
    express which API it is supported in. The dispatch table generator
    was ignoring the per-entry point support information and assuming
    deferring to the extension-level support.
    
    Extensions like EXT_blend_minmax which only adds glBlendEquationEXT
    on desktop GL would overwrite the blendEquation entry point with a
    non-existant (null) glBlendEquationEXT on GLES.
    
    This also simplified the lack of KHR suffixes on desktop GL since
    they are listed with the proper desktop-only api requirements in
    gl.xml.
    
    Bug: angleproject:42267098
    Change-Id: I906969335d5b82831dd82699d910f444afa68cd2
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5670963
    Reviewed-by: Yuly Novikov <ynovikov@chromium.org>
    Commit-Queue: 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
    kc3_lang_org thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags