mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 09:48:07 +02:00
swrast: Print out format on unexpected failure in _swrast_DrawPixels.
This commit is contained in:
parent
b970da4d24
commit
2e5764ccf4
1 changed files with 1 additions and 1 deletions
|
|
@ -751,7 +751,7 @@ _swrast_DrawPixels( struct gl_context *ctx,
|
|||
type, unpack, pixels);
|
||||
break;
|
||||
default:
|
||||
_mesa_problem(ctx, "unexpected format in _swrast_DrawPixels");
|
||||
_mesa_problem(ctx, "unexpected format 0x%x in _swrast_DrawPixels", format);
|
||||
/* don't return yet, clean-up */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue