• Show log

    Commit

  • Hash : b19d17b8
    Author : Charlie Lao
    Date : 2022-12-09T14:38:08

    Vulkan: Split Serial class into UniqueSerial and Serial
    
    This CL splits Serial class into two classes: UniqueSerial and Serial.
    UniqueSerial supports the object unique serial usage where there is ==
    and != operator but no > or < comparison. UniqueSerial can have invalid
    value, but Serial will not have invalid value (in next CL). The main
    reason is for next CL we can further optimize out the invalid value
    check in the QueueSerial comparison.
    
    Bug: b/262047600
    Change-Id: Ieaed2a0d5546b012a6d63aa18b6006595e4aee1b
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4093557
    Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
    Commit-Queue: Charlie Lao <cclao@google.com>
    Reviewed-by: Amirali Abdolrashidi <abdolrashidi@google.com>
    

  • 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_l thodg
    Tags