diff options
author | AdamJackson <AdamJackson@web> | 2017-11-28 17:32:27 +0000 |
---|---|---|
committer | root <root@freedesktop.org> | 2017-11-28 17:32:27 +0000 |
commit | b054b82c9e94e5a14a46158dc2e3fdb61fee7b42 (patch) | |
tree | 918f238743b6ff960f52ca5e39bbd006d3cf6e1c | |
parent | 4de59451bc4e449dda57bf950237f48091429274 (diff) |
MESA_tile_raster_order
-rw-r--r-- | Development/Documentation/GlamorPerformance.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Development/Documentation/GlamorPerformance.mdwn b/Development/Documentation/GlamorPerformance.mdwn index 52d718d8..84f9d0b6 100644 --- a/Development/Documentation/GlamorPerformance.mdwn +++ b/Development/Documentation/GlamorPerformance.mdwn @@ -87,3 +87,4 @@ Glamor doesn't accelerate drawing to pseudocolor at all. Probably a "good enough ## Fixed since 1.19 - GetImage for ZPixmap with non-trivial planemask is no longer a fallback. +- Overlapping blits now use [[MESA_tile_raster_order|https://www.khronos.org/registry/OpenGL/extensions/MESA/MESA_tile_raster_order.txt]] if available (~40% faster on VC4). |