ntdll: Check and fix PE header protections.
[wine] / dlls / d3dcompiler_43 /
2010-11-02  Rico Schüllerd3dcompiler: Add stub ID3D11ShaderReflection interface.
2010-11-02  Rico Schüllerd3dcompiler: Add D3DReflect() stub.
2010-11-01  Henri Verbeetd3dcompiler_43/tests: Calculate the probe count.
2010-11-01  Henri Verbeetd3dcompiler_43/tests: Make some variables unsigned.
2010-11-01  Henri Verbeetd3dcompiler_43/tests: Make probe info const.
2010-10-29  Travis Athougiesd3dcompiler_43/tests: Added float vector tests to HLSL...
2010-10-29  Travis Athougiesd3dcompiler_43/tests: Added tests for conditional expre...
2010-10-29  Travis Athougiesd3dcompiler_43/tests: Added order of operations test...
2010-10-28  Travis Athougiesd3dcompiler_43/tests: Added HLSL test suite.
2010-10-18  Henri Verbeetd3dcompiler: Mark some internal symbols hidden.
2010-10-18  Henri Verbeetd3dcompiler: Merge asmutils.c into utils.c.
2010-10-18  Henri Verbeetd3dcompiler: Move some bytecode output functions to...
2010-10-18  Henri Verbeetd3dcompiler: Make some variables static.
2010-10-15  Henri Verbeetd3dcompiler: Remove some stray tabs.
2010-10-15  Rico Schüllerd3dcompiler/tests: Add D3DCOMPILER_STRIP_REFLECTION_DAT...
2010-10-15  Rico Schüllerd3dcompiler/tests: Add D3DCOMPILER_STRIP_DEBUG_INFO...
2010-10-15  Rico Schüllerd3dcompiler/tests: Add D3DStripShader() test.
2010-10-15  Rico Schüllerd3dcompiler/tests: Add D3D_BLOB_XNA_SHADER test.
2010-10-15  Rico Schüllerd3dcompiler/tests: Add D3D_BLOB_XNA_PREPASS_SHADER...
2010-10-15  Rico Schüllerd3dcompiler/tests: Add D3D_BLOB_LEGACY_SHADER test.
2010-10-15  Rico Schüllerd3dcompiler/tests: Add D3D_BLOB_DEBUG_INFO test.
2010-10-15  Rico Schüllerd3dcompiler/tests: Add D3D_BLOB_ALL_SIGNATURE_BLOB...
2010-10-15  Rico Schüllerd3dcompiler/tests: Add D3D_BLOB_PATCH_CONSTANT_SIGNATUR...
2010-10-15  Rico Schüllerd3dcompiler/tests: Add D3D_BLOB_INPUT_AND_OUTPUT_SIGNAT...
2010-10-15  Rico Schüllerd3dcompiler/tests: Add D3D_BLOB_OUTPUT_SIGNATURE_BLOB...
2010-10-15  Rico Schüllerd3dcompiler/tests: Add D3D_BLOB_INPUT_SIGNATURE_BLOB...
2010-10-15  Rico Schüllerd3dcompiler/tests: Add D3DGetBlobPart() test.
2010-10-14  Matteo Brunid3dcompiler: Accept dot terminated float immediate...
2010-10-14  Matteo Brunid3dcompiler: Don't store instruction length in DEF...
2010-10-13  Rico Schüllerd3dcompiler: Implement D3DStripShader().
2010-10-13  Rico Schüllerd3dcompiler: Add D3D_BLOB_XNA_SHADER to D3DGetBlobPart().
2010-10-13  Rico Schüllerd3dcompiler: Add D3D_BLOB_XNA_PREPASS_SHADER to D3DGetB...
2010-10-13  Rico Schüllerd3dcompiler: Add D3D_BLOB_LEGACY_SHADER to D3DGetBlobPa...
2010-10-13  Rico Schüllerd3dcompiler: Add D3D_BLOB_ALL_SIGNATURE_BLOB to D3DGetB...
2010-10-13  Rico Schüllerd3dcompiler: Add D3D_BLOB_PATCH_CONSTANT_SIGNATURE_BLOB...
2010-10-07  Rico Schüllerd3dcompiler: Implement D3DGetDebugInfo().
2010-10-07  Rico Schüllerd3dcompiler: Implement D3DGetInputAndOutputSignatureBlob().
2010-10-07  Rico Schüllerd3dcompiler: Implement D3DGetOutputSignatureBlob().
2010-10-07  Rico Schüllerd3dcompiler: Implement D3DGetInputSignatureBlob().
2010-10-07  Rico Schüllerd3dcompiler: Implement D3DGetBlobPart().
2010-10-07  Rico Schüllerd3dcompiler: Add D3DGetBlobPart() stub.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-13  Matteo Brunid3dcompiler: Add D3DPreprocess tests.
2010-09-13  Matteo Brunid3dcompiler: D3DPreprocess implementation.
2010-09-13  Francois Gougetd3dcompiler_43: Make asmshader_error() and set_rel_reg...
2010-09-13  Francois Gougetd3dcompiler_43: Move asmparser_message() and asmshader_...
2010-08-30  Francois Gougetd3dcompiler_43: Don't use nameless unions in our privat...
2010-08-30  Matteo Brunid3dcompiler: Stub D3DCompile implementation.
2010-08-26  Francois Gougetd3dcompiler_43: Make debug_print_{relarg,swizzle,writem...
2010-08-25  Matteo Brunid3dcompiler: Move D3DAssemble tests from d3dx9_36.
2010-08-25  Matteo Brunid3dcompiler: Move shader assembler implementation from...
2010-08-25  Matteo Brunid3dcompiler: D3DAssemble stub.
2010-08-20  Rico Schüllerd3dcompiler: Add D3DCreateBlob() test.
2010-08-17  Rico Schüllerd3dcompiler: Implement ID3DBlob::GetBufferSize().
2010-08-17  Rico Schüllerd3dcompiler: Implement ID3DBlob::GetBufferPointer().
2010-08-17  Rico Schüllerd3dcompiler: Implement D3DCreateBlob().
2010-08-02  Matteo Brunid3dcompiler_43: Add dll directory.