powervr-graphics / PowerVR-Series1

Original source code for the PowerVR Series 1 GPUs : Midas Arcade, PCX1 and PCX2
MIT License
282 stars 20 forks source link

Missing sources for vsgl.vxd #6

Open goshhhy opened 2 years ago

goshhhy commented 2 years ago

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?