- 04 Jan, 2003 6 commits
-
-
Rok Mandeljc authored
- some other small fixes
-
Rok Mandeljc authored
- added initial code for 3d buffer recalculating - added some auxiliary functions
-
Dimitrie O. Paun authored
-
Alexandre Julliard authored
-
Dimitrie O. Paun authored
testing done by Dan Kegel).
-
Dimitrie O. Paun authored
-
- 03 Jan, 2003 32 commits
-
-
Alexandre Julliard authored
script.
-
Gerald Pfeifer authored
-
Lionel Ulmer authored
-
Francois Gouget authored
-
Dimitrie O. Paun authored
-
Dimitrie O. Paun authored
Support more verbose output.
-
Jason Edmeades authored
codesampler.com.
-
Jason Edmeades authored
one), whenever possible. - Less trace in the slower form by default.
-
Lionel Ulmer authored
- minimize at the maximum texture uploads
-
Lionel Ulmer authored
- fix yet again texture enumeration to please all games :-/
-
Christian Costa authored
-
Lionel Ulmer authored
-
Christian Costa authored
Initialize the device with the right D3D default values. Implements GetRenderState, GetTextureStageState and GetLightState.
-
Lionel Ulmer authored
- some changes in the execute buffer to reuse the new Matrix code - always reinitialize the enumeration structures in case some games modify them - added support for the (unused) Reserved1 field in the FVF formats - fix 32 bit texturing and added more checks - remove some useless and annoying fixme
-
Lionel Ulmer authored
factorize the code between the various code path - fixed some logging stuff
-
Lionel Ulmer authored
- added 'support' for GetInfo
-
Lionel Ulmer authored
- misc. fixes
-
Dimitrie O. Paun authored
Miscellaneous small cleanups.
-
Dimitrie O. Paun authored
-
Lionel Ulmer authored
- fixes in the vertex buffer thunking + optimized flag support
-
Francois Gouget authored
instead since it won't impact _these_ tests anyway.
-
Alexandre Julliard authored
the per-thread strings area. Added inline functions to format POINT, SIZE and RECT structures.
-
Dimitrie O. Paun authored
-
Dimitrie O. Paun authored
-
Lionel Ulmer authored
-
Dimitrie O. Paun authored
Small cleanups.
-
Patrik Stridvall authored
of <> and "".
-
Stefan Leichter authored
-
Chris Morgan authored
being wider than listview prevents any scrolling from occuring. Added printing of the scroll code text during tracing of scroll functions.
-
Dan Kegel authored
App Paths.
-
Dominik Strasser authored
-
Francois Gouget authored
-
- 02 Jan, 2003 2 commits
-
-
Marcus Meissner authored
Added support for FADF_HAVEIID, FADF_RECORD, FADF_HAVEVARTYPE. Implemented SafeArrayAllocDescriptorEx and SafeArrayGetVarType correctly. Fixed second argument of SafeArrayCopyData (it is just SAFEARRAY*). Changed allocation to include 16 bytes before the SAFEARRAY (to store IID/VARTYPE/IRecordInfo*). VARTYPE -> size array was not indexed correctly. Added lots of testcases for most functionality. Added IRecordInfo interface definition.
-
Marcus Meissner authored
VariantCopy does not need to check the return of VariantClear. VariantCopyInd now copies VT_UNKNOWN and VT_DISPATCH too. VarCmp handles VT_BOOL. VarFormat handles VT_BSTR. coerce_array fixed for VT_ARRAY|VT_UI1 -> VT_BSTR and VT_ARRAY|x -> VT_SAFEARRAY cases. VarCat tries to coerce types into VT_BSTR to do cat.
-