aboutsummaryrefslogtreecommitdiff
path: root/icd/README.md
AgeCommit message (Collapse)Author
2017-12-12icd:Update README with current statusTobin Ehlis
2017-11-06icd:Update list of tests with unexpected errorsTobin Ehlis
Only 2 tests remain with unexpected errors when running with default mock ICD configuration. These same two tests also have unexpected errors when running on actual HW.
2017-10-30tests:Fix EmptyDescriptorUpdateTest testTobin Ehlis
Make sure that allocation for buffer is large enough to accommodate the buffer's device memory requirements. This fixes last failing test with mock. Also reran through all tests and updating unexpected error and skipped test lists.
2017-10-30icd:Get more tests passing on mock ICDTobin Ehlis
Modifying hard-coded minImageTransferGranularity for the queue from {0,0,0}, which has special restrictions, to {1,1,1} which is more lenient and removes some unexpected errors, allowing six more tests to pass.
2017-10-30tests:Fix InvalidBarriers testTobin Ehlis
InvalidBarriers test made invalid assumption that internal size of buffer memory was same as requested size. Update test so that when we exceed buffer size we do that based on internal size instead of requested size.
2017-10-30icd: Adding generated mock icdTobin Ehlis
Initial check-in for mock icd which is being built to allow validation testing without the need for an actual Vulkan device. ICD is currently building and passing 324/332 tests. It creates ptr handles for dispatchable objects and unique id handles for non-dispatchable objects. It currently has some hard-coded values for various Get* device-query functions in order to allow forward progress. The long-term intention is to allow the device configuration to be set by the test itself. See the ICD README.md file for more info.
2016-02-02misc: Remove vktrace and icd from this repositoryJon Ashburn
2015-04-16Bug 13632 Header 84 Assorted questions and comments on vulkan.hTony Barbour
2015-04-16loader: refactor layer activation function to handle more general inputsJon Ashburn
Renamed structure types as well. TODO: verify vk-layer-generate.py v2: fix LoaderEntrypointsSubcommand (olv)
2015-04-16vulkan: beautification changesCourtney Goeltzenleuchter
TODO: verify vk-layer-generate.py TODO: need to rename object tracker generator v2: fix "python3 vulkan.py" fix dead cod in tri introduced by rebase beautify wsi_null.c (olv)
2015-04-16Stage 1 of renameCourtney Goeltzenleuchter
TODO: re-enable glave build, advance API for glave v2: get rid of outdated code in tri introduced by rebase rename wsi_null.c (olv)
2015-02-18nulldrv: Creation of the nulldrv, for use on Windows.David Pinedo
Since the sample Intel driver hasn't been ported to Windows, this nulldrv is being used to bootstrap Windows support. It can also provide a hint to new IHV's for how to set the magic number.
2014-12-19Update README.mdJens Owen
start to push detailed descriptions down a level...