diff options
author | Brian Paul <[email protected]> | 2004-01-14 19:51:19 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-01-14 19:51:19 +0000 |
commit | ae7666385d6bb2885fce2590d4f07c6caa8b3260 (patch) | |
tree | ed8b3033e39229942f445368815f50424150044e /src/mesa/swrast/s_blend.c | |
parent | e6089db8c082da62f85a3510e6bd06f5d8f0405e (diff) |
added blurb about NVIDIA extensions
Diffstat (limited to 'src/mesa/swrast/s_blend.c')
-rw-r--r-- | src/mesa/swrast/s_blend.c | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/mesa/swrast/s_blend.c b/src/mesa/swrast/s_blend.c index 124d389b302..9f550223ee3 100644 --- a/src/mesa/swrast/s_blend.c +++ b/src/mesa/swrast/s_blend.c @@ -1,8 +1,8 @@ /* * Mesa 3-D graphics library - * Version: 5.1 + * Version: 6.0 * - * Copyright (C) 1999-2003 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2004 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"), @@ -22,6 +22,14 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/* + * Regarding GL_NV_blend_square: + * + * Portions of this software may use or implement intellectual + * property owned and licensed by NVIDIA Corporation. NVIDIA disclaims + * any and all warranties with respect to such intellectual property, + * including any use thereof or modifications thereto. + */ #include "glheader.h" |