pathfinder/renderer/src
bors-servo 0f35009215
Auto merge of #342 - pcwalton:listener-lifetime, r=pcwalton
Don't restrict render command listeners to the static lifetime
2020-05-16 14:05:57 -04:00
..
concurrent Switch from Rust MPSC channels to `crossbeam-channel`. 2020-04-21 09:57:47 -07:00
gpu Associate texture parameters in shaders with specific texture units, to work 2020-05-12 21:40:38 -07:00
allocator.rs Add a compute shader path, optimize GPU memory management, and switch from SDL 2020-04-30 13:33:29 -07:00
builder.rs Don't restrict render command listeners to the static lifetime 2020-05-16 10:47:06 -07:00
gpu_data.rs Add a compute shader path, optimize GPU memory management, and switch from SDL 2020-04-30 13:33:29 -07:00
lib.rs Replace the tiling algorithm with the one from "Random Access Vector Graphics". 2020-05-15 19:10:12 -07:00
options.rs Add a 3D vector type 2019-12-07 11:52:35 -08:00
paint.rs Fix some transform issues and implement transformed radial gradients in SVG. 2020-04-20 16:40:02 -07:00
scene.rs Don't restrict render command listeners to the static lifetime 2020-05-16 10:47:06 -07:00
tile_map.rs Add convenience constructors: `vec2f`, `vec2i`, `Vector2F::zero()`, 2020-03-31 11:29:21 -07:00
tiler.rs Use SIMD a bit more in the new tiling code. 2020-05-16 10:38:34 -07:00
tiles.rs Replace the tiling algorithm with the one from "Random Access Vector Graphics". 2020-05-15 19:10:12 -07:00
z_buffer.rs Supply solid tiles with the appropriate filter. 2020-04-22 12:53:35 -07:00