index
:
usermoji.git
mommy
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
vulkan
/
vk_layer.h
Age
Commit message (
Expand
)
Author
2018-01-09
loader: Add pre-instance functions for layers
Lenny Komow
2017-05-30
layers: gh1649 - Fix clang warning
Mark Young
2017-04-07
loader: Fix loader and layer negotiation
Mark Young
2017-03-01
vulkan: update to header 1.0.42
Mark Young
2017-01-24
loader: Update the loader to 1.0.39
Mark Young
2016-12-12
header: Update to Vulkan version 1.0.37
Mark Lobodzinski
2016-09-01
loader: gh888 Add KHR/EXT extensions in vulkan.h
Mark Young
2016-08-31
layers: Update dispatch tables for new 1.0.25 APIs
Mark Lobodzinski
2016-06-06
layers: Move debug action enums from vk_layer.h
Mark Lobodzinski
2016-06-06
layers: Add default layer error message config
Mark Lobodzinski
2016-04-19
misc: Update licenses to Apache 2.0
Jon Ashburn
2016-04-13
layers: Update typo in comment
ttyio
2016-04-06
Update vk_layer.h
Vinjn Zhang
2016-04-01
loader: Add device callback to set dispatchable object
Jon Ashburn
2016-04-01
loader: Remove the device_info in the layer chain structure
Jon Ashburn
2016-04-01
loader: Add instance callback to set dispatchable objects
Jon Ashburn
2016-04-01
loader: Remove the instance_info in the layer chain structure
Jon Ashburn
2016-03-08
loader: gllvl #50, Add support for the WSI extension KHR_display
Jon Ashburn
2016-03-03
misc: Remove lunarg_debug_marker extension
Jon Ashburn
2016-02-12
header: Update 1.0.3 header revision for inclusion of debug report extension
Mark Lobodzinski
2016-02-10
include: Use single-quote no paths when including sibling headers
Karl Schultz
2016-02-10
Remove Khronos confidential clause from license text.
Karl Schultz
2016-02-02
include: Update copyright and apply clang-format (no logic changes)
Karl Schultz
2016-01-20
layers: Remove obsolete VkbaseLayerObject
Jon Ashburn
2016-01-20
loader: Remove CreateInstance and CreateDevice
Courtney Goeltzenleuchter
2016-01-20
loader: implement new layer init method
Courtney Goeltzenleuchter
2016-01-20
loader: Add structures to support new init method
Courtney Goeltzenleuchter
2016-01-19
debug_report: MR141, Change pUserData to match type used elsewhere
Courtney Goeltzenleuchter
2015-12-17
debug_report: rename object type and error bits
Courtney Goeltzenleuchter
2015-12-17
debug_report: rename vk_lunarg_debug_report.h
Courtney Goeltzenleuchter
2015-12-17
debug_report: Add DebugReportMessage function
Courtney Goeltzenleuchter
2015-12-17
debug_report: rename and update to use CreateInfo
Courtney Goeltzenleuchter
2015-12-17
debug_report: Rename VkDbgMsgCallback object
Courtney Goeltzenleuchter
2015-12-11
wsi: Make WSI cases more consistent, fail if not set correctly
Mark Lobodzinski
2015-12-11
android: Update build to define android platform at build time
Michael Lentine
2015-12-11
android: Fix android build.
Michael Lentine
2015-12-01
wsi: Moved definition of CreateXxxSurface extension to CMakefile
Mark Lobodzinski
2015-12-01
loader: Add vkGetPhysicalDevice*PresentationSupportKHR()
Ian Elliott
2015-12-01
layers: add DestroySurfaceKHR to instance dispatch table
Jon Ashburn
2015-12-01
loader: Address Jon Ashburn's review comments.
Ian Elliott
2015-12-01
loader: Get loader compiling.
Ian Elliott
2015-12-01
WSI: Eliminate a lot of references to WSI header files.
Ian Elliott
2015-11-24
Layers: changed layer names to conform to spec
David Pinedo
2015-11-18
loader: Add dynamic dispatch for unknown device extension entrypoints
Jon Ashburn
2015-11-06
Moved header files from include to include/vulkan
David Pinedo