Difference for texmap/texmapl.h from version 1.1 to 1.2


version 1.1 version 1.2
Line 19
 
Line 19
  * Local include file for texture mapper library -- NOT to be included by users.   * Local include file for texture mapper library -- NOT to be included by users.
  *   *
  * $Log$   * $Log$
  * Revision 1.1  1999/06/14 22:14:11  donut   * Revision 1.2  1999/12/08 01:03:51  donut
  * Initial revision   * allow runtime selection of tmap routines
    *
    * Revision 1.1.1.1  1999/06/14 22:14:11  donut
    * Import of d1x 1.37 source.
  *   *
  * Revision 1.14  1995/02/20  18:23:02  john   * Revision 1.14  1995/02/20  18:23:02  john
  * Put all the externs in the assembly modules into tmap_inc.asm.   * Put all the externs in the assembly modules into tmap_inc.asm.
Line 85
 
Line 88
   
 // texture mapper scanline renderers  // texture mapper scanline renderers
 extern void asm_tmap_scanline_per(void);  extern void asm_tmap_scanline_per(void);
   extern void asm_pent_tmap_scanline_per(void);
   extern void asm_ppro_tmap_scanline_per(void);
 //extern  void asm_tmap_scanline_per_doubled(void);  //extern  void asm_tmap_scanline_per_doubled(void);
 extern void asm_tmap_scanline_lin(void);  extern void asm_tmap_scanline_lin(void);
 //extern  void asm_tmap_scanline_lin_16(void);  //extern  void asm_tmap_scanline_lin_16(void);

Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2