Tagged Questions

21
votes
1answer
2k views

Hardware-accelerated OpenVG implementation on Desktop based on OpenGL ES

I'm currently trying to get OpenVG up and running on my desktop. The problem comes here: I am / will be developing an application for a Windows CE device (with .NET compact framework), which has ...
2
votes
1answer
222 views

What are the relations between EGL and OpenGL?

I'm writing an implementation for OpenVG and OpenGL|ES in Go, both of which depend on the Khronos EGL API, supposedly to ease portability I guess. I'm writing an implementation of OpenVG on top of ...
2
votes
2answers
1k views

Easiest way to run a simple GLES/EGL/OpenVG app on a PC?

I thought this should be easy, but... geesh! A vendor gave me a fairly simple demo program meant to showcase some trivial icon animations. The target platform is an embedded system (MX51) with ...
0
votes
1answer
129 views

Efficient Image Scaling algorithms / mehods / API for Blackberry

How can I scale image Bitmap / EncodedImage more efficiently with OpenVG / OpenGL on Blackberry (if hardware acceleration supported). Can I use something like VGField / GLField to achieve this? I ...