Suppress all build warnings
[platform/upstream/Vulkan-LoaderAndValidationLayers.git] / tests / vktestframework.cpp
2016-09-08 Mark Lobodzinskitests: Clang-format vktestframework files
2016-07-12 Tobin Ehlistests: exit(1) if no valid test format supported
2016-06-21 Jeremy Hayestests: enable sign compare
2016-06-17 Greg FischerMerge branch 'master' of github.com:KhronosGroup/Vulkan...
2016-05-20 Mark Lobodzinskitests: GH7, Fix invalid variable names
2016-04-19 Jon Ashburnmisc: Update licenses to Apache 2.0
2016-02-10 Tobin EhlisMerge branch 'stroyan_draw_state_beginCB' into 'master'
2016-02-10 Karl SchultzRemove Khronos confidential clause from license text.
2016-02-03 Karl Schultztests: Update copyright and apply clang-format
2016-02-02 Tony BarbourRemove all tests except for layer validation and doc...
2016-01-25 Mark YoungWin32: Get 32-bit Windows build working
2016-01-21 GregFrendertests: switch gl_VertexID to gl_VertexIndex
2016-01-11 Jon Ashburnmisc: Move to Vulkan header version 0.222
2016-01-11 Tony Barbourtests: Don't register window class twice when presenting
2016-01-05 Tony Barbourdemos: Fix up dstAccessMasks and move pipeline barriers...
2015-12-31 Jon Ashburnmisc: For header vers 220, fix BOTTOM_OF_PIPE typo
2015-12-31 Jon Ashburnmisc: Add barrier pipeline stage BOTTOM_OF_PIPE; for...
2015-12-31 Jon Ashburnmisc: Add pipeline stage flags to wait upon for queueSu...
2015-12-29 Jon Ashburndemos: Fix win32_surface compile errors for demos and...
2015-12-29 Ian Elliotttests: Version 217 WSI changes.
2015-12-07 Tony BarbourFix Windows compile error
2015-12-07 Tony BarbourCreate a surface to find out what formats are presentable
2015-12-05 Jon Ashburntests: undef BadValue to workaround a conflict between...
2015-12-01 Ian Elliotttests: Started converting test code to use the new...
2015-12-01 Ian ElliottWSI: sed-generated changes to WSI code (not all that...
2015-11-11 Chia-I Wubug 15089: Does "Across Command Buffer Boundaries"...
2015-11-06 David PinedoMerge branch 'david_include_change_20151106'
2015-11-06 David PinedoMoved header files from include to include/vulkan
2015-11-05 Tony Barbourtests: Get --show-images working and passing validation
2015-11-04 Courtney Goeltzenl... misc: Update author information
2015-11-04 Courtney Goeltzenl... misc: switch copyright to Valve
2015-11-03 Chia-I Wubug 15003: vkCmdPipelineBarrier should be allowed on...
2015-11-02 Chia-I Wubug 14965: Merge VK_MEMORY_INPUT/OUTPUT flags to better...
2015-11-02 Chia-I Wubug 14921 part 1: sed renames
2015-11-02 Chia-I Wubug 14918 part1: consistency/cleanup ideas (from jbolz...
2015-11-02 Chia-I Wubug 12921: Memory callback (WIP)
2015-11-02 Chia-I Wubug 14892: 'count' parameters and members named inconsi...
2015-11-02 Chia-I Wubug 14857: Adding extensibility to VkSubmitInfo (WIP)
2015-10-30 Chia-I Wubug 14362: VK_NULL_HANDLE does not work in C (WIP)
2015-10-30 Chia-I Wusupport and use VkSubmitInfo semaphore signaling and...
2015-10-27 Courtney Goeltzenl... misc: Windows does not like named structure initialization
2015-10-23 Courtney Goeltzenl... bug-14786: CmdBufferOptimizeFlags -> CmdBufferUsageFlags
2015-10-23 Courtney Goeltzenl... bug-14786: Addressing layered subresources in vkCmdCopy...
2015-10-23 Courtney Goeltzenl... WIP bug-14815: VkShaderStage
2015-10-23 Courtney Goeltzenl... WIP bug-14815: VkImageAspect
2015-10-23 Courtney Goeltzenl... bug-14746: add batched submit for semaphores and comman...
2015-10-23 Courtney Goeltzenl... Bug 14621: Change vkGet* functions to not return VkResult
2015-10-23 Courtney Goeltzenl... bug-14531: Expand tess abbreviation to tessellation
2015-10-23 Tony Barbourtests: Add mem barrier to change layout to present...
2015-10-23 Tony Barbourtests: Clean up object tracker complaints from --show...
2015-09-25 Courtney Goeltzenl... tests: cleanup issues found by valgrind
2015-09-22 Tony BarbourRemove libpng and zlib dependencies, add copyrights
2015-09-22 Ian ElliottWSI: Small code changes to deal with latest WSI header.
2015-09-15 Courtney Goeltzenl... tests: Need to set the viewType now
2015-09-15 Courtney Goeltzenl... Bug 12998: change ImageSubresourceRange's aspect to...
2015-09-11 Courtney Goeltzenl... bug 14313: Rename ArraySlice to ArrayLayer
2015-09-04 Ian ElliottWSI: Convert WSI swapchain extension usage to new KHR...
2015-09-02 Courtney Goeltzenl... tests: Set swapchain image aspect correctly.
2015-09-02 Courtney Goeltzenl... Bug 14522: Remove VkAttachmentView
2015-08-28 Cody Northropwsi: Fix image usage flags in tests and demos
2015-08-11 Ian Elliotttests: Improve selection of VK_PRESENT_MODE_*_WSI based...
2015-08-11 Ian Elliotttests: Change to new WSI header ...
2015-08-06 Cody Northroptests: Adjust window width and height for Windows 10
2015-08-06 Cody Northroptests: Update usage flags for swap_chain
2015-08-06 Tony Barbourtests: Use new WSI model for --show-images
2015-07-31 Dana JansensPass a CmdPool, not a queue index, to CmdBuffer create
2015-07-31 Tony Barbourtests: Fix uninitialized image create info
2015-07-22 Tony Barbourtests: Use correct usage bits for images
2015-07-17 Ian Elliotttests: Changes to use new WSI swapchain extensions.
2015-07-17 Tony BarbourBug 14084: Get tests compiling and running
2015-07-17 Chia-I Wutest/binding: inherit Buffer and Image from NonDispHandle
2015-07-17 Chia-I Wutest/binding: inherit CmdBuffer from Handle
2015-07-17 Chia-I Wutest/binding: inherit Queue from Handle
2015-07-17 Chia-I Wutest/binding: inherit Device from Handle
2015-07-13 Cody Northroptests: Fix description of SPIR-V options
2015-07-07 Cody Northroptests: On init, specify if buffer is src or dst
2015-07-07 Cody Northroptests: (Workaround) Add VK_IMAGE_USAGE_COLOR_ATTACHMENT...
2015-07-07 Cody Northroptests: Provide VK_IMAGE_USAGE_TRANSFER_DESTINATION_BIT...
2015-07-07 Cody Northroptests: Specify VK_BUFFER_USAGE_TRANSFER_SOURCE_BIT...
2015-07-07 Cody Northroptests: Clean up SPV usage flags, Windows uses it now
2015-06-25 Tony Barbourvulkan.h: V108 -- Static Types, Bug# 13919
2015-06-24 Courtney Goeltzenl... tests: Need space for two persistent buffer structs
2015-06-18 Jon Ashburnmisc: Make wsi lunarg an extension rather than core...
2015-06-17 Cody Northroptests: Switch to m_use_glsl and cleanup option parsing
2015-06-17 Cody Northroptests: Add SPIR-V stripping/canonicalization to test...
2015-06-02 Tony Barbourtests: Clean up some MSVC++ compiler warnings
2015-06-02 Tony-LunarGtests: Changes to get --show-images to work on Windows
2015-06-02 Tony Barbourtests: Get tests running and compiling on Windows
2015-05-04 Courtney Goeltzenl... bug 13854: Remove memory references
2015-04-29 Courtney Goeltzenl... tests: Include HOST_VISIBLE mem prop for --show-images
2015-04-29 Courtney Goeltzenl... tests: Use staging buffer for --show-images
2015-04-22 Tony Barbourtests: Buffers/Images that map need VK_MEMORY_PROPERTY_...
2015-04-22 Tony Barbourmisc: Changes to clean up warnings in Release build
2015-04-22 Courtney Goeltzenl... tests: white space cleanup
2015-04-18 Mike Stroyanupdate to vulkan.h header version 90, bug 13529
2015-04-17 Chia-I Wuswitch to VK_WSI_LunarG
2015-04-17 Tony BarbourBug 13632 Header 84 Assorted questions and comments...
2015-04-16 Courtney Goeltzenl... bug 13632: Convert commands to plural form
2015-04-16 Courtney Goeltzenl... vulkan: beautification changes
2015-04-16 Tony Barbourtests: Rename Xgl->Vk all test objects
next