Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wr2 #319

Merged
merged 33 commits into from Aug 3, 2016

Fix box shadow alpha

13738e7
Select commit
98dde84
Initial tiling / wr2 code.
gw3583 Jun 11, 2016
a3c0608
Pack image stretch size in image primitive
changm Jul 15, 2016
8ffc51f
fix a typo
changm Jul 15, 2016
c499a3e
Fix various reftests.
gw3583 Jul 18, 2016
21d5ffb
Pass border style data to the GPU
changm Jul 19, 2016
7448a58
Add various features and fixes for mozilla reftests.
gw3583 Jul 22, 2016
f87fa6e
add support for dashed borders
changm Jul 27, 2016
2c60532
Reftest fixes, b.html fixes.
gw3583 Jul 27, 2016
6ab72b4
rename border style variables
changm Jul 29, 2016
435f3eb
rename color0 and color1 to vertical/horizontal colors. proper colors…
changm Jul 29, 2016
8c2407d
proper colors for inset and outset border styles. fixed special case …
changm Jul 29, 2016
4ddcf03
Pack primitives once per frame instead of once per tile.
pcwalton Jul 29, 2016
fd79416
Reftest fixes and prim shaders.
gw3583 Jun 11, 2016
901a783
Add first pass support for dotted box border styles
changm Jul 20, 2016
71733df
Create dots based on size of border width. Make enough space to prope…
changm Jul 22, 2016
3a8b93e
dotted borders for corners
changm Jul 22, 2016
0194d38
mostly works
changm Jul 22, 2016
b42424c
properly space circles in edges. Fixed up size of dots
changm Jul 22, 2016
d6ea013
Various reftest, shader, snapping fixes.
gw3583 Jul 22, 2016
76890b0
add a global device position to border shaders
changm Jul 26, 2016
ac2e8da
Move local_rect into the common primitive structure.
gw3583 Jul 26, 2016
90b67a9
basic dashes work but they look too fat
changm Jul 26, 2016
559223a
basic dashes work but they look too fat
changm Jul 26, 2016
d53c8b0
Tidy up the (non-transform) vertex shaders, abstract common functiona…
gw3583 Jul 26, 2016
7bf757f
dashed lines work but corners look wrong
changm Jul 27, 2016
b90c12b
append global clamped position to VertexInfo
changm Jul 27, 2016
f6c15f5
Fix angle gradients, image struct.
gw3583 Jul 27, 2016
673a476
add support for outset and inset box shadows
changm Jul 29, 2016
3442bad
support inset and outset borders
changm Jul 29, 2016
e5ec9fd
Add explicit type casts, needed for compilation on android / es3 targ…
gw3583 Jul 30, 2016
c9258b7
Fix overscroll in WR2.
pcwalton Aug 1, 2016
13738e7
Fix box shadow alpha
pcwalton Aug 1, 2016
9b552f5
Address review comments.
gw3583 Aug 2, 2016
Merged

Wr2 #319

Fix box shadow alpha
13738e7
Select commit
98dde84
Initial tiling / wr2 code.
gw3583 Jun 11, 2016
a3c0608
Pack image stretch size in image primitive
changm Jul 15, 2016
8ffc51f
fix a typo
changm Jul 15, 2016
c499a3e
Fix various reftests.
gw3583 Jul 18, 2016
21d5ffb
Pass border style data to the GPU
changm Jul 19, 2016
7448a58
Add various features and fixes for mozilla reftests.
gw3583 Jul 22, 2016
f87fa6e
add support for dashed borders
changm Jul 27, 2016
2c60532
Reftest fixes, b.html fixes.
gw3583 Jul 27, 2016
6ab72b4
rename border style variables
changm Jul 29, 2016
435f3eb
rename color0 and color1 to vertical/horizontal colors. proper colors…
changm Jul 29, 2016
8c2407d
proper colors for inset and outset border styles. fixed special case …
changm Jul 29, 2016
4ddcf03
Pack primitives once per frame instead of once per tile.
pcwalton Jul 29, 2016
fd79416
Reftest fixes and prim shaders.
gw3583 Jun 11, 2016
901a783
Add first pass support for dotted box border styles
changm Jul 20, 2016
71733df
Create dots based on size of border width. Make enough space to prope…
changm Jul 22, 2016
3a8b93e
dotted borders for corners
changm Jul 22, 2016
0194d38
mostly works
changm Jul 22, 2016
b42424c
properly space circles in edges. Fixed up size of dots
changm Jul 22, 2016
d6ea013
Various reftest, shader, snapping fixes.
gw3583 Jul 22, 2016
76890b0
add a global device position to border shaders
changm Jul 26, 2016
ac2e8da
Move local_rect into the common primitive structure.
gw3583 Jul 26, 2016
90b67a9
basic dashes work but they look too fat
changm Jul 26, 2016
559223a
basic dashes work but they look too fat
changm Jul 26, 2016
d53c8b0
Tidy up the (non-transform) vertex shaders, abstract common functiona…
gw3583 Jul 26, 2016
7bf757f
dashed lines work but corners look wrong
changm Jul 27, 2016
b90c12b
append global clamped position to VertexInfo
changm Jul 27, 2016
f6c15f5
Fix angle gradients, image struct.
gw3583 Jul 27, 2016
673a476
add support for outset and inset box shadows
changm Jul 29, 2016
3442bad
support inset and outset borders
changm Jul 29, 2016
e5ec9fd
Add explicit type casts, needed for compilation on android / es3 targ…
gw3583 Jul 30, 2016
c9258b7
Fix overscroll in WR2.
pcwalton Aug 1, 2016
13738e7
Fix box shadow alpha
pcwalton Aug 1, 2016
9b552f5
Address review comments.
gw3583 Aug 2, 2016

Workflow runs completed with no jobs

You can’t perform that action at this time.