mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 12:50:12 +01:00
glsl_to_tgsi: remove debugging printf
This commit is contained in:
parent
189e9f12c7
commit
b7e8911531
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue