Evas masking: Skip GL fast path if image has fill options
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 27 Feb 2015 04:32:50 +0000 (13:32 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 27 Feb 2015 04:33:51 +0000 (13:33 +0900)
commit0d794e0b3739f40c42459baab6a10d10de861233
tree98364f2b3f2d6695d1fa0a05f416a9a55a631499
parent0da6278af827f19c7e07ad871e28884bf090ff5a
Evas masking: Skip GL fast path if image has fill options

If the image is not "filled", then we can't assume its image
source geometry is the same as its texture geometry.

Note: Implementing a fast path for non-filled images would
      require a hell of a lot more work (need to cut the render
      into a lot more triangles) for little real-life use.
src/lib/evas/canvas/evas_render.c