• Henri Verbeet's avatar
    d3d8: Use a wined3d cs for wined3d locking. · f9c791f9
    Henri Verbeet authored
    We will need this for d3d10, where both dxgi and d3d10core are making wined3d
    calls. Right now d3d8/d3d9 also use this to protect their own data, but
    eventually we should push this down into wined3d itself and use something a
    bit more fine-grained. There's no good reason that doing e.g. a vertex buffer
    upload in some thread should block all of wined3d.
    f9c791f9
Name
Last commit
Last update
..
tests Loading commit data...
Makefile.in Loading commit data...
cubetexture.c Loading commit data...
d3d8.spec Loading commit data...
d3d8_main.c Loading commit data...
d3d8_private.h Loading commit data...
device.c Loading commit data...
directx.c Loading commit data...
indexbuffer.c Loading commit data...
pixelshader.c Loading commit data...
stateblock.c Loading commit data...
surface.c Loading commit data...
swapchain.c Loading commit data...
texture.c Loading commit data...
version.rc Loading commit data...
vertexbuffer.c Loading commit data...
vertexdeclaration.c Loading commit data...
vertexshader.c Loading commit data...
volume.c Loading commit data...
volumetexture.c Loading commit data...