ruffle/render/wgpu/src
Nathan Adams 4f4327b152 wgpu: Fix drawing a transparent bitmap with MSAA 2023-04-18 23:15:42 +02:00
..
context3d avm2: Implement Context3D.setSamplerStateAt 2023-04-05 16:44:07 -07:00
surface wgpu: Fix drawing a transparent bitmap with MSAA 2023-04-18 23:15:42 +02:00
backend.rs wgpu: Fix sync issue introduced in #9753 and added test 2023-04-04 11:11:57 -07:00
bitmaps.rs avm2: Implement Context3D.setSamplerStateAt 2023-04-05 16:44:07 -07:00
blend.rs wgpu: Implement Multiply blend mode as a trivial blend 2023-01-12 10:54:03 -05:00
buffer_builder.rs wgpu: Reuse the same vertex and index buffer for an entire mesh 2023-02-05 18:02:19 +01:00
buffer_pool.rs wgpu: Use swap_remove instead of remove for buffer pool 2023-03-31 16:57:52 +02:00
clap.rs chore: Fix `clap` update 2022-10-05 21:33:34 +03:00
descriptors.rs render: Fix blending onto BitmapData contents 2023-02-23 09:52:56 -06:00
globals.rs core: Fix Clippy lints on nightly 2023-02-13 03:38:54 +01:00
layouts.rs wgpu: Extract T->Color lookup from gradient shader to Mesh construction 2023-03-06 23:22:09 +01:00
lib.rs render: Rename PixelRegion's (min|max)_(x|y) to (x|y)_(min|max) 2023-03-31 16:57:52 +02:00
mesh.rs render: Made ShapeHandle an Arc of an internal, droppable mesh 2023-03-23 01:44:27 -07:00
pipelines.rs render: Compile a different version of 'bitmap.wgsl' for Stage3D 2023-03-19 02:15:26 -05:00
shaders.rs render: Compile a different version of 'bitmap.wgsl' for Stage3D 2023-03-19 02:15:26 -05:00
surface.rs wgpu: Fix filter texture copy size calculation 2023-04-01 11:04:55 -05:00
target.rs render: Rename PixelRegion's (min|max)_(x|y) to (x|y)_(min|max) 2023-03-31 16:57:52 +02:00
uniform_buffer.rs core: Fix Clippy lints on nightly 2023-02-13 03:38:54 +01:00
utils.rs wgpu: Reintroduce texture promoting; only preassign buffer when the texture is frequently written/&read 2023-03-31 16:57:52 +02:00