diff options
author | Bryan Cain <[email protected]> | 2011-08-02 11:36:44 -0500 |
---|---|---|
committer | Bryan Cain <[email protected]> | 2011-08-04 13:52:06 -0500 |
commit | b7e89115310628310bf458a33f2df2bf23384cf3 (patch) | |
tree | de3a55dee1c7c184449f2487cd75ce715a47ff69 /src/mesa/state_tracker | |
parent | 189e9f12c7d3a82d7dd28695935a83e4319bb267 (diff) |
glsl_to_tgsi: remove debugging printf
Diffstat (limited to 'src/mesa/state_tracker')
-rw-r--r-- | src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_glsl_to_tgsi.cpp b/src/mesa/state_tracker/st_glsl_to_tgsi.cpp index ba4074eecd5..b5f4253ea64 100644 --- a/src/mesa/state_tracker/st_glsl_to_tgsi.cpp +++ b/src/mesa/state_tracker/st_glsl_to_tgsi.cpp @@ -840,7 +840,6 @@ glsl_to_tgsi_visitor::add_constant(gl_register_file file, int index = 0; immediate_storage *entry; assert(file == PROGRAM_IMMEDIATE); - fprintf(stderr, "adding immediate\n"); /* Search immediate storage to see if we already have an identical * immediate that we can use instead of adding a duplicate entry. |