filter: split the low-dpi acceleration into a separate file
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 11 Apr 2018 01:05:12 +0000 (11:05 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 18 Apr 2018 06:24:52 +0000 (16:24 +1000)
commit6135e1d878d03edee1682075e1e55002df7451ce
treeedf20c0f13d92e05a755e45dffd90532dab3ea15
parentf61adfcf9b7b92044c0e390252db890a891f871d
filter: split the low-dpi acceleration into a separate file

Plenty of duplication there from the normal filter.c, but that also makes it
less likely to break if we adjust the other one.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
meson.build
src/filter-low-dpi.c [new file with mode: 0644]
src/filter.c