]>
O.S.I.I.S - jp/vkhelpers.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jean-Philippe Bruyère [Sun, 6 May 2018 06:35:52 +0000 (08:35 +0200)]
add FindVulkan.cmake to address cmake path finding problems
Jean-Philippe Bruyère [Sat, 5 May 2018 04:18:48 +0000 (06:18 +0200)]
VkhPresenter, generalize usage of VkhDevice instead of VkDevice
Jean-Philippe Bruyère [Mon, 30 Apr 2018 03:57:06 +0000 (05:57 +0200)]
presentation queue detection, vkhImage for swap chain imgs
Jean-Philippe Bruyère [Sun, 29 Apr 2018 07:17:11 +0000 (09:17 +0200)]
device create from existing phy and vkdev
Jean-Philippe Bruyère [Sat, 28 Apr 2018 16:22:43 +0000 (18:22 +0200)]
update cmake to handle VULKAN_SDK environment var
Jean-Philippe Bruyère [Thu, 19 Apr 2018 21:11:11 +0000 (23:11 +0200)]
add license headers
Jean-Philippe Bruyère [Tue, 17 Apr 2018 14:26:48 +0000 (16:26 +0200)]
VkhPhyInfos
Jean-Philippe Bruyère [Mon, 16 Apr 2018 14:15:39 +0000 (16:15 +0200)]
update readme
Jean-Philippe Bruyère [Mon, 16 Apr 2018 14:13:13 +0000 (16:13 +0200)]
Jean-Philippe Bruyère [Mon, 16 Apr 2018 14:10:53 +0000 (16:10 +0200)]
VkhApp, VkhQueue; add readme and licence
j-p [Sat, 14 Apr 2018 05:01:51 +0000 (07:01 +0200)]
Merge pull request #1 from jpbruyere/devel
Devel
Jean-Philippe Bruyère [Sat, 14 Apr 2018 03:54:11 +0000 (05:54 +0200)]
vkh_image_get_sampler
Jean-Philippe Bruyère [Mon, 9 Apr 2018 18:02:41 +0000 (20:02 +0200)]
add image mem mapping funcs
Jean-Philippe Bruyère [Fri, 6 Apr 2018 02:44:01 +0000 (04:44 +0200)]
force correct fPic for both static and shared
Jean-Philippe Bruyère [Thu, 5 Apr 2018 13:55:00 +0000 (15:55 +0200)]
vkh_app
Jean-Philippe Bruyère [Wed, 4 Apr 2018 03:01:53 +0000 (05:01 +0200)]
rename vkDev to dev in vkhdevice
Jean-Philippe Bruyère [Tue, 3 Apr 2018 02:13:40 +0000 (04:13 +0200)]
use first phy if only one present
Jean-Philippe Bruyère [Mon, 2 Apr 2018 20:17:47 +0000 (22:17 +0200)]
add get functions on opaque pointers
Jean-Philippe Bruyère [Mon, 2 Apr 2018 19:22:05 +0000 (21:22 +0200)]
dont use same obj for shared and static (for runtime perfs), set same output name for both
Jean-Philippe Bruyère [Mon, 2 Apr 2018 18:59:44 +0000 (20:59 +0200)]
build static and shared libs
Jean-Philippe Bruyère [Tue, 16 Jan 2018 07:05:39 +0000 (08:05 +0100)]
cmake files to build shared lib
Jean-Philippe Bruyère [Tue, 26 Dec 2017 00:34:09 +0000 (01:34 +0100)]
set current layout to undef on img creation
Jean-Philippe Bruyère [Mon, 25 Dec 2017 18:40:37 +0000 (19:40 +0100)]
separate view and sampler create func, vkh_image_set_layout with current layout
Jean-Philippe Bruyère [Sat, 23 Dec 2017 21:29:15 +0000 (22:29 +0100)]
add addressMode to descriptor creation args
Jean-Philippe Bruyère [Tue, 19 Dec 2017 16:20:36 +0000 (17:20 +0100)]
init vkhimage structure with calloc
Jean-Philippe Bruyère [Mon, 18 Dec 2017 12:05:29 +0000 (13:05 +0100)]
set_image_layout_subres
Jean-Philippe Bruyère [Sun, 17 Dec 2017 16:01:14 +0000 (17:01 +0100)]
create fence signaled or unsignaled
Jean-Philippe Bruyère [Sat, 9 Dec 2017 01:36:21 +0000 (02:36 +0100)]
opaque pointers
Jean-Philippe Bruyère [Fri, 8 Dec 2017 15:19:23 +0000 (16:19 +0100)]
layout for descriptors
Jean-Philippe Bruyère [Fri, 8 Dec 2017 14:15:06 +0000 (15:15 +0100)]
first commit