| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto merge of #25543 - szeged:mmatyas__webgl_fns_uniforms_p3, r=jdm | bors-servo | 2020-01-17 | 2 | -1/+61 |
|\ |
|
| * | Add support for WebGL2 uniform matrix operations | Mátyás Mustoha | 2020-01-17 | 2 | -1/+61 |
* | | Auto merge of #25540 - pylbrecht:raqote, r=jdm | bors-servo | 2020-01-17 | 1 | -2/+5 |
|\ \
| |/
|/| |
|
| * | Add first control point if there's no subpath | pylbrecht | 2020-01-16 | 1 | -2/+5 |
* | | Add support for WebGL2 unsigned uniform operations | Mátyás Mustoha | 2020-01-15 | 2 | -1/+39 |
|/ |
|
* | Add initial support for WebGL2 uniform buffer functions | Mátyás Mustoha | 2020-01-09 | 3 | -2/+107 |
* | Auto merge of #25445 - pylbrecht:ensure.path.quad, r=jdm | bors-servo | 2020-01-07 | 1 | -0/+3 |
|\ |
|
| * | Ensure subpath for control point in quadratic_curve_to() | pylbrecht | 2020-01-07 | 1 | -0/+3 |
| * | Ensure there's a subpath for the first control point | pylbrecht | 2020-01-06 | 1 | -1/+4 |
* | | Auto merge of #25444 - pylbrecht:raqote, r=jdm | bors-servo | 2020-01-07 | 1 | -1/+4 |
|\ \ |
|
| * | | Ensure there's a subpath for the first control point | pylbrecht | 2020-01-07 | 1 | -1/+4 |
| |/ |
|
* / | webgl: Set more ANGLE shader translation properties for WebGL 2. | Josh Matthews | 2020-01-07 | 2 | -36/+84 |
|/ |
|
* | Remove duplication for creating gradient stops | pylbrecht | 2019-12-17 | 1 | -16/+16 |
* | Add transform to Pattern::Surface to properly draw images | pylbrecht | 2019-12-17 | 1 | -6/+32 |
* | Consider empty gradients in `is_zero_size_gradient()` | pylbrecht | 2019-12-17 | 1 | -2/+4 |
* | Handle `BlendMode::Clear` in `GenericDrawTarget::fill()` | pylbrecht | 2019-12-17 | 1 | -0/+1 |
* | Add a layer to store Pattern related information | pylbrecht | 2019-12-17 | 2 | -173/+247 |
* | Implement "repeat-x" and "repeat-y" for images | pylbrecht | 2019-12-17 | 2 | -48/+77 |
* | Set images' ExtendMode based on available information | pylbrecht | 2019-12-17 | 1 | -1/+6 |
* | Handle overlapping gradient stops for linear gradients | pylbrecht | 2019-12-17 | 1 | -3/+10 |
* | Use push_layer_with_blend() only when necessary | pylbrecht | 2019-12-17 | 1 | -5/+36 |
* | Make arc() wrap angles mod 2pi | pylbrecht | 2019-12-17 | 1 | -1/+8 |
* | Make arc() use `anticlockwise` argument | pylbrecht | 2019-12-17 | 1 | -1/+2 |
* | Make fill() handle all composition operations | pylbrecht | 2019-12-17 | 1 | -30/+5 |
* | Make fill() draw uncovered pixels as (0,0,0,0) for certain composition ops | pylbrecht | 2019-12-17 | 1 | -7/+42 |
* | Respect direction when drawing arcs | pylbrecht | 2019-12-17 | 1 | -2/+5 |
* | Respect FilterMode when drawing images | pylbrecht | 2019-12-17 | 1 | -10/+29 |
* | Add check for handling equal radial gradients | pylbrecht | 2019-12-17 | 1 | -1/+8 |
* | Add check to handle zerosize linear gradients | pylbrecht | 2019-12-17 | 1 | -1/+6 |
* | Use tolerance > 0 in Path::contains_point() | pylbrecht | 2019-12-17 | 1 | -1/+1 |
* | Create raqote::SolidSource with premultiplied color | pylbrecht | 2019-12-17 | 1 | -30/+30 |
* | Fix conversion of image data slice | pylbrecht | 2019-12-17 | 1 | -1/+1 |
* | Handle empty paths in PathBuilder::get_current_point() | pylbrecht | 2019-12-17 | 3 | -17/+15 |
* | Apply transformation in Path::contains_point() | pylbrecht | 2019-12-17 | 1 | -2/+5 |
* | Don't reuse PathBuilder after calling finish() | pylbrecht | 2019-12-17 | 1 | -0/+1 |
* | Add extra debug assertions for WebGL errors | Alan Jeffrey | 2019-12-06 | 1 | -0/+7 |
* | style: Don't specify minor version for cssparser. | Emilio Cobos Álvarez | 2019-11-30 | 1 | -1/+1 |
* | Use non-IPC webrender API over explicit IPC channels. | Josh Matthews | 2019-11-27 | 4 | -37/+71 |
* | Add support for WebGL2 ReadPixels functions | Mátyás Mustoha | 2019-11-26 | 2 | -1/+12 |
* | Auto merge of #24426 - servo:wrup, r=jdm,nox | bors-servo | 2019-11-20 | 1 | -1/+1 |
|\ |
|
| * | Update webrender and serde_bytes | Anthony Ramine | 2019-11-13 | 1 | -1/+1 |
* | | Avoid recompiling script every time surfman changes | Alan Jeffrey | 2019-11-18 | 3 | -1/+5 |
|/ |
|
* | Auto merge of #24676 - Manishearth:unpatch, r=jdm | bors-servo | 2019-11-11 | 3 | -22/+59 |
|\ |
|
| * | Update surfman to use Git version | Manish Goregaokar | 2019-11-11 | 2 | -2/+6 |
| * | Remove patched webxr | Manish Goregaokar | 2019-11-08 | 2 | -20/+53 |
* | | Addresses issues raised in #24465; removes redundancy in set_bitmap_dimensions | Bailey Blankenship | 2019-11-10 | 2 | -8/+40 |
* | | Add Support for WebGL Transormfeedback | Istvan Miklos | 2019-11-08 | 2 | -2/+58 |
|/ |
|
* | Implement the basic WebGL2 buffer data operations | Mátyás Mustoha | 2019-11-05 | 1 | -0/+21 |
* | Use surfman for managing GL surfaces | Patrick Walton | 2019-11-01 | 7 | -1191/+1127 |
* | Update rand to 0.7 (fixes #24448) | Anthony Ramine | 2019-10-23 | 1 | -1/+1 |