shadow-cast icon indicating copy to clipboard operation
shadow-cast copied to clipboard

Support for GPU vendors other than NVIDIA

Open gmbeard opened this issue 1 year ago • 0 comments

Support for other vendors / manufacturers should be possible as long as the devices support VAAPI H/W encoding.

At a high level, the steps would be...

  • Capture the FB to a GPU-resident texture (eglCreateImage with EXT_image_dma_buf_import for Wayland)
  • Render the texture(s) to an off-screen buffer
  • Supply the off-screen buffer to VAAPI

gmbeard avatar Nov 22 '23 06:11 gmbeard