summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.