You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the original driver release contains a .VxD called "VSGL". this is the actual hardware driver, handling detection and initialization of the card, shared memory mappings, render scheduling, etc. however, this appears to be missing from this repository.
the build system references a "vsgl" directory, which should contain the header files vsgl.h, brdio.h, and sched.h.
it should also include as well an unknown number of source files needed to build the VxD, including but not limited to vsgl.inc, and presumably including vsgl.c, pnp.c, brdio.c, and sched.c.
are you able to share the sources to this module?
The text was updated successfully, but these errors were encountered:
goshhhy
changed the title
Missing sources for VSGL
Missing sources for vsgl.vxd
Apr 11, 2022
the original driver release contains a .VxD called "VSGL". this is the actual hardware driver, handling detection and initialization of the card, shared memory mappings, render scheduling, etc. however, this appears to be missing from this repository.
the build system references a "vsgl" directory, which should contain the header files
vsgl.h
,brdio.h
, andsched.h
.it should also include as well an unknown number of source files needed to build the VxD, including but not limited to
vsgl.inc
, and presumably includingvsgl.c
,pnp.c
,brdio.c
, andsched.c
.are you able to share the sources to this module?
The text was updated successfully, but these errors were encountered: