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 the [[Graphics Subsystem]]. It is the a default software renderer.


This DLL means "Software Drawing for Non-Accelerated Graphic Operation". It is used by the Graphics Engine with it needs to raster graphics.  
This DLL means "Software Drawing for Non-Accelerated Graphic Operation". It is used by the Graphics Engine with it needs to raster graphics.  

Revision as of 15:09, 13 August 2015

It is part of the Graphics Subsystem. It is the a default software renderer.

This DLL means "Software Drawing for Non-Accelerated Graphic Operation". It is used by the Graphics Engine with it needs to raster graphics.

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