Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_drm_hwcomposer
/
f72cccd72a35f36e18674255c1886ecc30abb781
f72cccd
drm_hwcomposer: Reformat using clang-format-5.0
by Sean Paul
· 7 years ago
5c23d5d
drm_hwcomposer: Update clang-format to 5.0
by Sean Paul
· 7 years ago
b6a675e
drm_hwcomposer: add scene flattening
by Alexandru Gheorghe
· 8 years ago
db440a9
drm_hwcomposer: Fix race in ApplyFrame
by Alexandru Gheorghe
· 8 years ago
b46b930
drm_hwcomposer: Handle writeback connectors
by Alexandru Gheorghe
· 8 years ago
e8b668c
drm_hwcomposer: Parse and store possible_clones information
by Alexandru Gheorghe
· 8 years ago
ae4324c
drm_hwcomposer: Add display field to Drmencoder
by Alexandru Gheorghe
· 8 years ago
364f957
drm_hwcomposer: Add writeback connector support
by Alexandru Gheorghe
· 8 years ago
62e2d2c
drm_hwcomposer: Purge drm_ from drmdisplaycompositor
by Alexandru Gheorghe
· 7 years ago
6f0030f
drm_hwcomposer: Pass resource manager to drmdisplaycompositor
by Alexandru Gheorghe
· 7 years ago
c546358
drm_hwcomposer: Add resource manager support
by Alexandru Gheorghe
· 8 years ago
0f5abd7
drm_hwcomposer: Rename DrmResources to DrmDevice
by Alexandru Gheorghe
· 7 years ago
81a295c
drm_hwcomposer: Drop -Wno-unused-* build options and remove unused variables
by John Stultz
· 7 years ago
76ca20e
drm_hwcomposer: Really fail on CreateComposition failures
by John Stultz
· 7 years ago
78c9f6c
drm_hwcomposer: Avoid filling the log with warnings when test compositions fail
by John Stultz
· 7 years ago
df35a81
drm_hwcomposer: platformhisi: Add support for importing DRM_FORMAT_YVU420 buffers
by John Stultz
· 7 years ago
53cb4ef
drm_hwcomposer: platformdrmgeneric: Handle closing gem_handles if we have duplicate handles
by John Stultz
· 7 years ago
1542d29
drm_hwcomposer: Set client composition buffer at the bottom.
by Alexandru Gheorghe
· 7 years ago
4f6c62e
drm_hwcomposer: Support assigning planes in ValidateDisplay
by Rob Herring
· 7 years ago
cff7b1e
drm_hwcomposer: remove separate_rects
by Rob Herring
· 7 years ago
af0d975
drm_hwcomposer: Remove GL compositing support
by Rob Herring
· 7 years ago
33fb7b9
Revert "drm_hwcomposer: Cleanup gl precompositor init and provide uses_GL flag"
by Rob Herring
· 7 years ago
6493b8c
Revert "drm_hwcomposer: Fall back to client compositon if the gl precompostior fails"
by Rob Herring
· 7 years ago
c660b3d
drm_hwcomposer: Try to fix clang-format pipeline
by John Stultz
· 7 years ago
1d224e8
drm_hwcomposer: Remove gralloc from generic code
by Andrii Chepurnyi
· 7 years ago
dc1278c
drm_hwcomposer: Use GraphicBufferMapper for copy buffer handle
by Andrii Chepurnyi
· 8 years ago
10d90f5
drm_hwcomposer: Ignore context in clang-format-diff
by Stefan Schake
· 7 years ago
acb6303
drm_hwcomposer: vsyncworker: Fix deadlock on exit path
by Alexandru Gheorghe
· 8 years ago
0234678
drm_hwcomposer: Add pass/fail CI step for clang format-diff
by Stefan Schake
· 7 years ago
4fc1b53
drm_hwcomposer: Add README.md
by Sean Paul
· 7 years ago
d3e5213
drm_hwcomposer: Make sure we check for new 16bit alpha value
by John Stultz
· 7 years ago
1343800
drm_hwcomposer: Use -Werror in external/drm_hwcomposer
by Chih-Hung Hsieh
· 8 years ago
a4e105e
drm_hwcomposer: License NOTICE file and metadata from AOSP
by Bill Yi
· 8 years ago
025d0a6
drm_hwcomposer: Use 16 bit value for plane alpha
by Stefan Schake
· 7 years ago
d2ad301
drm_hwcomposer: Remove unused init from HWC1 layer
by Stefan Schake
· 7 years ago
f268ccf
drm_hwcomposer: Remove NVIDIA importer header
by Alistair Strachan
· 7 years ago
71edaca
drm_hwcomposer: Add platform backend for minigbm
by Alistair Strachan
· 7 years ago
af0ff9c
drm_hwcomposer: Drop obsolete drm_gralloc include path
by Alistair Strachan
· 7 years ago
104748d
drm_hwcomposer: Mark tests as vendor, fix build
by Alistair Strachan
· 7 years ago
acc4dcf
drm_hwcomposer: Fall back to client compositon if the gl precompostior fails
by John Stultz
· 7 years ago
3b0c69d
drm_hwcomposer: Cleanup gl precompositor init and provide uses_GL flag
by John Stultz
· 7 years ago
9057a6f
drm_hwcomposer: Use log/log.h instead of cutils/log.h
by John Stultz
· 7 years ago
94bb596
drm_hwcomposer: Andorid.mk : Mark libdrmhwc_utils as vendor module
by Sumit Semwal
· 7 years ago
a145024
drm_hwcomposer: drmeventlistener: Set nl_pid to 0
by Alexandru Gheorghe
· 8 years ago
976f69a
drm_hwcomposer: vsyncworker: Fix uninitialized enabled_ field
by Alexandru Gheorghe
· 8 years ago
d12274d
drm_hwcomposer: Rework platformdrmgeneric.cpp to use libdrm's gralloc handle
by John Stultz
· 8 years ago
791cd51
Delete CONTRIBUTING, migrated information to the gitlab wiki
by Sean Paul
· 8 years ago
499db60
drm_hwcomposer: Add platformhisi buffer importer for hikey and hikey960
by John Stultz
· 8 years ago
f667f80
drm_hwcomposer: Enable and refactor Separate Rects test
by Rhys Kidd
· 8 years ago
c7a6d27
drm_hwcomposer: Fix comment on worker_test
by Rhys Kidd
· 8 years ago
8428e6a
drm_hwcomposer: fix check for valid fence fd for in fences
by Rob Herring
· 8 years ago
b365b79
drm_hwcomposer: Make sure we set the active state when doing modesets
by John Stultz
· 8 years ago
556bedf
drm_hwcomposer: Update external connectors list
by Mauro Rossi
· 8 years ago
1b2685c
drm_hwcomposer: fix warnings on unused variables and parameters
by Rob Herring
· 8 years ago
610d989
drm_hwcomposer: Add HDMI connector as a valid type
by Robert Foss
· 8 years ago
bd03b99
drm_hwcomposer: correct handling of DRM_MODE_ROTATE_0
by Rob Herring
· 8 years ago
60d1d4f
drm_hwcomposer: remove unnecessary external includes
by Rob Herring
· 8 years ago
17561b0
drm_hwcomposer: make sure primary plane is allocated for squash
by Adrian Salido
· 8 years ago
ee8f45b
drm_hwcomposer: fix return values for ValidateDisplay
by Rob Herring
· 8 years ago
0f7487f
drm_hwcomposer: remove NVIDIA importer
by Rob Herring
· 8 years ago
aeccd89
platformdrmgeneric: get the gralloc usage directly from the handle
by Rob Herring
· 8 years ago
89095cc
drm_hwcomposer: use upstream DRM_MODE_{ROTATE, REFLECT} defines
by Rob Herring
· 8 years ago
ed45a8e
drm_hwcomposer: Remove threading
by Sean Paul
· 9 years ago
a1ade4e
drm_hwcomposer: Add out-fence support
by Robert Foss
· 8 years ago
0690c1c
drm_hwcomposer: Add crtc() fetcher to DrmResources
by Robert Foss
· 9 years ago
ca0fbba
drm_hwcomposer: Add FENCE_OUT_PTR property to DrmCrtc
by Robert Foss
· 9 years ago
b2bdfd8
drm_hwcomposer: Submit in-fence to DRM
by Robert Foss
· 9 years ago
a09220c
drm_hwcomposer: Add support for IN_FENCE_FD property to DrmPlane
by Robert Foss
· 9 years ago
4f7dc9b
drm_hwcomposer: move library to /vendor
by Rob Herring
· 8 years ago
8ff3ea6
drm_hwcomposer: Add CONTRIBUTING file
by Robert Foss
· 8 years ago
1a1cf9b
drm_hwcomposer: reorder source layers according to zorder
by Adrian Salido
· 8 years ago
9880403
drm_hwcomposer: Remove OWNERS
by Sean Paul
· 8 years ago
78beee0
drm_hwcomposer: fix typo in formats switch statement
by Adrian Salido
· 8 years ago
a7e1ea5
drm_hwcomposer: enumerate additional formats for tegra downscale limits
by Adrian Salido
· 8 years ago
329e768
drm_hwcomposer: skip layers with non-premult blending
by Adrian Salido
· 8 years ago
ee24aca
drm_hwcomposer: add checks for tegra hardware limitation
by Adrian Salido
· 8 years ago
d35880b
drm_hwcomposer: Add Marissa and remove Haixia
by Sean Paul
· 8 years ago
b2a9617
Merge "drm_hwcomposer: Add support for GetColorModes & SetCursorPosition"
by Sean Paul
· 8 years ago
ba494c8
drm_hwcomposer: avoid potential race condition between worker init and exit
by Adrian Salido
· 8 years ago
fa37f67
drm_hwcomposer: refactor Worker
by Adrian Salido
· 9 years ago
da5839c
drm_hwcomposer: Add support for GetColorModes & SetCursorPosition
by Kalyan Kondapally
· 9 years ago
ac87415
drm_hwcomposer: Partially implement HWC2 API
by Sean Paul
· 10 years ago
ed2ec4b
drm_hwcomposer: Initial stub HWC2
by Sean Paul
· 10 years ago
90f92d8
drm_hwcomposer: Move eglCreateImageKHR into Importer
by Rob Clark
· 9 years ago
2e5d9d3
Merge "drm_hwcomposer: Move some utilities out of hwcomposer.cpp"
by Sean Paul
· 9 years ago
8321ff4
Merge "drm_hwcomposer: Remove source_damage from DrmHwcLayer"
by Sean Paul
· 9 years ago
669e776
Merge "drm_hwcomposer: Break out of sync_wait loop on success"
by Sean Paul
· 9 years ago
1703d20
Merge "drm_hwcomposer: Harvest min/max resolutions from drm"
by Sean Paul
· 9 years ago
57b56d0
Merge "drm_hwcomposer: Don't pass hwc_procs_t to VsyncWorker"
by Sean Paul
· 9 years ago
c22b2a2
Merge "drm_hwcomposer: Clean up error conditions"
by Sean Paul
· 9 years ago
4500232
drm_hwcomposer: fix pre comp regions during protected playback
by Adrian Salido
· 9 years ago
2d1bc46
drm_hwcomposer: Use correct DRM event context version
by Daniel Stone
· 9 years ago
80b1a5d
drm_hwcomposer: Move some utilities out of hwcomposer.cpp
by Sean Paul
· 10 years ago
6511c5e
drm_hwcomposer: Remove source_damage from DrmHwcLayer
by Sean Paul
· 10 years ago
d4a0a3d
drm_hwcomposer: Break out of sync_wait loop on success
by Sean Paul
· 10 years ago
406dbfc
drm_hwcomposer: Harvest min/max resolutions from drm
by Sean Paul
· 10 years ago
a5df1de
drm_hwcomposer: Don't pass hwc_procs_t to VsyncWorker
by Sean Paul
· 10 years ago
8600e34
drm_hwcomposer: Clean up error conditions
by Sean Paul
· 9 years ago
15d6a22
drm_hwcomposer: Add missing assert.h include
by Robert Foss
· 9 years ago
6862df5
drm_hwcomposer: fix type size check for separate rects
by Adrian Salido
· 9 years ago
Next »