Mon, 15 Nov 2010 09:56:25 +0000 Matt Plumtree Ensure OpenGL ES 2.0 C functions use C signatures in C++ builds (fixes VS builds) bug235_bringup_0 tip
Fri, 12 Nov 2010 17:56:05 +0000 Matt Plumtree Host OpenGL ES 2.0 code now building without warning or error using GCC. bug235_bringup_0
Wed, 10 Nov 2010 15:26:31 +0000 Matt Plumtree Move increment of EGL state reference count to where new threads bug235_bringup_0
Mon, 08 Nov 2010 15:40:06 +0000 Matt Plumtree Provide alternative constructor for Nokia internal use (PlatSim compatibility). bug235_bringup_0
Mon, 08 Nov 2010 15:39:31 +0000 Matt Plumtree Add host build extension component to package. bug235_bringup_0
Tue, 02 Nov 2010 09:46:02 +0000 Matt Plumtree Merge changes to enable building host libraries using GCC with work to get basic EGL going. bug235_bringup_0
Tue, 02 Nov 2010 09:40:31 +0000 Matt Plumtree Expose wrapper C interface for Syborg from KhronosAPIWrapper. Needs update to QEMU! bug235_bringup_0
Mon, 01 Nov 2010 18:11:59 +0000 Matt Plumtree Add /clean to build.bat to delete the build directory and its contents before building. bug235_bringup_0
Mon, 01 Nov 2010 18:10:32 +0000 Matt Plumtree Host OpenVG building using GCC, without LLVM integration. bug235_bringup_0
Tue, 26 Oct 2010 14:14:43 +0100 Matt Plumtree Add a new FLM for building the host side DLLs (based on the x86build FLM). bug235_bringup_0
Mon, 18 Oct 2010 18:24:13 +0100 Matt Plumtree Add hostegl bld.inf info for building exporting and building the library. bug235_bringup_0
Fri, 22 Oct 2010 16:32:41 +0100 Jon Medhurst 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
Fri, 22 Oct 2010 14:10:40 +0100 Jon Medhurst Guest EGL change so that newly created surfaces are registered with the Window Server. (Probably needed by ALF) bug235_bringup_0
Fri, 22 Oct 2010 13:37:16 +0100 Jon Medhurst Update CGuestEGL::eglCreateWindowSurface to save iSurfaceId and get offesets to buffers that lower layers require bug235_bringup_0
Fri, 22 Oct 2010 13:33:46 +0100 Jon Medhurst Update CGuestEGL::eglCreateWindowSurface to save iSurfaceId and get offesets to buffers that lower layers require bug235_bringup_0
Fri, 22 Oct 2010 12:54:05 +0100 Gareth Stockwell Fixed build.bat so that '/SOLUTION /VS 2008' works correctly bug235_bringup_0
Fri, 22 Oct 2010 11:29:23 +0100 Faisal Memon Revert fix for eglMakeCurrent since it was the deinit path was is ok for EGL_NO_*. Add extra debugging bug235_bringup_0
Fri, 22 Oct 2010 10:54:17 +0100 Faisal Memon Fix guestegl to actually supply the params for eglMakeCurrent bug235_bringup_0
Fri, 22 Oct 2010 10:16:29 +0100 Faisal Memon Add mapping fix to guestegl and debugging (temporary) bug235_bringup_0
Thu, 07 Oct 2010 18:48:18 +0100 Matt Plumtree Replace file copyright headers lost in previous merge. bug235_bringup_0
Thu, 07 Oct 2010 18:45:50 +0100 Matt Plumtree Merge in eglQueryString changes bug235_bringup_0
Thu, 07 Oct 2010 18:44:04 +0100 Matt Plumtree Host components now buildable in their correct locations (although stil using CMake). Use build.bat in package root. bug235_bringup_0
Thu, 07 Oct 2010 13:58:22 +0100 Matt Plumtree Move GLES20 source into standard locations bug235_bringup_0
Wed, 06 Oct 2010 18:00:57 +0100 Matt Plumtree Remove copies of code made accidentally to the wrong location. bug235_bringup_0
Wed, 06 Oct 2010 17:59:01 +0100 Matt Plumtree Copy code from the holdingarea into the target locations. bug235_bringup_0
Wed, 06 Oct 2010 15:50:10 +0100 Matt Plumtree Modify bug235.pkgdef.xml in line with changes to package_definition.xml bug235_bringup_0
Wed, 06 Oct 2010 15:43:10 +0100 Matt Plumtree Rearrange the package to put certain components into a new collection, vghwinterface. bug235_bringup_0
Thu, 30 Sep 2010 18:19:16 +0100 Faisal Memon Add support for eglQueryString. Its partially fake support because the serialization interface does not support the return of string data bug235_bringup_0
Wed, 29 Sep 2010 09:49:13 +0100 Matt Plumtree Fix accidentally corrupted EPL URLs in CMakeLists.txt files. bug235_bringup_0
Wed, 29 Sep 2010 09:44:20 +0100 Matt Plumtree Add new holdingarea/build location to .hgignore file bug235_bringup_0
Fri, 24 Sep 2010 17:49:22 +0100 Gareth Stockwell Added support for EGL sync extensions bug235_bringup_0
Fri, 24 Sep 2010 17:45:25 +0100 Gareth Stockwell Fixed incorrect case in eglGetProcAddress egl_Private_SignalSyncNOK bug235_bringup_0
Fri, 24 Sep 2010 17:41:35 +0100 Gareth Stockwell Fixed typo in 02fdf3459799 bug235_bringup_0
Fri, 24 Sep 2010 17:39:40 +0100 Faisal Memon add support for eglgetprocaddress for Egl_PrivateSignalSyncNOK bug235_bringup_0
Fri, 24 Sep 2010 13:29:27 +0100 Faisal Memon catchup with head bug235_bringup_0
Fri, 24 Sep 2010 13:15:40 +0100 Faisal Memon Fix link errors and resolve bug235_bringup_0
Fri, 24 Sep 2010 11:24:11 +0100 Faisal Memon Fixed compile. This change now provides alpha support for the integration of guestegl with the host bug235_bringup_0
Fri, 24 Sep 2010 10:52:02 +0100 Faisal Memon added eglSwapBuffers integration; this change has not been compiled so don't sync to this changelist bug235_bringup_0
Thu, 23 Sep 2010 17:42:42 +0100 Faisal Memon interim checkin, no compilation check done so don't sync to this changeset bug235_bringup_0
Thu, 23 Sep 2010 13:18:28 +0100 Faisal Memon fix rombuild to avoid duplicate delivery of dll bug235_bringup_0
Fri, 24 Sep 2010 12:02:56 +0100 Gareth Stockwell Added /NOBUILD option to holdingarea/build.bat bug235_bringup_0
Fri, 24 Sep 2010 12:02:04 +0100 Gareth Stockwell Moved syborggraphicswrapper from qemu package bug235_bringup_0
Fri, 24 Sep 2010 11:23:48 +0100 Gareth Stockwell Modified CMake scripts to link against correct version of LLVM bug235_bringup_0
Fri, 24 Sep 2010 11:24:53 +0100 Gareth Stockwell Added build script allowing use of different toolchains bug235_bringup_0
Fri, 24 Sep 2010 11:15:50 +0100 Gareth Stockwell Added additional builds of LLVM bug235_bringup_0
Thu, 23 Sep 2010 15:54:53 +0100 Matt Plumtree Fixup missed changes from frame (buffer) to surface buffer. bug235_bringup_0
Thu, 23 Sep 2010 14:09:18 +0100 Matt Plumtree Merge rename of frame buffer to surface buffer with Guest EGL changes. bug235_bringup_0
Thu, 23 Sep 2010 13:56:33 +0100 Matt Plumtree Rename use of "frame" buffer to "surface" buffer, to reduce confusion. bug235_bringup_0
Tue, 21 Sep 2010 15:50:59 +0100 Matt Plumtree Minor fix to only exclude c_utils.pyc in the .hgignore file instead of all the vg/bin Python scripts bug235_bringup_0
Thu, 23 Sep 2010 12:57:41 +0100 Faisal Memon Fix guestegl to use dynamic framebuffer bug235_bringup_0
Tue, 21 Sep 2010 18:31:38 +0100 Faisal Memon Fix ROM iby files bug235_bringup_0
Mon, 20 Sep 2010 17:51:52 +0100 Faisal Memon Add to .hgignore so the host side built binaries are ignored by hg bug235_bringup_0
Mon, 20 Sep 2010 17:43:19 +0100 Faisal Memon Add a hgignore file to ignore build artefacts such as holdingarea/build_vs2005/libGLESv1/CMakeFiles/generate.stamp bug235_bringup_0
Mon, 20 Sep 2010 14:29:05 +0100 Faisal Memon Fix line endings bug235_bringup_0
Thu, 16 Sep 2010 12:43:44 +0100 Matt Plumtree Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter. bug235_bringup_0
Thu, 16 Sep 2010 12:38:21 +0100 Matt Plumtree Minor fix ups for serialiser code, when built for host side bug235_bringup_0
Thu, 16 Sep 2010 10:58:58 +0100 Matt Plumtree Contribute a cmake build file for hostthreadadapter, to aid building the intermediate versions of other host components. bug235_bringup_0
Thu, 16 Sep 2010 09:43:14 +0100 Matt Plumtree Initial contribution of Khronos API implmentations suitable for simulator host-side. bug235_bringup_0
Thu, 09 Sep 2010 18:49:52 +0100 Faisal Memon Identify the actual EGL extension functions, just returning NULL for the moment. Prototype code, needs bring-up before testing bug235_bringup_0
Thu, 09 Sep 2010 16:50:12 +0100 Faisal Memon Add TPIP-free implementation of eglGetProcAddress bug235_bringup_0
(0) -60 tip