789f042d3c13202286dd213b43535bfd35e084d8 |
|
31-Jan-2017 |
Dan Albert <danalbert@google.com> |
Fix -Wmacro-redefined werror issues. The libc++ defines this (wrapped in ifndef, like this should have been), so including a libc++ header and then defining this results in a werror failure. Define this in common.mk so we can be sure it does get defined, but also that it gets defined early enough that anyone defining this in source wrapped with ifndef doesn't get broken. Test: mma # on angler Bug: http://b/34740564 Change-Id: Id7d70a6ad5e530390eb8b37e5e618312d1d7e6dc
/hardware/qcom/display/msm8084/libqdutils/profiler.cpp
|
a882651fc7e8872eef08c3c5b35648e7dbd0f208 |
|
18-Dec-2014 |
Chih-Hung Hsieh <chh@google.com> |
Add space between concatenated string literals. Clang gives a warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] Change-Id: I5ef54e5a8ac4d329cbe7900bc543cdb69ad6d462
/hardware/qcom/display/msm8084/libqdutils/profiler.cpp
|
cf40ec929a1ddf18023dad9647e7be08638b659d |
|
25-Feb-2014 |
Dileep Kumar Reddi <dkumarre@codeaurora.org> |
hqd : Use proper type casts * Remove compilation errors * Use proper type casts Change-Id: I1d44c2a2362a1fdd4d6e412ea816d4078e8355c9 :
/hardware/qcom/display/msm8084/libqdutils/profiler.cpp
|
c9941932c05d1edd486df9e3b5a77fdc62cfe3ab |
|
17-Jan-2014 |
Ajay Dudani <adudani@codeaurora.org> |
display: 64-bit cleanup for logs Use PRId64 instead of %lld for printing long long types. Change-Id: I7a89ff91fd592c439d701534245671c018b5ac99
/hardware/qcom/display/msm8084/libqdutils/profiler.cpp
|
fa0a75e18e8dd4c39b82a7b53b4e4831300e0ee3 |
|
03-Sep-2013 |
Ray Zhang <rayzhang@codeaurora.org> |
qdutils: initialize debug_fps_metadata.curr_frame before counting fps fps counting is based on curr_frame value, but it's not properly initialized to 0 before hwc runs. Change-Id: I39470a96b1798bd97dcb268206edb6651e0fba1c
/hardware/qcom/display/msm8084/libqdutils/profiler.cpp
|
5070c694011ddc30673ec68a9d1d74dc713c49f2 |
|
10-Feb-2013 |
Duy Truong <dtruong@codeaurora.org> |
Update copyright to The Linux Foundation Change-Id: I145b66896159ff9886ed73507f17b3165ba0266d
/hardware/qcom/display/msm8084/libqdutils/profiler.cpp
|
2dc8fbef183721824969902cba9c9daeb5b3ea4a |
|
13-Nov-2012 |
Mathew Karimpanal <kjmathew@codeaurora.org> |
display: Standardize log-tags for qcom display logs. Change-Id: I75bc2d8db8d64994097d6b744f357c29c9a5717a
/hardware/qcom/display/msm8084/libqdutils/profiler.cpp
|
0f859f6f0db0e0c05d8c319d8d597ad2731513ae |
|
02-Jul-2012 |
Naseer Ahmed <naseer@codeaurora.org> |
display: Add QC Display utils * Rename qcomui directory to qdutils * Avoid inclusion of qcom_ui header * Add class to get MDP version * Add namespace for qdutils to prevent collison Change-Id: I9a3f440e6b0fea1cfcc478ddca90af5df3bbb897
/hardware/qcom/display/msm8084/libqdutils/profiler.cpp
|