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)
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


Trivial merge