Mon, 15 Nov 2010 09:56:25 +0000 Ensure OpenGL ES 2.0 C functions use C signatures in C++ builds (fixes VS builds) bug235_bringup_0 tip
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)
Fri, 12 Nov 2010 17:56:05 +0000 Host OpenGL ES 2.0 code now building without warning or error using GCC. bug235_bringup_0
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.
Wed, 10 Nov 2010 15:26:31 +0000 Move increment of EGL state reference count to where new threads bug235_bringup_0
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.
Mon, 08 Nov 2010 15:40:06 +0000 Provide alternative constructor for Nokia internal use (PlatSim compatibility). bug235_bringup_0
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).
Mon, 08 Nov 2010 15:39:31 +0000 Add host build extension component to package. bug235_bringup_0
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
Tue, 02 Nov 2010 09:46:02 +0000 Merge changes to enable building host libraries using GCC with work to get basic EGL going. bug235_bringup_0
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.
Tue, 02 Nov 2010 09:40:31 +0000 Expose wrapper C interface for Syborg from KhronosAPIWrapper. Needs update to QEMU! bug235_bringup_0
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.
Mon, 01 Nov 2010 18:11:59 +0000 Add /clean to build.bat to delete the build directory and its contents before building. bug235_bringup_0
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.
Mon, 01 Nov 2010 18:10:32 +0000 Host OpenVG building using GCC, without LLVM integration. bug235_bringup_0
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.
Tue, 26 Oct 2010 14:14:43 +0100 Add a new FLM for building the host side DLLs (based on the x86build FLM). bug235_bringup_0
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).
Mon, 18 Oct 2010 18:24:13 +0100 Add hostegl bld.inf info for building exporting and building the library. bug235_bringup_0
Matt Plumtree <matt.plumtree@nokia.com> [Mon, 18 Oct 2010 18:24:13 +0100] rev 67
Add hostegl bld.inf info for building exporting and building the library. Note: uses tools/x86tool extension from /sftools/dev/hostenv/cpptoolsplat/symport/flm, which doesn't quite work right yet. SYS_INCLUDES needs adding to .xml, for example. Fixup warnings in hostegl when built using GCC.
Fri, 22 Oct 2010 16:32:41 +0100 Update EGL surface creation to initialise the surface stride. This gets the EBT test program to finally draw it's red line! bug235_bringup_0
Jon Medhurst [Fri, 22 Oct 2010 16:32:41 +0100] rev 66
Update EGL surface creation to initialise the surface stride. This gets the EBT test program to finally draw it's red line!
Fri, 22 Oct 2010 14:10:40 +0100 Guest EGL change so that newly created surfaces are registered with the Window Server. (Probably needed by ALF) bug235_bringup_0
Jon Medhurst [Fri, 22 Oct 2010 14:10:40 +0100] rev 65
Guest EGL change so that newly created surfaces are registered with the Window Server. (Probably needed by ALF)
Fri, 22 Oct 2010 13:37:16 +0100 Update CGuestEGL::eglCreateWindowSurface to save iSurfaceId and get offesets to buffers that lower layers require bug235_bringup_0
Jon Medhurst [Fri, 22 Oct 2010 13:37:16 +0100] rev 64
Update CGuestEGL::eglCreateWindowSurface to save iSurfaceId and get offesets to buffers that lower layers require
Fri, 22 Oct 2010 13:33:46 +0100 Update CGuestEGL::eglCreateWindowSurface to save iSurfaceId and get offesets to buffers that lower layers require bug235_bringup_0
Jon Medhurst [Fri, 22 Oct 2010 13:33:46 +0100] rev 63
Update CGuestEGL::eglCreateWindowSurface to save iSurfaceId and get offesets to buffers that lower layers require
Fri, 22 Oct 2010 12:54:05 +0100 Fixed build.bat so that '/SOLUTION /VS 2008' works correctly bug235_bringup_0
Gareth Stockwell <gareth.stockwell@accenture.com> [Fri, 22 Oct 2010 12:54:05 +0100] rev 62
Fixed build.bat so that '/SOLUTION /VS 2008' works correctly
Fri, 22 Oct 2010 11:29:23 +0100 Revert fix for eglMakeCurrent since it was the deinit path was is ok for EGL_NO_*. Add extra debugging bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Fri, 22 Oct 2010 11:29:23 +0100] rev 61
Revert fix for eglMakeCurrent since it was the deinit path was is ok for EGL_NO_*. Add extra debugging
Fri, 22 Oct 2010 10:54:17 +0100 Fix guestegl to actually supply the params for eglMakeCurrent bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Fri, 22 Oct 2010 10:54:17 +0100] rev 60
Fix guestegl to actually supply the params for eglMakeCurrent
Fri, 22 Oct 2010 10:16:29 +0100 Add mapping fix to guestegl and debugging (temporary) bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Fri, 22 Oct 2010 10:16:29 +0100] rev 59
Add mapping fix to guestegl and debugging (temporary)
Thu, 07 Oct 2010 18:48:18 +0100 Replace file copyright headers lost in previous merge. bug235_bringup_0
Matt Plumtree <matt.plumtree@nokia.com> [Thu, 07 Oct 2010 18:48:18 +0100] rev 58
Replace file copyright headers lost in previous merge.
Thu, 07 Oct 2010 18:45:50 +0100 Merge in eglQueryString changes bug235_bringup_0
Matt Plumtree <matt.plumtree@nokia.com> [Thu, 07 Oct 2010 18:45:50 +0100] rev 57
Merge in eglQueryString changes
Thu, 07 Oct 2010 18:44:04 +0100 Host components now buildable in their correct locations (although stil using CMake). Use build.bat in package root. bug235_bringup_0
Matt Plumtree <matt.plumtree@nokia.com> [Thu, 07 Oct 2010 18:44:04 +0100] rev 56
Host components now buildable in their correct locations (although stil using CMake). Use build.bat in package root. Note holdingarea build no longer works and everything except llvm will be removed soon. Fix ups to references to components moved to vghwinterface. Move package common headers up to pacakge level inc directory.
Thu, 07 Oct 2010 13:58:22 +0100 Move GLES20 source into standard locations bug235_bringup_0
Matt Plumtree <matt.plumtree@nokia.com> [Thu, 07 Oct 2010 13:58:22 +0100] rev 55
Move GLES20 source into standard locations Move Khronos headers into their respective components, to be exported by each. Remove hostthreadadapter as nothing outside of the vghwapiwrapper, which now contains the code, needs it
Wed, 06 Oct 2010 18:00:57 +0100 Remove copies of code made accidentally to the wrong location. bug235_bringup_0
Matt Plumtree <matt.plumtree@nokia.com> [Wed, 06 Oct 2010 18:00:57 +0100] rev 54
Remove copies of code made accidentally to the wrong location.
Wed, 06 Oct 2010 17:59:01 +0100 Copy code from the holdingarea into the target locations. bug235_bringup_0
Matt Plumtree <matt.plumtree@nokia.com> [Wed, 06 Oct 2010 17:59:01 +0100] rev 53
Copy code from the holdingarea into the target locations. Some initial rework of CMakeLists.txt files, but not yet tested.
Wed, 06 Oct 2010 15:50:10 +0100 Modify bug235.pkgdef.xml in line with changes to package_definition.xml bug235_bringup_0
Matt Plumtree <matt.plumtree@nokia.com> [Wed, 06 Oct 2010 15:50:10 +0100] rev 52
Modify bug235.pkgdef.xml in line with changes to package_definition.xml Add license details to host support components.
Wed, 06 Oct 2010 15:43:10 +0100 Rearrange the package to put certain components into a new collection, vghwinterface. bug235_bringup_0
Matt Plumtree <matt.plumtree@nokia.com> [Wed, 06 Oct 2010 15:43:10 +0100] rev 51
Rearrange the package to put certain components into a new collection, vghwinterface. Remove unpopulated syborggraphicswrapper, as it will be integrated into the vghwapiwrapper (ne khronosapiwrapper).
Thu, 30 Sep 2010 18:19:16 +0100 Add support for eglQueryString. Its partially fake support because the serialization interface does not support the return of string data bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Thu, 30 Sep 2010 18:19:16 +0100] rev 50
Add support for eglQueryString. Its partially fake support because the serialization interface does not support the return of string data
Wed, 29 Sep 2010 09:49:13 +0100 Fix accidentally corrupted EPL URLs in CMakeLists.txt files. bug235_bringup_0
Matt Plumtree <matt.plumtree@nokia.com> [Wed, 29 Sep 2010 09:49:13 +0100] rev 49
Fix accidentally corrupted EPL URLs in CMakeLists.txt files.
Wed, 29 Sep 2010 09:44:20 +0100 Add new holdingarea/build location to .hgignore file bug235_bringup_0
Matt Plumtree <matt.plumtree@nokia.com> [Wed, 29 Sep 2010 09:44:20 +0100] rev 48
Add new holdingarea/build location to .hgignore file
(0) -50 -30 tip