aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-08loader: Support GetInsTanceProcAddr(inst, "vkGetDeviceProcAddr")Jon Ashburn
2015-10-08layers: Suppress error messages for undestroyed descriptorSetsMark Lobodzinski
2015-10-08demos: Remove swapchain workaround code and don't assume 2 buffersTony Barbour
2015-10-08demos: Change WSI references to swapchainTony Barbour
2015-10-08demos: Animate tri via z-clippingTony Barbour
2015-10-08layers: Add DrawState check to flag error on vkFreeDescriptorSets from ONE_SH...Tobin Ehlis
2015-10-08demos/tests: Stop calling vkFreeDescriptorSets on pools with usage ONE_SHOTCody Northrop
2015-10-08WSI Validation: Ported better logging approach from generic layer.Ian Elliott
2015-10-08WSI Validation: Move some things between .h and .cpp files.Ian Elliott
2015-10-08intel,layers,tests: move cmd_meta errors to validationMike Stroyan
2015-10-08Only check LogicOp if it is enabled.Michael Lentine
2015-10-08layers: Migrate DrawState global data structs to layer_data structTobin Ehlis
2015-10-08layers: DrawState migrate device and instance dispatch tables into layer data...Tobin Ehlis
2015-10-08layers: In DeviceLimits move dispatch table to layer data structTobin Ehlis
2015-10-08update_external_sources: Fix svn LunarGLASS checkout for LinuxCody Northrop
2015-10-08misc: do not need pull if using git checkoutCourtney Goeltzenleuchter
2015-10-07layers: Remove obsolete dbg message logging headerJon Ashburn
2015-10-07layers: Add support for debug_report extension in generic layerJon Ashburn
2015-10-07loader: Fix comile warning on WindowJon Ashburn
2015-10-06loader, icd: correct use of _aligned_mallocMike Stroyan
2015-10-06layers: Remove dead code from MemTrackerMark Lobodzinski
2015-10-06layers: Fix DeviceLimits error return codesMark Lobodzinski
2015-10-06layers: Add validation for Image Aspect settingsMark Lobodzinski
2015-10-06loader: match free to alloc in dirent functionsMike Stroyan
2015-10-06layers: LunarXchange #145: Fix windows printf format errorsMark Lobodzinski
2015-10-05loader: Fix GetInstanceProcAddr for CreateDeviceJon Ashburn
2015-10-05Demos: increase console buffer size for vulkaninfoDavid Pinedo
2015-10-05loader: Add warning message for unreconized layer names from env varJon Ashburn
2015-10-02update_external_sources: get glslang from gitlabGreg Fischer
2015-10-02update_external_sources: get glslang from gitlabGregF
2015-10-02Only check blend state if blend is enabled.Michael Lentine
2015-10-02Add basic validation for the shader module.Michael Lentine
2015-10-02layers: Add DrawState checks for dynamically set Viewport and ScissorsTobin Ehlis
2015-10-02layers: Drawstate verify viewport and scissor state at PSO creation timeTobin Ehlis
2015-10-02loader: Fixes in trampoline code to support layers which wrap objectsJon Ashburn
2015-10-01layers: Validation -- updated layer validation doc fileMark Lobodzinski
2015-10-01loader: fix use of freed memoryMike Stroyan
2015-10-01layers: Updated README.md and details docTobin Ehlis
2015-10-01Build doc: Correction to the cmake command to be used for windowsDavid Pinedo
2015-10-01vulkaninfo demo: Reduce the size of the console window so it fits on smaller ...David Pinedo
2015-10-01sdk: Update release notes for 0.9 SDKCourtney Goeltzenleuchter
2015-10-01loader: Fix vkGetInstanceProcAddr to handle debug_report extensionJon Ashburn
2015-10-01layers: Validate draw commands appropriately inside/outside render passMark Lobodzinski
2015-10-01layers: Fix DrawState to correctly handle dynamic state from PSO and CmdSet* ...Tobin Ehlis
2015-10-01layers: DrawState allows callback to set fail on DescriptorType mismatchTobin Ehlis
2015-10-01Merge branch 'mlentine_layers4' into 'master'Tobin Ehlis
2015-09-30Set dynamic pipeline state as dynamicPiers Daniell
2015-09-30Make reseting an unsignaled fence a warning.Michael Lentine
2015-09-30loader: Change GetXXProcAddr to support NULL dispatchable objectJon Ashburn
2015-09-30layers: DrawState handles dynamic state set via PSOTobin Ehlis