vc4: Fix handling of UBO range offsets.
authorEric Anholt <eric@anholt.net>
Wed, 27 Jul 2016 21:58:43 +0000 (14:58 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 3 Aug 2016 17:25:08 +0000 (10:25 -0700)
commit02f8c444e853ddb1db4f5354c613a172f6a98ef5
treeb7e01093d281356ae8ac085284899fe80285943f
parent9128acfb5781c43abd3ffe3ef74ee1d32138f6bc
vc4: Fix handling of UBO range offsets.

The ranges are in units of bytes, not dwords.  This wasn't caught by
piglit tests because ttn tends to make one big uniform file, so we only
had one UBO range with a src and dst offset of 0.
src/gallium/drivers/vc4/vc4_uniforms.c