2016-05-24 |
Chia-I Wu | threading: avoid invalid GIPA call in vkCreateDevice |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Chia-I Wu | threading: handle device commands in GetInstanceProcAddr |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Chia-I Wu | threading: no interface functions in layer functions |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Chia-I Wu | threading: assert valid instance/device in vkGet*ProcAddr |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Chia-I Wu | threading: improve EnumerateDeviceExtensionProperties |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Chia-I Wu | threading: add threading::layerProps |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Chia-I Wu | threading: drop vk prefix for layer functions |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Chia-I Wu | threading: put layer functions into a namespace |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Chia-I Wu | threading: decorate Vulkan commands with VKAPI_ATTR |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Chia-I Wu | threading: move vkEnumerate*Properties around |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Chia-I Wu | unique_objects: avoid invalid GIPA call in vkCreateDevice |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Chia-I Wu | object_tracker: avoid invalid GIPA call in vkCreateDevice |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Chia-I Wu | vk-layer-generate.py: handle device commands in GetInst... |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Chia-I Wu | vk-layer-generate.py: assert valid instance/device... |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Chia-I Wu | vk-layer-generate.py: drop vk prefix for layer functions |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Chia-I Wu | vk-layer-generate.py: no interface functions in layer... |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Chia-I Wu | vk-layer-generate.py: put layer functions into a namespace |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Chia-I Wu | vk-layer-generate.py: simplify vkEnumerate*Properties... |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Chia-I Wu | vk-layer-generate.py: add intercept_<ext>_command |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Chia-I Wu | vk-layer-generate.py: add intercept_core_*_command |
commit | commitdiff | tree | snapshot |
2016-05-23 |
Tobin Ehlis | layers: Display accessMask in HEX |
commit | commitdiff | tree | snapshot |
2016-05-23 |
Michael Lentine | Mark fence in use after the check. |
commit | commitdiff | tree | snapshot |
2016-05-23 |
Rene Lindsay | vulkaninfo: Display apiVersion and driverVersion in... |
commit | commitdiff | tree | snapshot |
2016-05-23 |
Michael Lentine | layers: Fix query tracking across multiple command... |
commit | commitdiff | tree | snapshot |
2016-05-23 |
Michael Lentine | layers: Fix event tracking to differentiate reading... |
commit | commitdiff | tree | snapshot |
2016-05-22 |
Chris Forbes | layers: Move and rename validate_descriptor_availabilit... |
commit | commitdiff | tree | snapshot |
2016-05-22 |
Chris Forbes | layers: Add getPipelineLayout helper, use it |
commit | commitdiff | tree | snapshot |
2016-05-22 |
Chris Forbes | layers: Use pipeline layout -> ds layout direct map |
commit | commitdiff | tree | snapshot |
2016-05-22 |
Chris Forbes | layers: Use getDescriptorSetLayout helper in more places |
commit | commitdiff | tree | snapshot |
2016-05-22 |
Chris Forbes | layers: Remove more AllocateDescriptorSets noise |
commit | commitdiff | tree | snapshot |
2016-05-22 |
Chris Forbes | layers: Further rework to AllocateDescriptorSets |
commit | commitdiff | tree | snapshot |
2016-05-22 |
Chris Forbes | layers: Get rid of pre-call updates in AllocateDescript... |
commit | commitdiff | tree | snapshot |
2016-05-21 |
Chia-I Wu | parameter_validation: avoid invalid GIPA call in vkCrea... |
commit | commitdiff | tree | snapshot |
2016-05-21 |
Chia-I Wu | parameter_validation: handle device commands in GetInst... |
commit | commitdiff | tree | snapshot |
2016-05-21 |
Chia-I Wu | parameter_validation: no interface functions in layer... |
commit | commitdiff | tree | snapshot |
2016-05-21 |
Chia-I Wu | parameter_validation: refactor GetInstanceProcAddr |
commit | commitdiff | tree | snapshot |
2016-05-21 |
Chia-I Wu | parameter_validation: add intercept_core_device_command |
commit | commitdiff | tree | snapshot |
2016-05-21 |
Chia-I Wu | parameter_validation: improve EnumerateDeviceExtensionP... |
commit | commitdiff | tree | snapshot |
2016-05-21 |
Chia-I Wu | parameter_validation: add parameter_validation::global_... |
commit | commitdiff | tree | snapshot |
2016-05-21 |
Chia-I Wu | parameter_validation: drop vk prefix for layer functions |
commit | commitdiff | tree | snapshot |
2016-05-21 |
Chia-I Wu | parameter_validation: put layer functions into a namespace |
commit | commitdiff | tree | snapshot |
2016-05-21 |
Chia-I Wu | parameter_validation: move vkEnumerate*Properties around |
commit | commitdiff | tree | snapshot |
2016-05-20 |
David Pinedo | winrtinstaller: remove dependency on msvcrt redistribu... |
commit | commitdiff | tree | snapshot |
2016-05-20 |
Mark Lobodzinski | layers: GH7, Replace bad var names in obj_tracker |
commit | commitdiff | tree | snapshot |
2016-05-20 |
Mark Lobodzinski | layers: GH7, Fix bad var names in layer utils |
commit | commitdiff | tree | snapshot |
2016-05-20 |
Mark Lobodzinski | demos: GH7, Fix invalid variable names |
commit | commitdiff | tree | snapshot |
2016-05-20 |
Mark Lobodzinski | headers: GH7, Fix bad variable names in vk_icd.h |
commit | commitdiff | tree | snapshot |
2016-05-20 |
Mark Lobodzinski | layers: GH7, Fix bad var names in core_validation |
commit | commitdiff | tree | snapshot |
2016-05-20 |
Mark Lobodzinski | layers: GH7, Fix bad var names in device_limits |
commit | commitdiff | tree | snapshot |
2016-05-20 |
Mark Lobodzinski | layers: GH7, Replace bad variables in image layer |
commit | commitdiff | tree | snapshot |
2016-05-20 |
Mark Lobodzinski | layers: GH7, Fix bad var names in threading layer |
commit | commitdiff | tree | snapshot |
2016-05-20 |
Mark Lobodzinski | layers: GH7, Fix bad var names in swapchain layer |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Tobin Ehlis | tests: GH535 Add tests for clear image errors |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Tobin Ehlis | layers: Replace is_depth() in image layer with util... |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Tobin Ehlis | layers: GH535 Add checks for Clear image errors |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Tobin Ehlis | doc: Add "Pending" string back in for shader checker |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Chia-I Wu | docs: update v0 languages for device layer deprecation |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Mark Lobodzinski | layers: Updated validation layer details doc |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Tobin Ehlis | layers: DescriptorSet class clean-up |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Tobin Ehlis | layers: Verify that src of copy update is updated |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Tobin Ehlis | layers: Refactor DescriptorSet update interface |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Tobin Ehlis | layers: Migrate types from core_validation.h |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Chris Forbes | layers: Simplify command buffer pool cleanup |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Chris Forbes | layers: More slight tidying |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Chris Forbes | use getFramebuffer more |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Chris Forbes | layers: simplify TransitionSubpassLayouts |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Chris Forbes | layers: Add getFramebuffer() helper |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Chris Forbes | layers: Simplify CmdEndRenderPass |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Chris Forbes | layers: Add getRenderPass helper |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Chris Forbes | layers: Unify cb lookup in CmdBeginRenderPass |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Tobin Ehlis | layers: Remove lastBound state reset in destructor |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Tobin Ehlis | layers: Improve DescriptorSet cleanup |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Tobin Ehlis | layers: Reduce DescriptorSet map look-ups |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Tobin Ehlis | layers: Refactor DescriptorSet Update code |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Tobin Ehlis | layers: Fix intercepts of parameter_validation |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Tobin Ehlis | layers: Migrate types from core_validation.h |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Tobin Ehlis | layers: Const correctness for debug_report_data param |
commit | commitdiff | tree | snapshot |
2016-05-18 |
Jon Ashburn | doc: update layer and loader doc for device lyaer depre... |
commit | commitdiff | tree | snapshot |
2016-05-18 |
Pavol Klacansky | Remove Xlib dependency when XCB is used |
commit | commitdiff | tree | snapshot |
2016-05-18 |
Tobin Ehlis | layers: Update cmds allowed in 2nd CB subpass |
commit | commitdiff | tree | snapshot |
2016-05-18 |
Tobin Ehlis | layers: GH544 Allow INVALID cmd buffers to be reset |
commit | commitdiff | tree | snapshot |
2016-05-17 |
Mark Lobodzinski | layers: Update layer README.md for release |
commit | commitdiff | tree | snapshot |
2016-05-17 |
Ian Elliott | demos: GH#559 fix for new Android windows |
commit | commitdiff | tree | snapshot |
2016-05-17 |
Tobin Ehlis | layers: Add correct IsStorage() to TexelDescriptor |
commit | commitdiff | tree | snapshot |
2016-05-17 |
Dustin Graves | layers: Ignore 'noautovalidity' params w/codgen |
commit | commitdiff | tree | snapshot |
2016-05-17 |
Dustin Graves | layers: Fix transposed messages |
commit | commitdiff | tree | snapshot |
2016-05-17 |
Jeremy Hayes | loader: update linux so version |
commit | commitdiff | tree | snapshot |
2016-05-17 |
Jon Ashburn | loader: Treat GLOBAL layers same as INSTANCE layers |
commit | commitdiff | tree | snapshot |
2016-05-17 |
Mark Lobodzinski | layers: GH485, Remove redundant format props check |
commit | commitdiff | tree | snapshot |
2016-05-17 |
Mark Lobodzinski | layers: GH485, Strengthen image format validation |
commit | commitdiff | tree | snapshot |
2016-05-17 |
Tony Barbour | demos: Make sure shaderClipDistance is available before... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Jon Ashburn | loader: reduce message level if GDPA of a layer is... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
GregF | update glslang and spirv-tools revisions |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Rene Lindsay | git: Ignore Qt generated files |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Jon Ashburn | misc: Update to version 1.0.13, header, xml, JSON files |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Jon Ashburn | loader: deprecate device layers |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Cody Northrop | windows: Fix android-generate.bat |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Jamie Madill | layers: Fix VkBool32 return in vk-layer-generate.py. |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Jamie Madill | layers: Add output file option to vk-generate scripts. |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Chris Forbes | layers: Track dynamic descriptor offsets per set index |
commit | commitdiff | tree | snapshot |
next |