Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed testOtherH264ImageReader case failure #92

Commits on Oct 26, 2022

  1. Refine the init funciton

    To support open more than one render node
    
    Tracked-On: OAM-104363
    Signed-off-by: HeYue <yue.he@intel.com>
    yhe39 authored and sysopenci committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    3279a4d View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Alloc no-tile buffer when sriov mode

    When in sriov mode, MMAP_GTT will fail for tiled buffer. Only alloc
    no tile buffer for sriov to avoid potential map fail on tiled buffer.
    Tried with gfxbench, performance affect is not obvious.
    
    Tracked-On: OAM-105096
    Signed-off-by: chenyanxzhu <chenyanx.zhu@intel.com>
    chenyanxzhu authored and sysopenci committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    8449f8d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. INTERNAL: Fix Coverity issue

    This is to help fix Coverity issue in minigbm
    project.
    
    Tracked-On: OAM-106640
    Signed-off-by: Ren Chenglei <chenglei.ren@intel.com>
    renchenglei authored and sysopenci committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    bb1c917 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. INTERNAL: Fix incorrect deallocator used

    This is to help fix incorrect deallocator used
    in minigbm
    
    Tracked-On: OAM-107272
    Signed-off-by: Ren Chenglei <chenglei.ren@intel.com>
    renchenglei authored and sysopenci committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    5170ee7 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Added Github Workflows

    xshahbazintel committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    b356d3e View commit details
    Browse the repository at this point in the history
  2. Added Github Workflows

    xshahbazintel committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    dd2d07e View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Fixed the validateBufferSize issue

    when we use format HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED to
    allocate the buffer, we get the buffer with format
    DRM_FORMAT_XBGR8888. The validateBufferSize will return an error
    because format mismatch. So we should ignore this type.
    
    Tracked-On: OAM-110999
    Signed-off-by: zhangyichix <yichix.zhang@intel.com>
    zhangyichix authored and sysopenci committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    d76a74d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. updated workflows for OpenSSF compilance

    buildslave committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    36b1c95 View commit details
    Browse the repository at this point in the history