Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.3 KiB

  1. This directory is the DVA code from VFW 1.1
  2. what this directory builds is a static link library (DVA.LIB) that contains
  3. one API DVAGetSurface.
  4. DVAGetSurface() first checks the DISPLAY driver (via a escape) and if that
  5. fails it has built in support for SVGAs and some other cards built in.
  6. what this builds:
  7. DVA.LIB statis link
  8. DVA.H header for lib (a DVA client would use this)
  9. DVADDI.H defines structures and constants common to
  10. DVA clients and DVA providers.
  11. TEST\DVATST.EXE Test app to make sure all works.
  12. files:
  13. dva.h - public header(s)
  14. dvaddi.h
  15. dvaddi.inc
  16. makefile - builds DVA.LIB and DVATST.EXE
  17. dva.c - DVAGetSurfaceCode has other routines
  18. used to verify a surface is valid.
  19. lockbm.c - Internal utility functions
  20. lockbm.h
  21. dvavga.c - support for SVGAs
  22. vflat.asm
  23. dvaati.c - support for ATI Mach32
  24. dvathun.c - support for SuperMac Thunder/24
  25. dvavlb.c - support for Viper VLB
  26. dvadib.c - support for *Beta* Chicago display driver
  27. dibeng.inc
  28. dvaclip.c - unused/unfinished/undone code.