• Show log

    Commit

  • Hash : 8374bf5f
    Author : Igor Nazarov
    Date : 2023-02-13T20:35:32

    Fix bug in FixedQueue::clear() and refactoring.
    
    - bug: "mSize" used to end the loop but also changed inside the loop by
      call to the "pop()" method.
    
    - refactoring: "mBackIndex" name is not correct, because variable
      references to the "index for next write", in other words - to the
      element past "back" (last written). Renamed to "mEndIndex" to match
      the "std" terminology.
    
    Bug: b/267348918
    Test: angle_unittests --gtest_filter="FixedQueue.Clear"
    Change-Id: Ic65291a7ff2ff6f4eed223ca80fef187e42df3e5
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4245420
    Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: Charlie Lao <cclao@google.com>
    Commit-Queue: Igor Nazarov <i.nazarov@samsung.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