Updated primitives API and tests.
authorArmin Novak <armin.novak@thincast.com>
Wed, 13 Jul 2016 12:04:48 +0000 (14:04 +0200)
committerArmin Novak <armin.novak@thincast.com>
Thu, 6 Oct 2016 11:43:00 +0000 (13:43 +0200)
commit99c418766c74c9b2206881d81612f4cbe2805542
treea1a0c9bef018006fbf4a50209db3a363f7cfe0b8
parente860fde4bcf8c15a3070d11ec7a3f8ecdf624577
Updated primitives API and tests.
31 files changed:
include/freerdp/primitives.h
libfreerdp/codec/h264.c
libfreerdp/primitives/prim_YCoCg.c
libfreerdp/primitives/prim_YCoCg_opt.c
libfreerdp/primitives/prim_YUV.c
libfreerdp/primitives/prim_YUV_opt.c
libfreerdp/primitives/prim_add.c
libfreerdp/primitives/prim_add_opt.c
libfreerdp/primitives/prim_alphaComp.c
libfreerdp/primitives/prim_alphaComp_opt.c
libfreerdp/primitives/prim_colors.c
libfreerdp/primitives/prim_colors_opt.c
libfreerdp/primitives/prim_set.c
libfreerdp/primitives/prim_set_opt.c
libfreerdp/primitives/prim_shift.c
libfreerdp/primitives/prim_shift_opt.c
libfreerdp/primitives/prim_sign.c
libfreerdp/primitives/prim_sign_opt.c
libfreerdp/primitives/prim_templates.h
libfreerdp/primitives/primitives.c
libfreerdp/primitives/test/TestPrimitivesAdd.c
libfreerdp/primitives/test/TestPrimitivesAlphaComp.c
libfreerdp/primitives/test/TestPrimitivesAndOr.c
libfreerdp/primitives/test/TestPrimitivesColors.c
libfreerdp/primitives/test/TestPrimitivesCopy.c
libfreerdp/primitives/test/TestPrimitivesSet.c
libfreerdp/primitives/test/TestPrimitivesShift.c
libfreerdp/primitives/test/TestPrimitivesSign.c
libfreerdp/primitives/test/TestPrimitivesYCoCg.c
libfreerdp/primitives/test/TestPrimitivesYUV.c
libfreerdp/primitives/test/prim_test.h