Files
gpuvis/gpuvis.changes
Patrik Jakobsson 2fc41d7c6f Accepting request 949505 from home:patrikjakobsson:branches:X11:XOrg
- Update to version v0.1 (first proper release)
  * Minor fixes to compile/link on Windows.
  * Fix includes for GCC 7
  * typo prevents execution
  * Fix some unchecked error codes from asprintf (warnings->errors in gcc7)
  * Don't rely on trace-cmd to mount at /sys/kernel/tracing if tracefs is
  * Fix some potential null pointer dereferences
  * gpuvis_trace_utils: Prefer C++11 thread_local vs. __thread
  * gpuvis_trace_utils: Add 'static' to gpuvis_gettime_u64
  * Add a parser that can handle ETW files (extension is etl)
  * Support for ETL gpu events
  * Fixups for the ETL parser
  * fix compilation on non-windows
  * fix sdl2-config argument
  * Include headers for stub compilation
  * Update SteamVR provider GUID
  * Trace block macro c
  * Add 'ltime=' print param to inject event timestamp
  * Allow hash of arbitrary ctx/ringno/seqno
  * Use high-precision vblank timings, if available
  * Integrate i915-perf data into GPUvis by
  * Plot generic trace events and option to plot as step function
  * Add support for importing generic DRM sched timing events.
  * i915-perf fixes for Makefile by
  * Hide intel GPU generated event row when we don't have any
  * I915 perf updates
  * Run trace-cmd-status.sh script from scripts location
  * Don't die() when an unknown trace-cmd options is encountered
  * Allow dtime= on events to tweak their offset.
  * Don't try to access i915-perf data if no file was given

OBS-URL: https://build.opensuse.org/request/show/949505
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/gpuvis?expand=0&rev=5
2022-01-27 18:18:31 +00:00

65 lines
2.8 KiB
Plaintext

-------------------------------------------------------------------
Thu Jan 27 16:28:02 UTC 2022 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Update to version v0.1 (first proper release)
* Minor fixes to compile/link on Windows.
* Fix includes for GCC 7
* typo prevents execution
* Fix some unchecked error codes from asprintf (warnings->errors in gcc7)
* Don't rely on trace-cmd to mount at /sys/kernel/tracing if tracefs is
* Fix some potential null pointer dereferences
* gpuvis_trace_utils: Prefer C++11 thread_local vs. __thread
* gpuvis_trace_utils: Add 'static' to gpuvis_gettime_u64
* Add a parser that can handle ETW files (extension is etl)
* Support for ETL gpu events
* Fixups for the ETL parser
* fix compilation on non-windows
* fix sdl2-config argument
* Include headers for stub compilation
* Update SteamVR provider GUID
* Trace block macro c
* Add 'ltime=' print param to inject event timestamp
* Allow hash of arbitrary ctx/ringno/seqno
* Use high-precision vblank timings, if available
* Integrate i915-perf data into GPUvis by
* Plot generic trace events and option to plot as step function
* Add support for importing generic DRM sched timing events.
* i915-perf fixes for Makefile by
* Hide intel GPU generated event row when we don't have any
* I915 perf updates
* Run trace-cmd-status.sh script from scripts location
* Don't die() when an unknown trace-cmd options is encountered
* Allow dtime= on events to tweak their offset.
* Don't try to access i915-perf data if no file was given
* i915-perf: add GPU frequency plot
* add meson build system
* trace-read: Fix high-prec vblank timestamps
* i915-perf: set a different default colors to GPU timeline events
* meson: remove python2
* Add loading of Linux perf JSON
* Better i915-perf / tracepoint tracking
* Improve archive handling
* Enable Shortcut for gpuvis Desktop Application
-------------------------------------------------------------------
Fri Dec 10 10:41:06 UTC 2021 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Update to version 20211204 (7f47419470687c7ecbdf086b81f5bafdb05d1bef)
* Look at all buffers when calculating min_file_ts
-------------------------------------------------------------------
Fri Dec 10 09:48:27 UTC 2021 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Only build with intel-gpu-tools-devel on suse_version > 1530
- Only build with i915_perf=true on x86*
-------------------------------------------------------------------
Wed Nov 24 12:34:12 UTC 2021 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Add a proper description
-------------------------------------------------------------------
Wed Nov 24 12:28:13 UTC 2021 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Initial version 20211124 (commit ff96f19529021991e6cbcc81f026bca658897bd8)