diff options
author | Brian Paul <[email protected]> | 2006-10-28 17:14:47 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-10-28 17:14:47 +0000 |
commit | f5eea0cc7a8c568b00035427294812712c6c6081 (patch) | |
tree | 5123c64cbd98bc81f6c0a44f377ea6a2420c0628 /src/mesa/shader/programopt.h | |
parent | db5529573f40c5ad68d589ab6a5e4e47d6743b4c (diff) |
Implement _mesa_append_fog_code() for fragment program fog options.
Diffstat (limited to 'src/mesa/shader/programopt.h')
-rw-r--r-- | src/mesa/shader/programopt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/programopt.h b/src/mesa/shader/programopt.h index 8799da435b3..efaf29b9374 100644 --- a/src/mesa/shader/programopt.h +++ b/src/mesa/shader/programopt.h @@ -1,6 +1,6 @@ /* * Mesa 3-D graphics library - * Version: 6.5.1 + * Version: 6.5.2 * * Copyright (C) 1999-2006 Brian Paul All Rights Reserved. * |