| 2021-12-07 |
Jean-Philippe... | set c11 for library |
commit | commitdiff | tree | snapshot |
| 2021-11-30 |
Jean-Philippe... | store VkhApp in VkhDevice |
commit | commitdiff | tree | snapshot |
| 2021-11-27 |
Jean-Philippe... | dev->getVkDev and phy, allow null handle to query queues |
commit | commitdiff | tree | snapshot |
| 2021-11-20 |
Jean-Philippe... | replace char* enabledLayers[] by char** enabledLayers |
commit | commitdiff | tree | snapshot |
| 2021-11-15 |
j-p | debug |
commit | commitdiff | tree | snapshot |
| 2021-08-12 |
Jean-Philippe... | vkh_image_get_stride, spaces to tabs |
commit | commitdiff | tree | snapshot |
| 2021-06-15 |
Jean-Philippe... | phyinfo extension check |
commit | commitdiff | tree | snapshot |
| 2020-08-13 |
Jean-Philippe... | debug presentMode enum comparison |
commit | commitdiff | tree | snapshot |
| 2020-08-13 |
Jean-Philippe... | add temp output for checking fallback present mode |
commit | commitdiff | tree | snapshot |
| 2020-08-13 |
Jean-Philippe... | remove old VK_EXT_debug_report function pointers |
commit | commitdiff | tree | snapshot |
| 2020-05-31 |
Jean-Philippe... | clean some warnings |
commit | commitdiff | tree | snapshot |
| 2020-05-31 |
Jean-Philippe... | fallback present mode |
commit | commitdiff | tree | snapshot |
| 2020-05-31 |
Jean-Philippe... | get swapchain size |
commit | commitdiff | tree | snapshot |
| 2020-05-30 |
Jean-Philippe... | prepare for optional vulkan memory allocator usage |
commit | commitdiff | tree | snapshot |
| 2020-05-29 |
Jean-Philippe... | warning cleanning |
commit | commitdiff | tree | snapshot |
| 2020-05-29 |
Jean-Philippe... | windows warning cleaning |
commit | commitdiff | tree | snapshot |
| 2020-05-27 |
Jean-Philippe... | warnings cleaning |
commit | commitdiff | tree | snapshot |
| 2020-05-20 |
Jean-Philippe... | ensure local vars are init for win compilation |
commit | commitdiff | tree | snapshot |
| 2020-05-20 |
Jean-Philippe... | use uint32_t for win |
commit | commitdiff | tree | snapshot |
| 2020-05-13 |
Jean-Philippe... | quick howto + improve available functions |
commit | commitdiff | tree | snapshot |
| 2020-05-08 |
Jean-Philippe... | use fence for draw loop |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Jean-Philippe... | create separate callable vkh_device_init_debug_utils |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Jean-Philippe... | print errors to stderr |
commit | commitdiff | tree | snapshot |
| 2020-01-29 |
Jean-Philippe... | add _USE_MATH_DEFINES for msvc M_PI in math.h |
commit | commitdiff | tree | snapshot |
| 2020-01-23 |
Jean-Philippe... | remove unused link_lib statement for vulkan in cmakelist |
commit | commitdiff | tree | snapshot |
| 2020-01-23 |
j-p | Appveyor (#3) |
commit | commitdiff | tree | snapshot |
| 2020-01-23 |
Jean-Philippe... | removed -Wno-extra for cl.exe |
commit | commitdiff | tree | snapshot |
| 2020-01-23 |
Jean-Philippe... | remove -W compile flags for cl.exe has not the same |
commit | commitdiff | tree | snapshot |
| 2020-01-22 |
Jean-Philippe... | debug utils labels |
commit | commitdiff | tree | snapshot |
| 2020-01-22 |
Jean-Philippe... | debug utils |
commit | commitdiff | tree | snapshot |
| 2019-10-29 |
j-p | push desc (#2) |
commit | commitdiff | tree | snapshot |
| 2019-09-09 |
Jean-Philippe... | set VK_API_VERSION to 1_1 |
commit | commitdiff | tree | snapshot |
| 2019-09-08 |
Jean-Philippe... | create and import device ctor |
commit | commitdiff | tree | snapshot |
| 2019-09-05 |
Jean-Philippe... | add semaphore param to presenter_acquireNextImage |
commit | commitdiff | tree | snapshot |
| 2019-09-03 |
Jean-Philippe... | swaphain create as public in presenter |
commit | commitdiff | tree | snapshot |
| 2019-09-02 |
Jean-Philippe... | split acquire img and draw |
commit | commitdiff | tree | snapshot |
| 2019-09-02 |
Jean-Philippe... | vkh_cmd_buffs_create |
commit | commitdiff | tree | snapshot |
| 2019-08-31 |
Jean-Philippe... | layers params for vkh_app_create |
commit | commitdiff | tree | snapshot |
| 2019-07-04 |
Jean-Philippe... | debug markers |
commit | commitdiff | tree | snapshot |
| 2019-05-03 |
Jean-Philippe... | remove unused glfw3 lib |
commit | commitdiff | tree | snapshot |
| 2019-05-03 |
Jean-Philippe... | added -std=c++11 flag because of vma, should handle... |
commit | commitdiff | tree | snapshot |
| 2019-05-01 |
Jean-Philippe... | move vkvg related constants to vkvg source tree |
commit | commitdiff | tree | snapshot |
| 2019-05-01 |
Jean-Philippe... | add some null tests |
commit | commitdiff | tree | snapshot |
| 2019-04-30 |
Jean-Philippe... | flush stdount for debug report |
commit | commitdiff | tree | snapshot |
| 2019-04-29 |
Jean-Philippe... | add debug report, debug marker sigsev |
commit | commitdiff | tree | snapshot |
| 2019-04-27 |
Jean-Philippe... | use VK_LAYER_KHRONOS_validation, prevent get_sampler... |
commit | commitdiff | tree | snapshot |
| 2019-02-28 |
Jean-Philippe... | unset validation cmake options for release build |
commit | commitdiff | tree | snapshot |
| 2019-01-07 |
Jean-Philippe... | copy extend to min between src and dst |
commit | commitdiff | tree | snapshot |
| 2019-01-07 |
Jean-Philippe... | code clean |
commit | commitdiff | tree | snapshot |
| 2018-08-08 |
Jean-Philippe... | dont exess src or dest texture size for region in copy... |
commit | commitdiff | tree | snapshot |
| 2018-08-04 |
Jean-Philippe... | add width and height bliting params, USE_VALIDATION... |
commit | commitdiff | tree | snapshot |
| 2018-07-23 |
Jean-Philippe... | dont expose VMA include in vkh.h |
commit | commitdiff | tree | snapshot |
| 2018-07-23 |
Jean-Philippe... | CMake debug |
commit | commitdiff | tree | snapshot |
| 2018-06-06 |
Jean-Philippe... | use vma for buffers, creation struct as param holder |
commit | commitdiff | tree | snapshot |
| 2018-06-06 |
Jean-Philippe... | use image create struct for keeping infos, don't rely... |
commit | commitdiff | tree | snapshot |
| 2018-05-12 |
Jean-Philippe... | image mapping with vma + typo |
commit | commitdiff | tree | snapshot |
| 2018-05-09 |
Jean-Philippe... | remove evtReady |
commit | commitdiff | tree | snapshot |
| 2018-05-09 |
Jean-Philippe... | vkh_event_create + cpp guard in all headers |
commit | commitdiff | tree | snapshot |
| 2018-05-08 |
Jean-Philippe... | use VulkanMemoryAllocator for images |
commit | commitdiff | tree | snapshot |
| 2018-05-06 |
Jean-Philippe... | add FindVulkan.cmake to address cmake path finding... |
commit | commitdiff | tree | snapshot |
| 2018-05-05 |
Jean-Philippe... | VkhPresenter, generalize usage of VkhDevice instead... |
commit | commitdiff | tree | snapshot |
| 2018-04-30 |
Jean-Philippe... | presentation queue detection, vkhImage for swap chain... |
commit | commitdiff | tree | snapshot |
| 2018-04-29 |
Jean-Philippe... | device create from existing phy and vkdev |
commit | commitdiff | tree | snapshot |
| 2018-04-28 |
Jean-Philippe... | update cmake to handle VULKAN_SDK environment var |
commit | commitdiff | tree | snapshot |
| 2018-04-19 |
Jean-Philippe... | add license headers |
commit | commitdiff | tree | snapshot |
| 2018-04-17 |
Jean-Philippe... | VkhPhyInfos |
commit | commitdiff | tree | snapshot |
| 2018-04-16 |
Jean-Philippe... | update readme |
commit | commitdiff | tree | snapshot |
| 2018-04-16 |
Jean-Philippe... | Merge commit 'a4d3c3d' |
commit | commitdiff | tree | snapshot |
| 2018-04-16 |
Jean-Philippe... | VkhApp, VkhQueue; add readme and licence |
commit | commitdiff | tree | snapshot |
| 2018-04-14 |
j-p | Merge pull request #1 from jpbruyere/devel |
commit | commitdiff | tree | snapshot |
| 2018-04-14 |
Jean-Philippe... | vkh_image_get_sampler 1/head |
commit | commitdiff | tree | snapshot |
| 2018-04-09 |
Jean-Philippe... | add image mem mapping funcs |
commit | commitdiff | tree | snapshot |
| 2018-04-06 |
Jean-Philippe... | force correct fPic for both static and shared |
commit | commitdiff | tree | snapshot |
| 2018-04-05 |
Jean-Philippe... | vkh_app |
commit | commitdiff | tree | snapshot |
| 2018-04-04 |
Jean-Philippe... | rename vkDev to dev in vkhdevice |
commit | commitdiff | tree | snapshot |
| 2018-04-03 |
Jean-Philippe... | use first phy if only one present |
commit | commitdiff | tree | snapshot |
| 2018-04-02 |
Jean-Philippe... | add get functions on opaque pointers |
commit | commitdiff | tree | snapshot |
| 2018-04-02 |
Jean-Philippe... | dont use same obj for shared and static (for runtime... |
commit | commitdiff | tree | snapshot |
| 2018-04-02 |
Jean-Philippe... | build static and shared libs |
commit | commitdiff | tree | snapshot |
| 2018-01-16 |
Jean-Philippe... | cmake files to build shared lib |
commit | commitdiff | tree | snapshot |
| 2017-12-26 |
Jean-Philippe... | set current layout to undef on img creation |
commit | commitdiff | tree | snapshot |
| 2017-12-25 |
Jean-Philippe... | separate view and sampler create func, vkh_image_set_la... |
commit | commitdiff | tree | snapshot |
| 2017-12-23 |
Jean-Philippe... | add addressMode to descriptor creation args |
commit | commitdiff | tree | snapshot |
| 2017-12-19 |
Jean-Philippe... | init vkhimage structure with calloc |
commit | commitdiff | tree | snapshot |
| 2017-12-18 |
Jean-Philippe... | set_image_layout_subres |
commit | commitdiff | tree | snapshot |
| 2017-12-17 |
Jean-Philippe... | create fence signaled or unsignaled |
commit | commitdiff | tree | snapshot |
| 2017-12-09 |
Jean-Philippe... | opaque pointers |
commit | commitdiff | tree | snapshot |
| 2017-12-08 |
Jean-Philippe... | layout for descriptors |
commit | commitdiff | tree | snapshot |
| 2017-12-08 |
Jean-Philippe... | first commit |
commit | commitdiff | tree | snapshot |
|