| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-19 | misc: Update licenses to Apache 2.0 | Jon Ashburn | |
| Change-Id: Id447f4c8c53d33f9192940bdd3ae727b7b738a97 | |||
| 2016-02-10 | Remove Khronos confidential clause from license text. | Karl Schultz | |
| 2016-02-03 | loader:Update copyright and apply clang-format (no logic changes) | Jon Ashburn | |
| 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. | |||
