• Henri Verbeet's avatar
    wined3d: Don't free D3D surfaces until the wined3d surface is destroyed. · a5214c30
    Henri Verbeet authored
    This prevents for example a d3d9 depth stencil from being destroyed when it
    has no external references but is still in use by the device/stateblock. A
    nice side effect is that it simplifies handling of "implicit" surfaces like
    the frontbuffer and backbuffers, as well as the forwarding of reference counts
    for surfaces that are part of a texture.
    a5214c30
Name
Last commit
Last update
..
tests Loading commit data...
Makefile.in Loading commit data...
buffer.c Loading commit data...
d3d10core.spec Loading commit data...
d3d10core_main.c Loading commit data...
d3d10core_private.h Loading commit data...
device.c Loading commit data...
inputlayout.c Loading commit data...
shader.c Loading commit data...
texture2d.c Loading commit data...
utils.c Loading commit data...
version.rc Loading commit data...
view.c Loading commit data...