Re: [PATCH weston v10 16/61] compositor-drm: Rename drm_sprite to drm_plane

2017-04-10 Thread Pekka Paalanen
On Fri, 7 Apr 2017 17:21:19 +0300 Pekka Paalanen wrote: > On Tue, 4 Apr 2017 17:54:34 +0100 > Daniel Stone wrote: > > > We make the differentiation where planes are an abstract framebuffer > > with a position within a CRTC/output, and sprites are special cases of > > planes that are neither th

Re: [PATCH weston v10 16/61] compositor-drm: Rename drm_sprite to drm_plane

2017-04-07 Thread Pekka Paalanen
On Tue, 4 Apr 2017 17:54:34 +0100 Daniel Stone wrote: > We make the differentiation where planes are an abstract framebuffer > with a position within a CRTC/output, and sprites are special cases of > planes that are neither the primary (base/framebuffer) nor cursor plane. > > drm_sprite, OTOH,

[PATCH weston v10 16/61] compositor-drm: Rename drm_sprite to drm_plane

2017-04-04 Thread Daniel Stone
We make the differentiation where planes are an abstract framebuffer with a position within a CRTC/output, and sprites are special cases of planes that are neither the primary (base/framebuffer) nor cursor plane. drm_sprite, OTOH, contains nothing that's actually specific to sprites, and we end up