aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-09Build: re-enable build of tests on Linux, enable build of null drv on WindowsDavid Pinedo
2015-07-09Layers: They now compile on Windows.David Pinedo
2015-07-09loader: Fix bug where layer default system path string needed to be copiedJon Ashburn
2015-07-09layers: Flag errors in DrawState if Clear or Resolve cmds issued incorrectlyTobin Ehlis
2015-07-09layers: Add DrawState check to warn on Clears prior to Draw cmdsTobin Ehlis
2015-07-09layers: Add USAGE bit validation to MemTracker layerTobin Ehlis
2015-07-09Windows SDK: Rename vulkan.dll to vulkan.<major>.dllDavid Pinedo
2015-07-09layers: Update ShaderChecker to use new logging mechanismChris Forbes
2015-07-09layers: Update custom CMake target for WindowsCody Northrop
2015-07-08vulkan.h: V136 -- Vulkan Sparse Resource IssuesMark Lobodzinski
2015-07-08vulkaninfo: Fix so that it compiles on Windows.Ian Elliott
2015-07-08loader: Build fixes for WindowsCody Northrop
2015-07-08layers: Fix CMake custom target on WindowsCody Northrop
2015-07-08toolchain: Update to latest glslang and LunarGLASS, fix scriptCody Northrop
2015-07-08Windows: Show the use of "update_external_sources.bat"Ian Elliott
2015-07-08Windows: Update "Windows System Requirements" for glslang and tests.Ian Elliott
2015-07-08nulldrv: Get compiling and linking on WindowsIan Elliott
2015-07-07layers: Fix makefile to look for <layerName>.json instead of <layerName>_configJon Ashburn
2015-07-07layers: Change JSON files to use relative path for shared librariesJon Ashburn
2015-07-07loader: Handle relative and filename paths in the layer manifest filesJon Ashburn
2015-07-07layers: Rename JSON files to <layer_name>.jsonJon Ashburn
2015-07-07layers: Copy json config files to build directoryCourtney Goeltzenleuchter
2015-07-07layers: Generic- update extension and layer supportCourtney Goeltzenleuchter
2015-07-07ScreenShot: Update extension and layer supportCourtney Goeltzenleuchter
2015-07-07layers: Image- Update extension and layer supportCourtney Goeltzenleuchter
2015-07-07ParamChecker: Update extension and layer mechanism.Courtney Goeltzenleuchter
2015-07-07loader: Fix so device layers to enable are from global list of type deviceJon Ashburn
2015-07-07loader: Use layer manifest files to discovery and query layersJon Ashburn
2015-07-07Screenshot: Make this a device layer only, no instance interceptJon Ashburn
2015-07-07DrawState: Remove the DOT file dumping and GraphViz stuffJon Ashburn
2015-07-07shader_checker: Update extension & layer supportCourtney Goeltzenleuchter
2015-07-07mem_tracker: Use ARRAY_SIZE macroCourtney Goeltzenleuchter
2015-07-07drawstate: Update extension and layer supportCourtney Goeltzenleuchter
2015-07-07layers: Remove object tracker extensionsCourtney Goeltzenleuchter
2015-07-07layers: Add handy ARRAY_SIZE macroCourtney Goeltzenleuchter
2015-07-07loader: early exit if nothing to do.Courtney Goeltzenleuchter
2015-07-07Multi: Update to latest extension & layer supportCourtney Goeltzenleuchter
2015-07-07apidump: Correct layer property descriptionCourtney Goeltzenleuchter
2015-07-07loader: collect layer properties regardless of extensionCourtney Goeltzenleuchter
2015-07-07loader: Filter extensions for ICD's CreateDeviceCourtney Goeltzenleuchter
2015-07-07loader: Add validation checks to CreateDeviceCourtney Goeltzenleuchter
2015-07-07cube: explicitly specify validation layersCourtney Goeltzenleuchter
2015-07-07loader: Validate global layers requested by appCourtney Goeltzenleuchter
2015-07-07loader: Filter extension list sent to ICDCourtney Goeltzenleuchter
2015-07-07TODO: Add reminder for new codeCourtney Goeltzenleuchter
2015-07-07layers: Update generator for threading, objtrackCourtney Goeltzenleuchter
2015-07-07loader: Use app's alloc routines if availableCourtney Goeltzenleuchter
2015-07-07loader: Add error return to detect invalid layersCourtney Goeltzenleuchter
2015-07-07loader: Use stack allocation for temp storageCourtney Goeltzenleuchter
2015-07-07loader: remove redundant log messageCourtney Goeltzenleuchter