summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-08Switch over to the user of Eigen, (not NE10)NE10-switchoverTom Gall
I'm afraid. This presumes that the Eigen includes are within the system include path. Changes are extensive to switch over from unoptimized matrix and vector classes to NEON optimized classes that functionally should be sort of a replacement. Unfortunately there are many places this touches the code as the internal data to the vectors and matrix elements was not abstracted. This is a WIP commit. Not all code compiles.
2014-10-08Add fix from Show to correctly interpret order of color valuesHEADmasterTom Gall
from the OpenVG buffers. (And crazy order at that!)
2014-10-06Better but not quite perfect. VG Buffer image from vgReadPixelsTom Gall
seems to be exactly backwords.
2014-10-06to esContext, hold references for RIEGL objects such asTom Gall
Display, Surface and Context to EGLAddOn.cpp, sort out and add init routine to setup and string together various background objects that the reference implementation needs in order to render to a buffer space. to tests/font/main.c, add an Update function and change to use the drawn into OpenVG buffer that we've read back. font renders to the screen now but the pixels aren't interpreted quite right. On the right track tho.
2014-10-05Initial commitTom Gall
This is the reference implementation with the miniEGL code stripped out Tests are simplistic at this point. Windowing uses traditional egl (mesa test) but should work with mali egl too.