aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Revert "Make it easier to locally unit test guest/host combined tracing""HEADmasterLingfeng Yang2020-10-033-36/+7
|\
| * Revert "Make it easier to locally unit test guest/host combined tracing"Lingfeng Yang2020-10-023-36/+7
* | Merge "Make it easier to locally unit test guest/host combined tracing"Lingfeng Yang2020-10-023-7/+36
|\|
| * Make it easier to locally unit test guest/host combined tracingLingfeng Yang2020-09-283-7/+36
* | Merge "vulkan: Switch to BumpPool in guest (v2) (take codegen)"Lingfeng Yang2020-10-026-706/+817
|\ \
| * | vulkan: Switch to BumpPool in guest (v2) (take codegen)Lingfeng Yang2020-10-016-706/+817
| |/
* | Revert "Switch to vk_icdInitializeOpenInNamespaceCallback"cstout2020-10-011-3/+3
* | Switch to vk_icdInitializeOpenInNamespaceCallbackCraig Stout2020-09-301-3/+3
|/
* fuchsia: Set sysmem constraints only if format/tiling/usage valid on host.Yilong Li2020-09-181-0/+26
* Use VkEncoder.inl.* instead of letting it be generated (guest)Lingfeng Yang2020-09-174-1126/+131
* Merge "Don't try to do robust buffer access checks on non-linked attrib indices"Lingfeng Yang2020-09-178-23/+239
|\
| * Don't try to do robust buffer access checks on non-linked attrib indicesLingfeng Yang2020-09-168-23/+239
* | vulkan: Use heap type to determine buffer collection typeYilong Li2020-09-161-4/+9
|/
* Merge "vulkan: Support imported host-visible memory on Fuchsia."Yilong Li2020-09-161-58/+142
|\
| * vulkan: Support imported host-visible memory on Fuchsia.Yilong Li2020-09-161-58/+142
* | Merge "renderControl_enc: (2/3) Pass mapping size to rcMapGpaToBufferHandle()."Treehugger Robot2020-09-167-1/+57
|\|
| * renderControl_enc: (2/3) Pass mapping size to rcMapGpaToBufferHandle().Yilong Li2020-09-157-1/+57
* | Merge "Warning fix for asg_context_create"Treehugger Robot2020-09-161-1/+1
|\ \
| * | Warning fix for asg_context_createAlistair Delva2020-09-161-1/+1
* | | Merge "vulkan_enc: Add vkGetLinearImageLayoutGOOGLE() method to guest encoder."Yilong Li2020-09-1615-0/+136
|\ \ \ | |/ / |/| / | |/
| * vulkan_enc: Add vkGetLinearImageLayoutGOOGLE() method to guest encoder.Yilong Li2020-09-1515-0/+136
* | Also decref in unregister_VkCommandBuffer/QueueLingfeng Yang2020-09-161-0/+6
* | Always inc/decref in sync(CommandBuffers/Queues)Lingfeng Yang2020-09-162-81/+58
|/
* Merge changes Ia3f63a83,Icc4f5ab9Yilong Li2020-09-149-1/+68
|\
| * fuchsia: Fix Fuchsia buildYilong Li2020-09-112-0/+12
| * renderControl_enc: Add rcCreateBuffer2 method.Yilong Li2020-09-117-1/+56
* | [build] Suppress -Wconversion warningsShai Barack2020-09-141-0/+1
|/
* Don't query max color attachments in gles2Lingfeng Yang2020-09-111-1/+3
* Merge "Move host validation to guest"Lingfeng Yang2020-09-1039-789/+6058
|\
| * Move host validation to guestLingfeng Yang2020-09-1039-789/+6058
* | Merge changes I4665c1fb,I3d9b8dd9 am: b5bd9f4142Treehugger Robot2020-09-042-3/+16
|\ \
| * \ Merge changes I4665c1fb,I3d9b8dd9Treehugger Robot2020-09-042-3/+16
| |\ \
| | * | Support YUV conversion in vulkan with Android hardware bufferYahan Zhou2020-09-032-3/+14
| | * | Support YUV420pYahan Zhou2020-09-031-0/+2
* | | | Merge "intrusive refcount for encoders so we dont need cleanup callback" am: ...Lingfeng Yang2020-08-288-60/+116
|\| | |
| * | | Merge "intrusive refcount for encoders so we dont need cleanup callback"Lingfeng Yang2020-08-288-60/+116
| |\ \ \
| | * | | intrusive refcount for encoders so we dont need cleanup callbackLingfeng Yang2020-08-278-60/+116
| | |/ /
* | | | Merge "vulkan: Do not abort if color buffer already exists" am: 2c65020824Treehugger Robot2020-08-271-5/+18
|\| | |
| * | | Merge "vulkan: Do not abort if color buffer already exists"Treehugger Robot2020-08-271-5/+18
| |\ \ \
| | * | | vulkan: Do not abort if color buffer already existsYilong Li2020-08-271-5/+18
* | | | | Merge "vulkan_enc: check image format for external images on Fuchsia." am: a8...Treehugger Robot2020-08-272-0/+35
|\| | | |
| * | | | Merge "vulkan_enc: check image format for external images on Fuchsia."Treehugger Robot2020-08-272-0/+35
| |\| | | | | |/ / | |/| |
| | * | vulkan_enc: check image format for external images on Fuchsia.Yilong Li2020-08-262-0/+35
| | |/
* | | Mark Android R (rvc-dev-plus-aosp-without-vendor@6692709) as mergedXin Li2020-08-270-0/+0
|\ \ \
| * \ \ Merge "Fix GCH preview not working w/ minigbm" am: 93ae9108bb am: e81122e725Lingfeng Yang2020-07-161-0/+8
| |\ \ \
| * \ \ \ Merge changes I55f26e97,Iec044d31 am: ec6b3a9781 am: bc6b7b28e1Lingfeng Yang2020-07-162-21/+8
| |\ \ \ \
| * \ \ \ \ remove encoder lock, change to atomic and thread local check am: 256f9251d4 a...Lingfeng Yang2020-07-166-571/+1143
| |\ \ \ \ \
| * \ \ \ \ \ async queue submit (guest) am: f89f75d196 am: a2be1816a0Lingfeng Yang2020-07-1621-11/+533
| |\ \ \ \ \ \
| * \ \ \ \ \ \ HostConnection: remove the use of the stream pointer after moved am: c42eb49e...Kaiyi Li2020-07-161-9/+12
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge "vulkan: Remove unused variable" am: e77e515fe3 am: 83f00a452cLingfeng Yang2020-07-141-3/+5
| |\ \ \ \ \ \ \ \