Implemented DirectDraw's Hardware Abstraction Layer (HAL) interface.
commit71c6984901a325ac31da0e776df44ad28f771c02
authorOve Kaaven <ovek@transgaming.com>
Tue, 17 Apr 2001 17:48:19 +0000 (17 17:48 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 17 Apr 2001 17:48:19 +0000 (17 17:48 +0000)
treed7fc480193950e28c7cc9b54f22d408bba6741c3
parent9bebbc5d8ec1128468a5a5a43c2a1a408b276296
Implemented DirectDraw's Hardware Abstraction Layer (HAL) interface.
Disabled DirectDraw's old XVidMode and DGA2 drivers, it now depends on the
display driver (x11drv) HAL implementations of these features.
dlls/ddraw/Makefile.in
dlls/ddraw/ddraw/hal.c [new file with mode: 0644]
dlls/ddraw/ddraw/hal.h [new file with mode: 0644]
dlls/ddraw/dpalette/hal.c [new file with mode: 0644]
dlls/ddraw/dpalette/hal.h [new file with mode: 0644]
dlls/ddraw/dsurface/hal.c [new file with mode: 0644]
dlls/ddraw/dsurface/hal.h [new file with mode: 0644]
dlls/ddraw/main.c