Changes between Version 46 and Version 47 of CoordinatedGraphicsSystem
- Timestamp:
- Mar 1, 2019, 1:02:43 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified CoordinatedGraphicsSystem
v46 v47 58 58 59 59 '''TextureMapperImageBuffer''' was a software implementation of the TextureMapper drawing primitives. 60 61 60 It was used by Qt in WebKit1 when using a QWebView. 62 61 TextureMapperImageBuffer uses normal GraphicsContext operations to draw, making it not effectively use the GPU. However, unlike regular drawing in WebCore, it does use backing stores for the layers, which could cause some soft acceleration.