diff options
author | Andrey Nazarov <skuller@skuller.net> | 2013-03-16 00:44:15 +0400 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2013-03-19 03:44:50 +0400 |
commit | 6e5aa4dec92010a3794152a379d95f62fb8cc029 (patch) | |
tree | b5c7a53488a43cd2b55730405f50cd532030d899 /src/refresh/sw/edge.c | |
parent | 5a4744ed5ccab66fa7b45c5369d210807f120137 (diff) |
Remove x86 assembly code.
Diffstat (limited to 'src/refresh/sw/edge.c')
-rw-r--r-- | src/refresh/sw/edge.c | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/refresh/sw/edge.c b/src/refresh/sw/edge.c index f83cf86..f4b2e61 100644 --- a/src/refresh/sw/edge.c +++ b/src/refresh/sw/edge.c @@ -19,21 +19,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "sw.h" -#if !USE_ASM -void R_SurfacePatch(void) -{ -} - -void R_EdgeCodeStart(void) -{ -} - -void R_EdgeCodeEnd(void) -{ -} -#endif - - /* the complex cases add new polys on most lines, so dont optimize for keeping them the same have multiple free span lists to try to get better coherence? @@ -135,8 +120,6 @@ void R_BeginEdgeFrame(void) } -#if !USE_ASM - /* ============== R_InsertNewEdges @@ -254,8 +237,6 @@ pushback: } } -#endif // !USE_ASM - /* ============== @@ -400,8 +381,6 @@ void R_TrailingEdge(surf_t *surf, edge_t *edge) } -#if !USE_ASM - /* ============== R_LeadingEdge @@ -547,8 +526,6 @@ void R_GenerateSpans(void) R_CleanupSpan(); } -#endif // !USE_ASM - /* ============== |