aboutsummaryrefslogtreecommitdiff
path: root/loader/LoaderAndLayerInterface.md
AgeCommit message (Collapse)Author
2016-03-21layers: Rename param_checker to parameter_validationMark Lobodzinski
Also, param_check.h -> parameter_validation.h and .json files changed. Change-Id: I9db10563bcc2640fe6b90588d3c80c4fe50a8a83
2016-03-08Bump api_version to 1.0.5 in json filesTony Barbour
Change-Id: I71a03cd8043906074f6c3be98af0006e1aeaf5ee
2016-03-03misc: Remove lunarg_debug_marker extensionJon Ashburn
This device extensions was not completely supported in any layer. It had partial support (intercept) in draw_state and device_limits. This extension is being changed and has a formal proposal in Khronos as debug_marker_ext. Removing the existing extension since it is deprecated; once the debug_marker_ext gets registered by Khronos, layers might want to start using the ObjectTag/ObjectName commands to supplement error report messages in debug_report_ext. Since debug_report_ext might get changed as part of Khronos review, don't add it yet.
2016-03-02loader: Update documentation to remove editing comments.Jon Ashburn
Also better describe layer requirements for layers which creat new dispatchable objects.
2016-02-24loader: Update doc to add the Linux search pathJon Ashburn
$HOME/.local/share/vulkan/icd.d or explicit_layer.d or implicit_layer.d
2016-02-24loader: Add example codeCourtney Goeltzenleuchter
2016-02-24loader: doc cleanupCourtney Goeltzenleuchter
2016-02-24loader: doc cleanupCourtney Goeltzenleuchter
Fix some awkward wording. Conflicts: loader/LoaderAndLayerInterface.md
2016-02-22loader: Fix typos, spelling, grammar in loader interface docJeff Juliano
2016-02-15loader: move doc png file to loader current directory for use of same file ↵Jon Ashburn
in SDK
2016-02-15loader: more doc updatesJon Ashburn
2016-02-15loader: Add more info in layer interface doc, the layer sectionJon Ashburn
2016-02-15loader: Doc review commentsCourtney Goeltzenleuchter
2016-02-15loader: Add images to interface DocCourtney Goeltzenleuchter
2016-02-15loader: Add line breaks to interface docCourtney Goeltzenleuchter
Wrapped long lines to make it easier to edit in text based editor. Also hoping that editing diffs could be smaller since a line is not a whole paragraph.
2016-02-14loader: Update the interface documentJon Ashburn
Mostly formatting and typos.
2016-02-10More api version bumpsTony Barbour
2016-02-10layers: Update api version to 1.0.3 in json filesTony Barbour
2016-02-09loader: add Architecture and interface documentJon Ashburn