2018-01-29 |
joonbum.ko | samples: Fixed some potential memory leaks. 21/168621/1 |
commit | commitdiff | tree | snapshot |
2018-01-29 |
joonbum.ko | samples: Changed to use snprintf() instead of sprintf(). 20/168620/1 |
commit | commitdiff | tree | snapshot |
2018-01-02 |
joonbum.ko | swapchain_tpl: Fixed to use tpl_surface_get() before... 94/165694/1 |
commit | commitdiff | tree | snapshot |
2018-01-02 |
joonbum.ko | wsi: Modified to reference only existing displays. 93/165693/1 |
commit | commitdiff | tree | snapshot |
2017-12-12 |
joonbum.ko | wsi: Removed unnecessary referencing. 36/163536/1 accepted/tizen/unified/20171228.065020 submit/tizen/20171227.062232 |
commit | commitdiff | tree | snapshot |
2017-11-28 |
joonbum.ko | wsi: Changed to use TPL_BACKEND_WAYLAND_VULKAN_WSI_THREAD. 84/161984/1 |
commit | commitdiff | tree | snapshot |
2017-11-16 |
joonbum.ko | swapchain_tpl: Modified tpl_object to be retained durin... 83/161983/1 |
commit | commitdiff | tree | snapshot |
2017-11-14 |
joonbum.ko | wsi: Fixed ref count management in tpl_display. 82/161982/1 |
commit | commitdiff | tree | snapshot |
2017-11-14 |
joonbum.ko | swapchain_tpl: Added handling error case when acquire... 81/161981/1 |
commit | commitdiff | tree | snapshot |
2017-11-14 |
joonbum.ko | swapchain: Added exception checking for error case. 80/161980/1 |
commit | commitdiff | tree | snapshot |
2017-09-29 |
xuelian.bai | Handle the case when the input swapchain is NULL 93/149693/4 |
commit | commitdiff | tree | snapshot |
2017-09-14 |
xuelian.bai | [HOTFIX] Avoid duplication of surface_formats in querying 62/148862/2 |
commit | commitdiff | tree | snapshot |
2017-05-19 |
Hoyub Lee | wsi: Correct getting tpl_display in vk_get_tpl_display() 34/130034/1 tizen_4.0 submit/submit/tizen/20170906.070327/20170906.070422 submit/tizen/20170920.051244 |
commit | commitdiff | tree | snapshot |
2017-03-22 |
SooChan Lim | use %license macro to copy the COPYING file. 43/120243/1 |
commit | commitdiff | tree | snapshot |
2017-01-11 |
deasung.kim | tbm_queue_surface: modified tbm_queue_surface related... 99/104799/3 |
commit | commitdiff | tree | snapshot |
2017-01-11 |
deasung.kim | tbm_queue_surface : implement vkCreateTBMQueueSurfaceKHR 98/104798/3 |
commit | commitdiff | tree | snapshot |
2017-01-11 |
deasung.kim | vk_tizen: added new function prototype for tpl_tbm... 97/104797/3 |
commit | commitdiff | tree | snapshot |
2017-01-11 |
deasung.kim | swapchain_tdm: added restore tdm dpms when swapchain... 87/102987/2 |
commit | commitdiff | tree | snapshot |
2017-01-11 |
deasung.kim | surface: fix segfault when tdm display init failed 86/102986/2 |
commit | commitdiff | tree | snapshot |
2017-01-11 |
deasung.kim | swapchain: added swapchain tdm backend 85/102985/2 |
commit | commitdiff | tree | snapshot |
2017-01-11 |
deasung.kim | swapchain: separated swapchain.c 84/102984/2 |
commit | commitdiff | tree | snapshot |
2017-01-11 |
deasung.kim | surface: impliment VkIcdSurfaceDisplay(tdm) 83/102983/2 |
commit | commitdiff | tree | snapshot |
2017-01-11 |
deasung.kim | display: implement vk_CreateDisplayModeKHR 82/102982/2 |
commit | commitdiff | tree | snapshot |
2017-01-11 |
deasung.kim | display: fill some TODO in add_tdm_output 81/102981/2 |
commit | commitdiff | tree | snapshot |
2017-01-11 |
deasung.kim | display: implement vk_GetDisplayPlaneCapabilitiesKHR 80/102980/2 |
commit | commitdiff | tree | snapshot |
2017-01-11 |
Taekyun Kim | wsi: Basic display surface implementation 75/102975/2 |
commit | commitdiff | tree | snapshot |
2017-01-10 |
Taekyun Kim | wsi: Skeletal code for VkDisplaySurfaceKHR 74/102974/2 |
commit | commitdiff | tree | snapshot |
2017-01-10 |
Taekyun Kim | nulldrv: Fix warnings on strict aliasing rules 73/102973/2 |
commit | commitdiff | tree | snapshot |
2017-01-10 |
Taekyun Kim | wsi: Wrapper object for VkPhysicalDevice 72/102972/2 |
commit | commitdiff | tree | snapshot |
2017-01-10 |
Taekyun Kim | wsi: Removed unnecessary #include 71/102971/2 |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Mun, Gwan-gyeong | Build: Fix loading path of vulkan-wsi-tizen.so on vulka... 09/103209/1 |
commit | commitdiff | tree | snapshot |
2016-10-12 |
deasung.kim | surface/swapchain: apply present mode 91/89491/4 |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Mun, Gwan-gyeong | swapchain: added return case of VK_ERROR_OUT_OF_DEVICE_... 51/91251/2 |
commit | commitdiff | tree | snapshot |
2016-10-06 |
Mun, Gwan-gyeong | surface: added Temporal maxImageExtent.width / maxImage... 50/91250/1 |
commit | commitdiff | tree | snapshot |
2016-10-06 |
deasung.kim | swapchain: fix management of tpl_display reference... 01/89101/3 |
commit | commitdiff | tree | snapshot |
2016-09-22 |
deasung.kim | swapchain: added error handle in create swapchain 65/89065/1 |
commit | commitdiff | tree | snapshot |
2016-08-26 |
deasung.kim | swapchin: change the usage of libtbm_sync api 27/85227/3 |
commit | commitdiff | tree | snapshot |
2016-08-26 |
deasung.kim | extension: remove duplicated extensions in vk_Enumerate... 91/84991/3 |
commit | commitdiff | tree | snapshot |
2016-08-17 |
deasung.kim | swapchain: use tpl with sync 06/81006/7 |
commit | commitdiff | tree | snapshot |
2016-06-13 |
deasung.kim | swapchain: fix swapchain image's extent depth value 1 59/74159/1 |
commit | commitdiff | tree | snapshot |
2016-06-13 |
deasung.kim | swapchain: fill ImageCreateInfo from SwapchainCreateInfo 58/74158/1 |
commit | commitdiff | tree | snapshot |
2016-06-10 |
Gwan-gyeong Mun | Merge "tri: inserted shader binary code for test conven... |
commit | commitdiff | tree | snapshot |
2016-06-10 |
deasung.kim | tri: inserted shader binary code for test convenience 95/73895/1 |
commit | commitdiff | tree | snapshot |
2016-06-09 |
Taekyun Kim | wsi: Support for various pixel formats 22/73822/1 |
commit | commitdiff | tree | snapshot |
2016-06-09 |
Taekyun Kim | samples: Skip checking shader clip distance device... 21/73821/1 |
commit | commitdiff | tree | snapshot |
2016-06-09 |
Taekyun Kim | swapchain: Fill out VkImageCreateInfo when creating... 20/73820/1 |
commit | commitdiff | tree | snapshot |
2016-06-07 |
Taekyun Kim | build: Fix incorrect include header file for devel... 19/73819/1 |
commit | commitdiff | tree | snapshot |
2016-06-02 |
Taekyun Kim | wsi: Better integration interface between WSI and ICD 89/72789/1 |
commit | commitdiff | tree | snapshot |
2016-06-02 |
Taekyun Kim | wsi: Refactoring to support display surface 88/72788/1 |
commit | commitdiff | tree | snapshot |
2016-06-02 |
Taekyun Kim | utils: Add missing vk_container_of macro 87/72787/1 |
commit | commitdiff | tree | snapshot |
2016-05-19 |
deasung.kim | null-driver: added missing VK_EXPORT keyword 01/70301/1 |
commit | commitdiff | tree | snapshot |
2016-05-18 |
Taekyun Kim | wsi: Tizen vulkan WSI development header file documentation 86/70086/1 |
commit | commitdiff | tree | snapshot |
2016-05-12 |
Taekyun Kim | swapchain: Wait semaphores before issueing present... 63/69263/1 |
commit | commitdiff | tree | snapshot |
2016-05-12 |
Taekyun Kim | wsi: Use const qualifier for semaphores in vk_wait_for_... 62/69262/1 |
commit | commitdiff | tree | snapshot |
2016-05-12 |
Taekyun Kim | swapchain: Signal fence and semaphore in vkAcquireNextI... 61/69261/1 |
commit | commitdiff | tree | snapshot |
2016-05-12 |
Taekyun Kim | icd: Functions for calling vendor ICD semaphore and... 60/69260/1 |
commit | commitdiff | tree | snapshot |
2016-05-12 |
Taekyun Kim | icd: Retreive semaphore and fence functions from ICD 55/69255/1 |
commit | commitdiff | tree | snapshot |
2016-05-12 |
Taekyun Kim | null-driver: Implement functions required by vulkan... 54/69254/1 |
commit | commitdiff | tree | snapshot |
2016-05-12 |
Taekyun Kim | wsi: Add function prototypes that vendors should provide 53/69253/1 |
commit | commitdiff | tree | snapshot |
2016-05-12 |
Taekyun Kim | null-driver: Fix type cast warning 52/69252/1 |
commit | commitdiff | tree | snapshot |
2016-05-11 |
Taekyun Kim | wsi: Add devel package 70/69170/1 |
commit | commitdiff | tree | snapshot |
2016-05-04 |
Taekyun Kim | entry-points: Fix func type of vkEnumerateInstanceExten... 63/68363/1 |
commit | commitdiff | tree | snapshot |
2016-04-25 |
deasung.kim | surface: use tpl_display_query_supported_buffer_count_f... 31/67031/3 |
commit | commitdiff | tree | snapshot |
2016-04-20 |
Mun, Gwan-gyeong | swapchain: remove temporal swapchain debugging code. 29/66729/1 |
commit | commitdiff | tree | snapshot |
2016-04-19 |
Sangjin Lee | Merge "null-driver: add include stdio.h for debugging... |
commit | commitdiff | tree | snapshot |
2016-04-19 |
Sangjin Lee | Merge changes Id53d17c1,Ica6c0627,I124d9940 into tizen |
commit | commitdiff | tree | snapshot |
2016-04-19 |
Mun, Gwan-gyeong | null-driver: add include stdio.h for debugging of null... 74/66374/3 |
commit | commitdiff | tree | snapshot |
2016-04-19 |
Mun, Gwan-gyeong | etc: Fix int to pointer typecasting build warnings 73/66373/4 |
commit | commitdiff | tree | snapshot |
2016-04-19 |
Mun, Gwan-gyeong | swapchain: add debug info code for SwapChain's VkImage... 72/66372/2 |
commit | commitdiff | tree | snapshot |
2016-04-19 |
Mun, Gwan-gyeong | samples: change tri sample's window size 71/66371/2 |
commit | commitdiff | tree | snapshot |
2016-04-19 |
Taekyun Kim | etc: Add vulkaninfo into .gitignore 16/66416/1 |
commit | commitdiff | tree | snapshot |
2016-04-18 |
deasung.kim | create samples package for test 95/66295/1 |
commit | commitdiff | tree | snapshot |
2016-04-18 |
deasung.kim | surface: use vk_get_tpl_display instead of tpl_display_get 42/66242/1 |
commit | commitdiff | tree | snapshot |
2016-04-18 |
deasung.kim | swapchain: use vk_get_tpl_display instead of tpl_displa... 41/66241/1 |
commit | commitdiff | tree | snapshot |
2016-04-15 |
deasung.kim | wsi: added func vk_get_tpl_display 66/66066/1 |
commit | commitdiff | tree | snapshot |
2016-04-15 |
deasung.kim | icd: added load symbol icd.create_presentable_image 65/66065/1 |
commit | commitdiff | tree | snapshot |
2016-04-15 |
deasung.kim | swapchain: fix missing assign tbm buffer count 64/66064/1 |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Taekyun Kim | swapchain: Create VkImage using ICD provided function 63/66063/1 |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Taekyun Kim | icd: Function for creating VkImage from tbm_surface_h 62/66062/1 |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Taekyun Kim | icd: Dedicated files for manipulating vendor ICD 61/66061/1 |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Taekyun Kim | swapchain: Initialize swapchain buffers at creation... 60/66060/1 |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Taekyun Kim | surface: swapchain: WSI do not need to implement surfac... 59/66059/1 |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Taekyun Kim | common: Make wayland platform default 58/66058/1 |
commit | commitdiff | tree | snapshot |
2016-04-15 |
deasung.kim | sample: added tri/vulkan info from Vulkan Loader 57/66057/1 |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Taekyun Kim | entry-points: Merge extensions from ICD and WSI 56/66056/1 |
commit | commitdiff | tree | snapshot |
2016-04-15 |
deasung.kim | gbsbuild: enabled wayland option 55/66055/1 |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Taekyun Kim | swapchain: Code clean up 54/66054/1 |
commit | commitdiff | tree | snapshot |
2016-04-15 |
deasung.kim | wsi: added missing lib dependency 53/66053/1 |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Taekyun Kim | surface: Fix build error and some clean up 52/66052/1 |
commit | commitdiff | tree | snapshot |
2016-04-15 |
deasung.kim | swapchain: Basic swapchain implementation using TPL 51/66051/1 |
commit | commitdiff | tree | snapshot |
2016-04-15 |
deasung.kim | surface: Basic wayland surface implementation using TPL 50/66050/1 |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Taekyun Kim | null-driver: Function for creating presentable images 56/65756/1 |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Taekyun Kim | etc: Add sample executables in .gitignore 91/65691/1 |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Taekyun Kim | surface: Temporary workaround for surface features 90/65690/1 |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Taekyun Kim | null-driver: Turn on all the features 89/65689/1 |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Taekyun Kim | entry-points: Hook GetInstanceProcAddr()/GetDeviceProcA... 88/65688/1 |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Taekyun Kim | surface: Basic surface implementation 87/65687/1 |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Taekyun Kim | wsi: Basic memory allocation functions 86/65686/1 |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Taekyun Kim | wsi: Load ICD and dispatch ICD functions 85/65685/1 |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Taekyun Kim | wsi: WSI entry points 84/65684/1 |
commit | commitdiff | tree | snapshot |
next |