Jump to content

SOFTDRAW.DLL: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 1: Line 1:
It is part of [[GRADD]]. It is the a default software renderer.
It is part of [[GRADD]]. It is the a default software renderer.
SOFTDRAW exports two functions called SDBitBlt and SDLine that VMAN uses to simulate in software bitblt and line operations, respectively. SOFTDRAW provides a generic graphics library. Given a pointer to a linear address (a VRAM bitmap or system memory bitmap), SOFTDRAW can draw the bits directly into the bitmap.


==Version==
==Version==

Revision as of 19:19, 23 July 2015

It is part of GRADD. It is the a default software renderer.

SOFTDRAW exports two functions called SDBitBlt and SDLine that VMAN uses to simulate in software bitblt and line operations, respectively. SOFTDRAW provides a generic graphics library. Given a pointer to a linear address (a VRAM bitmap or system memory bitmap), SOFTDRAW can draw the bits directly into the bitmap.

Version

Date Version Size Comments
2003-Jul-07 10:21:00 am N/A 416,735 bytes. By IBM. Included on eComStation 2.1.

DLL Entry Points

1 SDEntry 2 SDBitBlt
3 SDLine

DLLs Loaded