ruffle/render/src
Aaron Hill acbc802c94 avm2: Fix VertexBuffer3D.uploadDataFromByteArray size calculation
We were ignoreing 'data32PerVertex'.
To make the code clearer, I've renamed the variable to
'data32_per_vertex', and made it a 'u8' (as it has a maximum of 64)
2023-03-15 19:52:09 -05:00
..
backend avm2: Improve Stage3D support for textures, register types, and opcodes 2023-03-03 15:58:46 -06:00
backend.rs avm2: Fix VertexBuffer3D.uploadDataFromByteArray size calculation 2023-03-15 19:52:09 -05:00
bitmap.rs render: Make retrieve_offscreen_texture pass the raw buffer (#9936) 2023-03-13 00:00:42 +00:00
color_transform.rs core: `ColorTransform` cleanup 2022-09-23 11:10:12 +03:00
commands.rs avm2: Implement Stage3D depth test, blend factors, and fix bugs (#9845) 2023-03-12 23:43:58 +00:00
error.rs avm2: Improve Stage3D support for textures, register types, and opcodes 2023-03-03 15:58:46 -06:00
filters.rs swf: Deduplicate GradientFilter again 2023-02-28 16:25:12 +01:00
lib.rs render: Replace `BoundingBox` with `swf::Rectangle` 2023-03-04 21:54:23 +02:00
matrix.rs render: Replace `BoundingBox` with `swf::Rectangle` 2023-03-04 21:54:23 +02:00
quality.rs desktop: Add --quality option 2023-02-06 16:08:04 +01:00
shape_utils.rs render: Replace `BoundingBox` with `swf::Rectangle` 2023-03-04 21:54:23 +02:00
tessellator.rs render: Moved out some Gradient fields into webgl as it's no longer needed in wgpu 2023-03-06 23:22:09 +01:00
transform.rs render: Make render commands take in an actual value, not ref for immediate cloning 2023-01-10 09:39:28 +01:00
utils.rs render: Switch from log to tracing 2023-02-05 18:02:19 +01:00