chromeos / cros-libva

BSD 3-Clause "New" or "Revised" License
23 stars 4 forks source link

surface: add support for odd resolutions #1

Closed dwlsalmeida closed 1 year ago

dwlsalmeida commented 1 year ago

Add support for odd resolutions by remembering the display and coded resolutions.

Clients can use the display resolution to download data from the surface, while the coded resolution remains used for surface creation and for the underlying allocation.

dwlsalmeida commented 1 year ago

This was supposed to be based on f402ecc but for some reason I can't get Github to base the PR on top of that commit

Gnurou commented 1 year ago

Merged, thanks!