| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-31 | misc: For header vers 221; add deviceFeature drawIndirectFirstInstance | Jon Ashburn | |
| 2015-12-31 | misc: For header vers 220, fix BOTTOM_OF_PIPE typo | Jon Ashburn | |
| 2015-12-31 | misc: Add barrier pipeline stage BOTTOM_OF_PIPE; for header vers 219 | Jon Ashburn | |
| Use BOTTOM_PIPE for barrier for WSI presentation. | |||
| 2015-12-31 | headers: debug_report ext and pipelineCache version additions for header 218 | Jon Ashburn | |
| 2015-12-31 | misc: rename descriptorSetlayout pBinding; update to header vers 217 | Jon Ashburn | |
| 2015-12-31 | misc: Add pipeline stage flags to wait upon for queueSubmit semaphores; v216 | Jon Ashburn | |
| 2015-12-31 | misc: Changes to go to header v215 including vulkan.h version update | Jon Ashburn | |
| 2015-12-31 | misc: Changes to go to header v214 including vulkan.h version update | Jon Ashburn | |
| 2015-12-31 | bump header version to 213.1 | Jon Ashburn | |
| This includes WSI changes that are post vers 213 so that is why use 213.1 | |||
| 2015-12-31 | misc: rename startXXX to firstXXX and add firstXXX param to setviewport/scissor | Jon Ashburn | |
| Header file changes going to 213 version | |||
| 2015-12-29 | misc: Bump header to 212.1 | Jon Ashburn | |
| Adds rest of version 212 changes (timestamp in DeviceLimits) that wasn't in the 217 WSI header updates. | |||
| 2015-12-29 | WSI: Update "vulkan.h" with WSI contents of version 217. | Ian Elliott | |
| 2015-12-17 | layers: bump debug_report version number | Jon Ashburn | |
| 2015-12-17 | debug_report: Update extension name | Courtney Goeltzenleuchter | |
| 2015-12-17 | debug_report: rename object type and error bits | Courtney Goeltzenleuchter | |
| Conflicts: demos/tri.c layers/device_limits.cpp layers/draw_state.cpp layers/image.cpp layers/mem_tracker.cpp layers/param_checker.cpp layers/vk_layer_logging.h loader/debug_report.c tests/layer_validation_tests.cpp | |||
| 2015-12-17 | debug_report: rename vk_lunarg_debug_report.h | Courtney Goeltzenleuchter | |
| 2015-12-17 | misc: Update copyright statements | Courtney Goeltzenleuchter | |
| 2015-12-17 | debug_report: Add DebugReportMessage function | Courtney Goeltzenleuchter | |
| 2015-12-17 | debug_report: make destroy have void return value | 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-15 | demos: Fix build warning on Linux for tri | Jon Ashburn | |
| 2015-12-15 | debug_report: Make pUserData always a const | Courtney Goeltzenleuchter | |
| This prevents compiler warnings. | |||
| 2015-12-15 | loader: Remove unused debug helper functions | Courtney Goeltzenleuchter | |
| Helper functions weren't considered essential to the debug_report extension and will be moved to a library. | |||
| 2015-12-15 | layers: Fix debug_report extension number | Jon Ashburn | |
| 2015-12-15 | layers: Rename VK_DEBUG_REPORT_EXTENSION enums | Courtney Goeltzenleuchter | |
| 2015-12-15 | layers: rename VkDbgObjectType | Courtney Goeltzenleuchter | |
| VkDebugReportObjectTypeLUNARG fits the extension naming requirements | |||
| 2015-12-15 | layers: Rename DebugReport flags | Courtney Goeltzenleuchter | |
| Conflicts: layers/mem_tracker.cpp Conflicts: layers/draw_state.cpp | |||
| 2015-12-15 | vulkan: Changes for header version 211 | Jon Ashburn | |
| Add anisotropyEnable to VkSamplerCreateInfo. Add inheritedQueries to VkPhysicalDeviceFeatures | |||
| 2015-12-11 | wsi: Make WSI cases more consistent, fail if not set correctly | Mark Lobodzinski | |
| Filled in build details for Mir, Wayland, etc. | |||
| 2015-12-11 | android: Update build to define android platform at build time | Michael Lentine | |
| 2015-12-11 | android: Fix android build. | Michael Lentine | |
| Temporarily disable shader checker which now depends on glslang Fix xcb guards and set the ifdef based on platform | |||
| 2015-12-10 | layers: Some debug_marker fixes for draw state | Jon Ashburn | |
| 2015-12-04 | misc: remove unneeded stdint.h and stdbool.h | Courtney Goeltzenleuchter | |
| All the necessary platform defines/includes are now part of vk_platform.h, so don't need them in vk_icd.h | |||
| 2015-12-01 | wsi: Moved definition of CreateXxxSurface extension to CMakefile | Mark Lobodzinski | |
| Removed component-specific definitions | |||
| 2015-12-01 | loader: Add vkGetPhysicalDevice*PresentationSupportKHR() | Ian Elliott | |
| These queries involve trampoline and terminator functions (the latter of which calls the ICD's function). | |||
| 2015-12-01 | layers: add DestroySurfaceKHR to instance dispatch table | Jon Ashburn | |
| 2015-12-01 | WSI-ICD: Fix Windows compilation error. | Ian Elliott | |
| 2015-12-01 | loader: Address Jon Ashburn's review comments. | Ian Elliott | |
| It took a few commits (squashed down into 1) to get it correct. Includes: Use loader_heap_{alloc|free}(). Try to deal correctly with initializing the vkCreate*SurfaceKHR()'s. | |||
| 2015-12-01 | loader: Get loader compiling. | Ian Elliott | |
| 2015-12-01 | WSI: Eliminate a lot of references to WSI header files. | Ian Elliott | |
| Conflicts: include/vulkan/vk_layer.h loader/loader.h | |||
| 2015-12-01 | WSI-ICD: Created per-platform structs for platform-specific info. | Ian Elliott | |
| Per Khronos Bugzilla Bug 15077, on Windows and Linux, VkSurfaceKHR is treated as a pointer to platform-specific structs that contain the platform-specific connection and surface/window info. The Vulkan loader vkCreate*SurfaceKHR() functions will fill in the struct. ICDs and layers will cast VkSurfaceKHR to a pointer to the appropriate VkIcdSurface* struct. | |||
| 2015-12-01 | WSI-debug_report: Add VK_OBJECT_TYPE_SURFACE_KHR | Ian Elliott | |
| 2015-12-01 | WSI: Remove old WSI headers (content now in "vulkan.h"). | Ian Elliott | |
| 2015-12-01 | WSI: Add WSI content to "vulkan.h" and "vk_platform.h". | Ian Elliott | |
| This commit makes those files equal to the official 0.210.0 version of those files. | |||
| 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 | |
| GetInstancePorcAddr() is specified to return trampoline entrypoints for all Vulkan core and extension entrypoints that are dispatched on an instance object or a child of that instance object. However, typically, device extensions would be unknown to the loader (don't want to rev the loader everytime an IHV creates a new device extension). This patch allows loader to dynamically discover device extension entrypoints and configure generic trampoline code for these discovered device extensions. | |||
| 2015-11-16 | header: bump to vers 210 only changes were to WSI | Jon Ashburn | |
| 2015-11-12 | v209: bump API minor version | Chia-I Wu | |
| 2015-11-12 | bug 15120: rename vkCmdPushConstants "values" to "pValues" | Chia-I Wu | |
| https://cvs.khronos.org/bugzilla/show_bug.cgi?id=15120 | |||
