gecko/gfx/ipc
Bas Schouten b24ee3fde9 Bug 1088414: Use a single synchronization texture for D3D11. r=jrmuizel
This patch adds a cross platform 'sync object' that is used to synchronize the drawing of individual textures. For the D3D11 implementation all textures that are written to will have one pixel copied into the D3D11 sync texture while holding its lock. The compositor will then, before composition acquire and release sync once, this should ensure all drawing on the content side has completed.
2014-12-13 01:50:47 +00:00
..
GfxMessageUtils.h Bug 1088414: Use a single synchronization texture for D3D11. r=jrmuizel 2014-12-13 01:50:47 +00:00
moz.build Bug 1042878 - part 2 - move MOZ_CAIRO_CFLAGS et al additions to C*FLAGS into moz.build; r=glandium 2014-07-24 11:55:33 -04:00
SharedDIB.cpp
SharedDIB.h
SharedDIBSurface.cpp Bug 959380 - 3/5 - Make gfxSurfaceType a typed enum - r=jrmuizel 2014-01-23 13:26:40 -05:00
SharedDIBSurface.h
SharedDIBWin.cpp
SharedDIBWin.h