mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
gallium: added some debug code (disable)
This commit is contained in:
parent
cf7daba791
commit
070a744622
1 changed files with 6 additions and 0 deletions
|
|
@ -114,6 +114,12 @@ combined_drawpix_fragment_program(GLcontext *ctx)
|
|||
_mesa_clone_program(ctx, &st->pixel_xfer.program->Base.Base);
|
||||
}
|
||||
else {
|
||||
#if 0
|
||||
printf("Base program:\n");
|
||||
_mesa_print_program(&st->fp->Base.Base);
|
||||
printf("DrawPix program:\n");
|
||||
_mesa_print_program(&st->pixel_xfer.program->Base.Base);
|
||||
#endif
|
||||
stfp = (struct st_fragment_program *)
|
||||
_mesa_combine_programs(ctx,
|
||||
&st->pixel_xfer.program->Base.Base,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue