Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
Fully OSS userspace interface to the galcore kernel graphics driver.
C Other
Branch: master

Fix includes to find non-installed headers

After a local revert I forgot to change the header paths to look
in the path provided by --with-galcore-headers.  I missed this
because the compile was finding the locally installed headers in
/usr/include/etnaviv.

Signed-of-by: Jon Nettleton <jon.nettleton@gmail.com>
latest commit 60105d1b07
@linux4kix linux4kix authored

README.md

libetnaviv

Library for

a) ioctl (kernel interface) wrapping b) video memory management c) command buffer and event queue handling d) context / state delta handling (still incomplete) e) register description headers f) converting surfaces and textures from and to Vivante specific tiling formats

Currently used only by the 3D driver in driver/. A future 2D, SVG or OpenCL driver can share this code.

This library completely wraps the kernel interface, so that clients don't depend on the specific headers.

Something went wrong with that request. Please try again.