home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / SVGALIB / SVGALIB1.TAR / svgalib / FILES < prev    next >
Encoding:
Text File  |  1994-12-17  |  2.0 KB  |  74 lines

  1.  
  2. README        Documentation
  3. README.vgalib    Documentation of VGAlib 1.2, on which svgalib is based.
  4. README.config    Documentation of the config file.
  5. svgalib.lsm    LSM entry for svgalib
  6. Makefile
  7.  
  8. In src/:
  9. vga.h    Headerfile for library
  10. vga.c    Main module
  11. vgaclear.c    Files that resulted from vga.c split
  12. vgadraw.c
  13. vgaline.c
  14. vgamodesel.c
  15. vgapal.c
  16. vgapix.c
  17. vgadrv.c    Standard VGA driver (also used by other drivers)
  18. cirrus.c    Cirrus GD542x driver
  19. et4000.c    Tseng ET4000 driver
  20. tvga8900.c    Trident 8900/9000 driver
  21. oak.c    Oak 037/067/077 driver
  22. mach32.c    ATI Mach32 driver
  23. s3.c    S3 driver (non-functional)
  24. libvga.h    Definitions shared between modules
  25. driver.h
  26. dumpreg.c    A program to dump VGA registers
  27.  
  28. In the utils/ directory:
  29. restorefont.c    Program to save and restore (corrupted) VGA textmode font
  30. convfont.c    Program to convert VGA fonts
  31. runx        Shell script to start XFree86 with font saving/restoration.
  32. Makefile
  33. font8        Sample 8-line VGA font
  34. font14        Sample 14-line VGA font
  35. font16        Sample 16-line VGA font
  36. restoretextmode.c Program to save and restore VGA textmode registers
  37. savetextmode    Script to save textmode registers and font
  38. textmode    Script to restore textmode registers and font
  39. restorepalette.c Program to set the VGA textmode palette to the default
  40. setmclk.c    Program to tweak memory clock of Cirrus 542x cards
  41.  
  42. In support/:
  43. vga.c        DOS program to dump VGA registers
  44.  
  45. In gl/:
  46. def.h        Sources of vgagl library
  47. driver.c    Primitives
  48. driver.h
  49. grlib.c        Main module
  50. inlstring.h
  51. line.c
  52. palette.c
  53. scale.c
  54. text.c
  55. vgagl.h        Headerfile of vgagl library
  56. makefile
  57. README
  58.  
  59. In demos/:
  60. vgatest.c    Mode test program
  61. fun.c        Demo program with moving pixels
  62. testgl.c    Test program
  63. speedtest.c    Tests framebuffer video speed
  64. mousetest.c    Program to test the mouse interface
  65. scrolldemo.c    VGA scrolling demo (Mode X etc.)
  66. testlinear.c    Test linear addressing (Cirrus, Mach32).
  67. 3d        Binary of 3d demo.
  68. testaccel.c    Test 8bit dac (some Mach32) and all blitfunctions (in most rez)
  69.  
  70. In mach32/:
  71. mach32info.c    reads out Mach32 state and EEPROM, calcs clocks.
  72. README.mach32   read it!
  73. mach32.std-modes standard ATI videotimings in config file format.
  74.