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
/
layers
/
multi.cpp
Age
Commit message (
Expand
)
Author
2015-11-06
bug 15068: Use hardfp calling convention on Android for 32-bit ARM targets
Chia-I Wu
2015-11-06
Moved header files from include to include/vulkan
David Pinedo
2015-11-04
misc: Update author information
Courtney Goeltzenleuchter
2015-11-04
misc: switch copyright to Valve
Courtney Goeltzenleuchter
2015-11-04
misc: Remove Vulkan name from Copyright
Courtney Goeltzenleuchter
2015-11-02
bug 14921 part 1: sed renames
Chia-I Wu
2015-11-02
bug 12921: Memory callback (WIP)
Chia-I Wu
2015-10-23
Bug 14621: Change vkGet* functions to not return VkResult
Courtney Goeltzenleuchter
2015-09-10
vulkan.h: Change return types of some functions to void
Mark Lobodzinski
2015-08-12
layers: Make multi layer functional again as a multi layer per library
Jon Ashburn
2015-07-17
v127: Use PFN_vkVoidFunction for GetProcAddr
Courtney Goeltzenleuchter
2015-07-10
misc: Support Pipeline caches and multi pipeline create, bug 14033 API changes
Jon Ashburn
2015-07-07
Multi: Update to latest extension & layer support
Courtney Goeltzenleuchter
2015-07-07
loader: Rename loader_platform.h -> vk_loader_platform.h
Tobin Ehlis
2015-07-07
include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.h
Tobin Ehlis
2015-06-29
loader: Move CreateDevice to device table
Courtney Goeltzenleuchter
2015-06-25
vulkan.h: V108 -- Static Types, Bug# 13919
Tony Barbour
2015-06-18
layers: Make dispatch table thread safe
Jon Ashburn
2015-06-17
loader: Support layers that don't have an extension entrypoint
Jon Ashburn
2015-06-17
extensions: begin changes for extension support
Courtney Goeltzenleuchter
2015-06-17
layers: Add DestroyDevice and DestroyInstance hooking to deinitialize tables
Jon Ashburn
2015-06-17
layers: GPA table initialization shouldn't recurse
Jon Ashburn
2015-06-17
misc: Change vkGetProcAddr to vkGetDeviceProcAddr
Jon Ashburn
2015-06-17
layers: Use objects dispatch table for key to layer maps
Jon Ashburn
2015-06-17
misc: Loader and Layers move device chain activation to CreateDevice
Jon Ashburn
2015-06-17
layers: Add initialization of instance dispatch table
Jon Ashburn
2015-06-17
layers: Add GetInstanceProcAddr() to all layers
Jon Ashburn
2015-04-22
misc: Changes to fix warnings in Windows / VC++ build
Tony Barbour
2015-04-22
vkEnumerateLayers: Update to match upstream
Courtney Goeltzenleuchter
2015-04-17
update to vulkan.h header version 90, bug 13529
Mike Stroyan
2015-04-16
Bug 13632 Header 84 Assorted questions and comments on vulkan.h
Tony Barbour
2015-04-16
layers: Removing old GetExtensionSupport API call
Tobin Ehlis
2015-04-16
vulkan: Add vkGetGlobalExtensionInfo entrypoint
Jon Ashburn
2015-04-16
layers: Remove wrapping of GPU objects by loader and layers
Jon Ashburn
2015-04-16
loader: refactor layer activation function to handle more general inputs
Jon Ashburn
2015-04-16
vulkan: beautification changes
Courtney Goeltzenleuchter
2015-04-16
vulkan: API renaming
Courtney Goeltzenleuchter
2015-04-16
Stage 1 of rename
Courtney Goeltzenleuchter
2015-04-16
layers: Update GetExtensionSupport() to handle queries for layer name
Jon Ashburn
2015-02-12
Win: Attempt to keep from using Linux functions.
Ian Elliott
2015-02-04
Can compile "loader" and "layers" on Windows and Linux ...
Ian Elliott
2015-02-04
All of the codegen for layers is now working well enough that the generated l...
Tobin Ehlis
2015-02-04
xgl: Remove XGL_* typedef wrappers
Mark Lobodzinski
2015-02-04
layers: Update BeginCommandBuffer API for Tiler Gpus
Jon Ashburn
2015-02-04
xgl: Add xgl header changes for rev30 and 31.
Mark Lobodzinski
2015-02-04
layers: simplify xglGetProcAddr() for Basic and Multi
Chia-I Wu
2015-02-04
layers: simplify initLayerTable()
Chia-I Wu
2015-02-04
remove unnecessary casting between XGL_CHAR/char
Chia-I Wu
2014-12-02
layers: Add Multi layer with example of multiple layers per file.
Jon Ashburn