Jump to content

SOFTDRAW.DLL: Difference between revisions

From EDM2
No edit summary
 
(5 intermediate revisions by 2 users not shown)
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.
 
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"
{| border="1"
!Date||Version||Size||Comments
|-
!Date
!Version
!Size
!Comments
|-
|2003-Jul-07 10:21:00 am
|N/A
|416,735 bytes.
|By IBM. Included on eComStation 2.1.
|-
|-
|
|2003-07-07|| ||416,735 bytes||
|
|
|
|}
|}


==DLL Entry Points==         
==DLL Entry Points==         
{| border="1"
#SDEntry
|-
#SDBitBlt
|1
#SDLine
|SDEntry
#SDPOLYGON
|2
|SDBitBlt
|-
|3
|SDLine
|}


==DLLs Loaded==
==DLLs Loaded==
Line 38: Line 23:
* [[PMGRE.DLL]]
* [[PMGRE.DLL]]


[[Category:Files]]
[[Category:DLL]]

Latest revision as of 00:24, 19 September 2023

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 416,735 bytes

DLL Entry Points

  1. SDEntry
  2. SDBitBlt
  3. SDLine
  4. SDPOLYGON

DLLs Loaded