svn commit: r556640 - in branches/2020Q4/graphics: . kmscube

Jan Beich jbeich at FreeBSD.org
Mon Nov 30 13:26:47 UTC 2020


Author: jbeich
Date: Mon Nov 30 13:26:46 2020
New Revision: 556640
URL: https://svnweb.freebsd.org/changeset/ports/556640

Log:
  MFH: r554406
  
  graphics/kmscube: add new port
  
  kmscube is a little demonstration program for how to drive bare metal
  graphics without a compositor like X11, Wayland or similar, using
  DRM/KMS (kernel mode setting), GBM (graphics buffer manager) and EGL
  for rendering content using OpenGL or OpenGL ES.
  
  https://gitlab.freedesktop.org/mesa/kmscube

Added:
  branches/2020Q4/graphics/kmscube/
     - copied from r554406, head/graphics/kmscube/
Modified:
  branches/2020Q4/graphics/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/graphics/Makefile
==============================================================================
--- branches/2020Q4/graphics/Makefile	Mon Nov 30 13:03:57 2020	(r556639)
+++ branches/2020Q4/graphics/Makefile	Mon Nov 30 13:26:46 2020	(r556640)
@@ -398,6 +398,7 @@
     SUBDIR += kipi-plugins
     SUBDIR += klatexformula
     SUBDIR += kludge3d
+    SUBDIR += kmscube
     SUBDIR += kolourpaint
     SUBDIR += kooka
     SUBDIR += kphotoalbum


More information about the svn-ports-branches mailing list