Merge branch 'bind-memory-early' into 'master'
authorPyry Haulos <phaulos@google.com>
Thu, 30 Jul 2015 23:50:05 +0000 (19:50 -0400)
committerPyry Haulos <phaulos@google.com>
Thu, 30 Jul 2015 23:50:05 +0000 (19:50 -0400)
commit9f9e5571166bd35c237b99fbd9221f7556acfe18
tree108fd7ba7caa18879b9365ad5d95a8bba7215550
parente9208b2bfe0c30ce3a82c50894c5d2326de99581
parent19b87e8cb512c4be02c9b1d0dd670b48763f7ea8
Merge branch 'bind-memory-early' into 'master'

Bind memory early

The consensus in https://cvs.khronos.org/bugzilla/show_bug.cgi?id=13095 seems to be that clients should bind memory prior to using the image or buffer for anything.  In particular, they should bind memory prior to creating views.  In our implementation, we generate an actual hardware packet with an address in it at view creation time.

See merge request !17