ruffle/render/src
Aaron Hill 7110be920c Suport uploading ATFTextureData::CompressedRawAlpha
Fortunately, this is very simple - we can just take
the DXT5 data and upload it directly to the wgpu texture.
2023-11-10 02:00:40 +01:00
..
backend render: Switch to providing cacheAsBitmap entries all at once on submit frame 2023-06-24 01:42:04 +02:00
pixel_bender wpgu: Initial implementation of PixelBender shader execution (#11441) 2023-06-15 22:50:24 +00:00
atf.rs Suport uploading ATFTextureData::CompressedRawAlpha 2023-11-10 02:00:40 +01:00
backend.rs render: Add support for Context3DTextureFormat.COMPRESSED_ALPHA 2023-10-23 11:18:27 -04:00
bitmap.rs avm2: Implement Bitmap.pixelSnapping 2023-07-22 00:34:17 +02:00
blend.rs avm2: Implement DisplayObject.blendShader (#12238) 2023-07-26 23:25:26 +00:00
commands.rs avm2: Implement DisplayObject.blendShader (#12238) 2023-07-26 23:25:26 +00:00
error.rs wgpu: Don't create cacheAsBitmap for textures that are too large 2023-06-25 22:58:22 +02:00
filters.rs render: Make Filter::calculate_dest_rect work in Twips 2023-08-12 13:00:27 +02:00
lib.rs avm2: Add support for Stage3D bytearray/compressed textures (#13180) 2023-09-28 03:03:30 +00:00
matrix.rs tests: Expand `Matrix` unit tests to cover `PointDelta`s 2023-04-29 22:29:37 +03:00
pixel_bender.rs naga-pixelbender: Stub out Opcode::Loop 2023-08-30 17:36:31 -04:00
quality.rs render: make Context3D renderers fully GC-agnostic 2023-07-14 16:06:36 -06:00
renderdoc.rs render: Add 'renderdoc' feature/module for manual frame capture 2023-07-02 13:59:19 -04:00
shader_filter_common.wgsl render: Implement more PixelBender features (#11800) 2023-07-01 13:50:43 -04:00
shader_source.rs render: Implement more PixelBender features (#11800) 2023-07-01 13:50:43 -04:00
shape_utils.rs avm2: Implement Graphics.cubicCurveTo and CUBIC_CURVE_TO 2023-08-27 20:17:43 +02:00
tessellator.rs render: In `ShapeTessellator`, set `mask_index_count` to `None` in `flush_draw` before aborting 2023-11-09 20:22:25 +01:00
transform.rs render: Replace `ColorTransform` with `swf::ColorTransform` 2023-03-29 23:27:20 -07:00
utils.rs render: fix jpeg cmyk to rgb (#12592) 2023-08-06 20:47:07 +03:00