Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • V virglrenderer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 88
    • Issues 88
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 35
    • Merge requests 35
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • virgl
  • virglrenderer
  • Merge requests
  • !663

venus: add classic 3d resource import support for render server

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Yiwei Zhang requested to merge zzyiwei/virglrenderer:classic3d-render-server-support into master Dec 14, 2021
  • Overview 13
  • Commits 5
  • Pipelines 12
  • Changes 14

This MR:

  • vkr drops transfer_3d support (not in use)
  • get_blob_done is removed since vkr no longer needs it
  • add a size query to pipe callbacks
  • fill the size of PIPE_TEXTURE* allocated with minigbm
  • let proxy ignore iovs since it doesn't support transfer_3d, so that classic 3d resource with valid size is allowed

TEST:

  • on screen rendering works in arcvm
  • dEQP-VK.api.external.memory.android_hardware_buffer.*

/cc @olv @ryanneph

Edited Dec 15, 2021 by Yiwei Zhang
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: classic3d-render-server-support