mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-25 00:40:40 +01:00
remove old debug code, fix warning
This commit is contained in:
parent
78876bf61c
commit
bbcbd362a9
1 changed files with 0 additions and 11 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue