diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-12-15 18:24:16 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-01-06 09:14:21 -0700 |
commit | c18860ad1cd96674a2ff72e3fd6185d7356e9fff (patch) | |
tree | b506a5e86c94b389308d8be1f18778e93054de8a /src/mesa/shader/slang/slang_codegen.c | |
parent | 6045a6a908e230f3666f0dcf4defae305573accd (diff) |
mesa: bump glsl grammar revision
And update some copyrights.
(cherry picked from commit 4561307a27e07e37319fdf993c37f2c1b85ee3e9)
Diffstat (limited to 'src/mesa/shader/slang/slang_codegen.c')
-rw-r--r-- | src/mesa/shader/slang/slang_codegen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/slang/slang_codegen.c b/src/mesa/shader/slang/slang_codegen.c index 9fb23946b7..e86e6ba1d4 100644 --- a/src/mesa/shader/slang/slang_codegen.c +++ b/src/mesa/shader/slang/slang_codegen.c @@ -1,8 +1,8 @@ /* * Mesa 3-D graphics library - * Version: 7.1 * * Copyright (C) 2005-2007 Brian Paul All Rights Reserved. + * Copyright (C) 2008 VMware, Inc. 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"), |