aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-22layers: ShaderChecker can attempt calls on errorsMike Stroyan
2015-09-22layers: fix ShaderChecker hang on stage mismatchMike Stroyan
2015-09-22layers: make DrawState globals staticMike Stroyan
2015-09-21build: bring update_external_sources.sh to latest rev 31 SPIR-VGregF
2015-09-21Finished migration of validation checks out of cmd_pipeline.cTobin Ehlis
2015-09-21layers: Add Idx buffer alignment check to DrawStateTobin Ehlis
2015-09-21Remove old checks from pipeline.c and verify that they're handled in validationTobin Ehlis
2015-09-21layers: Fix bug where logging_callback was not being correctly cleaned upTobin Ehlis
2015-09-20layers: Make passing a non-SPIRV shader to CreateShaderModule an errorChris Forbes
2015-09-18layers: Fix APIDump to handle "stdout" special caseTobin Ehlis
2015-09-18loader: Fix a few possibly unitialized variablesJon Ashburn
2015-09-18layers: Add documentation for SHADER_CHECKER_MISSING_DESCRIPTORCody Northrop
2015-09-18layers: Require pipeline layout to contain all referenced descriptorsChris Forbes
2015-09-18layers: Collect descriptor usage from SPIRV imagesChris Forbes
2015-09-18layers: Shadow descriptor set layout in ShaderCheckerChris Forbes
2015-09-17layers: Update DrawState array of PIPELINE_NODEs to be vectorTobin Ehlis
2015-09-17layers: Add return value for Generic vkCreateInstance() functionTobin Ehlis
2015-09-17misc: Enable nulldriver on LinuxCourtney Goeltzenleuchter
2015-09-17bug 14537: nulldrv: add CreateFlags to ImageFormatPropertiesCourtney Goeltzenleuchter
2015-09-17nulldrv: Remove unused functionCourtney Goeltzenleuchter
2015-09-17nulldrv: Remove return code for void functionsCourtney Goeltzenleuchter
2015-09-17misc: bump header version to 170Courtney Goeltzenleuchter
2015-09-17Bug 14318: Clarify image layout transitions in a RenderPassCourtney Goeltzenleuchter
2015-09-17bug 14640: add pNext/sType to VkDeviceQueueCreateInfoCourtney Goeltzenleuchter
2015-09-17Bug 14644 - add poolUsage/maxSets to VkDescriptorPoolCreateInfoCourtney Goeltzenleuchter
2015-09-17bug 14437: Remove VK_PIPELINE_STAGE_TRANSITION_BITCourtney Goeltzenleuchter
2015-09-17misc: Bump header versionCourtney Goeltzenleuchter
2015-09-17shader_checker: Do not hold lock across API call.Courtney Goeltzenleuchter
2015-09-17bug 14564: and initial layout for image creationCourtney Goeltzenleuchter
2015-09-17misc: Add maxVertexInputBindingsCourtney Goeltzenleuchter
2015-09-17misc: code movement due to header build changesCourtney Goeltzenleuchter
2015-09-17Bug 14643: use VkClearDepthStencilValueCourtney Goeltzenleuchter
2015-09-17bug-14538: Remove validation error codesCourtney Goeltzenleuchter
2015-09-17bug 14509: Rename Layer and Extension queriesCourtney Goeltzenleuchter
2015-09-17layers: Move some fixed code into header files for APIDump and GenericJon Ashburn
2015-09-17layers: Fix intercept of WSI instance entrypointsJon Ashburn
2015-09-17layers: Fix several bugs in WSI extension handling in layersJon Ashburn
2015-09-17layers: No assert on init instance table map.size != 1Jon Ashburn
2015-09-17layers: Remove the DEBUG_REPORT entrypoints from device dispatch structure.Jon Ashburn
2015-09-17loader: Remove windows disable of global optimization.Jon Ashburn
2015-09-17layers: Update DrawState to handle creation of multiple gfx pipelinesTobin Ehlis
2015-09-17layers: Various memtracker TODOs, fixed some error messagesMark Lobodzinski
2015-09-17layers: Update vk_layer_settings.txt to clarify CALLBACK option and change De...Tobin Ehlis
2015-09-17layers: Improve invalid object checks of ObjectTrackerTobin Ehlis
2015-09-16demos: trivial fixes for cube problemsTony Barbour
2015-09-16loader: Need to init instance dispatch without layersCourtney Goeltzenleuchter
2015-09-16layers: Add return value to non-void functionCody Northrop
2015-09-16layers: Migrate Fence checks from ObjectTracker to MemTrackerTobin Ehlis
2015-09-16layers: Example vk_layer_settings.txt fileTobin Ehlis
2015-09-16layers: Fix layer STDOUT loggingTobin Ehlis