ector: add drawable flag to buffers
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 15 Dec 2015 10:58:43 +0000 (19:58 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 5 Jan 2016 06:43:43 +0000 (15:43 +0900)
commit1adc3cd915f9bd55337e37fb782bd1c38080478c
tree0136f4586d45d1c793fd82d2224e24bd502500a0
parent9bd36f7c434f6700979f61bf73d34734b1cd52f8
ector: add drawable flag to buffers

This indicates that a buffer can be used as a source to draw pixels.
Can't they all do that? Well, not exactly. A CPU buffer can't be drawn
by the GPU... not directly at least. That's what this flag is for.
src/lib/ector/ector_generic_buffer.eo
src/lib/ector/software/ector_software_buffer.c