mshtml: Don't use PRInt32 in property getters implementations.
[wine] / dlls / d3dcompiler_43 / blob.c
2011-04-04  Rico Schüllerd3dcompiler: Move blob and strip functions to blob.c.
2011-04-04  Rico Schüllerd3dcompiler: Remove type cast in D3DCreateBlob().
2011-04-04  Rico Schüllerd3dcompiler: Move D3DCreateBlob() to blob.c.
2010-12-21  Rico Schüllerd3dcompiler: Use an iface instead of a vtbl pointer...
2010-12-13  Rico Schüllerd3dcompiler: Handle TAG_OSG5 in D3DGetBlobPart().
2010-10-18  Henri Verbeetd3dcompiler: Make some variables static.
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-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().