Annotation of quake1/nonintel.c, revision 1.1.1.2

1.1       root        1: //
                      2: // nonintel.c: code for non-Intel processors only
                      3: //
                      4: 
                      5: #include "quakedef.h"
                      6: #include "r_local.h"
                      7: #include "d_local.h"
                      8: 
1.1.1.2 ! root        9: #if    !id386
1.1       root       10: 
                     11: /*
                     12: ================
                     13: R_Surf8Patch
                     14: ================
                     15: */
                     16: void R_Surf8Patch ()
                     17: {
                     18:        // we only patch code on Intel
                     19: }
                     20: 
                     21: 
                     22: /*
                     23: ================
                     24: R_Surf16Patch
                     25: ================
                     26: */
                     27: void R_Surf16Patch ()
                     28: {
                     29:        // we only patch code on Intel
                     30: }
                     31: 
                     32: 
                     33: /*
                     34: ================
                     35: R_SurfacePatch
                     36: ================
                     37: */
                     38: void R_SurfacePatch (void)
                     39: {
                     40:        // we only patch code on Intel
                     41: }
                     42: 
                     43: 
                     44: #endif // !id386
                     45: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.