linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Upgrade the OpenGL wrapper for KernelShark v2.0
@ 2020-11-20  9:50 Yordan Karadzhov (VMware)
  2020-11-20  9:50 ` [PATCH 1/4] kernel-shark: Add support for drawing text Yordan Karadzhov (VMware)
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Yordan Karadzhov (VMware) @ 2020-11-20  9:50 UTC (permalink / raw)
  To: rostedt; +Cc: linux-trace-devel, Yordan Karadzhov (VMware)

This patch-sets contains one major improvement to the OpenGL wrapping
interface used by KernelShark, that is the capability to draw text to
the OpenGL canvas. In the same patch-sets we do few other independent
small improvements and optimizations.

Steven,
Please review carefully the first patch. Check the new code in
src/libkshark-plot.c, but also think if the addition of the public
domain header file stb_truetype.h can bring some licensing issues.
Also, is the reference to the original project good enough?


Yordan Karadzhov (VMware) (4):
  kernel-shark: Add support for drawing text
  kernel-shark: Make GLUT optional dependency
  kernel-shark: Add ksplot_draw_polyline()
  kernel-shark: Optimize ksplot_draw_polygon()

 CMakeLists.txt                   |    6 +-
 Documentation/doxygen/dox_config |    1 +
 build/deff.h.cmake               |    3 +
 src/CMakeLists.txt               |    8 +-
 src/libkshark-plot.c             |  305 +-
 src/libkshark-plot.h             |   73 +
 src/stb_truetype.h               | 5011 ++++++++++++++++++++++++++++++
 7 files changed, 5366 insertions(+), 41 deletions(-)
 create mode 100644 src/stb_truetype.h

-- 
2.25.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-12-09 16:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-20  9:50 [PATCH 0/4] Upgrade the OpenGL wrapper for KernelShark v2.0 Yordan Karadzhov (VMware)
2020-11-20  9:50 ` [PATCH 1/4] kernel-shark: Add support for drawing text Yordan Karadzhov (VMware)
2020-12-04 23:31   ` Steven Rostedt
2020-12-09 13:30     ` Yordan Karadzhov (VMware)
2020-12-09 14:14       ` Yordan Karadzhov (VMware)
2020-12-09 16:34       ` Steven Rostedt
2020-11-20  9:50 ` [PATCH 2/4] kernel-shark: Make GLUT optional dependency Yordan Karadzhov (VMware)
2020-11-20  9:50 ` [PATCH 3/4] kernel-shark: Add ksplot_draw_polyline() Yordan Karadzhov (VMware)
2020-11-20  9:50 ` [PATCH 4/4] kernel-shark: Optimize ksplot_draw_polygon() Yordan Karadzhov (VMware)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).