1. Enable validation layer in spec file
[platform/upstream/Vulkan-LoaderAndValidationLayers.git] / icd /
2018-02-23 Xuelian Bai1. Merge latest version from github into tizen
2018-02-05 Mark Lobodzinskiicd: Remove dead code from CMakeLists.txt
2018-02-05 Mark Lobodzinskicmake: Move LVL temp/worker targets into subfolder
2018-01-22 Mark Lobodzinskicmake: Fix non-existant cmake variable
2018-01-09 Karl Schultzbuild: Remove Mock ICD JSON file from install target
2017-12-15 Petr Krausicd: Fix json for windows build
2017-12-12 Tobin Ehlisicd:Update README with current status
2017-12-06 Mark Lobodzinskicmake: Fix layers/icd cmake files for in-tree builds
2017-11-06 Tobin Ehlisicd:Update list of tests with unexpected errors
2017-11-06 Cody Northropandroid: Remove mips targets
2017-10-30 Tobin Ehlisicd:Add Windows def file
2017-10-30 Tobin Ehlistests:Fix EmptyDescriptorUpdateTest test
2017-10-30 Tobin Ehlisicd:Get more tests passing on mock ICD
2017-10-30 Tobin Ehlistests:Fix InvalidBarriers test
2017-10-30 Tobin Ehlisicd: Adding generated mock icd
2016-02-02 Jon Ashburnmisc: Remove vktrace and icd from this repository
2016-01-26 Mark Lobodzinskilayers: LX308, CreateGraphics/ComputePipelines support...
2016-01-25 Mark YoungFIXES: Fixed cmake generation issue discovered by Tony.
2016-01-25 Mark YoungBUILD: Moved 64-bit source dir back to build from build64.
2016-01-25 Mark YoungWin32: Get 32-bit Windows build working
2016-01-23 GregFshader compiler: map VertexIndex to VertexID
2016-01-22 Chris Forbesnulldrv: Set memory type mask for buffers.
2016-01-22 Chris Forbesnulldrv: fill out physical device memory info
2016-01-22 Jon Ashburnmisc: bump to header 1.0.2
2016-01-22 GregFshader compiler: temporarily disable ir_validation...
2016-01-21 Courtney Goeltzenl... debug_report: Integrate review feedback
2016-01-19 Courtney Goeltzenl... debug_report: MR141, Change pUserData to match type...
2016-01-15 Kristof KosztyoFix assert in the icd/intel/cmd_meta.c
2016-01-14 Chris Forbesnulldrv: Initialize image format properties
2016-01-14 Chris Forbesnulldrv: Add more proper support for ShaderModule objects
2016-01-14 Chris Forbesnulldrv: Add minimal support for pipeline cache objects.
2016-01-14 Chris Forbesnulldrv: Claim that our supported image formats can...
2016-01-14 Chris Forbesnulldrv: Expose some present modes
2016-01-14 Chris Forbesnulldrv: Expose some basic formats as presentable
2016-01-14 Chris Forbesnulldrv: Claim to support any WSI surface.
2016-01-14 Chris Forbesnulldrv: Initialize memory types mask
2016-01-14 Tony BarbourChange api_version to 1.0.1 in json files
2016-01-14 Tobin Ehlisnulldrv: MR131, Update api_version in nulldrv json...
2016-01-12 Jon Ashburnheader: move to version 1.0.1
2016-01-12 Jon Ashburnintel: Fix alignment to be power of two
2016-01-11 Jon Ashburnmisc: Move to Vulkan header version 0.222
2016-01-07 Jon Ashburnmisc: make sure host memory alignment is a power of two
2016-01-07 Jon Ashburnicd: Use new loader interface for finding ICD entry...
2016-01-07 Ian Elliottintel: Set VkSurfaceCapabilitiesKHR::supportedComposite...
2016-01-06 GregFstandalone_compiler: recognize [frag|vert|geom].spv...
2016-01-05 Karl Schultzintel: Fix ret code for vkWaitForFences to return VK_TI...
2016-01-04 Karl SchultzFix bug in handling timeout value in vkWaitForFences
2016-01-04 BogDan VatraIntel: MR112, Fix export vkDestroyPipelineCache
2015-12-31 Jon Ashburnmisc: rename descriptorSetlayout pBinding; update to...
2015-12-31 Jon Ashburnmisc: Changes to go to header v214 including vulkan...
2015-12-31 Jon Ashburnmisc: rename startXXX to firstXXX and add firstXXX...
2015-12-29 Jon Ashburnnulldrv: Fix swapchain compile error
2015-12-29 Ian Elliottintel: Version 217 WSI changes.
2015-12-29 Ian Elliottnulldrv: Version 217 WSI changes.
2015-12-17 Courtney Goeltzenl... intel: fix missing return path
2015-12-17 Courtney Goeltzenl... misc: Clean up variety of compiler warnings
2015-12-17 Courtney Goeltzenl... misc: white space cleanup
2015-12-17 Courtney Goeltzenl... debug_report: Update extension name
2015-12-17 Courtney Goeltzenl... debug_report: rename object type and error bits
2015-12-17 Courtney Goeltzenl... debug_report: rename vk_lunarg_debug_report.h
2015-12-17 Courtney Goeltzenl... debug_report: Add DebugReportMessage function
2015-12-17 Courtney Goeltzenl... nulldrv: export device extension
2015-12-17 Courtney Goeltzenl... debug_report: rename and update to use CreateInfo
2015-12-17 Courtney Goeltzenl... debug_report: Rename VkDbgMsgCallback object
2015-12-17 Courtney Goeltzenl... nulldrv: Update to latest extension names
2015-12-17 Mark Lobodzinskiintel: Update Intel extension count for defined WSI...
2015-12-15 Mark Lobodzinskiwsi: Do not enable Xlib support by default
2015-12-15 Courtney Goeltzenl... nulldrv: Add swapchain "support" to nulldrv
2015-12-15 Courtney Goeltzenl... layers: Rename VK_DEBUG_REPORT_EXTENSION enums
2015-12-15 Courtney Goeltzenl... layers: rename VkDbgObjectType
2015-12-15 Courtney Goeltzenl... layers: Rename DebugReport flags
2015-12-15 Jon Ashburnvulkan: Changes for header version 211
2015-12-14 Jon Ashburnintel: Fix extension support to include all the platfor...
2015-12-14 Mark Lobodzinskiwsi: Fix reported number of WSI image array layers
2015-12-11 Mark Lobodzinskiwsi: Make WSI cases more consistent, fail if not set...
2015-12-11 GregFSPV toolchain: update for SDK 0.10.1
2015-12-10 BogDan VatraFix crash: pApplicationInfo is not mandatory
2015-12-09 Courtney Goeltzenl... nulldrv: Create icd json file for nulldrv
2015-12-09 Courtney Goeltzenl... nulldrv: Add json for null driver
2015-12-07 Tobin Ehlistests: MR72, Add tests to verify validation layout...
2015-12-07 Mark Lobodzinskiintel: Add support for VK_COMPONENT_SWIZZLE_IDENTITY...
2015-12-05 Jon Ashburntests: Advertise xlib_surface extension
2015-12-04 FslNopperFixes, that build is possible with Xlib configuration.
2015-12-01 Mark Lobodzinskiwsi: Moved definition of CreateXxxSurface extension...
2015-12-01 Mark Lobodzinskilayers: Add WSI extensions to autogen code
2015-12-01 Ian Elliottintel: Add vkGetPhysicalDeviceXcbPresentationSupportKHR()
2015-12-01 Jon Ashburnmisc: Add DestroySurfaceKHR to the codegen WSI surface...
2015-12-01 Ian Elliottintel: Add myself as one of the authors of "wsi_x11.c"
2015-12-01 Ian Elliottintel: Enable the VK_KHR_xcb_surface extension.
2015-12-01 Ian Elliottdemos: Get compiling with new WSI extensions.
2015-12-01 Ian Elliottintel: Fix problems with vkDestroySurfaceKHR().
2015-12-01 Ian Elliottintel: Add vkDestroySurfaceKHR()
2015-12-01 Ian Elliottintel: Fix other compilation issues in "wsi_x11.c"
2015-12-01 Ian Elliottnulldrv: Get compiling.
2015-12-01 Ian Elliottintel: Start converting to using VkIcdSurfaceXcb.
2015-12-01 Ian Elliottintel: Started adding/using VkSurfaceKHR object.
2015-12-01 Ian Elliottnulldrv: WSI hand-edits
2015-12-01 Ian Elliottintel: WSI hand-edits
2015-12-01 Ian ElliottWSI: sed-generated changes to WSI code (not all that...
2015-11-24 David PinedoLayers: changed layer names to conform to spec
next