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
Fri, 24 Sep 2010 17:49:22 +0100 Added support for EGL sync extensions bug235_bringup_0
Gareth Stockwell <gareth.stockwell@accenture.com> [Fri, 24 Sep 2010 17:49:22 +0100] rev 47
Added support for EGL sync extensions
Fri, 24 Sep 2010 17:45:25 +0100 Fixed incorrect case in eglGetProcAddress egl_Private_SignalSyncNOK bug235_bringup_0
Gareth Stockwell <gareth.stockwell@accenture.com> [Fri, 24 Sep 2010 17:45:25 +0100] rev 46
Fixed incorrect case in eglGetProcAddress egl_Private_SignalSyncNOK
Fri, 24 Sep 2010 17:41:35 +0100 Fixed typo in 02fdf3459799 bug235_bringup_0
Gareth Stockwell <gareth.stockwell@accenture.com> [Fri, 24 Sep 2010 17:41:35 +0100] rev 45
Fixed typo in 02fdf3459799
Fri, 24 Sep 2010 17:39:40 +0100 add support for eglgetprocaddress for Egl_PrivateSignalSyncNOK bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Fri, 24 Sep 2010 17:39:40 +0100] rev 44
add support for eglgetprocaddress for Egl_PrivateSignalSyncNOK
Fri, 24 Sep 2010 13:29:27 +0100 catchup with head bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Fri, 24 Sep 2010 13:29:27 +0100] rev 43
catchup with head
Fri, 24 Sep 2010 13:15:40 +0100 Fix link errors and resolve bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Fri, 24 Sep 2010 13:15:40 +0100] rev 42
Fix link errors and resolve
Fri, 24 Sep 2010 11:24:11 +0100 Fixed compile. This change now provides alpha support for the integration of guestegl with the host bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Fri, 24 Sep 2010 11:24:11 +0100] rev 41
Fixed compile. This change now provides alpha support for the integration of guestegl with the host
Fri, 24 Sep 2010 10:52:02 +0100 added eglSwapBuffers integration; this change has not been compiled so don't sync to this changelist bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Fri, 24 Sep 2010 10:52:02 +0100] rev 40
added eglSwapBuffers integration; this change has not been compiled so don't sync to this changelist
Thu, 23 Sep 2010 17:42:42 +0100 interim checkin, no compilation check done so don't sync to this changeset bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Thu, 23 Sep 2010 17:42:42 +0100] rev 39
interim checkin, no compilation check done so don't sync to this changeset
Thu, 23 Sep 2010 13:18:28 +0100 fix rombuild to avoid duplicate delivery of dll bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Thu, 23 Sep 2010 13:18:28 +0100] rev 38
fix rombuild to avoid duplicate delivery of dll
Fri, 24 Sep 2010 12:02:56 +0100 Added /NOBUILD option to holdingarea/build.bat bug235_bringup_0
Gareth Stockwell <gareth.stockwell@accenture.com> [Fri, 24 Sep 2010 12:02:56 +0100] rev 37
Added /NOBUILD option to holdingarea/build.bat This allows cmake to be run without subsequently invoking nmake
Fri, 24 Sep 2010 12:02:04 +0100 Moved syborggraphicswrapper from qemu package bug235_bringup_0
Gareth Stockwell <gareth.stockwell@accenture.com> [Fri, 24 Sep 2010 12:02:04 +0100] rev 36
Moved syborggraphicswrapper from qemu package
Fri, 24 Sep 2010 11:23:48 +0100 Modified CMake scripts to link against correct version of LLVM bug235_bringup_0
Gareth Stockwell <gareth.stockwell@accenture.com> [Fri, 24 Sep 2010 11:23:48 +0100] rev 35
Modified CMake scripts to link against correct version of LLVM VISUAL_STUDIO_VERSION must be defined to either 2005 or 2008 when CMake is run. See build.bat for example usage.
Fri, 24 Sep 2010 11:24:53 +0100 Added build script allowing use of different toolchains bug235_bringup_0
Gareth Stockwell <gareth.stockwell@accenture.com> [Fri, 24 Sep 2010 11:24:53 +0100] rev 34
Added build script allowing use of different toolchains holdingarea/build.bat provides command-line switches allowing: * Selection between Visual Studio versions (2005 / 2008) * Selection of debug / release builds * Selection of CMake generator (Visual Studio solution / NMake makefiles) * Enabling of miniEGL in the build * Enabling of PlatSim extensions in the build Calling the script with no parameters will start a build using Visual Studio 2005 and nmake.
Fri, 24 Sep 2010 11:15:50 +0100 Added additional builds of LLVM bug235_bringup_0
Gareth Stockwell <gareth.stockwell@accenture.com> [Fri, 24 Sep 2010 11:15:50 +0100] rev 33
Added additional builds of LLVM holdingarea/llvm/llvm-2.7 now contains the following builds of LLVM 2.7: * VS2005 debug * VS2005 release * VS2008 debug * VS2008 release Note that only the LLVM libraries are segregated according to compiler and build target. Single copies of the include and bin directories are provided. The LLVM executables are from a VS2005 release build.
Thu, 23 Sep 2010 15:54:53 +0100 Fixup missed changes from frame (buffer) to surface buffer. bug235_bringup_0
Matt Plumtree <matt.plumtree@nokia.com> [Thu, 23 Sep 2010 15:54:53 +0100] rev 32
Fixup missed changes from frame (buffer) to surface buffer. Change route to qemu syborg.h and memory model includes.
Thu, 23 Sep 2010 14:09:18 +0100 Merge rename of frame buffer to surface buffer with Guest EGL changes. bug235_bringup_0
Matt Plumtree <matt.plumtree@nokia.com> [Thu, 23 Sep 2010 14:09:18 +0100] rev 31
Merge rename of frame buffer to surface buffer with Guest EGL changes.
Thu, 23 Sep 2010 13:56:33 +0100 Rename use of "frame" buffer to "surface" buffer, to reduce confusion. bug235_bringup_0
Matt Plumtree <matt.plumtree@nokia.com> [Thu, 23 Sep 2010 13:56:33 +0100] rev 30
Rename use of "frame" buffer to "surface" buffer, to reduce confusion.
Tue, 21 Sep 2010 15:50:59 +0100 Minor fix to only exclude c_utils.pyc in the .hgignore file instead of all the vg/bin Python scripts bug235_bringup_0
Matt Plumtree <matt.plumtree@nokia.com> [Tue, 21 Sep 2010 15:50:59 +0100] rev 29
Minor fix to only exclude c_utils.pyc in the .hgignore file instead of all the vg/bin Python scripts
Thu, 23 Sep 2010 12:57:41 +0100 Fix guestegl to use dynamic framebuffer bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Thu, 23 Sep 2010 12:57:41 +0100] rev 28
Fix guestegl to use dynamic framebuffer
Tue, 21 Sep 2010 18:31:38 +0100 Fix ROM iby files bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Tue, 21 Sep 2010 18:31:38 +0100] rev 27
Fix ROM iby files
Mon, 20 Sep 2010 17:51:52 +0100 Add to .hgignore so the host side built binaries are ignored by hg bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Mon, 20 Sep 2010 17:51:52 +0100] rev 26
Add to .hgignore so the host side built binaries are ignored by hg
Mon, 20 Sep 2010 17:43:19 +0100 Add a hgignore file to ignore build artefacts such as holdingarea/build_vs2005/libGLESv1/CMakeFiles/generate.stamp bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Mon, 20 Sep 2010 17:43:19 +0100] rev 25
Add a hgignore file to ignore build artefacts such as holdingarea/build_vs2005/libGLESv1/CMakeFiles/generate.stamp
Mon, 20 Sep 2010 14:29:05 +0100 Fix line endings bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Mon, 20 Sep 2010 14:29:05 +0100] rev 24
Fix line endings
Thu, 16 Sep 2010 12:43:44 +0100 Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter. bug235_bringup_0
Matt Plumtree <matt.plumtree@nokia.com> [Thu, 16 Sep 2010 12:43:44 +0100] rev 23
Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter.
Thu, 16 Sep 2010 12:38:21 +0100 Minor fix ups for serialiser code, when built for host side bug235_bringup_0
Matt Plumtree <matt.plumtree@nokia.com> [Thu, 16 Sep 2010 12:38:21 +0100] rev 22
Minor fix ups for serialiser code, when built for host side
(0) -28 +28 tip