]> O.S.I.I.S - jp/vkhelpers.git/shortlog
jp/vkhelpers.git
2023-12-31  Jean-Philippe... rely on CMAKE BUILD_SHARED_LIBS variable instead of...
2023-09-05  André Blomevkh_buffer.c: check result of memory_type_from_properties() master
2023-09-05  Jean-Philippe... don't try link vma if not use
2023-09-05  André Blomevkhelpers.c: remove bitshift from memory_type_from_prop...
2023-08-07  Jean-Philippe... add include cstdio for vma
2022-12-05  Jean-Philippe... vma as static library, linkage in c
2022-07-15  Jean-Philippe... remove tinycthread.h from vkh.h main include
2022-06-08  Jean-Philippe... pWaitDstStageMask for each semaphore
2022-06-06  Jean-Philippe... try to fix dll compilation on win win_compilation
2022-05-28  Jean-Philippe... remove -flto, multithreading problems
2022-05-28  Jean-Philippe... vulkan memories without VMA
2022-05-28  Jean-Philippe... set vma optional, wip
2022-05-28  Jean-Philippe... remove static keyword from fixed array params for timel...
2022-05-28  Jean-Philippe... vkh_cmd_submit_timelined2
2022-05-28  Jean-Philippe... timeline semaphore
2022-05-28  Jean-Philippe... set cxx lang for vma
2022-05-28  Jean-Philippe... add findThread in cmake
2022-03-28  Robert GonzalezMeson build support added (#8) LinuxLegend/master
2022-03-23  Marco RubinGrammar fixes
2022-02-26  Jean-Philippe... VK_MAKE_API_VERSION fix
2022-02-26  Jean-Philippe... vk_make_api_version fallback
2022-02-26  Jean-Philippe... added tinycthread to implement threadsafe ref counting...
2022-02-25  j-pMerge pull request #4 from Rubo3/patch-1
2022-02-25  Marco RubinMake function declaration and definition coincide 4/head
2022-01-25  Jean-Philippe... set target includes for vma obj lib
2022-01-24  Jean-Philippe... add layer and instance ext check methods
2022-01-24  Jean-Philippe... add target include dirs to vkh_obj
2022-01-11  Jean-Philippe... reduce min cmake vers to 3.16
2022-01-10  Jean-Philippe... keep cmake install in setup lib
2022-01-10  Jean-Philippe... cmake install couple
2022-01-10  Jean-Philippe... export symbol for win
2022-01-09  Jean-Philippe... modified cmake to handle shared/static libs
2022-01-05  Jean-Philippe... build shared libs cmake option
2022-01-04  Jean-Philippe... cleanup cmake
2021-12-26  Jean-Philippe... update licence dates
2021-12-25  Jean-Philippe... remove local FindVulkan, update cmake min version to...
2021-12-19  Jean-Philippe... add vulkan api major, minor to vkh_app create
2021-12-16  Jean-Philippe... use blit instead of copy for presenter
2021-12-12  Jean-Philippe... code clean
2021-12-07  Jean-Philippe... set c11 for library
2021-11-30  Jean-Philippe... store VkhApp in VkhDevice
2021-11-27  Jean-Philippe... dev->getVkDev and phy, allow null handle to query queues
2021-11-20  Jean-Philippe... replace char* enabledLayers[] by char** enabledLayers
2021-11-15  j-pdebug
2021-08-12  Jean-Philippe... vkh_image_get_stride, spaces to tabs
2021-06-15  Jean-Philippe... phyinfo extension check
2020-08-13  Jean-Philippe... debug presentMode enum comparison
2020-08-13  Jean-Philippe... add temp output for checking fallback present mode
2020-08-13  Jean-Philippe... remove old VK_EXT_debug_report function pointers
2020-05-31  Jean-Philippe... clean some warnings
2020-05-31  Jean-Philippe... fallback present mode
2020-05-31  Jean-Philippe... get swapchain size
2020-05-30  Jean-Philippe... prepare for optional vulkan memory allocator usage
2020-05-29  Jean-Philippe... warning cleanning
2020-05-29  Jean-Philippe... windows warning cleaning
2020-05-27  Jean-Philippe... warnings cleaning
2020-05-20  Jean-Philippe... ensure local vars are init for win compilation
2020-05-20  Jean-Philippe... use uint32_t for win
2020-05-13  Jean-Philippe... quick howto + improve available functions
2020-05-08  Jean-Philippe... use fence for draw loop
2020-05-04  Jean-Philippe... create separate callable vkh_device_init_debug_utils
2020-05-04  Jean-Philippe... print errors to stderr
2020-01-29  Jean-Philippe... add _USE_MATH_DEFINES for msvc M_PI in math.h
2020-01-23  Jean-Philippe... remove unused link_lib statement for vulkan in cmakelist
2020-01-23  j-pAppveyor (#3)
2020-01-23  Jean-Philippe... removed -Wno-extra for cl.exe
2020-01-23  Jean-Philippe... remove -W compile flags for cl.exe has not the same
2020-01-22  Jean-Philippe... debug utils labels
2020-01-22  Jean-Philippe... debug utils
2019-10-29  j-ppush desc (#2)
2019-09-09  Jean-Philippe... set VK_API_VERSION to 1_1
2019-09-08  Jean-Philippe... create and import device ctor
2019-09-05  Jean-Philippe... add semaphore param to presenter_acquireNextImage
2019-09-03  Jean-Philippe... swaphain create as public in presenter
2019-09-02  Jean-Philippe... split acquire img and draw
2019-09-02  Jean-Philippe... vkh_cmd_buffs_create
2019-08-31  Jean-Philippe... layers params for vkh_app_create
2019-07-04  Jean-Philippe... debug markers
2019-05-03  Jean-Philippe... remove unused glfw3 lib
2019-05-03  Jean-Philippe... added -std=c++11 flag because of vma, should handle...
2019-05-01  Jean-Philippe... move vkvg related constants to vkvg source tree
2019-05-01  Jean-Philippe... add some null tests
2019-04-30  Jean-Philippe... flush stdount for debug report
2019-04-29  Jean-Philippe... add debug report, debug marker sigsev
2019-04-27  Jean-Philippe... use VK_LAYER_KHRONOS_validation, prevent get_sampler...
2019-02-28  Jean-Philippe... unset validation cmake options for release build
2019-01-07  Jean-Philippe... copy extend to min between src and dst
2019-01-07  Jean-Philippe... code clean
2018-08-08  Jean-Philippe... dont exess src or dest texture size for region in copy...
2018-08-04  Jean-Philippe... add width and height bliting params, USE_VALIDATION...
2018-07-23  Jean-Philippe... dont expose VMA include in vkh.h
2018-07-23  Jean-Philippe... CMake debug
2018-06-06  Jean-Philippe... use vma for buffers, creation struct as param holder
2018-06-06  Jean-Philippe... use image create struct for keeping infos, don't rely...
2018-05-12  Jean-Philippe... image mapping with vma + typo
2018-05-09  Jean-Philippe... remove evtReady
2018-05-09  Jean-Philippe... vkh_event_create + cpp guard in all headers
2018-05-08  Jean-Philippe... use VulkanMemoryAllocator for images
2018-05-06  Jean-Philippe... add FindVulkan.cmake to address cmake path finding...
2018-05-05  Jean-Philippe... VkhPresenter, generalize usage of VkhDevice instead...
next