• Show log

    Commit

  • Hash : cc841237
    Author : Chris Dalton
    Date : 2024-11-29T13:45:50

    Accept framebuffer modifications while PLS is active
    
    The only way for a WebGL implementation to know if PLS is actually
    active is to call glGetIntegerv(PIXEL_LOCAL_STORAGE_ACTIVE_PLANES_ANGLE)
    (because glBeginPixelLocalStorageANGLE() can fail). So the original
    behavior of not allowing glBindFramebuffer() et. al. while PLS was
    active created a state scenario that was expensive for the browser to
    track.
    
    Instead, just allow  glBindFramebuffer() et. al., and implicitly disable
    PLS if they are called while it's active.
    
    Bug: angleproject:40096838
    Change-Id: Ibd303f9f9950fb5b7f1add2d41882e4379c51e62
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6060301
    Reviewed-by: Kenneth Russell <kbr@chromium.org>
    Commit-Queue: Chris Dalton <chris@rive.app>
    Reviewed-by: Shahbaz Youssefi <syoussefi@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