latest DOS updates (Daniel Borca)
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 20 Feb 2003 15:43:52 +0000 (15:43 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 20 Feb 2003 15:43:52 +0000 (15:43 +0000)
commit60f84fcc91c5fb86843c528416399303da113a2f
tree698d04b625c6efac205d76ae7d68b074102090f2
parent449e47f06a46c42fb9895d13f37b599600225e56
latest DOS updates (Daniel Borca)
28 files changed:
docs/README.DJ
include/GL/dmesa.h
progs/samples/Makefile.DJ
src/glut/dos/glutint.h
src/glut/dos/init.c
src/glut/dos/mouse.c
src/glut/dos/window.c
src/mesa/drivers/dos/blit.S [moved from src/mesa/drivers/dos/vesa/blit.S with 100% similarity]
src/mesa/drivers/dos/dmesa.c
src/mesa/drivers/dos/dpmi.c
src/mesa/drivers/dos/internal.h
src/mesa/drivers/dos/mga/m_ttemp.h [new file with mode: 0644]
src/mesa/drivers/dos/mga/m_ttemp2.h [new file with mode: 0644]
src/mesa/drivers/dos/mga/mga.c [new file with mode: 0644]
src/mesa/drivers/dos/mga/mga.h [new file with mode: 0644]
src/mesa/drivers/dos/mga/mga_hw.c [new file with mode: 0644]
src/mesa/drivers/dos/mga/mga_hw.h [new file with mode: 0644]
src/mesa/drivers/dos/mga/mga_mode.c [new file with mode: 0644]
src/mesa/drivers/dos/mga/mga_mode.h [new file with mode: 0644]
src/mesa/drivers/dos/mga/mga_reg.h [new file with mode: 0644]
src/mesa/drivers/dos/vesa.c [moved from src/mesa/drivers/dos/vesa/vesa.c with 88% similarity]
src/mesa/drivers/dos/vesa.h [moved from src/mesa/drivers/dos/vesa/vesa.h with 95% similarity]
src/mesa/drivers/dos/vga.c [moved from src/mesa/drivers/dos/vga/vga.c with 83% similarity]
src/mesa/drivers/dos/vga.h [moved from src/mesa/drivers/dos/vga/vga.h with 93% similarity]
src/mesa/drivers/dos/video.c
src/mesa/drivers/dos/video.h
src/mesa/drivers/dos/virtual.S
src/mesa/main/Makefile.DJ