Start remove old desgin of HEL to the new desgin, it will redues the code size, for...
authorMagnus Olsen <magnus@greatlord.com>
Sun, 7 May 2006 07:43:50 +0000 (07:43 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Sun, 7 May 2006 07:43:50 +0000 (07:43 +0000)
commit4a3cd2b21741677c8992bd4b907d8785bf727091
tree9cc456f99e7ebce5ad5ad004617a1fe515cce670
parent9c0250f71c591384542c60d1bc7f12418c764ce6
Start remove old desgin of HEL to the new desgin, it will redues the code size, for we will use same code to call HAL in HEL, basic we need write the Dd* functions, it can be done two way, 1. Create a Hel driver in kmode or try write it in user mode. I will try write it in user mode.

svn path=/trunk/; revision=21817
reactos/dll/directx/ddraw/ddraw.rbuild
reactos/dll/directx/ddraw/gamma.c
reactos/dll/directx/ddraw/hal/ddraw_hal.c
reactos/dll/directx/ddraw/helinterface.c [new file with mode: 0644]
reactos/dll/directx/ddraw/kernel.c
reactos/dll/directx/ddraw/main/ddraw_main.c
reactos/dll/directx/ddraw/main/surface_main.c
reactos/dll/directx/ddraw/palette.c
reactos/dll/directx/ddraw/soft/ddraw_hel.c
reactos/dll/directx/ddraw/soft/surface_callbacks_hel.c
reactos/dll/directx/ddraw/videoport.c