History log of /external/deqp/external/vulkancts/modules/vulkan/api/vktApiBufferViewCreateTests.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
978d3d585aa549eb1e729b51e9d85fc6477240f9 29-Mar-2016 Pyry Haulos <phaulos@google.com> Change Vulkan CTS license to Apache 2
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiBufferViewCreateTests.cpp
fc89f6c9d8e5933457f19990b0f9a237ebb7eb57 15-Feb-2016 Pyry Haulos <phaulos@google.com> Fix type conversion warnings
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiBufferViewCreateTests.cpp
9a869c2848d0419008cb99f72c9fa372e3af805d 09-Feb-2016 Pyry Haulos <phaulos@google.com> Remove confidentiality clause from Vulkan CTS license
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiBufferViewCreateTests.cpp
fd467dbcc2b51b77061d6cafaec7dcf271e26329 30-Jan-2016 Jeff Bolz <jbolz@nvidia.com> Change buffer tests to use queried memory type index
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiBufferViewCreateTests.cpp
6afafbfeedf51c3354d4c296bb10ac3f2e7f4d1d 22-Jan-2016 Kristof Kosztyo <kkosztyo.u-szeged@samsung.com> Fix potential resource leaks in buffer tests

Fixes #46
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiBufferViewCreateTests.cpp
588f2bcd569fcb1953fe765c7b3d6898c499e13a 12-Jan-2016 Peter Siket <ps.szeged@partner.samsung.com> BufferView size is fixed.
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiBufferViewCreateTests.cpp
192b10130c346d1a713ad4e8ea71282b118c7b69 21-Dec-2015 Jeannot Breton <jbreton@nvidia.com> We need to allocate memory before we can create a buffer view
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiBufferViewCreateTests.cpp
0387a57d79405750e00ecf4588ec515f8e6f955d 18-Dec-2015 Jason Ekstrand <jason.ekstrand@intel.com> buffer_view.create: Only create views after binding memory

The only time the Vulkan API allows you to create a view after binding
memory is if you are using sparse memory. However, sparse memory requires
a different binding paradigm. Since we don't actually support sparse
binding in this test, we're probably better off just not claiming to for
now and fixing the binding problem.

This fixes #84
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiBufferViewCreateTests.cpp
196c4e8d8dbb87290e1c2c13d3a98f4b8072d1d0 18-Dec-2015 Pyry Haulos <phaulos@google.com> Fix warnings reported by GCC

Change-Id: Ie5de5794fc7ed53e1f3c4cb7b7fe38a756dab2eb
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiBufferViewCreateTests.cpp
a39b8ef211bb58e86d9e5f4dc22c46383805d8cf 17-Dec-2015 Pyry Haulos <phaulos@google.com> Merge branch 'jekstrand-bufferview-create-fixes' into 'master'

buffer_view.create test fixes

This MR fixes a bug in the buffer_view.create tests where they don't properly query the driver for supported formats.

See merge request !177
250f87d49c49cd75b70d0b3bb1749d072bfda76b 17-Dec-2015 Jason Ekstrand <jason.ekstrand@intel.com> buffer_view.create: Separate usage and features bits

In the Vulkan API, VkFormatFeatureFlags and VkBufferUsageFlags are separate
bitfields. The tests were comparing BufferUsageFlags to the
FormatFeatureFlags that it got from the driver so it would try and create
invalid buffer views. This commit splits these apart so the tests are now
properly querying the driver.

This fixes #108
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiBufferViewCreateTests.cpp
18f4737760f2c56f8dd723ea2a83456520c09365 17-Dec-2015 Pyry Haulos <phaulos@google.com> Merge branch '79-bufferview-sparse_binding' into 'master'

79 BufferView test: check if sparseBinding feature is enabled

This fixes issue #79

See merge request !130
751c611ada23abfa8691be119f5d285469a56eea 10-Dec-2015 pflisiko <pawel.flisikowski@intel.com> BufferView test: check if sparseBinding feature is enabled
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiBufferViewCreateTests.cpp
12715588d64bd52e3403d411f4377d9a5dd8294d 12-Dec-2015 Jeff Bolz <jbolz@nvidia.com> issue 83 - check for supported formats in buffer_view.create tests
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiBufferViewCreateTests.cpp
e08db002cd03deca2bc451772d3343071a16c643 08-Dec-2015 Pyry Haulos <phaulos@google.com> Fix BufferView test build with MSVC

Change-Id: Ie7227cf7c2fb89264f07d2e7cb9b5fb91537bdca
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiBufferViewCreateTests.cpp
13086ecc37fec225c6b7ac7980b86255c862cc81 08-Dec-2015 Pyry Haulos <phaulos@google.com> Clean up Vulkan test hierarcy

Renamed following groups:

dEQP-VK.api.buffers -> dEQP-VK.api.buffer
dEQP-VK.api.buffersView -> dEQP-VK.api.buffer_view.create
dEQP-VK.api.buffersViewMemory -> dEQP-VK.api.buffer_view.access
dEQP-VK.api.shaderRenderCase.discard -> dEQP-VK.glsl.discard

Change-Id: Ieca71086b2dd78d1d062f3af8ad58451a7c9950b
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiBufferViewCreateTests.cpp