commit | 3b00bae996e301d54c6323063346783d783a9636 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Fri Jul 13 15:25:07 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Jul 16 16:44:23 2012 -0400 |
tree | 030a5a005f4281b35f6e62a22d3571c775d78748 | |
parent | 270a7cb02db88ba0adf8e2afb00b09fe20870788 [diff] |
compositor-drm: Support hardware scaling with drm planes The kms planes support scaling, so try to detect transformations that are just translations + scaling and program the kms plane accordingly. In particular, this lets us fullscreen a yuv surfaces with the scale method and have the compositor use a kms plane for scaling and color conversion.