diff options
author | Brian Paul <[email protected]> | 2008-05-14 12:53:03 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-05-14 12:53:03 -0600 |
commit | 6ca948a303e1af7ae66ea7082af741f6880887f2 (patch) | |
tree | a497895b6edac79d78853913ddd91080f05e18ac /src/mesa/shader/programopt.h | |
parent | 19ad9cf7741c641bd83d20485b32d11fe27ca8df (diff) |
added _mesa_combine_parameter_lists()
cherry-picked from gallium-0.1
Diffstat (limited to 'src/mesa/shader/programopt.h')
-rw-r--r-- | src/mesa/shader/programopt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/shader/programopt.h b/src/mesa/shader/programopt.h index ce63644bbf5..47ff2f0c7be 100644 --- a/src/mesa/shader/programopt.h +++ b/src/mesa/shader/programopt.h @@ -39,5 +39,7 @@ _mesa_count_texture_indirections(struct gl_program *prog); extern void _mesa_count_texture_instructions(struct gl_program *prog); +extern void +_mesa_remove_varying_reads(struct gl_program *prog); #endif /* PROGRAMOPT_H */ |