diff options
author | Brian <[email protected]> | 2007-09-28 16:20:10 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-09-28 16:20:10 -0600 |
commit | bbcbd362a94386f2a19570dc09ec74c9ef4db067 (patch) | |
tree | e0ecb1ac1bb06b9d2c28abc621c1906cca5be374 /src/mesa/state_tracker/st_atom_constbuf.c | |
parent | 78876bf61c6f6e3c3fec471431f91307f51c107a (diff) |
remove old debug code, fix warning
Diffstat (limited to 'src/mesa/state_tracker/st_atom_constbuf.c')
-rw-r--r-- | src/mesa/state_tracker/st_atom_constbuf.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mesa/state_tracker/st_atom_constbuf.c b/src/mesa/state_tracker/st_atom_constbuf.c index 5285485c949..d140e0ef50b 100644 --- a/src/mesa/state_tracker/st_atom_constbuf.c +++ b/src/mesa/state_tracker/st_atom_constbuf.c @@ -65,20 +65,9 @@ static void upload_constants( struct st_context *st, if (0) { - int i; - printf("%s(shader=%d, numParams=%d, stateFlags=0x%x)\n", __FUNCTION__, id, params->NumParameters, params->StateFlags); - _mesa_print_parameter_list(params); - /* - for (i = 0; i < params->NumParameters; i++) - printf("%d: %f %f %f %f\n", i, - params->ParameterValues[i][0], - params->ParameterValues[i][1], - params->ParameterValues[i][2], - params->ParameterValues[i][3]); - */ } /* load Mesa constants into the constant buffer */ |