mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
nouveau: Turn off debug cannon.
This commit is contained in:
parent
1f070125e3
commit
78aaf2a4f1
1 changed files with 1 additions and 2 deletions
|
|
@ -267,8 +267,7 @@ nv04_surface_copy(struct nv04_surface_2d *ctx, struct pipe_surface *dst,
|
|||
* to NV_MEMORY_TO_MEMORY_FORMAT in this case.
|
||||
*/
|
||||
if ((src->offset & 63) || (dst->offset & 63) ||
|
||||
(src_pitch & 63) || (dst_pitch & 63) ||
|
||||
debug_get_bool_option("NOUVEAU_NO_COPYBLIT", FALSE)) {
|
||||
(src_pitch & 63) || (dst_pitch & 63)) {
|
||||
nv04_surface_copy_m2mf(ctx, dst, dx, dy, src, sx, sy, w, h);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue