Skip to content

d2d1: Compile shaders on device creation instead of device context creation.

Francisco Casas requested to merge fcasas/wine:d2d1_precompile into master

Some applications generate many device contexts each render frame. Thus, compling these shaders each time this happens might make them laggy.

Merge request reports

Loading