Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
913dd6b9a9f43d21c5d2baa39a2bcd2239252b17
/
native
6c41ab1
Consolidate NDK and APEX implementations
by Derek Sollenberger
· 5 years ago
2ae4572
Merge "[AChoreographer] Consolidate AChoreographer source files"
by Alec Mouri
· 5 years ago
224bcce
Merge "Rename # vndk tag to # llndk"
by TreeHugger Robot
· 5 years ago
440c5ac
[AChoreographer] Consolidate AChoreographer source files
by Alec Mouri
· 5 years ago
aaa9e83
Decouple SurfaceTexture from HWUI
by Stan Iliev
· 5 years ago
a9258ab
Rename # vndk tag to # llndk
by Jiyong Park
· 5 years ago
01709c7
Make AFont_getLocale work
by Seigo Nonaka
· 5 years ago
69a5323
Merge "Add userId to the package name API."
by TreeHugger Robot
· 5 years ago
53bca93
Add userId to the package name API.
by atrost
· 5 years ago
d4dac41
Merge "Adding transformHint to callbacks"
by Valerie Hau
· 5 years ago
ec453e1
Adding transformHint to callbacks
by Valerie Hau
· 5 years ago
8748835
Add a native aidl API.
by atrost
· 5 years ago
5e18c43
Do not crash on invalid dataspace
by Valerie Hau
· 5 years ago
1ad6954
Handle NATIVE_WINDOW_TRANSFORM_INVERSE_DISPLAY flag in ASurfaceTransaction
by Vishnu Nair
· 5 years ago
bb9b14f
ASurfaceControl: fix surface damage
by Marissa Wall
· 6 years ago
c8723d6
Merge "Pass runMax = 1 to stop unnecessary itemization" into qt-dev
by TreeHugger Robot
· 6 years ago
ddc8773
Pass runMax = 1 to stop unnecessary itemization
by Seigo Nonaka
· 6 years ago
d2f37cc
Allow the WebView native library to have dependencies.
by Torne (Richard Coles)
· 6 years ago
b3a7bce
Update the system font implementation for new API change
by Seigo Nonaka
· 6 years ago
d336f5d
Deprecate is_layer for vulkan functor
by Bo Liu
· 6 years ago
5a9151e
Adding AHardwareBuffer lockAndGetInfo to libandroid
by Valerie Hau
· 6 years ago
a7de534
Merge "Add junyulai@ as owner of the core networking dirs" am: e5e3ac639b am: b0498ba448
by Bernie Innocenti
· 6 years ago
ea89cf2
Add junyulai@ as owner of the core networking dirs
by Bernie Innocenti
· 6 years ago
458d3df
Add explicit 64-bit postFrameCallback APIs
by Santos Cordon
· 6 years ago
a5a21f7
DisplayEventDispatcher: add DISPLAY_EVENT_CONFIG_CHANGED
by Ady Abraham
· 6 years ago
0e636a8
Merge "Adds new HardwareBuffer plane-locking functions to NDK"
by Marius Renn
· 6 years ago
5ea4f3c
Merge "ASurfaceControl: dataspace (1/2)"
by TreeHugger Robot
· 6 years ago
7f24f79
ASurfaceControl: dataspace (1/2)
by Marissa Wall
· 6 years ago
9e7dce3
Merge "Generalize physical display management"
by Dominik Laskowski
· 6 years ago
d25d134
Do not call postDrawVk if did not call drawVk
by Bo Liu
· 6 years ago
30780a2
Merge "Revert "Enable vulkan webview draw functor""
by TreeHugger Robot
· 6 years ago
a2b2535
Revert "Enable vulkan webview draw functor"
by Bo Liu
· 6 years ago
3316a0a
Generalize physical display management
by Dominik Laskowski
· 6 years ago
6bc48231
Combining background color transactions
by Valerie Hau
· 6 years ago
e703b19
Merge "Enable vulkan webview draw functor"
by TreeHugger Robot
· 6 years ago
eaf310e
Update Vulkan skia creation to use apiVersion instead of instanceVersion
by Greg Daniel
· 6 years ago
9934adc
Merge "Eliminate the usage of ConfigStore."
by Peiyong Lin
· 6 years ago
0d04f32
Eliminate the usage of ConfigStore.
by Peiyong Lin
· 6 years ago
b6da7f6
Add color space params to webview gl functor
by Bo Liu
· 6 years ago
dec730f
Enable vulkan webview draw functor
by Bo Liu
· 6 years ago
5bbfd51
Add setColor, setColorAlpha, and setColorDataspace to ASurfaceControl
by Valerie Hau
· 6 years ago
9ce77e9
Merge "ASurfaceControl: add more support to NDK (1/2)"
by TreeHugger Robot
· 6 years ago
d3ea060
Merge changes from topic "sensors_ndk_filter"
by TreeHugger Robot
· 6 years ago
0bec872
Merge "Export ASensor_getHandle"
by TreeHugger Robot
· 6 years ago
ea2cb0c
Export ASensorEventQueue_requestAdditionalInfoEvents
by Brian Stack
· 6 years ago
9da89b2
Add ASensorEventQueue_requestAdditionalInfoEvents
by Brian Stack
· 6 years ago
1be5a10
ASurfaceControl: add more support to NDK (1/2)
by Marissa Wall
· 6 years ago
93c2598
Export ASensor_getHandle
by Brian Stack
· 6 years ago
d69a4b8
Merge "Introduce ASensor_getHandle API to Sensors NDK"
by TreeHugger Robot
· 6 years ago
34495b9
Merge "VkFunctorDrawable implementation"
by TreeHugger Robot
· 6 years ago
7b8c1eb
VkFunctorDrawable implementation
by Bo Liu
· 6 years ago
4fd4e36
Merge "ASurfaceControl: add SurfaceControl to NDK (1/2)"
by TreeHugger Robot
· 6 years ago
4831523
Merge "Put HWUI & Webview color space in a struct"
by TreeHugger Robot
· 6 years ago
911bffd
Merge "sharedmem.cpp: replace dup() with fcntl(F_DUPFD_CLOEXEC)" am: 98546b23b9 am: 9c5c779597
by Nick Kralevich
· 6 years ago
1a2bdc8
Put HWUI & Webview color space in a struct
by Chris Blume
· 6 years ago
3964970
sharedmem.cpp: replace dup() with fcntl(F_DUPFD_CLOEXEC)
by Nick Kralevich
· 6 years ago
f6a73fa
ASurfaceControl: add SurfaceControl to NDK (1/2)
by Marissa Wall
· 6 years ago
38c97d4
Introduce ASensor_getHandle API to Sensors NDK
by Brian Stack
· 6 years ago
e934552
Adds new HardwareBuffer plane-locking functions to NDK
by renn
· 6 years ago
8939f1c
Merge "Add 'stubs' to libandroid" am: b0a1d4979e am: c70dc011f2 am: 7024b28cfe
by Dongwon Kang
· 6 years ago
09b1843
Merge "Rename Vulkan functor items to match style"
by TreeHugger Robot
· 6 years ago
237b092
Rename Vulkan functor items to match style
by Chris Blume
· 6 years ago
2f41a9c
Merge "Make sure interop path works with draw_fn"
by TreeHugger Robot
· 6 years ago
b61819e
Add 'stubs' to libandroid
by Dongwon Kang
· 6 years ago
30eef07
Make sure interop path works with draw_fn
by Bo Liu
· 6 years ago
cf0026e
Merge "Add control flags in asynchronous DNS query API" am: c04f9f731a am: f4a9829a18
by Luke Huang
· 6 years ago
f3cc2b6
Add control flags in asynchronous DNS query API
by Luke Huang
· 6 years ago
d6668e7
Plumb new functor in native/webview
by Bo Liu
· 6 years ago
a62790c
Merge "Following commit for asynchronous DNS query API" am: a89f04a742 am: b010078e40
by Luke Huang
· 6 years ago
d0c47e6
Following commit for asynchronous DNS query API
by Luke Huang
· 6 years ago
fbeaa52
Merge "Add C API for new webview draw functor"
by TreeHugger Robot
· 6 years ago
788d957
Add C API for new webview draw functor
by Bo Liu
· 6 years ago
f30016d
Merge "Add asynchronous DNS query API" am: d4ed663b80 am: 62f369e96d
by Lorenzo Colitti
· 6 years ago
c17821c
Add asynchronous DNS query API
by Luke Huang
· 6 years ago
9f029c5
Merge "Add NDK async begin/end & counter"
by John Reck
· 6 years ago
77b31a5
Add NDK async begin/end & counter
by John Reck
· 6 years ago
4142339
Add non-interop Vulkan functor
by Chris Blume
· 6 years ago
83a9937
Add explicit values to ABI enums in libs/hwui
by Chris Blume
· 6 years ago
57ae24c
Merge "Export AHardwareBuffer_isSupported from libandroid."
by Krzysztof Kosiński
· 6 years ago
9d03c64
Merge "Use "override" keyword instead of "virtual"."
by TreeHugger Robot
· 6 years ago
e463bb6
Export AHardwareBuffer_isSupported from libandroid.
by Krzysztof Kosiński
· 6 years ago
0fd02aa
Use "override" keyword instead of "virtual".
by Chris Blume
· 6 years ago
d6764f8
Merge "Convert libwebviewchromium_plat_support to Android.bp" am: 1feeeba433 am: e9db0313a3
by Dan Willemsen
· 6 years ago
f25ac31
Convert libwebviewchromium_plat_support to Android.bp
by Dan Willemsen
· 6 years ago
d3d5961
Merge "Apply version-script to libjnigraphics library" am: fe5f477ee7 am: 2520d62b6a
by Dimitry Ivanov
· 6 years ago
761fe1b
Apply version-script to libjnigraphics library
by dimitry
· 6 years ago
36154fd
Merge "Apply version-script to libandroid library." am: dbacdb242b am: 5291def66d
by Dimitry Ivanov
· 6 years ago
499745f
Apply version-script to libandroid library.
by dimitry
· 6 years ago
75b841b
Implement matchFamilyStyleCharacter API
by Seigo Nonaka
· 6 years ago
3675898
Read OEM customization XML
by Seigo Nonaka
· 6 years ago
946fbaa
Merge "Label the libwebview address space reservation."
by TreeHugger Robot
· 6 years ago
ce77caf
Merge "Add native font enumeration API implementation"
by Seigo Nonaka
· 6 years ago
fdd7a7e
Label the libwebview address space reservation.
by Richard Uhler
· 6 years ago
50692ca
Add native font enumeration API implementation
by Seigo Nonaka
· 6 years ago
94da778
Merge "Simplify WebView RELRO creation and handle more cases."
by TreeHugger Robot
· 6 years ago
564ca3e
Reland "TextureView Vulkan support and optimized OpenGL draw"
by Stan Iliev
· 6 years ago
a683eb3
Revert "Revert "Revert "TextureView Vulkan support and optimized OpenGL draw"""
by Stan Iliev
· 6 years ago
85f9096
Revert "Revert "TextureView Vulkan support and optimized OpenGL draw""
by Stan Iliev
· 6 years ago
e6cfb09
Merge "Revert "TextureView Vulkan support and optimized OpenGL draw""
by Stan Iliev
· 6 years ago
867c43d
Revert "TextureView Vulkan support and optimized OpenGL draw"
by John Reck
· 6 years ago
Next »