Webrender update (border anti-aliasing, primitive caching).

This commit is contained in:
Glenn Watson 2016-08-31 19:43:32 +10:00
parent acb47007ba
commit 25f60a29db
8 changed files with 80 additions and 66 deletions

View file

@ -12,6 +12,9 @@
#define PST_BOTTOM uint(6)
#define PST_RIGHT uint(7)
#define UV_NORMALIZED uint(0)
#define UV_PIXEL uint(1)
// Border styles as defined in webrender_traits/types.rs
#define BORDER_STYLE_NONE uint(0)
#define BORDER_STYLE_SOLID uint(1)