Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
c88409c2b8e99be8d5f134e260c4c29b1e632b3c
/
libs
/
ui
7992781
Use gralloc usage conversion library
by Jesse Hall
· 8 years ago
982cf47
Update native ColorSpace API for libhwui
by Romain Guy
· 8 years ago
2b389e8
Merge "Use d=0.039 for Display P3 instead of sRGB's 0.04045"
by Romain Guy
· 8 years ago
4077c04
Use d=0.039 for Display P3 instead of sRGB's 0.04045
by Romain Guy
· 8 years ago
e9e9fe4
fallout of cleaning-up libutils includes
by Mathias Agopian
· 8 years ago
311b479
clean-up EGL includes
by Mathias Agopian
· 8 years ago
4e1b9a7
Move Gralloc1Mapper test to libui/tests
by Craig Donner
· 8 years ago
b0493a9
Merge "gralloc HAL uses "default" service name"
by Yifan Hong
· 8 years ago
fe2f54f
cleanup libui’s includes
by Mathias Agopian
· 8 years ago
1d77b71
move vector math out of libui
by Mathias Agopian
· 8 years ago
bf3729b
Merge "Add tool to generate color space conversion 3D LUTs"
by TreeHugger Robot
· 8 years ago
fb94f1d
Merge "Break a dependency of libui on libandroid"
by TreeHugger Robot
· 8 years ago
f810b29
Merge changes from topic 'GPU_replace_GL'
by Brian C. Anderson
· 8 years ago
25bbdcf
Add tool to generate color space conversion 3D LUTs
by Romain Guy
· 8 years ago
a934764
Break a dependency of libui on libandroid
by Mathias Agopian
· 8 years ago
0ed70dd
Merge "Add RGBA 10:10:10:2 format for surfaces"
by Romain Guy
· 8 years ago
790c350
gralloc HAL uses "default" service name
by Chris Phoenix
· 9 years ago
541f226
Add RGBA 10:10:10:2 format for surfaces
by Romain Guy
· 8 years ago
8cc8b10
Clean up FrameTimestamp log messages.
by Brian Anderson
· 9 years ago
7bd8adb
libui: add notes to registerBuffer(buffer_handle_t)
by Chia-I Wu
· 8 years ago
841abed
clean-ups, remove warnings, fix includes.
by Mathias Agopian
· 8 years ago
5c0a87e
Merge "Break dependency of libui on libbinder"
by Mathias Agopian
· 8 years ago
21f9b57
Merge "VR: Update VR HWC and VR WM to use GrallocMapper"
by TreeHugger Robot
· 8 years ago
1c45710
VR: Update VR HWC and VR WM to use GrallocMapper
by Daniel Nicoara
· 8 years ago
e1f5e6f
Break dependency of libui on libbinder
by Mathias Agopian
· 8 years ago
2a902d7
Merge "move GraphicEnv from libgui to libui"
by Mathias Agopian
· 8 years ago
991d254
move GraphicEnv from libgui to libui
by Mathias Agopian
· 8 years ago
58a1ef2
Adds support for more gralloc1 functions to GrallocMapper.
by Craig Donner
· 9 years ago
e96a325
Add methods for allocating and locking GraphicBuffers via gralloc1 flags
by Craig Donner
· 9 years ago
d4050d3
Merge "Fix -Wdouble-promotion warnings"
by TreeHugger Robot
· 9 years ago
eedb69a
Add ColorSpace::createLUT
by Romain Guy
· 9 years ago
5453474
Add color space connection
by Romain Guy
· 9 years ago
11ecb63
Add various vector functions
by Romain Guy
· 9 years ago
1093cf3
Fix -Wdouble-promotion warnings
by George Burgess IV
· 9 years ago
b621c5f
Merge "Clean up Fence a little."
by Brian C. Anderson
· 9 years ago
9119078
Merge changes I6f728af0,I580409f0
by Brian C. Anderson
· 9 years ago
41e0834
Merge "Update scRGB ranges"
by TreeHugger Robot
· 9 years ago
175a720
Clean up Fence a little.
by Brian Anderson
· 9 years ago
3da8d27
Surface unit tests for getFrameTimestamps.
by Brian Anderson
· 9 years ago
ffde2ca
Update scRGB ranges
by Romain Guy
· 9 years ago
e0ea99c
resolve merge conflicts of a2c2d11f9 to master
by Mark Salyzyn
· 9 years ago
fbc9758
Merge "Replace cutils/log.h and rationalize log/log.h and android/log.h" am: d655e61a22
by Mark Salyzyn
· 9 years ago
7823e12
Replace cutils/log.h and rationalize log/log.h and android/log.h
by Mark Salyzyn
· 9 years ago
521698f
Fix unitialized value in gralloc1
by Fabien Sanglard
· 9 years ago
c8e4c3d
Merge "Create libgfx, starting with FloatRect"
by TreeHugger Robot
· 9 years ago
71bded5
Create libgfx, starting with FloatRect
by Dan Stoza
· 9 years ago
c42324f
gralloc1: Acquire mutex early in release am: 56ec3afb84 am: 37aa42d24b
by Ajit Kumar
· 9 years ago
37aa42d
gralloc1: Acquire mutex early in release am: 56ec3afb84
by Ajit Kumar
· 9 years ago
56ec3af
gralloc1: Acquire mutex early in release
by Ajit Kumar
· 9 years ago
c03d283
resolve merge conflicts of 525a5f2 to master
by Mark Salyzyn
· 9 years ago
3166947
libui: use HIDLized gralloc-mapper
by Chia-I Wu
· 9 years ago
67e376d
Replace non-const references by pointers
by Chia-I Wu
· 9 years ago
a5e161b
Replace cutils/log.h and rationalize log/log.h and android/log.h
by Mark Salyzyn
· 9 years ago
d3e08d4
Remove RGBX_FP16 format
by Romain Guy
· 9 years ago
e2caadc
Merge "Add fp16 pixel and window formats"
by TreeHugger Robot
· 9 years ago
ff41514
Add fp16 pixel and window formats
by Romain Guy
· 9 years ago
d46a65c
Merge "Add Fence helpers: Time, Timeline, Snapshot"
by Brian C. Anderson
· 9 years ago
b018bf0
libui: update for IAllocator changes
by Chia-I Wu
· 9 years ago
df02bff
Merge "Split libhidl into base and transport."
by TreeHugger Robot
· 9 years ago
67a4762
Split libhidl into base and transport.
by Yifan Hong
· 9 years ago
217e915
Merge "Fix clamping in several color spaces"
by TreeHugger Robot
· 9 years ago
01ef99b
Fix clamping in several color spaces
by Romain Guy
· 9 years ago
221de2a
Add Fence helpers: Time, Timeline, Snapshot
by Brian Anderson
· 9 years ago
0ad5eb4
Merge "Fix broken opto-electronic transfer functions"
by TreeHugger Robot
· 9 years ago
3944d06
Fix broken opto-electronic transfer functions
by Romain Guy
· 9 years ago
13a20a2
Merge "Don't clamp when converting to XYZ"
by TreeHugger Robot
· 9 years ago
597cd60
Don't clamp when converting to XYZ
by Romain Guy
· 9 years ago
e52d9e2
Merge "Add layered buffer support to libui and libgui."
by TreeHugger Robot
· 9 years ago
d231cd3
Remove unnecessary saturation operation
by Romain Guy
· 9 years ago
6ebc46a
Add layered buffer support to libui and libgui.
by Craig Donner
· 9 years ago
caf2ca4
Add ColorSpace class
by Romain Guy
· 9 years ago
5d4bae7
Merge Filament's math library
by Romain Guy
· 9 years ago
aafbfc0
Remove unneeded dependencies from libui and libgui
by Marco Nelissen
· 9 years ago
4802d35
Merge "libui: add support for android.hardware.graphics"
by TreeHugger Robot
· 9 years ago
9ba189d
libui: add support for android.hardware.graphics
by Chia-I Wu
· 9 years ago
9420a84
Merge "Rely on the platform -std default." am: 26989871a5 am: 35368f2475
by Elliott Hughes
· 9 years ago
274347e
Merge "Rely on the platform -std default." am: 26989871a5 am: 35368f2475
by Elliott Hughes
· 9 years ago
56a8d32
Rely on the platform -std default.
by Elliott Hughes
· 9 years ago
c7d352e
Use snprintf for SurfaceFlinger fence name am: fd4c8c3805
by Matthew Bouyack
· 9 years ago
fd4c8c3
Use snprintf for SurfaceFlinger fence name
by Matthew Bouyack
· 9 years ago
66b52ba
Use uint32_t consistently for region op am: 8f279960c6 am: 19bf9a2f27
by Colin Cross
· 9 years ago
8f27996
Use uint32_t consistently for region op
by Colin Cross
· 9 years ago
14107b1
Merge "Convert libui to Android.bp" am: f0346ab68e am: 55ef158c5d
by Dan Willemsen
· 9 years ago
c7dd2b9
Convert libui to Android.bp
by Dan Willemsen
· 9 years ago
82e5e2e
Squashed: gralloc1/binder/requestor am: f62eaf5994 am: c76b6fb0c8
by Dan Stoza
· 9 years ago
0d85101
libui: Add Gralloc1On0Adapter and C++ shim am: eb03fd3a8b am: e9a0705cf5
by Dan Stoza
· 9 years ago
f62eaf5
Squashed: gralloc1/binder/requestor
by Dan Stoza
· 9 years ago
eb03fd3
libui: Add Gralloc1On0Adapter and C++ shim
by Dan Stoza
· 10 years ago
df34094
Merge "Remove FRAMEBUFFER_FORCE_FORMAT" am: 0322a7176f am: 04f46f0347
by Dan Willemsen
· 9 years ago
7a21351
Remove FRAMEBUFFER_FORCE_FORMAT
by Dan Willemsen
· 9 years ago
d4079af
Add requestor name to GraphicBuffer alloc metadata
by Dan Stoza
· 9 years ago
e31fd64
Region: Detect malicious overflow in unflatten am: 1a65fccc50 am: fd579a51b5 am: 0e85f4d48d am: 0ec362e024
by Pablo Ceballos
· 9 years ago
38f2d8a
Region: Detect malicious overflow in unflatten am: 1a65fccc50 am: fd579a51b5 am: 0e85f4d48d am: 0ec362e024
by Pablo Ceballos
· 9 years ago
b82c6f5
Region: Detect malicious overflow in unflatten am: 1a65fccc50 am: fd579a51b5 am: 0e85f4d48d
by Pablo Ceballos
· 9 years ago
1a65fcc
Region: Detect malicious overflow in unflatten
by Pablo Ceballos
· 9 years ago
923c066
gralloc1: Add mutexes
by Dan Stoza
· 9 years ago
8deb4da
libui: Convert Allocator and Mapper to gralloc1
by Dan Stoza
· 9 years ago
41b1261
libui: Adds C++ shim for gralloc1
by Dan Stoza
· 9 years ago
1e2a2a0
libui: Add Gralloc1On0Adapter
by Dan Stoza
· 10 years ago
68a593e
resolve merge conflicts of 168dc86 to nyc-dev-plus-aosp
by Chih-Hung Hsieh
· 9 years ago
Next »