diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-09-17 03:34:29 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-09-17 03:34:29 +0000 |
commit | 4561f8418331f74cabf29649e9a4df7e92504a90 (patch) | |
tree | 6266f425acb2dc042b96c63b22f5b61f9a644ca7 | |
parent | 278ce9917189da468521c4e7b4e6869b930a062d (diff) |
changed a comment
-rw-r--r-- | src/mesa/swrast/swrast.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/swrast/swrast.h b/src/mesa/swrast/swrast.h index 011c71ae4b..655c74077f 100644 --- a/src/mesa/swrast/swrast.h +++ b/src/mesa/swrast/swrast.h @@ -1,4 +1,3 @@ - /* * Mesa 3-D graphics library * Version: 5.1 @@ -221,7 +220,7 @@ _swrast_CopyColorTable( GLcontext *ctx, /* - * Texture fallbacks, Brian Paul. Could also live in a new module + * Texture fallbacks. Could also live in a new module * with the rest of the texture store fallbacks? */ extern void |