Mrozek, Michal
5bae27ae51
Fix a bug in Graphics Allocations constructors.
...
- There was a wrong cast in Graphics Allocation constructor resulting
in wrong GPU address generation in some sporadic scenarios.
- Problem appears in 32 bit applications where void* address is cast to
uint64_t value, if c style cast is used it makes trailing bit to be
populated to higher bits constructing wrong value
0xf000000 is being casted to 0xfffffffff0000000 while it should be casted to
0x00000000f0000000
- added special cast function for further use.
Change-Id: I56d53a8e13e17cbacd127566442eea3f6a089977
2018-04-19 09:45:03 +02:00
..
2018-03-06 20:53:43 +01:00
2018-04-17 10:25:12 +02:00
2018-04-19 08:13:48 +02:00
2018-04-16 12:55:30 +02:00
2018-04-19 08:13:48 +02:00
2018-04-18 08:49:08 +02:00
2018-04-03 13:34:02 +02:00
2018-04-17 10:25:12 +02:00
2018-03-26 11:34:57 +02:00
2018-04-13 11:22:33 +02:00
2018-04-09 10:47:37 +02:00
2018-04-12 12:51:12 +02:00
2018-04-09 10:47:37 +02:00
2018-04-16 17:56:49 +02:00
2018-04-18 08:49:08 +02:00
2018-04-16 17:56:49 +02:00
2018-04-16 17:15:24 +02:00
2018-04-19 08:13:48 +02:00
2018-03-26 11:34:57 +02:00
2018-04-05 10:49:40 +02:00
2018-04-19 09:45:03 +02:00
2018-04-19 08:13:48 +02:00
2018-03-08 13:23:27 +01:00
2018-04-18 12:53:04 +02:00
2018-04-16 12:55:30 +02:00
2018-04-13 11:16:33 +02:00
2018-04-16 12:55:30 +02:00
2018-04-19 09:45:03 +02:00
2018-03-16 16:00:37 +01:00
2018-04-18 17:14:15 +02:00
2018-03-27 12:59:05 +02:00
2018-04-18 17:14:15 +02:00
2018-04-18 08:49:08 +02:00
2017-12-21 00:45:38 +01:00
2018-03-30 10:52:50 +02:00
2018-04-18 09:55:14 +02:00
2018-03-29 08:17:32 +02:00
2018-04-11 12:00:41 +02:00
2018-04-18 17:14:15 +02:00
2018-04-10 22:15:09 +02:00
2018-03-08 13:23:27 +01:00
2018-03-08 13:23:27 +01:00
2018-04-12 11:26:58 +02:00
2018-04-16 16:23:40 +02:00
2018-04-13 14:40:08 +02:00
2018-04-12 12:51:12 +02:00
2018-03-06 14:26:05 +01:00
2018-03-27 18:06:14 +02:00
2018-04-10 22:15:09 +02:00
2017-12-21 00:45:38 +01:00
2017-12-21 00:45:38 +01:00
2017-12-21 00:45:38 +01:00
2018-04-18 17:14:15 +02:00
2017-12-21 00:45:38 +01:00
2018-03-06 09:09:04 +01:00
2018-03-06 09:09:04 +01:00
2018-04-16 12:55:30 +02:00
2017-12-21 00:45:38 +01:00
2017-12-21 00:45:38 +01:00
2017-12-21 00:45:38 +01:00
2017-12-21 00:45:38 +01:00
2018-03-28 11:46:29 +02:00
2018-03-28 11:46:29 +02:00
2018-04-13 09:59:16 +02:00