summaryrefslogtreecommitdiffstats
path: root/waltham-transmitter/transmitter-plugin/plugin.c
AgeCommit message (Collapse)AuthorFilesLines
2019-11-14output:fix repaint func not to skip first bufferVeeresh Kadasani1-0/+2
Bug-AGL: SPEC-2946 transmitter skipped the first buffer and was not pushed to remote side. Change-Id: I242a4623b180e0115cffc2e9b0935697530bfc1c Signed-off-by: Veeresh Kadasani <external.vkadasani@jp.adit-jv.com>
2019-10-07change output section name for transmitterVeeresh Kadasani1-1/+1
remoting-plugin and transmitter-plugin use same output section name [remote-output] so change it to [transmitter-output] for transmitter-plugin to avoid conflict. Change-Id: Ib15071ceb68e26e9343765ffcd66988b5a1d4acc Signed-off-by: Veeresh Kadasani <external.vkadasani@jp.adit-jv.com> (cherry picked from commit 2309102f95145d04dad67bf4d00e4c217aea8470)
2019-08-05waltham-transmitter: Migrate to weston 6.0Veeresh Kadasani1-1/+2
SPEC-2696 Change-Id: Ideeb27c8cf65e4370777a9127868ef800645be26 Signed-off-by: Veeresh Kadasani <external.vkadasani@jp.adit-jv.com> (cherry picked from commit 0fc0e974749f4ce35e14c23b050aa8fe693c3ce5)
2019-02-15transmitter: Free the allocated memoryNaoko Tanibata1-0/+2
Free the allocated memory explicitly after it's used. Bug-AGL: SPEC-2058 Change-Id: Idad82117d9d9a415513cdda444ee253e9d2ec317 Signed-off-by: Naoko Tanibata <tnaoko@jp.adit-jv.com>
2018-11-23transmitter: Avoid multiple module load errorguppy_6.99.2guppy_6.99.1guppy/6.99.2guppy/6.99.16.99.26.99.1Naoko Tanibata1-0/+7
Change-Id: I6febcc9b9633364d1d3f1ef5c0edebd57665117a Signed-off-by: Naoko Tanibata <tnaoko@jp.adit-jv.com>
2018-07-27transmitter: initial commit for waltham-transmitterWataru Mizuno1-0/+940
The waltham-transmitter is the plugin of weston to enable client applications to share surface between multiple domains. Change-Id: I691410f5b6e74fa981ae53201b728810373185a2 Signed-off-by: Wataru Mizuno <wmizuno@jp.adit-jv.com>