• Show log

    Commit

  • Hash : cb6176f3
    Author : Le Hoang Quyen
    Date : 2020-09-29T01:08:00

    Metal: Support tri-fan & line-loop with primitive restart
    
    Triangle fan:
    - If primitive restart is NOT enabled and there is no active render
      pass, use Compute Shader to generate indices.
    - If primitive restart is enabled, use CPU to generate indices.
    
    Line loop:
    - If draw non-instanced without primitive restart, generate and
      draw only one additional last segment (fastest).
    - If draw instanced, primitive restart is NOT enabled, and there is no
      active render pass, use Compute Shader to generate indices (OK).
    - Otherwise, use CPU to generate indices (slowest).
    
    Also Disable OcclusionQueriesTest.ClearNotCounted failure on NVIDIA.
    
    Bug: angleproject:2634
    Bug: angleproject:5307
    Change-Id: Ia5529825807a964f5fcb2a4af8844778896cd42a
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2435859
    Commit-Queue: Le Hoang Quyen <le.hoang.q@gmail.com>
    Reviewed-by: Jamie Madill <jmadill@chromium.org>
    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