SOFTDRAW.DLL: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
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. | ||
SOFTDRAW exports two functions called SDBitBlt and SDLine that VMAN uses to simulate in software bitblt and line operations, respectively. | SOFTDRAW exports two functions called SDBitBlt and SDLine that VMAN uses to simulate in software bitblt and line operations, respectively. It 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== | ||
{|class="wikitable" | |||
{| | !Date||Version||Size||Comments | ||
!Date | |||
| | |||
| | |||
| | |||
| | |||
|- | |- | ||
| | |2003-07-07 10:21|| ||416,735 bytes|| | ||
| | |||
| | |||
| | |||
|} | |} | ||
==DLL Entry Points== | ==DLL Entry Points== | ||
#SDEntry | |||
#SDBitBlt | |||
#SDLine | |||
==DLLs Loaded== | ==DLLs Loaded== |
Revision as of 15:49, 17 November 2016
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. It 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-07-07 10:21 | 416,735 bytes |
DLL Entry Points
- SDEntry
- SDBitBlt
- SDLine