Fill some structs more correctly.
[reactos.git] / reactos / lib / ddraw / hal /
2005-11-05 Maarten BosmaFill some structs more correctly.
2005-11-01 Magnus Olsendo not try free memmory at exit it seam like the DdDele...
2005-11-01 Magnus OlsenFixed a crach. and do not hardcode the flag ddsd to...
2005-11-01 Magnus Olsensplit up CreateSurface to hal and hel interface
2005-11-01 Magnus Olsen* Source cleanup.
2005-11-01 Maarten BosmaAnother few cosmetic changes and also except DDSURFACED...
2005-11-01 Maarten BosmaAdd call to DdReenableDirectDrawObject (GdiEntry10...
2005-11-01 Maarten BosmaSome cosmetic changes like replacing tabs with spaces...
2005-10-31 Magnus OlsenFix someprat of Createsurface now it is working for...
2005-10-31 Magnus OlsenFix some crach in ddraw.dll startup process for surface...
2005-10-31 Magnus OlsenFix so startup process of ddraw hal can be compile...
2005-10-30 Magnus OlsenFree Hal memory that have been alloc at exist
2005-10-30 Magnus Olsensmall ceanup in hal startup process
2005-10-30 Magnus OlsenSmall change for hal startup process only few callbacks...
2005-10-30 Magnus Olsenadding more stuff for create surface right
2005-10-30 Maarten BosmaFix compile
2005-10-30 Maarten BosmaImplement IDirectDrawSurface::Blt for HAL
2005-10-30 Magnus Olsenlay some gorun for blt but not implement
2005-10-30 Magnus OlsenRename files so it be more easy to wrok with them in VS
2005-10-30 Magnus OlsenMove hel SetDisplayMode to hel and write a stub for...
2005-10-30 Magnus Olsenimplment Hal FlipToGDISurface
2005-10-30 Magnus Olsenimplement Hal GetScanLine
2005-10-30 Magnus OlsenFix one crach in createsurface for DrFred
2005-10-30 Magnus Olsenimplement Hal WaitForVerticalBlank
2005-10-30 Magnus OlsenImplement Hal GetAvailableVidMem and is it working...
2005-10-29 Magnus OlsenCover the most hal startup process it now time start...
2005-10-29 Magnus OlsenSetup the hal startup process some bit. We still does...
2005-10-29 Magnus Olsensorry forget This->DirectDrawGlobal
2005-10-29 Magnus OlsenDo not trust msdn what it say about dwContext in any...
2005-10-29 Magnus OlsenSetup the hal inisate bit more. and commect the code...
2005-10-29 Magnus OlsenFixed some hal insate problem
2005-10-23 Magnus Olsenfirst working api is GetCaps for HAL. rember we do...
2005-08-25 Maarten BosmaFill some more structs, that ms ddraw fill as well.
2005-08-09 Maarten BosmaFull some additional Structs
2005-08-09 Maarten BosmaAdd second call to DdQueryDirectDrawObject.
2005-08-08 Maarten BosmaThe beginning of a ddraw implementation. Does not work...