From c01e7dff5fa013832b808f72ac74d81eaa1cb145 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Thu, 17 Nov 2016 16:27:10 -0500 Subject: perspective matrix Nothing too tricky. The path of least resistance was to keep the matrix row-major when in perspective. It should make no difference in the end. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4983 CQ_INCLUDE_TRYBOTS=master.client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot Change-Id: I48bb9de0265e7873c465874cc37076a8111f5ea1 Reviewed-on: https://skia-review.googlesource.com/4983 Reviewed-by: Herb Derby Commit-Queue: Mike Klein --- src/core/SkRasterPipeline.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/SkRasterPipeline.h') diff --git a/src/core/SkRasterPipeline.h b/src/core/SkRasterPipeline.h index 6345f11338..2813dc1473 100644 --- a/src/core/SkRasterPipeline.h +++ b/src/core/SkRasterPipeline.h @@ -73,6 +73,7 @@ M(exclusion) M(hardlight) M(lighten) M(overlay) M(softlight) \ M(luminance_to_alpha) \ M(matrix_2x3) M(matrix_3x4) M(matrix_4x5) \ + M(matrix_perspective) \ M(parametric_r) M(parametric_g) M(parametric_b) \ M(table_r) M(table_g) M(table_b) \ M(color_lookup_table) M(lab_to_xyz) M(swap_rb) \ -- cgit v1.2.3