Merge branch '176-pipeline-image-buffer-offset-fix' into 'master'
authorPyry Haulos <phaulos@google.com>
Tue, 12 Jan 2016 00:48:11 +0000 (19:48 -0500)
committerPyry Haulos <phaulos@google.com>
Tue, 12 Jan 2016 00:48:11 +0000 (19:48 -0500)
commit4ce0583800139e9706c886b88898de0c6e2f4916
treea7432d44943a5b9211bb4677baea3f9f098324ab
parent0359f978dcec550726ba7ef30f4d2a545e091971
parentcff633177810949d02cdbbfb2e62e0066e17be92
Merge branch '176-pipeline-image-buffer-offset-fix' into 'master'

Pipeline image utils: use a bufferOffset multiple of 4 and multiple of the texel/block size.

This is an attempt to fix issue #176

See merge request !267