diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-01-20 15:20:27 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-01-20 15:20:27 +0000 |
commit | a12d12d1190f1baecdedc74a0ff1b62d22615dab (patch) | |
tree | 03d7bb503250820b458e92e9dab116752014c6c4 /src/mesa/swrast/s_aatriangle.c | |
parent | 8f95d790daee7c012364d689e7d86524340469c1 (diff) |
use COPY_CHAN4 macro
Diffstat (limited to 'src/mesa/swrast/s_aatriangle.c')
-rw-r--r-- | src/mesa/swrast/s_aatriangle.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mesa/swrast/s_aatriangle.c b/src/mesa/swrast/s_aatriangle.c index 6c304fd90f..95cab18a17 100644 --- a/src/mesa/swrast/s_aatriangle.c +++ b/src/mesa/swrast/s_aatriangle.c @@ -1,10 +1,10 @@ -/* $Id: s_aatriangle.c,v 1.26 2002/10/24 23:57:24 brianp Exp $ */ +/* $Id: s_aatriangle.c,v 1.27 2003/01/20 15:20:27 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 4.1 + * Version: 5.1 * - * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2003 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -31,6 +31,7 @@ #include "glheader.h" +#include "colormac.h" #include "macros.h" #include "imports.h" #include "mmath.h" |