|
Lines 1-3
a/Source/WebCore/ChangeLog_sec1
|
|
|
1 |
2013-03-15 No'am Rosenthal <noam@webkit.org> |
| 2 |
|
| 3 |
[Texmap] REGRESSION (r144190): Failure at style with preserve-3d and opacity |
| 4 |
https://bugs.webkit.org/show_bug.cgi?id=112370 |
| 5 |
|
| 6 |
According to spec, we avoid masking and clipping when preserves-3d is enabled. |
| 7 |
However, opacity should still work. |
| 8 |
Allowing opacity when preserves-3d is on. |
| 9 |
|
| 10 |
Reviewed by NOBODY (OOPS!). |
| 11 |
|
| 12 |
Test: compositing/overlap-blending/preserves3d-opacity.html |
| 13 |
|
| 14 |
* platform/graphics/texmap/TextureMapperGL.cpp: |
| 15 |
* platform/graphics/texmap/TextureMapperLayer.cpp: |
| 16 |
(WebCore::TextureMapperLayer::paintRecursive): |
| 17 |
|
| 1 |
2013-03-15 Noam Rosenthal <noam@webkit.org> |
18 |
2013-03-15 Noam Rosenthal <noam@webkit.org> |
| 2 |
|
19 |
|
| 3 |
[Texmap] Change brightness filter to match new spec |
20 |
[Texmap] Change brightness filter to match new spec |