Commit fdb19929 authored by Subv's avatar Subv
Browse files

GPU/DMA: Partially implemented the 'enable_2d' bit in the DMA engine.

When not set, this tells the GPU to only use the X size when performing a DMA copy.
This is only implemented for linear->linear and tiled->tiled copies. Conversion copies still retain the assert.

This bit is unset by some games for various purposes, and by nouveau when copying the vertex buffers.
parent 9cd79c25
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment