Merge branch 'issue_230_mustpass' into 'master'
authorPyry Haulos <phaulos@google.com>
Tue, 19 Jan 2016 19:16:26 +0000 (14:16 -0500)
committerPyry Haulos <phaulos@google.com>
Tue, 19 Jan 2016 19:16:26 +0000 (14:16 -0500)
commit9a0049b3c84573d66adf71a073c071065e928ae8
tree291a278dce09ae5b9484befbb3f75fe00b7d65cc
parent61722bf4437389d8f75ceb32e9e135d973b40b25
parentb7a4a97a73b5f6104d03c64078fa7ae608940710
Merge branch 'issue_230_mustpass' into 'master'

Fix dEQP-VK.api.object_management.max_concurrent.device_memory_small

Fixes #230

Limit the number of allocations to 4K (which is the minimum required by the spec).

See merge request !348