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
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
Thu, 16 Sep 2010 10:58:58 +0100 Contribute a cmake build file for hostthreadadapter, to aid building the intermediate versions of other host components. bug235_bringup_0
Matt Plumtree <matt.plumtree@nokia.com> [Thu, 16 Sep 2010 10:58:58 +0100] rev 21
Contribute a cmake build file for hostthreadadapter, to aid building the intermediate versions of other host components.
Thu, 16 Sep 2010 09:43:14 +0100 Initial contribution of Khronos API implmentations suitable for simulator host-side. bug235_bringup_0
Matt Plumtree <matt.plumtree@nokia.com> [Thu, 16 Sep 2010 09:43:14 +0100] rev 20
Initial contribution of Khronos API implmentations suitable for simulator host-side. Code originally developed for use with PlatSim, and includes a deserialization component suitable for use with that. For convenience, the open source LLVM (http://llvm.org) installation is made available here directly.
Thu, 09 Sep 2010 18:49:52 +0100 Identify the actual EGL extension functions, just returning NULL for the moment. Prototype code, needs bring-up before testing bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Thu, 09 Sep 2010 18:49:52 +0100] rev 19
Identify the actual EGL extension functions, just returning NULL for the moment. Prototype code, needs bring-up before testing
Thu, 09 Sep 2010 16:50:12 +0100 Add TPIP-free implementation of eglGetProcAddress bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Thu, 09 Sep 2010 16:50:12 +0100] rev 18
Add TPIP-free implementation of eglGetProcAddress
Wed, 08 Sep 2010 18:56:14 +0100 Get rid of pitch code because the host side does not need it bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Wed, 08 Sep 2010 18:56:14 +0100] rev 17
Get rid of pitch code because the host side does not need it
Wed, 08 Sep 2010 17:36:16 +0100 Add guestopengles11 bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Wed, 08 Sep 2010 17:36:16 +0100] rev 16
Add guestopengles11
Wed, 08 Sep 2010 17:21:01 +0100 Add OpenVGU guest library bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Wed, 08 Sep 2010 17:21:01 +0100] rev 15
Add OpenVGU guest library
Wed, 08 Sep 2010 17:02:34 +0100 Add Guest OpenVG bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Wed, 08 Sep 2010 17:02:34 +0100] rev 14
Add Guest OpenVG
Wed, 08 Sep 2010 15:45:18 +0100 Add TPIP free guest egl bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Wed, 08 Sep 2010 15:45:18 +0100] rev 13
Add TPIP free guest egl
Fri, 03 Sep 2010 10:14:54 +0100 merge heads bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Fri, 03 Sep 2010 10:14:54 +0100] rev 12
merge heads
Fri, 03 Sep 2010 10:12:43 +0100 Fix line endings and update for guestegl bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Fri, 03 Sep 2010 10:12:43 +0100] rev 11
Fix line endings and update for guestegl
Fri, 03 Sep 2010 11:32:22 +0300 bug235_bringup_0 - virtualvideohwinterface.cpp dynamic buffer handling update. Register handling update. Support for static videomemory (platsim). hostsupport/hostthreadadapter/ win32text plugin end of line changes. bug235_bringup_0
Jani Hyvonen<jani.hyvonen@nokia.com> [Fri, 03 Sep 2010 11:32:22 +0300] rev 10
bug235_bringup_0 - virtualvideohwinterface.cpp dynamic buffer handling update. Register handling update. Support for static videomemory (platsim). hostsupport/hostthreadadapter/ win32text plugin end of line changes.
Thu, 02 Sep 2010 16:06:36 +0100 Update for Dynamic Frame Buffer Base Address bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Thu, 02 Sep 2010 16:06:36 +0100] rev 9
Update for Dynamic Frame Buffer Base Address
Thu, 02 Sep 2010 11:20:15 +0100 Catchup with head bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Thu, 02 Sep 2010 11:20:15 +0100] rev 8
Catchup with head
Thu, 26 Aug 2010 19:08:32 +0100 Add dynamic framebuffer support, and associated vghw utils needed. This code does not compile, and needs companion updates in graphics (3899db667a38) and qemu (c7e943dbf70f). Some code looks like syborg-specific so tagged with FAISALMEMON. Need to check with Jani on this. A later submission will declare when the code compiles again. bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Thu, 26 Aug 2010 19:08:32 +0100] rev 7
Add dynamic framebuffer support, and associated vghw utils needed. This code does not compile, and needs companion updates in graphics (3899db667a38) and qemu (c7e943dbf70f). Some code looks like syborg-specific so tagged with FAISALMEMON. Need to check with Jani on this. A later submission will declare when the code compiles again.
Fri, 27 Aug 2010 11:42:02 +0100 Bug 235 Add cross platform host thread adapter library. Builds for TOOLS2 platform (GCC). bug235_bringup_0
Matt Plumtree <matt.plumtree@nokia.com> [Fri, 27 Aug 2010 11:42:02 +0100] rev 6
Bug 235 Add cross platform host thread adapter library. Builds for TOOLS2 platform (GCC).
Thu, 26 Aug 2010 13:29:31 +0100 Fix warnings bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Thu, 26 Aug 2010 13:29:31 +0100] rev 5
Fix warnings
Thu, 26 Aug 2010 13:24:02 +0100 Fix copyright notices and license text. bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Thu, 26 Aug 2010 13:24:02 +0100] rev 4
Fix copyright notices and license text.
Wed, 25 Aug 2010 19:17:09 +0100 The guestvideohw.ldd now compiles ok. The graphics changeset e40433e31c87 is needed, or later. Only a stub has been put in for the dynamic framebuffer base address. This needs to be properly ported from Jani's earlier work on platsim. bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Wed, 25 Aug 2010 19:17:09 +0100] rev 3
The guestvideohw.ldd now compiles ok. The graphics changeset e40433e31c87 is needed, or later. Only a stub has been put in for the dynamic framebuffer base address. This needs to be properly ported from Jani's earlier work on platsim.
Wed, 25 Aug 2010 17:57:53 +0100 More progress towards getting the guestvideodriver and dependencies compiling for S3. This check-in does not compile, so don't sync to this changelist. A later changelist will declare when compilation works again. bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Wed, 25 Aug 2010 17:57:53 +0100] rev 2
More progress towards getting the guestvideodriver and dependencies compiling for S3. This check-in does not compile, so don't sync to this changelist. A later changelist will declare when compilation works again.
Fri, 20 Aug 2010 18:02:40 +0100 Bootstrap the guestvideodriver and sghwserialiser. Some stuff is still commented out. Compiles with graphics package at changeset 8d47cca9cc11 bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Fri, 20 Aug 2010 18:02:40 +0100] rev 1
Bootstrap the guestvideodriver and sghwserialiser. Some stuff is still commented out. Compiles with graphics package at changeset 8d47cca9cc11
Tue, 17 Aug 2010 16:01:36 +0100 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0. bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Tue, 17 Aug 2010 16:01:36 +0100] rev 0
Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
(0) tip