Matt Plumtree <matt.plumtree@nokia.com> [Mon, 15 Nov 2010 09:56:25 +0000] rev 77
Ensure OpenGL ES 2.0 C functions use C signatures in C++ builds (fixes VS builds)
Matt Plumtree <matt.plumtree@nokia.com> [Fri, 12 Nov 2010 17:56:05 +0000] rev 76
Host OpenGL ES 2.0 code now building without warning or error using GCC.
Matt Plumtree <matt.plumtree@nokia.com> [Wed, 10 Nov 2010 15:26:31 +0000] rev 75
Move increment of EGL state reference count to where new threads
are discovered for simulator version, to balance releaseState in
eglReleaseThread.
Matt Plumtree <matt.plumtree@nokia.com> [Mon, 08 Nov 2010 15:40:06 +0000] rev 74
Provide alternative constructor for Nokia internal use (PlatSim compatibility).
Matt Plumtree <matt.plumtree@nokia.com> [Mon, 08 Nov 2010 15:39:31 +0000] rev 73
Add host build extension component to package.
Avoid using SSE2 with GCC builds for the moment - possibly broken on 3.4.5
Matt Plumtree <matt.plumtree@nokia.com> [Tue, 02 Nov 2010 09:46:02 +0000] rev 72
Merge changes to enable building host libraries using GCC with work to get basic EGL going.
Matt Plumtree <matt.plumtree@nokia.com> [Tue, 02 Nov 2010 09:40:31 +0000] rev 71
Expose wrapper C interface for Syborg from KhronosAPIWrapper. Needs update to QEMU!
Make KhronosAPIWrapper buildable using GCC.
Matt Plumtree <matt.plumtree@nokia.com> [Mon, 01 Nov 2010 18:11:59 +0000] rev 70
Add /clean to build.bat to delete the build directory and its contents before building.
Matt Plumtree <matt.plumtree@nokia.com> [Mon, 01 Nov 2010 18:10:32 +0000] rev 69
Host OpenVG building using GCC, without LLVM integration.
Change hostbuild extension to avoid use of "lib" prefix on libraries, to allow other names to be used.
Matt Plumtree <matt.plumtree@nokia.com> [Tue, 26 Oct 2010 14:14:43 +0100] rev 68
Add a new FLM for building the host side DLLs (based on the x86build FLM).
Fixup the OpenGL ES 1.1 code to remove warnings when built with GCC(some remain).