Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
native
/
7671d4616faef3b3781dacf953069a3f24f6fdc2
/
vulkan
/
libvulkan
/
swapchain.cpp
7671d46
Add HDR support to Vulkan
by Courtney Goeltzenleuchter
· 7 years ago
cd8ad33
Additional changes to Vulkan 1.1 API updates
by Ian Elliott
· 7 years ago
f25f5bb
Vulkan api update to 1.1
by Daniel Koch
· 7 years ago
bd7e03a
Limit Display-P3 surface formats to 8888
by Courtney Goeltzenleuchter
· 7 years ago
b52abee
Fix DEQP failure regarding VK_COLOR_SPACE_EXTENDED_SRGB_LINEAR_EXT:
by Courtney Goeltzenleuchter
· 7 years ago
3329c08
Add VK_COLOR_SPACE_EXTENDED_SRGB_NONLINEAR_EXT.
by Courtney Goeltzenleuchter
· 7 years ago
8e0c3f5
vulkan: Translate usage flags before passing to driver
by Chris Forbes
· 7 years ago
cb496ac
use 64-bits usage bits almost everywhere
by Mathias Agopian
· 7 years ago
1671de0
Revert "use 64-bits usage bits almost everywhere"
by Guang Zhu
· 7 years ago
175d987
use 64-bits usage bits almost everywhere
by Mathias Agopian
· 7 years ago
6a3c05b
fix circular dependency libnativewindow <-> libui
by Mathias Agopian
· 8 years ago
dc96fdf
egl: Differentiate pending vs invalid timestamps.
by Brian Anderson
· 8 years ago
894780b
Remove driver workaround
by Courtney Goeltzenleuchter
· 8 years ago
fca0f29
vulkan: Dequeue the shared buffer again after presenting
by Chris Forbes
· 8 years ago
c88409c
vulkan: Don't dequeue in AcquireNextImageKHR if in shared mode
by Chris Forbes
· 8 years ago
e0ced03
vulkan: Only cancel buffers during swapchain creation if not shared
by Chris Forbes
· 8 years ago
97ef461
vulkan: Set shared & auto refresh modes earlier
by Chris Forbes
· 8 years ago
f883564
vulkan: Track whether in shared mode in Swapchain
by Chris Forbes
· 8 years ago
2c8fc75
vulkan: Always request at least 2 images for swapchain
by Chris Forbes
· 8 years ago
7992781
Use gralloc usage conversion library
by Jesse Hall
· 8 years ago
d8ab439
Merge "egl: Remove retire event."
by TreeHugger Robot
· 8 years ago
4e606e3
egl: Remove retire event.
by Brian Anderson
· 8 years ago
c45673f
Update extension enums to match upstream.
by Courtney Goeltzenleuchter
· 8 years ago
06bc009
vulkan: Implement usage flags query for KHR_shared_presentable_image
by Chris Forbes
· 8 years ago
2452cf7
vulkan: Implement KHR_get_surface_capabilities2
by Chris Forbes
· 8 years ago
f25db04
Merge "Make IGraphicBufferProducer a hybrid interface."
by TreeHugger Robot
· 8 years ago
e0c320c
Merge "Revert "Extend hack to new driver version""
by Steve Pfetsch
· 8 years ago
72957a9
Revert "Extend hack to new driver version"
by Steve Pfetsch
· 8 years ago
6e1193a
Make IGraphicBufferProducer a hybrid interface.
by Pawin Vongmasa
· 8 years ago
762c813
Use valid libvulkan error results
by Mike Stroyan
· 8 years ago
1ed3d79
Merge changes I121df86d,Ia692a5fd
by TreeHugger Robot
· 8 years ago
df4ccdf
Merge changes from topic 'colorspace_support'
by TreeHugger Robot
· 8 years ago
7d4a64a
Add Vulkan to native helpers
by Courtney Goeltzenleuchter
· 8 years ago
e278daf
Use Surface::GetWideColorSupport in VK_EXT_swapchain_colorspace
by Courtney Goeltzenleuchter
· 8 years ago
bca34c9
Update color space names to match extension
by Courtney Goeltzenleuchter
· 8 years ago
9b7e453
libvulkan : Handle VK_PRESENT_MODE_MAILBOX_KHR CASES correctly
by Hrishikesh Manohar
· 8 years ago
061fc6a
Merge "Extend hack to new driver version"
by Steve Pfetsch
· 8 years ago
e8d79a6
vulkan: Advertise present modes based on actual capabilities
by Chris Forbes
· 8 years ago
fc00a1d
Extend hack to new driver version
by Kalle Raita
· 8 years ago
d634c48
Add HDR Metadata extension
by Courtney Goeltzenleuchter
· 8 years ago
b9d9e30
Merge "Ignore VK_KHR_incremental_present hint for MAILBOX."
by TreeHugger Robot
· 8 years ago
832b6b9
Merge "EGL: Use frameId instead of framesAgo for frame events."
by Brian C. Anderson
· 8 years ago
ffedb65
Ignore VK_KHR_incremental_present hint for MAILBOX.
by Ian Elliott
· 8 years ago
85bb0c5
vulkan: Temporarily hack around loader/driver mismatch
by Jesse Hall
· 8 years ago
d1abd74
vulkan: Add gralloc1 usage to VK_ANDROID_native_buffer
by Jesse Hall
· 8 years ago
e3066e9
vulkan: Disable shared present modes for now
by Chris Forbes
· 8 years ago
1049d1d
EGL: Use frameId instead of framesAgo for frame events.
by Brian Anderson
· 8 years ago
4da65b9
vulkan: Adjust ANDROID_native_buffer to match new shared image naming
by Chris Forbes
· 8 years ago
1d5f68c
vulkan: KHR_swapchain_front_buffered -> KHR_shared_presentable_image
by Chris Forbes
· 8 years ago
be833a2
Vulkan: only report refreshDuration, not {min|max}RefreshDuration
by Ian Elliott
· 8 years ago
62c48c9
Plumb refresh cycle duration up to VK_GOOGLE_display_timing.
by Ian Elliott
· 8 years ago
14866bb
Fix typo in new enum, VK_STRUCTURE_TYPE_PRESENT_TIMES_INFO_GOOGLE
by Ian Elliott
· 8 years ago
4e18ba8
vulkan: return OUT_OF_DATE from GetSwapchainStatus if not current
by Chris Forbes
· 8 years ago
2c6355d
Minor tweaks to VK_GOOGLE_display_timing
by Ian Elliott
· 8 years ago
84b9bc0
Merge "Enumerate initial version of VK_GOOGLE_display_timing"
by Ian Elliott
· 8 years ago
8a97726
Enumerate initial version of VK_GOOGLE_display_timing
by Ian Elliott
· 8 years ago
b8042d2
vulkan: enable shared buffer mode and auto refresh if desired
by Chris Forbes
· 8 years ago
b442152
vulkan: Set front buffer bit for image creation
by Chris Forbes
· 8 years ago
980ad05
vulkan: Offer frontbuffered present modes
by Chris Forbes
· 8 years ago
0f2ac2e
vulkan: Add function stub & plumbing for KHR_swapchain_front_buffered
by Chris Forbes
· 8 years ago
b56287a
vulkan: Chain VkSwapchainImageCreateInfoANDROID structure
by Chris Forbes
· 8 years ago
8c47dc9
vulkan: Use GetSwapchainGrallocUsage2ANDROID where available
by Chris Forbes
· 8 years ago
1030084
vulkan: Remove bogus IMAGE_USAGE_GENERAL from todo note
by Chris Forbes
· 8 years ago
e0ea99c
resolve merge conflicts of a2c2d11f9 to master
by Mark Salyzyn
· 8 years ago
7823e12
Replace cutils/log.h and rationalize log/log.h and android/log.h
by Mark Salyzyn
· 8 years ago
4c8bb2a
Stubbed implementation of VK_GOOGLE_display_timing extension.
by Ian Elliott
· 8 years ago
c03d283
resolve merge conflicts of 525a5f2 to master
by Mark Salyzyn
· 8 years ago
a5e161b
Replace cutils/log.h and rationalize log/log.h and android/log.h
by Mark Salyzyn
· 8 years ago
b31ad5e
Merge "libvulkan: add NULL check to DestroySwapchainKHR" am: 55e4f91258 am: f9312a168a am: c148af227a
by Daniel Koch
· 8 years ago
d78c2e8
libvulkan: add NULL check to DestroySwapchainKHR
by Daniel Koch
· 8 years ago
cb35113
Initial implementation of VK_KHR_incremental_present.
by Ian Elliott
· 8 years ago
7331e22
libvulkan: Fix count returned for incomplete wsi queries
by Jesse Hall
· 8 years ago
42a9eec
libvulkan: reduce log level for swapchain usage errors
by Jesse Hall
· 8 years ago
dc22507
libvulkan: Slightly better handling of swapchain re-creation
by Jesse Hall
· 8 years ago
2676338
vulkan: Update vulkan.h to 1.0.13
by Jesse Hall
· 8 years ago
3d1c82a
libvulkan: Reset window before creating swapchain
by Jesse Hall
· 9 years ago
e8e689f
vulkan: replace std::shared_ptr by android::sp
by Chia-I Wu
· 9 years ago
4ad5c14
Merge changes I21f07545,I73c39cbe,I47b1639c,I4a6268d7,I06be9898, ... into nyc-dev
by Chia-I Wu
· 9 years ago
4a6a916
vulkan: use driver::GetData everywhere
by Chia-I Wu
· 9 years ago
6226223
vulkan: move all _Bottom functions
by Chia-I Wu
· 9 years ago
c684560
vulkan: avoid double-free in InitSharedPtr
by Chia-I Wu
· 9 years ago
cc5e276
vulkan: rework DriverDispatchTable
by Chia-I Wu
· 9 years ago
e6080bf
libvulkan: Check for negative in signed -> unsigned conversion
by Jesse Hall
· 9 years ago
178b696
libvulkan: Set window transform based on swapchain preTransform
by Jesse Hall
· 9 years ago
55bc097
libvulkan: Report current and supported transforms accurately
by Jesse Hall
· 9 years ago
3d92c53
Merge "libvulkan: Support R5G6B5_UNORM_PACK16 as a swapchain format" into nyc-dev
by Jesse Hall
· 9 years ago
148a1b4
Merge "libvulkan: Un-revert and fix VK_PRESENT_MODE_MAILBOX_KHR" into nyc-dev
by Jesse Hall
· 9 years ago
517274a
libvulkan: Support R5G6B5_UNORM_PACK16 as a swapchain format
by Jesse Hall
· 9 years ago
fe2662d
libvulkan: Initialize VkSurfacePropertiesKHR::supportedCompositeAlpha
by Jesse Hall
· 9 years ago
0ae0dce
libvulkan: Un-revert and fix VK_PRESENT_MODE_MAILBOX_KHR
by Jesse Hall
· 9 years ago
9ec497c
Revert "libvulkan: Implement VK_PRESENT_MODE_MAILBOX_KHR"
by Courtney Goeltzenleuchter
· 9 years ago
26cecff
libvulkan: Fix dEQP-VK.api.object_management.alloc_callback_fail.instance
by Jesse Hall
· 9 years ago
f333922
libvulkan: Implement VK_PRESENT_MODE_MAILBOX_KHR
by Jesse Hall
· 9 years ago
715b86a
vulkan: Support VK_EXT_debug_report in loader and nulldrv
by Jesse Hall
· 9 years ago
275d76c
vulkan: Pass vkQueuePresentKHR wait semaphores to vkQueueSignalReleaseImageANDROID
by Jesse Hall
· 9 years ago
3dd678a
vulkan: Update from version 0.221.0 to 1.0!
by Jesse Hall
· 9 years ago
f9fa9a5
vulkan: Update from version 0.210.1 to 0.213.0
by Jesse Hall
· 9 years ago
1f91d39
vulkan: Implement new vkGet*ProcAddrBehavior
by Jesse Hall
· 9 years ago
0619380
libvulkan: Implement new VkFence parameter in vkAcquireNextImageKHR
by Jesse Hall
· 9 years ago
f4ab2b1
vulkan: Update from version 0.206.0 to 0.209.0
by Jesse Hall
· 9 years ago
Next »