Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(72)

Delta Between Two Patch Sets: gyp/tests.gyp

Issue 5494076: The SSE32 BlitRow function mistakenly degrades opaque pixels to be non-opaque when blending (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Left Patch Set: 80 columns Created 12 years, 3 months ago
Right Patch Set: addressed feedback, strengthened test Created 12 years, 3 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | include/core/SkBlitRow.h » ('j') | include/core/SkColorPriv.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 # GYP file to build unit tests. 1 # GYP file to build unit tests.
2 { 2 {
3 'includes': [ 3 'includes': [
4 'apptype_console.gypi', 4 'apptype_console.gypi',
5 'common.gypi', 5 'common.gypi',
6 ], 6 ],
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'tests', 9 'target_name': 'tests',
10 'type': 'executable', 10 'type': 'executable',
(...skipping 12 matching lines...) Expand all
23 '../tests/CanvasTest.cpp', 23 '../tests/CanvasTest.cpp',
24 '../tests/ClampRangeTest.cpp', 24 '../tests/ClampRangeTest.cpp',
25 '../tests/ClipCubicTest.cpp', 25 '../tests/ClipCubicTest.cpp',
26 '../tests/ClipStackTest.cpp', 26 '../tests/ClipStackTest.cpp',
27 '../tests/ClipperTest.cpp', 27 '../tests/ClipperTest.cpp',
28 '../tests/ColorFilterTest.cpp', 28 '../tests/ColorFilterTest.cpp',
29 '../tests/ColorTest.cpp', 29 '../tests/ColorTest.cpp',
30 '../tests/DataRefTest.cpp', 30 '../tests/DataRefTest.cpp',
31 '../tests/DequeTest.cpp', 31 '../tests/DequeTest.cpp',
32 '../tests/DrawBitmapRectTest.cpp', 32 '../tests/DrawBitmapRectTest.cpp',
33 '../tests/EmptyPathTest.cpp',
33 '../tests/FillPathTest.cpp', 34 '../tests/FillPathTest.cpp',
34 '../tests/FlateTest.cpp', 35 '../tests/FlateTest.cpp',
35 '../tests/GeometryTest.cpp', 36 '../tests/GeometryTest.cpp',
36 '../tests/GLInterfaceValidation.cpp', 37 '../tests/GLInterfaceValidation.cpp',
37 '../tests/GLProgramsTest.cpp', 38 '../tests/GLProgramsTest.cpp',
38 '../tests/InfRectTest.cpp', 39 '../tests/InfRectTest.cpp',
39 '../tests/MathTest.cpp', 40 '../tests/MathTest.cpp',
40 '../tests/MatrixTest.cpp', 41 '../tests/MatrixTest.cpp',
41 '../tests/Matrix44Test.cpp', 42 '../tests/Matrix44Test.cpp',
42 '../tests/MetaDataTest.cpp', 43 '../tests/MetaDataTest.cpp',
(...skipping 15 matching lines...) Expand all
58 '../tests/Sk64Test.cpp', 59 '../tests/Sk64Test.cpp',
59 '../tests/skia_test.cpp', 60 '../tests/skia_test.cpp',
60 '../tests/SortTest.cpp', 61 '../tests/SortTest.cpp',
61 '../tests/SrcOverTest.cpp', 62 '../tests/SrcOverTest.cpp',
62 '../tests/StreamTest.cpp', 63 '../tests/StreamTest.cpp',
63 '../tests/StringTest.cpp', 64 '../tests/StringTest.cpp',
64 '../tests/Test.cpp', 65 '../tests/Test.cpp',
65 '../tests/Test.h', 66 '../tests/Test.h',
66 '../tests/TestSize.cpp', 67 '../tests/TestSize.cpp',
67 '../tests/ToUnicode.cpp', 68 '../tests/ToUnicode.cpp',
69 '../tests/UnicodeTest.cpp',
68 '../tests/UtilsTest.cpp', 70 '../tests/UtilsTest.cpp',
69 '../tests/WArrayTest.cpp', 71 '../tests/WArrayTest.cpp',
70 '../tests/WritePixelsTest.cpp', 72 '../tests/WritePixelsTest.cpp',
71 '../tests/Writer32Test.cpp', 73 '../tests/Writer32Test.cpp',
72 '../tests/XfermodeTest.cpp', 74 '../tests/XfermodeTest.cpp',
73 ], 75 ],
74 'dependencies': [ 76 'dependencies': [
75 'core.gyp:core', 77 'core.gyp:core',
76 'effects.gyp:effects', 78 'effects.gyp:effects',
77 'experimental.gyp:experimental', 79 'experimental.gyp:experimental',
78 'gpu.gyp:gr', 80 'gpu.gyp:gr',
79 'gpu.gyp:skgr', 81 'gpu.gyp:skgr',
80 'images.gyp:images', 82 'images.gyp:images',
81 'ports.gyp:ports', 83 'ports.gyp:ports',
82 'pdf.gyp:pdf', 84 'pdf.gyp:pdf',
83 'utils.gyp:utils', 85 'utils.gyp:utils',
84 ], 86 ],
85 }, 87 },
86 ], 88 ],
87 } 89 }
88 90
89 # Local Variables: 91 # Local Variables:
90 # tab-width:2 92 # tab-width:2
91 # indent-tabs-mode:nil 93 # indent-tabs-mode:nil
92 # End: 94 # End:
93 # vim: set expandtab tabstop=2 shiftwidth=2: 95 # vim: set expandtab tabstop=2 shiftwidth=2:
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b