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/source/blender/blenkernel
Clément Foucault b65b93f5d4 Mesh Batch Cache: Refactor: Again
- Use Extract naming convention to name extract functions that fill vbo/ibo
- Separate extract functions into separate file (for clarity)
- Make simpler iter loops to avoid as much overhead as possible
- Separate loose elements looping functions to avoid iteration complexity
  (unfortunately this makes the code more verbose).
- Some iter functions are threadable and tagged as such.
- Add multithreaded iteration for extract functions that supports them.
2019-07-28 15:23:41 +02:00
..
2019-07-28 15:23:41 +02:00
2019-06-12 09:43:49 +10:00
2019-05-16 11:49:21 +02:00
2019-07-07 15:38:41 +10:00
2019-02-18 08:22:12 +11:00
2019-07-07 15:38:41 +10:00
2019-07-28 15:23:41 +02:00
2019-06-11 15:11:07 +02:00
2019-06-28 10:07:21 +10:00
2019-06-12 09:43:49 +10:00
2019-06-14 10:12:10 +10:00
2019-06-17 12:52:20 +10:00