Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 68ac6aa (HEAD -> master) * fixed some small bugs by erju 2016-04-18 09:48:15 +0200
  • b5fad52 * implemented Sempahore * fixed last errors to get first rendered image :) by Bergmann89 2016-04-11 19:16:43 +0200
  • fe171d1 * implemented DescriptorSet and DescriptorSetPool * implemented methods for other classes * implemented init/render code by Bergmann89 2016-04-10 14:51:12 +0200
  • 68b7054 * implemented pipeline cache * created command buffers for rendering * created depth stencil buffer/image by Bergmann89 2016-03-31 22:13:11 +0200
  • da6e22a * refactored Vulkan initialization * implemented DebugReporter by Bergmann89 2016-03-30 20:28:05 +0200
  • 296c5fb * refactored factories by Bergmann89 2016-03-26 17:55:07 +0100
  • c081170 * implemented shader modules by Bergmann89 2016-03-20 18:27:01 +0100
  • f487096 * implemented pipeline layout by Bergmann89 2016-03-19 19:17:24 +0100
  • 1eb5653 * implemented descriptor set layout by Bergmann89 2016-03-19 18:53:53 +0100
  • 05317c6 * implemented frame buffer by Bergmann89 2016-03-19 18:34:52 +0100
  • 1d20253 * refactored factories * implemented renderpass by Bergmann89 2016-03-19 18:13:58 +0100
  • 0bcfe56 * implemented Buffer, BufferView, CommandBuffer, CommandPool, DeviceMemory, Image, ImageView and Queue by Bergmann89 2016-03-18 22:11:32 +0100
  • e1091ca * implemented vkuSwapChain and vkuSwapChainFactory by Bergmann89 2016-03-14 20:23:08 +0100
  • 5bf59cb * refactored utils to match new Vulkan.pas by Bergmann89 2016-03-13 21:07:30 +0100
  • 35e5dfb * refactored generator to match Vulkan spec by Bergmann89 2016-03-13 14:28:02 +0100
  • 9e8a8aa * refactored generator * added extensions to vulkan.pas * added some comments to vulkan.pas by Bergmann89 2016-03-09 19:27:11 +0100
  • 94762fd * implemented device and device factory by Bergmann89 2016-02-25 21:40:36 +0100
  • 4cac6c7 * changed InstanceEx to InstanceFactory by Bergmann89 2016-02-25 18:44:08 +0100
  • 6253294 * finished implementation of vkuPhysicalDevice by Bergmann89 2016-02-25 00:21:09 +0100
  • ea7ba57 * [generator] fixed some bugs * [utils] started to implement wrapper classes for vulkan api * [triangle] stared implementation of simple triangle example by Bergmann89 2016-02-24 19:02:18 +0100
  • 97425e0 * [generator] fixed some small bugs in and generated first Vulkan.pas :) by Bergmann89 2016-02-22 19:31:57 +0100
  • a2c44e6 * initial commit by Bergmann89 2016-02-19 22:51:33 +0100