st/nine: Rework UpdateTexture Checks
authorAxel Davy <axel.davy@ens.fr>
Tue, 9 Feb 2016 21:35:27 +0000 (22:35 +0100)
committerAxel Davy <axel.davy@ens.fr>
Wed, 18 May 2016 21:37:14 +0000 (23:37 +0200)
commit217d969746e3c1473df4cc1e6e6ec1eb0d84a3d4
tree84b06627bc876283b8f7d25a2f23a438b2fabec3
parent4c77673de75049a3f1d707efce8ee30df03634c8
st/nine: Rework UpdateTexture Checks

Our code did match the user documentation of the function
quite well (except for format check).

However the DDI documentation and wine tests show that
documentation was not correct. Thus adapt our code to
fit the best possible to the -real- spec.

Signed-off-by: Axel Davy <axel.davy@ens.fr>
src/gallium/state_trackers/nine/device9.c
src/gallium/state_trackers/nine/surface9.c