Skip to content

Commit

Permalink
Bug 1515244 - Update webrender to commit 10cde544d9f7f83a31dbedf67db9…
Browse files Browse the repository at this point in the history
…42f7845982d1 (WR PR #3435). r=kats

servo/webrender#3435

Differential Revision: https://phabricator.services.mozilla.com/D14939

UltraBlame original commit: 6cfb1fdf1ddc001f75b304c219ddb8b3c13dcab7
  • Loading branch information
marco-c committed Oct 3, 2019
1 parent 6e97766 commit dec9e6b
Show file tree
Hide file tree
Showing 7 changed files with 1,063 additions and 810 deletions.
2 changes: 1 addition & 1 deletion gfx/webrender_bindings/revision.txt
@@ -1 +1 @@
237346c5e38cf70749e86a7f402fd9f92b4b5226
10cde544d9f7f83a31dbedf67db942f7845982d1
72 changes: 72 additions & 0 deletions gfx/wr/webrender/src/picture.rs
Expand Up @@ -16078,6 +16078,7 @@ device_rect
frame_context
.
device_pixel_scale
true
)
;
let
Expand Down Expand Up @@ -16231,6 +16232,7 @@ device_rect
frame_context
.
device_pixel_scale
true
)
;
/
Expand Down Expand Up @@ -16624,6 +16626,7 @@ device_rect
frame_context
.
device_pixel_scale
true
)
;
let
Expand Down Expand Up @@ -17000,6 +17003,7 @@ clipped
frame_context
.
device_pixel_scale
true
)
;
let
Expand Down Expand Up @@ -17222,6 +17226,7 @@ clipped
frame_context
.
device_pixel_scale
true
)
;
let
Expand Down Expand Up @@ -17304,6 +17309,59 @@ Blit
=
>
{
/
/
The
SplitComposite
shader
used
for
3d
contexts
doesn
'
t
snap
/
/
to
pixels
so
we
shouldn
'
t
snap
our
uv
coordinates
either
.
let
supports_snapping
=
match
self
.
context_3d
{
Picture3DContext
:
:
In
{
.
.
}
=
>
false
_
=
>
true
}
;
let
uv_rect_kind
=
Expand All @@ -17318,6 +17376,7 @@ clipped
frame_context
.
device_pixel_scale
supports_snapping
)
;
let
Expand Down Expand Up @@ -17445,6 +17504,9 @@ DeviceRect
device_pixel_scale
:
DevicePixelScale
supports_snapping
:
bool
)
-
>
Expand Down Expand Up @@ -17600,6 +17662,9 @@ TransformedRectKind
:
:
AxisAligned
&
&
supports_snapping
{
device_pos
.
Expand Down Expand Up @@ -17719,6 +17784,9 @@ DeviceIntRect
device_pixel_scale
:
DevicePixelScale
supports_snapping
:
bool
)
-
>
Expand Down Expand Up @@ -17746,6 +17814,7 @@ transform
&
rendered_rect
device_pixel_scale
supports_snapping
)
;
let
Expand All @@ -17763,6 +17832,7 @@ transform
&
rendered_rect
device_pixel_scale
supports_snapping
)
;
let
Expand All @@ -17780,6 +17850,7 @@ transform
&
rendered_rect
device_pixel_scale
supports_snapping
)
;
let
Expand All @@ -17797,6 +17868,7 @@ transform
&
rendered_rect
device_pixel_scale
supports_snapping
)
;
UvRectKind
Expand Down

0 comments on commit dec9e6b

Please sign in to comment.