nv50,nvc0: never convert in resource copy when format sizes match
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Mon, 25 Jul 2011 16:13:26 +0000 (18:13 +0200)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Sun, 7 Aug 2011 13:34:34 +0000 (15:34 +0200)
commit9e466e87e6fde23f8ec0923be86005be81ac2d24
treefd4762a93570ced8d1fb5919a7178d68382939ed
parent425b179fafe93ddf4abacbccb67ed6aecbef6a7e
nv50,nvc0: never convert in resource copy when format sizes match

If there are any cases left where the st thinks that RGBA -> BGRA
will swap components, it will get what it deserves.

Now the GPU's 2D engine goes unused. What a shame.
src/gallium/drivers/nv50/nv50_surface.c
src/gallium/drivers/nvc0/nvc0_surface.c