Blender Git Commit Log
Git Commits -> Revision 11e6de7
Revision 11e6de7 by Clément Foucault (tmp-drw-callbatching) August 17, 2019, 12:48 (GMT) |
BLI_memblock: Use aligned memory blocks This is because we upload certain chunks directly as UBO data and AMD suggests to use aligned block to speedup memcpy. However, this implies the driver is also doing an aligned allocation which seems not to be the case on linux_x64 + radeon + mesa. |
Commit Details:
Full Hash: 11e6de7187746663f63e59cc2b297800687192fa
Parent Commit: 8cf4795
Lines Changed: +5, -3
1 Modified Path:
/source/blender/blenlib/intern/BLI_memblock.c (+5, -3) (Diff)