srcinfo.txt: Linux files (descriptions); opengl.txt: minor notes

This commit is contained in:
hpsolo
2001-06-04 05:37:51 +00:00
parent 94120ca0fe
commit d0a71fdad6
2 changed files with 19 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
This document is no longer up-to-date, but is a good start to
understanding how the OpenGL code works for non-filtered modes.
-------------------------------------------------------------------------
OpenGL is currently only avialable on Linux and via CVS. For the most OpenGL is currently only avialable on Linux and via CVS. For the most
part, it works and fairly stable. Please send all comments, suggestions, part, it works and fairly stable. Please send all comments, suggestions,
and bug fixes to hpsolo@my-deja.com. DO NOT EMAIL THE OTHER DEVELOPERS and bug fixes to hpsolo@my-deja.com. DO NOT EMAIL THE OTHER DEVELOPERS

View File

@@ -17,6 +17,21 @@ winlink.cpp ; Win32 routines (DirectX, Win32 functions)
ztcp.c ; TCP/IP & UDP driver ztcp.c ; TCP/IP & UDP driver
copyvwin.asm ; Video Blitter for D modes copyvwin.asm ; Video Blitter for D modes
-LINUX-
copyvwin.asm ; Video Blitter for D modes
gl_draw.c ; OpenGL routines for drawing the video buffer
gl_draw.h ;
protect.c ;
sdllink.c ; SDL routines (video, input, sound init)
sdlintrf.asm ; Interface routines
sw_draw.c ; Software (via SDL) drawing routines
sw_draw.h ;
zfilew.c ;
zipxw.c ;
zloaderw.c ;
zsnes.man ; man page for zsnes
ztcp.c ; TCP/IP (Netplay)
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
; The following are generally compiled for both ports, but they ; The following are generally compiled for both ports, but they
; are not necessarily used by both ; are not necessarily used by both