mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
45c6424900
The check for sub-texture support happens before iterating over tiles in TiledTextureImage, and forces the bounds to the boundaries of the TiledTextureImage. This causes any upload on a TiledTextureImage to re-upload every single tile, regardless of whether it intersects with the upload region. Fix this by moving this check inside of the tile iteration loop, and expanding individual tile upload regions to tile boundaries. |
||
---|---|---|
.. | ||
2d | ||
angle | ||
cairo | ||
gl | ||
graphite2 | ||
harfbuzz | ||
ipc | ||
layers | ||
ots | ||
qcms | ||
skia | ||
src | ||
tests | ||
thebes | ||
ycbcr | ||
Makefile.in |