1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 05, 2024 — Sep 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix assertion/bug caused by latest non-threaded pipe optimization More... over 17 years ago
Fix Win32 build More... over 17 years ago
Improve performance of non-threaded pipes: - Introduce priority packets which are scheduled to the front of a command queue - Frame control commands (frame start and finish replies) have priority - Implement early node finish, triggered by server when all pipes of the node are finished. - Unrelated: Simplify command queue by externalizing command release More... over 17 years ago
Fix test output of compositor tests, use larger images for test. More... over 17 years ago
Add CPU-based alpha compositing More... over 17 years ago
Minor code cleanups More... over 17 years ago
Support swapsync window hint on WGL [untested] More... over 17 years ago
Fix statistics bug #3 More... over 17 years ago
Win32: Support >2GB for 32 Bit versions. More... over 17 years ago
Fix another statistics bug More... over 17 years ago
Fix bug in statistics handling More... over 17 years ago
Move window swap stats gathering to the correct place More... over 17 years ago
fix image format/type pixel depth computation, More... over 17 years ago
Improve statistics: keep stats only on config, add new event (wait frame finish), gradually dim old frame statistics More... over 17 years ago
Win32: Fix possible deadlock caused by latest connectionSet optimization More... over 17 years ago
eqPly: Simplify model data distribution More... over 17 years ago
Improve statistics rendering: Render only the last latency+1 frames, render wait times as sub-bar to the parent task More... over 17 years ago
eqPly: implement network-based model distribution. Documentation updates to follow next week. More... over 17 years ago
Fix statistic assertion with latency 0 configs More... over 17 years ago
Implement statistics overlay rendering: - Draw statistics overlay directly before swap buffers (debug build only) - Introduce per-config global clock - Gather statistics using global clock at ms precision - Add statistics: window swap, config start and finish frame, missing wait frame - Use 'nicest' statistics in debug build More... over 17 years ago
Fix Win32 build More... over 17 years ago
Bugfix in setupAssemblyState More... over 17 years ago
Fix building without GLU headers. More... over 17 years ago
Fix dependency generation after build system simplification. More... over 17 years ago
Experimental Paracomp integration. See README.paracomp for more information. More... over 17 years ago
Only rebuild internal connection set structures when the connection set changed or one connection changed state. Profiling showed that this rebuild used to take a substantial part of the execution time. More... over 17 years ago
Fix LD_LIBRARY_PATH print at the end of the build. More... over 17 years ago
Simplify Makefile-based build system to directly build universal objects, remove variant building. More... over 17 years ago
Gather global statistics events on app node. More... over 17 years ago
Create and process channels statistics events Rename files to match new class name More... over 17 years ago