[cairo-compmgr] [GIT] ccm/cairocompmgr.git branch, master, updated. 83e50c41239a6e25e839a0b5912d5e100b505ad3 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/cairo-compmgr Archives
]
This is an automated email from git. It was enerated because a ref
change was pushed to the repository "ccm/cairocompmgr.git".
The branch, master has been updated
via 83e50c41239a6e25e839a0b5912d5e100b505ad3 (commit)
via efa4ceb97da501e8630ca7f12c99b1dce853c73e (commit)
via 3f0ca74dc902659c9943073a20d1fa694d0e16d3 (commit)
via 6712161dad728740d7c73a2a63170a063586f2fa (commit)
via d78ab88e53fd94173f2cd5148184b3e39e5172c5 (commit)
via 144c631068c547a87e047a8d94f03b44cf47f582 (commit)
from 348f149af30bc829c2100d0e622c5dcaf43925b7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 83e50c41239a6e25e839a0b5912d5e100b505ad3
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date: Sat Apr 21 22:43:51 2012 +0200
[cairo-compmgr] Add auto refresh and sync with vblank configuration support
commit efa4ceb97da501e8630ca7f12c99b1dce853c73e
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date: Sat Apr 21 01:49:36 2012 +0200
[cairo-compmgr] Initial tearing fix
- Add auto refresh rate support
- Add sync with vblank support
commit 3f0ca74dc902659c9943073a20d1fa694d0e16d3
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date: Sat Apr 7 23:40:26 2012 +0200
Update README
commit 6712161dad728740d7c73a2a63170a063586f2fa
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date: Sat Apr 7 23:38:44 2012 +0200
Fix stats plugin for vala 0.14
commit d78ab88e53fd94173f2cd5148184b3e39e5172c5
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date: Sat Apr 7 23:25:29 2012 +0200
Fix chart smooth scroll
Watch all mounted partitions for read/write
commit 144c631068c547a87e047a8d94f03b44cf47f582
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date: Sat Apr 7 23:23:40 2012 +0200
Add stats plugin:
- Display number of missed frames
- Display GPU/Mem utilization on quadro cards
- Display CPU/Mem utilization
- Display disk read/write utilization
-----------------------------------------------------------------------
Summary of changes:
INSTALL | 9 +-
README | 4 +
build/plugin.am | 2 +
configure.ac | 56 +-
data/ccm-preferences.ui | 26 +-
data/ccm-screen.schema-key.in | 12 +-
lib/ccm-timeline.vala | 31 +-
lib/ccm-timeout-interval.vala | 8 +-
plugins/Makefile.am | 4 +-
plugins/clone/ccm-clone.vala | 13 +-
plugins/mosaic/ccm-mosaic.vala | 59 +-
plugins/stats/Makefile.am | 38 +
plugins/stats/ccm-chart.vala | 448 ++++++++
plugins/stats/ccm-cpu-watcher.vala | 86 ++
plugins/stats/ccm-disks-watcher.vala | 107 ++
plugins/stats/ccm-graphic-watcher.vala | 173 +++
plugins/stats/ccm-stats.plugin.desktop.in | 8 +
plugins/stats/ccm-stats.schema-key.in | 5 +
plugins/stats/ccm-stats.vala | 188 ++++
plugins/stats/ccm-watcher.vala | 97 ++
plugins/vala-test/ccm-vala-window-plugin.vala | 7 +-
po/Makefile.in.in | 13 +-
src/ccm-display.c | 103 ++-
src/ccm-pixmap-xrender.c | 17 +-
src/ccm-preferences-page.c | 134 ++-
src/ccm-screen.c | 295 +++++-
src/ccm-window-xrender.c | 32 +-
src/ccm.h | 27 +-
test/test-clone-screen.c | 60 +-
test/test-clone.c | 72 +-
vapi/Makefile.am | 6 +-
vapi/cairo-compmgr.deps | 3 +
vapi/cairo-compmgr.vapi | 32 +-
vapi/libgtop-2.0.vapi | 110 ++
vapi/nvml.h | 1401 +++++++++++++++++++++++++
vapi/nvml.vapi | 312 ++++++
36 files changed, 3715 insertions(+), 283 deletions(-)
create mode 100644 plugins/stats/Makefile.am
create mode 100644 plugins/stats/ccm-chart.vala
create mode 100644 plugins/stats/ccm-cpu-watcher.vala
create mode 100644 plugins/stats/ccm-disks-watcher.vala
create mode 100644 plugins/stats/ccm-graphic-watcher.vala
create mode 100644 plugins/stats/ccm-stats.plugin.desktop.in
create mode 100644 plugins/stats/ccm-stats.schema-key.in
create mode 100644 plugins/stats/ccm-stats.vala
create mode 100644 plugins/stats/ccm-watcher.vala
create mode 100644 vapi/libgtop-2.0.vapi
create mode 100755 vapi/nvml.h
create mode 100644 vapi/nvml.vapi
hooks/post-receive
--
ccm/cairocompmgr.git