You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wg_engine: fix shape aabb transfrom
Each shape has two types of bounding boxes: one from the original path and one from its transformed version.
If the transformation changed, the aabb wasn't updated, which resulted in effects being applied to the wrong area of he screen.
Now, if the transformation changes, the aabb is recalculated.
#3762
Revert "api: revise canvas behavior for improved flexibility and effi…
…ciency"
This reverts commit 08ea9a6.
revered due to a broken wgpe engine.
see: #3716
wg_engine: Fixed typo in comment
Fixed spelling error from 'neccessary' to 'necessary' in two comment lines within the renderShape() and renderImage() methods.
common: improve thread safety for partial rendering
- clear resources on the main thread to safely remove resources associated with dirty regions.
- skip redundant condition checks for unsafe disabled add calls.
Revert "sw_engine: replaced texture mapping AA with 4x sampling interp"
This reverts commit 174fae9.
Will revisit this since the quality is too poor...