pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/cogl



Module Name:    pkgsrc
Committed By:   obache
Date:           Mon Jul 15 01:19:04 UTC 2013

Added Files:
        pkgsrc/graphics/cogl: DESCR Makefile PLIST buildlink3.mk distinfo
            options.mk

Log Message:
Import cogl-1.14.0 as graphics/cogl.

Cogl is a small open source library for using 3D graphics hardware for
rendering. The API departs from the flat state machine style of OpenGL and is
designed to make it easy to write orthogonal components that can render without
stepping on each others toes.

As well as aiming for a nice API, we think having a single library as opposed
to an API specification like OpenGL has a few advantages too; like being
able to paper over the inconsistencies/bugs of different OpenGL
implementations in a centralized place, not to mention the myriad of OpenGL
extensions. It also means we are in a better position to provide utility
APIs that help software developers since they only need to be implemented
once and there is no risk of inconsistency between implementations.

Having other backends, besides OpenGL, such as drm, Gallium or D3D are
options we are interested in for the future.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/cogl/DESCR \
    pkgsrc/graphics/cogl/Makefile pkgsrc/graphics/cogl/PLIST \
    pkgsrc/graphics/cogl/buildlink3.mk pkgsrc/graphics/cogl/distinfo \
    pkgsrc/graphics/cogl/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index