shlwapi: URL_FILE_USE_PATHURL flag only unescapes file urls in UrlCanonicalize.
[wine] / dlls / d3dx9_36 / asmutils.c
2010-06-01  Matteo Brunid3dx9: Fix get_regname debug function.
2010-05-21  Matteo Brunid3dx9: Use separate opcodes for TEXLDP and TEXLDB.
2010-05-19  Matteo Brunid3dx9: Add ps_3_0 instructions parsing to the shader...
2010-05-17  Matteo Brunid3dx9: Add DEFB instruction support in the shader assem...
2010-05-17  Matteo Brunid3dx9: Add DEFI instruction support in the shader assem...
2010-05-17  Matteo Brunid3dx9: Add DEF instruction support in the shader assembler.
2010-05-13  Matteo Brunid3dx9: Add sampler dcl instruction support to the shade...
2010-05-13  Matteo Brunid3dx9: Add output dcl instruction partial support to...
2010-05-12  Matteo Brunid3dx9: Add predicate support to the shader assembler.
2010-05-12  Matteo Brunid3dx9: Add other flow control instructions in the shade...
2010-05-12  Matteo Brunid3dx9: Support some flow control instructions in the...
2010-05-06  Matteo Brunid3dx9: Support some more vs_3_0 instructions in the...
2010-05-06  Matteo Brunid3dx9: Add relative addressing support to the shader...
2010-05-06  Matteo Brunid3dx9: Support all the remaining register types in...
2010-04-28  Matteo Brunid3dx9: Add source register modifiers (sm 2+) support...
2010-04-28  Matteo Brunid3dx9: Add instruction modifiers (sm 2.0+) support...
2010-04-28  Matteo Brunid3dx9: Add swizzle and writemask support to the shader...
2010-03-30  Matteo Brunid3dx9: Implement a basic bytecode writer.
2010-03-30  Matteo Brunid3dx9: Implement D3DXAssembleShader function, really...