aboutsummaryrefslogtreecommitdiff
path: root/demos
AgeCommit message (Expand)Author
2015-06-18tests: Remove the enablement of the "Validation" extensionJon Ashburn
2015-06-18vulkaninfo: Update to new extension mechanismCourtney Goeltzenleuchter
2015-06-17extensions: begin changes for extension supportCourtney Goeltzenleuchter
2015-06-17tri: Use GetProcAddr to get GetDisplayInfoWSI fpCourtney Goeltzenleuchter
2015-06-17cube: Use GetProcAddr to get GetDisplayInfoWSI fpCourtney Goeltzenleuchter
2015-06-17misc: Make wsi lunarg an extension rather than core entrypointsJon Ashburn
2015-06-17misc: Remove validation bit from the CreateDevice flagsJon Ashburn
2015-06-17demos: Add --use_glsl option for GLSL, use SPIR-V by default.Cody Northrop
2015-06-17demos: stop using gl_FragColorCody Northrop
2015-06-17cube: Use render pass load ops for color clearChris Forbes
2015-06-16demos: use PRINTF_SIZE_T_SPECIFIER in vulkaninfoMike Stroyan
2015-06-16demos: cube: use RGBA texture format uniformlyMike Stroyan
2015-06-16demos: cube: use AdjustWindowRect for window sizeMike Stroyan
2015-06-16demos: tri: use AdjustWindowRect for window sizeMike Stroyan
2015-06-10tri: Must destroy object before freeing it's memoryCourtney Goeltzenleuchter
2015-06-08demos: tri: Use vkCmdPipelineBarrier to setup_cmdMike Stroyan
2015-06-05vulkan.h: Memory binding model changesMark Lobodzinski
2015-06-04Use correct depth aspect for depth image.malnasse
2015-06-02v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets()Chia-I Wu
2015-06-02v98: remove vk{Begin,End}DescriptorPoolUpdate()Chia-I Wu
2015-06-02v98: rename count to arraySize in VkDescriptorSetLayoutBindingChia-I Wu
2015-06-02vulkan.h: V97 -- Remove multiple allocations. Bug# 13948.Mark Lobodzinski
2015-05-20wsi: Deal with drivers that don't allow query of swap-chain VkFormat.Ian Elliott
2015-05-15wsi: Deal with drivers that don't allow query of swap-chain VkFormat.Ian Elliott
2015-05-15wsi: Add queries for VkDisplayWSI's and VkFormat's to demos.Ian Elliott
2015-05-14Merge branch 'master' ofFslNopper
2015-05-13Revert "demos: Add msaa-tri.c for msaa rendering example modified from tri.c"Courtney Goeltzenleuchter
2015-05-13demos: Add msaa-tri.c for msaa rendering example modified from tri.cHenry Song
2015-05-11vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464Mark Lobodzinski
2015-05-06Removed warning in cube demo.FslNopper
2015-05-04bug 13854: Remove memory referencesCourtney Goeltzenleuchter
2015-05-01bug-13690: Clarification on vkFlushMappedMemoryCourtney Goeltzenleuchter
2015-05-01bug-13751: Update vkCmdClearColorImage color parameterCourtney Goeltzenleuchter
2015-04-30intel: support only VK_DEPTH_MODE_ZERO_TO_ONEChia-I Wu
2015-04-30demos/cube: use GL conventionsChia-I Wu
2015-04-30demos/tri: fix facing and enable cullingChia-I Wu
2015-04-30tri: Fix command buffer use for staging textureCourtney Goeltzenleuchter
2015-04-29demos: Add validation via --validate cmd line optionTony Barbour
2015-04-29demos: Eliminate compiler warnings on Windows.Ian Elliott
2015-04-29Win: Stop using the temporary "xcb_nvidia" code.Ian Elliott
2015-04-29demos: Improve tri/cube error if incompatible driver found.Ian Elliott
2015-04-29demos: tri/cube give error if can't find WSI extension.Ian Elliott
2015-04-29demos: Improve tri/cube error if incompatible driver found.Ian Elliott
2015-04-29demos: Use macros for the app name, and window name.Ian Elliott
2015-04-29demos: Change app name for the console window.Ian Elliott
2015-04-29cube: Disable rendering once we enter cleanupCourtney Goeltzenleuchter
2015-04-27Demos: print error message when texture files can't be openedDavid Pinedo
2015-04-24Demos: restrict paint events from rendering until setup is finished on WindowsJon Ashburn
2015-04-22misc: Changes to fix warnings in Windows / VC++ buildTony Barbour
2015-04-22misc: Changes to clean up warnings in Release buildTony Barbour