This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/intern
Mai Lavelle ec8ae4d5e9 Cycles: Pack kernel textures into buffers for OpenCL
Image textures were being packed into a single buffer for OpenCL, which
limited the amount of memory available for images to the size of one
buffer (usually 4gb on AMD hardware). By packing textures into multiple
buffers that limit is removed, while simultaneously reducing the number
of buffers that need to be passed to each kernel.

Benchmarks were within 2%.

Fixes T51554.

Differential Revision: https://developer.blender.org/D2745
2017-08-08 07:12:04 -04:00
..
2016-01-04 14:20:48 +05:00
2017-03-12 02:47:53 +11:00
2017-05-27 15:34:55 -04:00
2016-01-04 14:20:48 +05:00
2016-01-04 14:20:48 +05:00
2016-07-02 10:08:33 +10:00
2017-06-19 10:04:30 +10:00
2017-08-03 07:03:59 +10:00
2016-06-11 22:05:20 +02:00
2017-05-27 15:34:55 -04:00
2016-01-04 14:20:48 +05:00
2017-03-12 02:47:53 +11:00