Module: wine Branch: master Commit: f34a19e68eea12fd0ae0ddd88134031939383f05 URL: https://source.winehq.org/git/wine.git/?a=commit;h=f34a19e68eea12fd0ae0ddd88...
Author: Matteo Bruni mbruni@codeweavers.com Date: Mon Dec 17 23:17:22 2018 +0330
d3d9: Support drawing from D3DPOOL_SYSTEMMEM index buffers.
Signed-off-by: Matteo Bruni mbruni@codeweavers.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3d9/buffer.c | 24 ++++++- dlls/d3d9/d3d9_private.h | 4 +- dlls/d3d9/device.c | 44 +++++++++++-- dlls/d3d9/stateblock.c | 3 + dlls/d3d9/tests/visual.c | 167 +++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 234 insertions(+), 8 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f34a19e68eea12fd0ae0d...