util: fix util_blit_pixels() test for surface_copy() path
authorBrian Paul <brianp@vmware.com>
Wed, 5 Aug 2009 19:09:15 +0000 (13:09 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 5 Aug 2009 19:09:15 +0000 (13:09 -0600)
commit05d393f59fdacbbe181f007efd3054966734b3b7
treed54cc7b79564d54d147a03794dcfee816f0502ea
parent854ea483d4debcbff56c5a5a8e90c3dcce51f350
util: fix util_blit_pixels() test for surface_copy() path

For the surface_copy() path require same format, no flipping and no stretching.

Fixes progs/tests/copypixrate -blit
src/gallium/auxiliary/util/u_blit.c