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
/
swapchain.cpp
Age
Commit message (
Expand
)
Author
2015-12-01
swapchain: Can build after major updates for new WSI (works?)
Ian Elliott
2015-12-01
WSI: sed-generated changes to WSI code (not all that's needed).
Ian Elliott
2015-11-06
bug 15068: Use hardfp calling convention on Android for 32-bit ARM targets
Chia-I Wu
2015-11-05
layers: Fix printf formats
Michael Lentine
2015-11-05
layers: Fix GPA and debug output in swapchain layer
Mark Lobodzinski
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-11-02
bug 14892: 'count' parameters and members named inconsistently in many cases ...
Chia-I Wu
2015-11-02
layers: Fix Swapchain include dependency for Windows build break
Tobin Ehlis
2015-11-02
layers: Migrate Swapchain dispatch tables and global data into layer_data struct
Tobin Ehlis
2015-10-30
bug 14362: VK_NULL_HANDLE does not work in C (WIP)
Chia-I Wu
2015-10-08
layers: Fix Windows compile warnings
Courtney Goeltzenleuchter
2015-10-08
layers: Add DEBUG_OUTPUT support to swapchain
Courtney Goeltzenleuchter
2015-10-08
WSI Validation: Ported better logging approach from generic layer.
Ian Elliott
2015-10-08
WSI Validation: Move some things between .h and .cpp files.
Ian Elliott
2015-09-28
layers: Add constructors for layer_data
Cody Northrop
2015-09-28
WSI Validation: Removed 2 checks that are driver-specific.
Ian Elliott
2015-09-25
WSI Validation: Add error enum and document Swapchain layer.
Ian Elliott
2015-09-25
Change ERROR -> PERF_WARN in vkAcquireNextImageKHR().
Ian Elliott
2015-09-25
WSI Validation: Initial WSI "swapchain" validation layer.
Ian Elliott