From owner-freebsd-stable@freebsd.org Tue Jun 21 13:33:31 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E81BAC5531 for ; Tue, 21 Jun 2016 13:33:31 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it0-x235.google.com (mail-it0-x235.google.com [IPv6:2607:f8b0:4001:c0b::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3BE131A75 for ; Tue, 21 Jun 2016 13:33:31 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it0-x235.google.com with SMTP id h190so14329249ith.1 for ; Tue, 21 Jun 2016 06:33:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to; bh=8yS0wdE9f1u2JxQgg07Ckpl1DJjVmtCk8Qc6+0DB4jY=; b=NSUiZpnIy67NClZauynyGAvW+rKL6zX1C/gIVdw+Xd5EnUlzrRTXTlFDuwrFYunhic 3/B5XzsT5DPJ+tDze/GlMC80QmsLba/yxqJNtuZ/x5PRMUzPw0l4R5qqDrgYFjdKpRIO fQIJYWXnlZjkk1HTjv+cu4tP2IjFL+lHGMBJJ18GthOYt3PdMyz7xxpyTM0Dtjl66KPx DuArPkfvkhao4c/F2xXLl76mnoyyXRVmNCYPZB2sCz0v1pY7fZK277Ovcc/sGk1fFpUB QEKP1VuwmyM+ILo3MQlzmUnyuvt4tLGtYtjWBorIZiIzGnG0tePknDL0gVB9YRmZfsOO Ocng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to; bh=8yS0wdE9f1u2JxQgg07Ckpl1DJjVmtCk8Qc6+0DB4jY=; b=QD72WBqAqAv9S9gT/fz0SXMzqVmtO9KxyiRX2Etxt7tm3M+EFoXh/d1ZCVtdaryJlg 33kAEJiSxavfbMQiaZimQnf3hLPw6MZoVq6ehXTYtKT5scGLprVshoq4W16M+WxI28RE Mm89MKXJO+lVbZLUvFxUyzLSXi1f7knyqPK89i7631L366BQNjoAo+8FnF4ZpY1GCa0w R7zke1f7nS+UG5iUUN8CGbEOZBoDD62MvMgLVdeMglhUHXYDpFJrhFmaihxb6MgPkI8W F3h7WVrD2It1k3Mc0PvAdbJhDpqU51Q9RKoR4weRf9OOcgvo20P4p6XdjTwgrpyRHUrC OsXA== X-Gm-Message-State: ALyK8tK2jiN13mNMMdCMhOhdVRZqfA5s4r+DZKZ+enk0GTOaicVD/XczLHo0eOeSr0XwOz8OvCW4VYRK8a5JvQ== X-Received: by 10.36.239.70 with SMTP id i67mr5524194ith.59.1466516010609; Tue, 21 Jun 2016 06:33:30 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.6.213 with HTTP; Tue, 21 Jun 2016 06:33:11 -0700 (PDT) From: Ed Maste Date: Tue, 21 Jun 2016 09:33:11 -0400 X-Google-Sender-Auth: Fy6nNp5hPNUQ7OQWyxwg4SrQ4KM Message-ID: Subject: Looking for libvgl users To: freebsd-stable stable Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jun 2016 13:33:31 -0000 Prompted by a recent discussion of the vt(4) console I would like to send this query to -stable. When posted to -current about 1.5 years ago it received only one private reply pointing out an example vgl(3) consumer. Please see the original request and let me know if you use vgl(3). On 27 October 2014 at 11:26, Ed Maste wrote: > vgl(3) is a graphics library for syscons(4) that provides some basic > graphics operations (e.g. some mode setting, bitmaps, boxes, > ellipses). Right now it does not support the newer vt(4) console. > > In order to help determine the priority of a porting effort to add > vt(4) support I'd like to better understand where vgl is being used > now. I'd be interested in hearing about both open source software > using vgl as well as proprietary or internal applications. So if > you're using vgl I'd appreciate a follow up (in private is fine) with > a brief description of your use case.