reactos/sdk/tools
winesync e362e098a3 [WINESYNC] d3dx9_36: Filter out D3DCompile warning messages that are not present with D3DCompileShader. (try 4)
This patch fixes vertex processing issue of bug 33770.

The problem comes from the fact that even if the call succeeds,
the game interprets a non null error_messages pointer as an error.

By calling D3DCompile we use a newer version of the compiler which is more
strict and generates the following warning.
  - warning X3206: 'dot': implicit truncation of vector type
  - warning X3206: implicit truncation of vector type
  - warning X3206: 'mul': implicit truncation of vector type
D3DCompileShader does not generate such warnings.

These is confirmed in the DX SDK release note:
New Warning X3206: Implicit Truncation of Vector Type
Beginning in the August 2009 release of the DirectX SDK, the compiler will warn
when an implicit truncation of a vector type occurs.

The warnings cannot be disable so this patch filters out these strings in D3DCompileShader
and reset the error messages pointer if the resulting buffer is empty.

Try 2:
  - only filter out lines containing "X3206:" in case d3dcompiler_43 has localization

Try 3:
  - use move in place instead of copying the buffer

Try 4:
  - filter simplification by Sebastian and remove 'mul' testing left-out in search string

wine-staging patch by Christian Costa <titan.costa@gmail.com>
2020-02-26 18:19:18 +01:00
..
cabman [CABMAN] Fix 2 handle leaks, in case of error (#2044) 2019-11-27 01:49:08 +01:00
create_nls
fatten
gendib
geninc
hhpcomp
hpp
isohybrid
kbdtool
log2lines [LOG2LINES] Remove SVN leftovers 2020-02-22 13:48:18 +01:00
mkhive
mkisofs
mkshelllink
ms2ps
nandflash
obj2bin
ofw_interface
pipetools
port
regtests2xml
rgenstat
rsym
spec2def [SPEC2DEF] Set ordinals explicitly in export def file 2020-01-03 13:00:45 +01:00
unicode [UNICODE] Re-trial to fix Travis build 2019-12-23 17:05:38 +09:00
utf16le
widl [WIDL] Fix type offset calculation for toplevel pointers to non-basetypes. 2019-12-15 18:21:11 +01:00
winesync [WINESYNC] d3dx9_36: Filter out D3DCompile warning messages that are not present with D3DCompileShader. (try 4) 2020-02-26 18:19:18 +01:00
wpp
xml2sdb
bin2c.c
check_code_format.sh [REACTOS] Introduce .clang-format file 2019-12-28 01:23:49 +02:00
CMakeLists.txt
do_code_format.sh [SDK][TOOLS] Add do_code_format.sh to sdk/tools (#2191) 2019-12-31 11:28:56 +09:00
dumpstab.c
gen_baseaddress.py [SDK] Add usage / help to gen_baseaddress.py 2019-12-27 19:51:20 +01:00
mkconfig.c
pefixup.c
stubgen.c