linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Yordan Karadzhov (VMware)" <y.karadz@gmail.com>
To: rostedt@goodmis.org
Cc: linux-trace-devel@vger.kernel.org,
	"Yordan Karadzhov (VMware)" <y.karadz@gmail.com>
Subject: [PATCH 0/4] Upgrade the OpenGL wrapper for KernelShark v2.0
Date: Fri, 20 Nov 2020 11:50:27 +0200	[thread overview]
Message-ID: <20201120095031.271735-1-y.karadz@gmail.com> (raw)

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


             reply	other threads:[~2020-11-20  9:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-20  9:50 Yordan Karadzhov (VMware) [this message]
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)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201120095031.271735-1-y.karadz@gmail.com \
    --to=y.karadz@gmail.com \
    --cc=linux-trace-devel@vger.kernel.org \
    --cc=rostedt@goodmis.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).