d3d9: Add a test testing two texbem instructions in one shader.
[wine] / dlls / rpcrt4 / ndr_marshall.c
2008-01-17  Rob Shearmanrpcrt4: Only initialise the context handle to NULL...
2008-01-17  Andrew Talbotrpcrt4: Remove unneeded casts.
2008-01-14  Rob Shearmanrpcrt4: Handle complex arrays in calc_arg_size.
2008-01-14  Rob Shearmanrpcrt4: Fix the calculation of element sizes for comple...
2008-01-14  Rob Shearmanrpcrt4: Don't print fixmes for NDR types without a...
2008-01-14  Rob Shearmanrpcrt4: Add support for calculating the memory size...
2008-01-07  Rob Shearmanrpcrt4: Add stubs for NdrCorrelationInitialize, NdrCorr...
2008-01-07  Rob Shearmanrpcrt4: Print fixme's if the serialize or no-serialize...
2008-01-07  Rob Shearmanrpcrt4: Pass the interface identifier to the lower...
2008-01-07  Rob Shearmanrpcrt4: Update todos.
2007-12-31  Rob Shearmanrpcrt4: Implement NdrConformantStringMemorySize.
2007-12-31  Rob Shearmanrpcrt4: Implement non-conformant string functions.
2007-12-26  Rob Shearmanrpcrt4: Re-use existing memory for embedded pointers...
2007-12-26  Rob Shearmanrpcrt4: Re-use existing memory for embedded pointers...
2007-12-26  Rob Shearmanrpcrt4: Implement higher-level NDR server context handl...
2007-12-26  Rob Shearmanrpcrt4: Move low-level NDR context handle functions...
2007-12-23  Rob Shearmanrpcrt4: Set pStubMsg->BufferMark in NdrConformantVaryin...
2007-12-21  Rob Shearmanrpcrt4: Print an error if stub buffer pointer is passed...
2007-12-20  Rob Shearmanrpcrt4: Fix NdrConformantStringUnmarshall to always...
2007-12-19  Rob Shearmanrpcrt4: Memory should only be cleared in ComplexUnmarsh...
2007-12-19  Rob Shearmanrpcrt4: Fix the ALIGN_POINTER_CLEAR macro.
2007-12-18  Rob Shearmanrpcrt4: Don't copy memory from the buffer in NdrConform...
2007-12-17  Rob Shearmanrpcrt4: Fix NdrConformantStringUnmarshall to use buffer...
2007-12-17  Rob Shearmanrpcrt4: Add a FIXME for RPC_FC_P_ALLOCALLNODES in Point...
2007-12-17  Rob Shearmanrpcrt4: Clear padding inserted into the buffer during...
2007-12-14  Rob Shearmanrpcrt4: Update TODO list.
2007-12-14  Rob Shearmanrpcrt4: Document NdrAllocate.
2007-12-14  Rob Shearmanrpcrt4: Partially revert commit 18faf3184b2ea263d77c2a7...
2007-12-14  Rob Shearmanrpcrt4: Free the base pointer in PointerFree when freei...
2007-12-14  Rob Shearmanrpcrt4: Fix the check in NdrPointerFree.
2007-12-14  Rob ShearmanRevert "rpcrt4: Try to free every non-stack pointer...
2007-12-12  Rob Shearmanrpcrt4: Try to free every non-stack pointer in PointerF...
2007-12-12  Rob Shearmanrpcrt4: Store allocated memory in a singly-linked list...
2007-12-10  Rob Shearmanrpcrt4: Pass the USER_MARSHAL_CB structure into user...
2007-12-10  Rob Shearmanrpcrt4: Implement NdrConformantArrayMemorySize.
2007-12-08  Rob Shearmanrpcrt4: Save the buffer in EmbeddedPointerMemorySize...
2007-12-08  Rob Shearmanrpcrt4: Fix the return value from NdrSimpleStructMemory...
2007-12-08  Rob Shearmanrpcrt4: Add a trace to NdrBaseTypeMemorySize.
2007-12-08  Rob Shearmanrpcrt4: Implement PointerMemorySize.
2007-12-08  Rob Shearmanrpcrt4: Fix NdrConformantStructUnmarshall to use buffer...
2007-12-08  Rob Shearmanrpcrt4: Fix NdrFixedArrayUnmarshall to use buffer memor...
2007-12-08  Rob Shearmanrpcrt4: Fix NdrConformantArrayUnmarshall to use buffer...
2007-12-07  Rob Shearmanrpcrt4: Implement NdrConformantStructFree.
2007-12-07  Rob Shearmanrpcrt4: Improve PointerFree to not free buffer memory.
2007-12-05  Rob Shearmanrpcrt4: Set the memory pointer in NdrBaseTypeUnmarshall...
2007-12-05  Rob Shearmanrpcrt4: Set fMustAlloc to TRUE when unmarshalling an...
2007-12-04  Rob Shearmanrpcrt4: Set the destination pointer in PointerUnmarshal...
2007-12-03  Rob Shearmanrpcrt4: Reverse the conditions for which *pPointer...
2007-11-30  Rob Shearmanrpcrt4: Fix NdrSimpleStructUnmarshall to cope with...
2007-11-30  Rob Shearmanrpcrt4: Improve PointerUnmarshall to cope with keeping...
2007-11-30  Rob Shearmanrpcrt4: Move forcing of fMustAlloc to NULL to the calle...
2007-11-30  Rob Shearmanrpcrt4: EmbeddedPointerUnmarshall doesn't need to chang...
2007-11-29  Rob Shearmanrpcrt4: Fix an integer overflow in NdrConformantStructM...
2007-11-29  Rob Shearmanrpcrt4: Fix some more potential buffer overflows.
2007-11-29  Rob Shearmanrpcrt4: Check there is enough space in the buffer and...
2007-11-29  Rob Shearmanrpcrt4: Check for integer overflows when increasing...
2007-11-21  Rob Shearmanrpcrt4: Raise an exception if a NULL ref-pointer is...
2007-11-05  Rob Shearmanrpcrt4: Handle FC_IGNORE in the base type functions.
2007-11-05  Dan Hipschmanrpcrt4: Initialize allocated pointers to NULL in Pointe...
2007-10-11  Dan Hipschmanrpcrt4, widl: Make pointer layouts compatible with...
2007-09-19  Rob Shearmanrpcrt4: Implement RpcSmDestroyClientContext and RpcSsDe...
2007-08-20  Andrew Talbotrpcrt4: Constify some variables.
2007-07-19  Dmitry Timoshkovrpcrt4: Fix the buffer bounds check.
2007-07-16  Rob Shearmanrpcrt4: Never allocate memory for the discriminant...
2007-07-16  Rob Shearmanrpcrt4: Check to make sure there is enough data in...
2007-07-16  Rob Shearmanrpcrt4: Even though FC_ENUM16 is an unsigned type,...
2007-06-26  Dan Hipschmanrpcrt4: Allow enums as union switch types.
2007-06-25  Rob Shearmanrpcrt4: Dereference the pointer passed to the marshalin...
2007-06-25  Rob Shearmanrpcrt4: Implement marshalling, unmarshalling and buffer...
2007-06-25  Rob Shearmanrpcrt4: Implement marshalling/unmarshalling for the...
2007-06-25  Rob Shearmanrpcrt4: Set PointerBufferMark to the buffer location...
2007-06-20  Rob Shearmanrpcrt4: Use the offset to array data in embedded pointe...
2007-06-19  Dan Hipschmanrpcrt4: Fix typo in union buffer size calculation.
2007-06-19  Dan Hipschmanrpcrt4: Fix bug calculating union switch type.
2007-06-19  Dan Hipschmanrpcrt4: Remove inaccurate comments.
2007-06-18  Rob Shearmanrpcrt4: Implement encapsulated union NDR functions.
2007-05-18  Andrew Talbotrpcrt4: Exclude unused headers.
2007-03-23  Andrew Talbotrpcrt4: Replace inline static with static inline.
2007-02-12  Rob Shearmanrpcrt4: The format structures used in the marshaling...
2007-01-24  Huw Daviesrpcrt4: Implement NdrSimpleType{Marshall,Unmarshall}.
2006-11-13  Francois Gougetrpcrt4: Add some stub documentation headers to make...
2006-11-10  Michael Stefaniucrpcrt4: Win64 printf format warning fixes.
2006-11-10  Michael Stefaniucrpcrt4: More "unsigned long" to "ULONG" changes in...
2006-11-10  Michael Stefaniucrpcrt4/ndr_marshall.c: Bring the function definitions...
2006-09-26  Andrew Talbotrpcrt4: Cast-qual warnings fix.
2006-08-18  Huw Daviesrpcrt4: Remember to skip over the conformance description.
2006-07-25  Phil Lodwickrpcrt4: Support for SMVARRAY in EmbeddedComplexSize.
2006-07-24  Robert Shearmanrpcrt4: Set BufferMark before calling EmbeddedPointerMa...
2006-07-24  Robert Shearmanrpcrt4: Support small fixed arrays in EmbeddedComplexSize.
2006-07-24  Robert Shearmanrpcrt4: Allocate memory based on MaxCount, not ActualCo...
2006-07-24  Robert Shearmanrpcrt4: Add support for marshaling the FC_HYPER base...
2006-07-18  Robert Shearmanrpcrt4: Handle more structure padding values.
2006-07-14  Robert Shearmanrpcrt4: Fix Variance Callback Functions.
2006-07-07  Michael Stefaniucjanitorial: Put "inline static" at the beginning of...
2006-07-05  Huw Daviesrpcrt4: Don't advance the buffer for FC_STRUCTPAD2.
2006-06-12  Robert Shearmanrpcrt4: Initialise pStubMsg->MemorySize to zero before...
2006-06-12  Robert Shearmanrpcrt4: Use safe_mutiply in conformant array functions.
2006-06-12  Robert Shearmanrpcrt4: Pass in a maximum variance value to ReadVarianc...
2006-06-12  Robert Shearmanrpcrt4: Check that strings are null-terminated on unmar...
2006-06-12  Robert Shearmanrpcrt4: Use safe_multiply when multiplying anything...
next