Opened 23 months ago
Closed 5 months ago
#13993 closed feature request (fixed)
TINYGL: glPolygonStipple is not implemented in TinyGL
Reported by: | neuromancer | Owned by: | neuromancer |
---|---|---|---|
Priority: | normal | Component: | Graphics |
Version: | Keywords: | tinygl | |
Cc: | neuromancer | Game: |
Description
glPolygonStipple is not implemented in TinyGL. There is a reference implementation here: https://github.com/C-Chads/tinygl/blob/c4285492260419bcb6cebf8c211743b3bc60523a/src/misc.c#L4-L15
At least one engine, freescape, needs this function to correctly implement CGA/ZX rendering using TinyGL (#13992)
Note:
See TracTickets
for help on using tickets.
There is PR under review: https://github.com/scummvm/scummvm/pull/5795