Flywheel/src/main/java/com/jozufozu/flywheel
Jozufozu bc4ad52d4c Scattered to the winds
- A scatter command is 2 uints:
  - The first contains the size and source offset in the upper byte and
    lower 3 bytes respectively.
  - The destination offset.
  - All offsets and sizes are in uints, not bytes.
- Use ScatterList write scatter commands.
- Use TransferList to collect transfers.
- Rather than consolidating transfers in a separate pass, do so as they
  are collected.
- Reorganize StagingBuffer.
2023-12-10 15:45:16 -08:00
..
api Separation, for instance 2023-12-08 17:02:12 -08:00
backend Scattered to the winds 2023-12-10 15:45:16 -08:00
compat Add Rubidium compatibility 2023-04-13 10:16:33 -07:00
config Sparse changes 2023-12-06 22:00:31 -08:00
extension Untyped vertices 2023-12-07 16:49:12 -08:00
gl Throw more compute at it 2023-12-09 15:32:21 -08:00
glsl Sparse changes 2023-12-06 22:00:31 -08:00
impl Untyped vertices 2023-12-07 16:49:12 -08:00
lib Throw more compute at it 2023-12-09 15:32:21 -08:00
mixin Untyped vertices 2023-12-07 16:49:12 -08:00
vanilla Un unchanged 2023-12-08 18:38:40 -08:00
Flywheel.java Internal overlay 2023-12-04 21:17:57 -08:00