linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] Add support for text rendering
@ 2019-07-01 12:17 Yordan Karadzhov (VMware)
  2019-07-01 12:17 ` [RFC PATCH 1/3] kernel-shark: Simplify the drawing of the Triangle Fan Yordan Karadzhov (VMware)
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Yordan Karadzhov (VMware) @ 2019-07-01 12:17 UTC (permalink / raw)
  To: rostedt; +Cc: linux-trace-devel

Implemented using the single-file public domain library "stb_truetype":
https://github.com/nothings/stb/blob/master/stb_truetype.h

PS: Patch 1/3 is a simple fix suggested by Slavomir which strictly
speaking is independent from the other two patches.

Yordan Karadzhov (VMware) (3):
  kernel-shark: Simplify the drawing of the Triangle Fan
  kernel-shark: Add support for drawing text
  kernel-shark: Add text rendering to the plotting example

 kernel-shark/examples/dataplot.cpp |    8 +
 kernel-shark/src/libkshark-plot.c  |  164 +-
 kernel-shark/src/libkshark-plot.h  |   35 +
 kernel-shark/src/stb_truetype.h    | 4882 ++++++++++++++++++++++++++++
 4 files changed, 5076 insertions(+), 13 deletions(-)
 create mode 100644 kernel-shark/src/stb_truetype.h

-- 
2.20.1


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

end of thread, other threads:[~2019-07-01 14:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-01 12:17 [RFC PATCH 0/3] Add support for text rendering Yordan Karadzhov (VMware)
2019-07-01 12:17 ` [RFC PATCH 1/3] kernel-shark: Simplify the drawing of the Triangle Fan Yordan Karadzhov (VMware)
2019-07-01 12:17 ` [RFC PATCH 2/3] kernel-shark: Add support for drawing text Yordan Karadzhov (VMware)
2019-07-01 14:35   ` Slavomir Kaslev
2019-07-01 14:50   ` Slavomir Kaslev
2019-07-01 12:17 ` [RFC PATCH 3/3] kernel-shark: Add text rendering to the plotting example 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).