platform/core/uifw/vulkan-wsi-tizen.git
8 years agonull-driver: Build as a module and change default visibility to hidden 82/65682/1
Taekyun Kim [Mon, 11 Apr 2016 05:06:12 +0000 (14:06 +0900)]
null-driver: Build as a module and change default visibility to hidden

Change-Id: I8ecef206d210938a0a33409e4c73ff7faf863aaa

8 years agosamples: tri.c from khronos loader tests 81/65681/1
Taekyun Kim [Fri, 8 Apr 2016 10:44:50 +0000 (19:44 +0900)]
samples: tri.c from khronos loader tests

Change-Id: I9694c98d6b01aa1188fb06ad2ed6178f85b00c37

8 years agocommon: Update vulkan include headers 80/65680/1
Taekyun Kim [Mon, 11 Apr 2016 04:55:46 +0000 (13:55 +0900)]
common: Update vulkan include headers

Change-Id: I9a197b86e00a656d1dcf3989c9fd3edf27193396

8 years agobuild: Correctly configure pkg-config 79/65679/1
Taekyun Kim [Mon, 11 Apr 2016 04:57:19 +0000 (13:57 +0900)]
build: Correctly configure pkg-config

Change-Id: Ibaf3b272ea2738b2472a7c410bf86336856252f6

8 years agoutils: Do deep copy for the map key 78/65678/1
Taekyun Kim [Thu, 7 Apr 2016 12:19:42 +0000 (21:19 +0900)]
utils: Do deep copy for the map key

Change-Id: I2a842fe61d3ae02ef2d5a2745287b4bd97808d87

8 years agowsi: Change default visibility to hidden 77/65677/1
Taekyun Kim [Mon, 4 Apr 2016 07:41:25 +0000 (16:41 +0900)]
wsi: Change default visibility to hidden

Only vk_icdGetInstanceProcAddr() should be exposed

Change-Id: I95a37bea57723e965475be9c8f9fc5b11846b4b4

8 years agowsi: Empty WSI entry point functions 76/65676/1
Taekyun Kim [Thu, 31 Mar 2016 10:33:02 +0000 (19:33 +0900)]
wsi: Empty WSI entry point functions

Vulkan loader interfacing functions has moved to loader.c
wsi.c should contain WSI related implementations only.
Loading ICD and dispatch function for the vulkan loader should go into
the loader.c

Change-Id: Iacf09028b336f5575041ef9392ff9c7bac24261a

8 years agoutils: hash table 75/65675/1
Taekyun Kim [Thu, 31 Mar 2016 10:03:42 +0000 (19:03 +0900)]
utils: hash table

Code taken from tizen pepper library.

Change-Id: Id6106669af3c3c10163ed655d2832ad35a9a9fbc

8 years agoutils: linked list 74/65674/1
Taekyun Kim [Thu, 31 Mar 2016 09:36:45 +0000 (18:36 +0900)]
utils: linked list

Standard doubly linked list which is similar in usage with libwayland.

Change-Id: I0656aba508dff09d9e48fcc9fc539c17b1b8b180

8 years agoutils: Add boolean variable type 73/65673/1
Taekyun Kim [Thu, 31 Mar 2016 06:41:33 +0000 (15:41 +0900)]
utils: Add boolean variable type

Use vk_bool_t and VK_TRUE/FALSE for boolean variables.

Change-Id: Ia3039c0a556053ece14b84357a8d3284df2818e0

8 years agoAdd MIT License file.
Mun, Gwan-gyeong [Tue, 29 Mar 2016 13:59:01 +0000 (22:59 +0900)]
Add MIT License file.
Modify spec file for installing license files.

Change-Id: Ida19907e299b6fddbb35d667738bb278ccb49456

8 years agocommon: Add basic build & source files
Taekyun Kim [Tue, 29 Mar 2016 07:32:31 +0000 (16:32 +0900)]
common: Add basic build & source files

src/null-driver : null-driver for test
src/utils : utility funcs and data structures
src/wsi : tizen vulkan wsi module

Change-Id: I4a8d8f88d4cbd0811b6bcee7fdb73536f604812c

8 years agoInitial empty repository
JeongHoon Jeon [Mon, 28 Mar 2016 10:16:39 +0000 (19:16 +0900)]
Initial empty repository