NOTICE: This package has been removed from pkgsrc

./x11/dri3proto, X11 extension for Direct Rendering Infrastructure V3

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.0, Package name: dri3proto-1.0, Maintainer: pkgsrc-users

The DRI3 extension provides mechanisms to translate between direct
rendered buffers and X pixmaps. When combined with the Present
extension, a complete direct rendering solution for OpenGL is
provided.

The direct rendered buffers are passed across the protocol via
standard POSIX file descriptor passing mechanisms. On Linux, these
buffers are DMA-BUF objects.

DRI3 also includes a mechanism to translate between Linux Futexes
and X Sync extension Fences. This provides a synchronization
mechanism which can be used to serialize access to shared render
buffers.


Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 1007eaa2f83022653a224f7d2e676ea51cba2f2b
RMD160: e6cca0d2b5ca91c80de57ee1bc185a814ef397ba
Filesize: 102.896 KB

Version history: (Expand)


CVS history: (Expand)


   2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583)
Log message:
Fix indentation in buildlink3.mk files.

The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
   2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670)
Log message:
Add SHA512 digests for distfiles for x11 category

Problems found locating distfiles:
        Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
        Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
        Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
        Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
        Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-09-30 11:08:43 by Leonardo Taccari | Files touched by this commit (1)
Log message:
Add builtin.mk.
   2015-03-09 22:33:29 by Tobias Nygren | Files touched by this commit (2)
Log message:
these should have bl3.mk
   2013-11-01 21:42:32 by Thomas Klausner | Files touched by this commit (4)
Log message:
Import dri3proto-1.0 as x11/dri3proto.

The DRI3 extension provides mechanisms to translate between direct
rendered buffers and X pixmaps. When combined with the Present
extension, a complete direct rendering solution for OpenGL is
provided.

The direct rendered buffers are passed across the protocol via
standard POSIX file descriptor passing mechanisms. On Linux, these
buffers are DMA-BUF objects.

DRI3 also includes a mechanism to translate between Linux Futexes
and X Sync extension Fences. This provides a synchronization
mechanism which can be used to serialize access to shared render
buffers.