Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
da901bfc4f15723f0a7567ecd09742fd166df2f0
/
vulkan
/
libvulkan
/
swapchain.cpp
7359759
Vulkan: Fixing return code for vkQueuePresentKHR
by silence_dogood
· 6 years ago
df542f6
Merge "Vulkan: Ensure swapchain gets enough images for MAILBOX." into qt-dev
by Ian Elliott
· 6 years ago
a3515f4
Vulkan: Ensure swapchain gets enough images for MAILBOX.
by Ian Elliott
· 6 years ago
3568bfe
Have vkGetRefreshCycleDurationGOOGLE query SF every time.
by Ian Elliott
· 6 years ago
0f47522
libvulkan: correctly handle VkBindImageMemorySwapchainInfoKHR
by Yiwei Zhang
· 6 years ago
2314310
libvulkan: intercept vkBindImageMemory2(KHR) at driver level
by Yiwei Zhang
· 6 years ago
94ace21
Add 2 addtional VkFormat's to vkGetPhysicalDeviceSurfaceFormatsKHR
by Ian Elliott
· 6 years ago
34d4121
Merge "Vulkan: add atrace support"
by TreeHugger Robot
· 6 years ago
c1ea815
Vulkan: fix VK_FORMAT_A2B10G10R10_UNORM_PACK32 format mapping
by Yiwei Zhang
· 6 years ago
fdd0c2a
Vulkan: add atrace support
by Yiwei Zhang
· 6 years ago
5979cb5
Enable FP16 support in Vulkan
by Yiwei Zhang
· 7 years ago
bcbc73a
[vulkan] Modernize codebase by replacing NULL with nullptr
by Yi Kong
· 7 years ago
c91b9b7
libvulkan: vkGetPhysicalDeviceSurfaceSupportKHR
by Yiwei Zhang
· 7 years ago
31b85c2
Fix cleanup of swapchain images in the shared case
by Chris Forbes
· 7 years ago
6435b32
libvulkan: VkSurfaceKHR shouldn't work with must-be-YUV native windows
by Yiwei Zhang
· 7 years ago
8e951d5
swapchain: add a case for minImageCount in capabilities
by Yiwei Zhang
· 7 years ago
e4a559c
swapchain: add condition to report mailbox mode
by Yiwei Zhang
· 7 years ago
dbd9615
swapchain: add query for MaxBufferCount
by Yiwei Zhang
· 7 years ago
7671d46
Add HDR support to Vulkan
by Courtney Goeltzenleuchter
· 7 years ago
cd8ad33
Additional changes to Vulkan 1.1 API updates
by Ian Elliott
· 8 years ago
f25f5bb
Vulkan api update to 1.1
by Daniel Koch
· 8 years ago
bd7e03a
Limit Display-P3 surface formats to 8888
by Courtney Goeltzenleuchter
· 8 years ago
b52abee
Fix DEQP failure regarding VK_COLOR_SPACE_EXTENDED_SRGB_LINEAR_EXT:
by Courtney Goeltzenleuchter
· 8 years ago
3329c08
Add VK_COLOR_SPACE_EXTENDED_SRGB_NONLINEAR_EXT.
by Courtney Goeltzenleuchter
· 8 years ago
8e0c3f5
vulkan: Translate usage flags before passing to driver
by Chris Forbes
· 8 years ago
cb496ac
use 64-bits usage bits almost everywhere
by Mathias Agopian
· 8 years ago
1671de0
Revert "use 64-bits usage bits almost everywhere"
by Guang Zhu
· 8 years ago
175d987
use 64-bits usage bits almost everywhere
by Mathias Agopian
· 8 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
· 9 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
· 9 years ago
4c8bb2a
Stubbed implementation of VK_GOOGLE_display_timing extension.
by Ian Elliott
· 9 years ago
c03d283
resolve merge conflicts of 525a5f2 to master
by Mark Salyzyn
· 9 years ago
a5e161b
Replace cutils/log.h and rationalize log/log.h and android/log.h
by Mark Salyzyn
· 9 years ago
b31ad5e
Merge "libvulkan: add NULL check to DestroySwapchainKHR" am: 55e4f91258 am: f9312a168a am: c148af227a
by Daniel Koch
· 9 years ago
d78c2e8
libvulkan: add NULL check to DestroySwapchainKHR
by Daniel Koch
· 9 years ago
cb35113
Initial implementation of VK_KHR_incremental_present.
by Ian Elliott
· 9 years ago
7331e22
libvulkan: Fix count returned for incomplete wsi queries
by Jesse Hall
· 9 years ago
42a9eec
libvulkan: reduce log level for swapchain usage errors
by Jesse Hall
· 9 years ago
dc22507
libvulkan: Slightly better handling of swapchain re-creation
by Jesse Hall
· 9 years ago
2676338
vulkan: Update vulkan.h to 1.0.13
by Jesse Hall
· 9 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
Next »