Merging r37048, r37051, r37052, r37055 from the-real-msvc branch
[reactos.git] / reactos / dll / directx /
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-26 Gregor Schneider- Add missing cleanup code
2008-10-26 Colin Finck- Add a "host" attribute to the project's <include...
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-25 Aleksey Bragin- Globalize ReactOS target version (there are a few...
2008-10-21 KJK::Hyperionmodified tools/rbuild/backend/mingw/modulehandler.cpp
2008-10-18 Gregor SchneiderInitialize variables and close keys only if they were...
2008-10-17 Gregor SchneiderTypo: check for success of newest allocations.
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-10-06 Aleksey BraginDmitry Gorbachev
2008-10-05 Gregor BrunmarD3D9:
2008-09-30 Daniel ReimerSync Wined3d to Wine 1.1.5 (great work done by: Kamil...
2008-09-26 Christoph von Wittichset eol-style:native
2008-09-25 Timo KreuzerAllocate size of structure, not size of pointer to...
2008-09-23 Gregor BrunmarD3D9:
2008-09-21 Gregor BrunmarD3D9:
2008-09-19 Christoph von WittichDShow.h -> dshow.h
2008-09-19 Christoph von Wittich-import quartz from wine 1.1.4
2008-09-18 Christoph von Wittichforgot to fix this as well
2008-09-18 Christoph von Wittichfix some of the mess Lentin created here
2008-09-16 Gregor BrunmarD3D9: Implemented part of IDirect3DDevice9::CreateTexture()
2008-09-01 Gregor BrunmarD3D9:
2008-08-31 Gregor BrunmarD3D9:
2008-08-24 Gregor BrunmarD3D9:
2008-08-24 Gregor BrunmarD3D9:
2008-08-24 Gregor BrunmarD3D9:
2008-08-23 Gregor BrunmarThis seems to be more correct
2008-08-23 Gregor Brunmar* Refactored GetDirect3D9AdapterInfo() to make life...
2008-08-23 Gregor BrunmarAdded missing documentation
2008-08-23 Gregor Brunmar* Refactored D3D9 structures a bit
2008-08-21 Gregor BrunmarAdded some more parameter error checking to D3D9::Creat...
2008-08-21 Gregor Brunmar* Removed unused header file
2008-08-19 Gregor Brunmar* Removed d3d9's dependency on the missing strsafe...
2008-08-09 Hervé PoussineauReplace .def file by a .spec file
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-11 Christoph von Wittichcheck for NULL pointer
2008-07-10 Colin FinckWarning fixes for devenum by Stefan Ginsberg
2008-05-08 Hervé PoussineauFix some .rbuild file problems
2008-05-07 Gregor BrunmarImplemented IDirect3DDevice9::GetCreationParameters()
2008-05-07 Gregor Brunmar* Fixed an error in IDirect3DDevice9::GetDisplayMode...
2008-05-06 Gregor BrunmarImplemented IDirect3DDevice9::GetDisplayMode()
2008-05-05 Gregor BrunmarMade IDirect3DDevice9::GetAvailableTextureMem() less...
2008-05-05 Gregor BrunmarChanged struct in IDirect3DDevice9::GetAvailableTexture...
2008-05-05 Gregor BrunmarImplemented IDirect3DDevice9::GetAvailableTextureMem()
2008-05-05 Gregor Brunmar* Implemented IDirect3DDevice9::GetDirect3D() and GetDe...
2008-05-04 Gregor Brunmar* Implemented IDirect3D9::GetNumberOfSwapChains()
2008-05-04 Gregor Brunmar* Updated faulty documentation about Adapter parameter...
2008-05-04 Gregor Brunmar* Added stubs for IDirect3DDevice9
2008-04-24 Gregor BrunmarAdded some work-in-progress structs needed for IDirect3...
2008-04-24 Gregor BrunmarRenamed internal Direct3D9 structure to make more sense
2008-04-17 Magnus Olsenchange to using the globla version header for reactx...
2008-04-17 Magnus Olsenmerge ksuser.dll from reactx branch to trunk
2008-04-17 Dmitry Chapyshev- Fix build
2008-04-17 Dmitry Chapyshev- Add msdmo.dll, pdh.dll, qedit.dll, quartz.dll, ksuser...
2008-03-26 Gregor BrunmarRenamed some internal D3D9 structs as only COM objects...
2008-03-12 Gregor BrunmarRemoved false unimplemented output :)
2008-03-12 Gregor Brunmar* Made IDirect3D9 structure more MS compatible.
2008-03-09 Gregor BrunmarSecond iteration of Direct3DCreate9()
2008-03-04 Gregor BrunmarImplemented IDirect3D::CheckDepthStencilMatch()
2008-03-02 Gregor Brunmar* Implemented IDirect3D::CheckDeviceFormatConversion()
2008-03-02 Gregor BrunmarImplemented IDirect3D:CheckDeviceFormat()
2008-02-26 Gregor BrunmarImplemented IDirect3D9::CheckDeviceType()
2008-02-16 Gregor BrunmarImplemented IDirect3D::GetDeviceCaps()
2008-02-12 Gregor BrunmarImplemented IDirect3D9::GetAdapterDisplayMode()
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-02-10 Christoph von Wittichtranslate some GreatLordish comments into something...
2008-02-10 Gregor BrunmarFixed a typo
2008-02-10 Gregor Brunmar* Fixed a comment typo
2008-02-10 Gregor BrunmarImplemented IDirect3D9::GetAdapterModeCount() and IDire...
2008-02-10 Gregor Brunmar* Made it possible to include both d3d9types.h and...
2008-02-07 Gregor Brunmar* Fixed d3d9 critical section not being unlocked in...
2008-02-07 Gregor BrunmarFixed a compiler warning with msvc
2008-02-05 Gregor BrunmarFixed an infinite loop in IDirect3D::GetAdapterIdentifier()
2008-02-04 Gregor Brunmar* Implemented IDirect3D9's GetAdapterCount() and GetAda...
2008-01-27 Gregor Brunmar* Replaced d3d9 debug helper function with native call
2008-01-24 Christoph von Wittichfix some warnings
2008-01-17 Daniel ReimerContinue of my try to get all RCs in Sync.
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2008-01-13 Gregor BrunmarRefactored d3d9 a bit
2007-12-29 Gregor BrunmarDisplay device enumeration in d3d9
2007-12-27 Magnus Olsenimplement DxEngGetDeviceGammaRamp
2007-12-22 Magnus OlsenDO not use magic number for debug version of d3d9d...
2007-12-22 Magnus OlsenFixing smaller bugs in ddraw.dll
2007-12-20 Gregor Brunmar* Changed to aligned alloc of Direct3D9 object
2007-12-19 Gregor Brunmar* Forgot the struct name change in self-pointer
2007-12-19 Gregor Brunmar* Renamed internal IDirect3D9 structure
2007-12-19 Gregor BrunmarChanged last IDirect3D9->QueryInterface() according...
2007-12-19 Gregor BrunmarImplemented IDirect3D9->QueryInterface()
2007-12-19 Gregor BrunmarAdded stubs and vtable for IDirect3D9 implementation
2007-12-17 Colin FinckRename DSOUND_DllRegisterServer to DllRegisterServer...
2007-12-17 Gregor Brunmar* Check SDKVersion and print error message if debug...
2007-12-16 Magnus Olsenpatch from Kamil Hornicek tykef at atlas dot cz (irc...
2007-12-16 Magnus Olsendo not try add DDSD_LPSURFACE when it is already been set
2007-12-16 Magnus Olsenfix a typo
2007-12-16 Magnus Olsenfix a bug in createsurface
2007-12-16 Magnus Olsenfix another bug in createsurface
2007-12-16 Magnus Olsenfix a check in createsurface
2007-12-15 Magnus OlsenFixed param checks in createsurface code. and one wrong...
2007-12-15 Magnus Olsenalways initate ppSurf to NULL if createsurface fail...
next