History log of /haiku/src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaPCSolid.h
Revision Date Author Comments
# 801b5d21 14-Aug-2015 Julian Harnath <julian.harnath@rwth-aachen.de>

app_server: add pixel alpha composite solid mode

* Same concept as the previously exisiting drawing mode
implementations for e.g. pixel alpha overlay mode: when pattern
is solid, provide a separate mode implementation which does no
unnecessary pattern pixel lookups. This provides a considerable
speedup in composite mode when no stipple pattern is used.