Leaked source code of windows server 2003
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.

72 lines
1.4 KiB

  1. /******************************Module*Header*******************************\
  2. * Module Name: spansgen.h
  3. *
  4. * This file is included to generate a set of span functions for a certain
  5. * pixel format and zbuffer format
  6. *
  7. * 14-Oct-1994 mikeke Created
  8. *
  9. * Copyright (c) 1994 Microsoft Corporation
  10. \**************************************************************************/
  11. #undef ZBUFFER
  12. #define ZBUFFER 0
  13. #undef RGBMODE
  14. #define RGBMODE 1
  15. #undef DITHER
  16. #define DITHER 1
  17. #include "span_f.h"
  18. #undef DITHER
  19. #define DITHER 0
  20. #include "span_f.h"
  21. #undef RGBMODE
  22. #define RGBMODE 0
  23. #undef DITHER
  24. #define DITHER 1
  25. #include "span_f.h"
  26. #include "span.h"
  27. #undef DITHER
  28. #define DITHER 0
  29. #include "span_f.h"
  30. #include "span.h"
  31. #undef ZBUFFER
  32. #define ZBUFFER 1
  33. #undef RGBMODE
  34. #define RGBMODE 1
  35. #undef DITHER
  36. #define DITHER 1
  37. #include "span_f.h"
  38. #undef DITHER
  39. #define DITHER 0
  40. #include "span_f.h"
  41. #undef RGBMODE
  42. #define RGBMODE 0
  43. #undef DITHER
  44. #define DITHER 1
  45. #include "span_f.h"
  46. #include "span.h"
  47. #undef DITHER
  48. #define DITHER 0
  49. #include "span_f.h"
  50. #include "span.h"