• Show log

    Commit

  • Hash : 550bf6ce
    Author : Charlie Lao
    Date : 2021-09-01T13:09:12

    Vulkan: Keep track of data format for staged updates for ImageHelper
    
    We stage updates from a buffer or another ImageHelper object, even when
    the destination ImageHelper object has not been initialized (i.e, format
    is unknown). And we do not track what data format the staged updates are
    in. Right now this works because the format we end up choose will always
    the same as the staged data. But this may not be true in the future.
    This CL remembers the data format of the staged update and assert at
    flushStagedUpdate time that the format we staged is the same as the
    ImageHelper's actual format.
    
    Bug: b/196456356
    Change-Id: Ib8124a47ca31f7782b9ec89c1fcb7e3000c747b7
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3137419
    Reviewed-by: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: Ian Elliott <ianelliott@google.com>
    Commit-Queue: Charlie Lao <cclao@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
    kc3_lang_org thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags