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