sw_engine raster: fix the texmap regression bug.
authorHermet Park <chuneon.park@samsung.com>
Fri, 26 Nov 2021 08:14:44 +0000 (17:14 +0900)
committerHermet Park <chuneon.park@samsung.com>
Tue, 30 Nov 2021 03:48:04 +0000 (12:48 +0900)
commit23cf215a6eca9049e0806a04e6d94ee27169f723
tree596e30fc785fe22cf6665296f4f45af5d81a976f
parentb069c90a2882a7bb5d6507a26584bbc733c5849f
sw_engine raster: fix the texmap regression bug.

Wrong inline function with C-preprocessing doesn't work at all...
Correct them with including the separate files instead.
src/lib/sw_engine/meson.build
src/lib/sw_engine/tvgSwRasterTexmap.h
src/lib/sw_engine/tvgSwRasterTexmapInternal.h [new file with mode: 0644]