Files
weston/shared
Adam Jackson ad0fe6b6f9 image-loader: Fix undefined left shift in premultiply_data
../shared/image-loader.c:184:14: runtime error: left shift of 255 by 24 places cannot be represented in type 'int'

Store each channel in a uint32_t instead of a byte so we compute the shift over
an unsigned type.
2019-10-16 16:06:06 -04:00
..
2018-02-09 17:01:09 +00:00
2018-02-09 17:01:09 +00:00
2019-04-18 12:31:46 +03:00
2016-07-26 16:26:08 -07:00
2019-04-18 12:31:46 +03:00