Carl Zhang
42dd2b216e
unify the code styles using the style_unify script
...
use astyle to unify the code style
copy the style_unify script from
https://github.com/intel/libva/blob/master/style_unify
Signed-off-by: Carl Zhang <carl.zhang@intel.com>
2021-09-29 20:59:40 -04:00
Xiang, Haihao
89d1a17a2f
putsurface_wayland: fix segmentation fault in multithreads
...
Otherwise thread1 will dereference a NULL pointer
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
2017-06-16 16:45:19 +08:00
U. Artie Eoff
5f391c0f0e
putsurface: include wayland-client.h instead of wayland-server.h
...
putsurface_wayland is a wayland client and should not include
the wayland-server.h header file. Instead, include the
wayland-client.h header instead.
Fixes #34
Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
2017-04-19 08:37:18 +08:00
Daniel Charles
feaf67d346
putsurface: add putsurface folder from libva
...
the set of examples is used for rpm creation, port them to keep
compatibility
Signed-off-by: Daniel Charles <daniel.charles@intel.com>
2016-12-06 13:33:42 -08:00