From 8993ded53600230683491661ed893bf1b75ac136 Mon Sep 17 00:00:00 2001 From: Lee Salzman Date: Wed, 18 Mar 2020 21:41:39 +0000 Subject: [PATCH] Bug 1623215 - update SWGL text shader features. r=jrmuizel Differential Revision: https://phabricator.services.mozilla.com/D67313 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/737aba43bfa1685fa15a9b542636b959397603a8 --- swgl/build.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/swgl/build.rs b/swgl/build.rs index 4766d952f7..ec5662fec0 100644 --- a/swgl/build.rs +++ b/swgl/build.rs @@ -140,10 +140,10 @@ const WR_SHADERS: &'static [&'static str] = &[ "debug_color", "debug_font", "ps_split_composite", - "ps_text_runDUAL_SOURCE_BLENDING", - "ps_text_runGLYPH_TRANSFORM", - "ps_text_runDUAL_SOURCE_BLENDING_GLYPH_TRANSFORM", - "ps_text_run", + "ps_text_runDUAL_SOURCE_BLENDING_ALPHA_PASS", + "ps_text_runGLYPH_TRANSFORM_ALPHA_PASS", + "ps_text_runDUAL_SOURCE_BLENDING_GLYPH_TRANSFORM_ALPHA_PASS", + "ps_text_runALPHA_PASS", ]; fn main() {