Module: wine Branch: master Commit: 491d0e9d6b192bc4953f71e494eeede520518551 URL: http://source.winehq.org/git/wine.git/?a=commit;h=491d0e9d6b192bc4953f71e494...
Author: Matteo Bruni mbruni@codeweavers.com Date: Tue May 8 16:17:32 2012 +0200
d3dcompiler: Rename asm_alloc/realloc/free functions to more generic names.
---
dlls/d3dcompiler_43/asmparser.c | 26 +++++----- dlls/d3dcompiler_43/asmshader.y | 20 +++++--- dlls/d3dcompiler_43/bytecodewriter.c | 84 ++++++++++++++-------------- dlls/d3dcompiler_43/d3dcompiler_private.h | 10 +++- dlls/d3dcompiler_43/utils.c | 4 +- 5 files changed, 77 insertions(+), 67 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=491d0e9d6b192bc4953f71...