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

Update to 17.3 #1

Open
wants to merge 4 commits into
base: rcar-gen3
Choose a base branch
from
Open

Commits on Apr 5, 2018

  1. Align gbm to mesa 17.3

    It is copied from mesa repository.
    
    Please note that we have to recompile
    GPU drivers after this patch is applied.
    Because size of gbm_surface struct is
    changed.
    
    Signed-off-by: Emre Ucan <[email protected]>
    eucan committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    60a598b View commit details
    Browse the repository at this point in the history
  2. backend_kms: align bo_create and surface_create with mesa 17.3

    bo_create and surface_create API signatures are
    changed in the latest mesa version.
    
    Signed-off-by: Emre Ucan <[email protected]>
    eucan committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    2448971 View commit details
    Browse the repository at this point in the history
  3. backend_kms: add empty implementation for new APIs

    we will add proper implementation later
    
    Signed-off-by: Emre Ucan <[email protected]>
    eucan committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    54aa255 View commit details
    Browse the repository at this point in the history
  4. Increase gbm version to 17.3.3

    we are now aligned gbm interface to
    mesa 17.3, so that we can increase gbm
    version
    
    Signed-off-by: Emre Ucan <[email protected]>
    eucan committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    5250c2a View commit details
    Browse the repository at this point in the history