Mon, 06 Dec 2010 18:07:30 +0100 Fix for Bug 3890 NewGraphicsArchitecture tip
jakl.martin@cell-telecom.com [Mon, 06 Dec 2010 18:07:30 +0100] rev 218
Fix for Bug 3890
Fri, 26 Nov 2010 17:41:06 +0000 Additional support for EGL Sync Extension EGL_MERGE
Martin Jakl <jakl.martin@cell-telecom.com> [Fri, 26 Nov 2010 17:41:06 +0000] rev 217
Additional support for EGL Sync Extension
Thu, 18 Nov 2010 23:28:27 +0000 First drop of port from guestEGL ? enables ebt test drawing a line using composition EGL_MERGE
Martin Jakl <jakl.martin@cell-telecom.com> [Thu, 18 Nov 2010 23:28:27 +0000] rev 216
First drop of port from guestEGL ? enables ebt test drawing a line using composition
Fri, 05 Nov 2010 17:31:20 +0000 Added GLES 1.x spinning cube-rendering code to eglbringuptest bug235_bringup_0
Gareth Stockwell <gareth.stockwell@accenture.com> [Fri, 05 Nov 2010 17:31:20 +0000] rev 215
Added GLES 1.x spinning cube-rendering code to eglbringuptest The coordinate, color and index data are uploaded to server-side buffers by the CGLES1Cube::KhrSetup function. CGLES1Cube::KhrPaint just sets the view matrix and issues a draw command. Which demo to display can be selected by passing its name on the command line, e.g. eglbringuptest vgline eglbringuptest gles1cube If no name is provided, the application defaults to vgline.
Fri, 05 Nov 2010 14:25:07 +0000 Added tag PDK_3.0.4 for changeset f67ec42dc838 TAGS
Dario Sestito <darios@symbian.org> [Fri, 05 Nov 2010 14:25:07 +0000] rev 214
Added tag PDK_3.0.4 for changeset f67ec42dc838
Fri, 05 Nov 2010 13:02:33 +0000 Added WSERV event handler to eglbringuptest bug235_bringup_0
Gareth Stockwell <gareth.stockwell@accenture.com> [Fri, 05 Nov 2010 13:02:33 +0000] rev 213
Added WSERV event handler to eglbringuptest This change adds an active object which listens for WSERV events on the application view window. A pointer event causes the application to be terminated. This change means that the timer which was previously used to end execution after a preset duration has been removed.
Tue, 02 Nov 2010 08:37:41 +0000 EGL_MERGE EGL_MERGE
jose.thachil <jose.thachil@cell-telecom.com> [Tue, 02 Nov 2010 08:37:41 +0000] rev 212
EGL_MERGE
Fri, 22 Oct 2010 22:42:40 +0100 Refactored eglbringuptest to separate EGL and VG code bug235_bringup_0
Gareth Stockwell <gareth.stockwell@accenture.com> [Fri, 22 Oct 2010 22:42:40 +0100] rev 211
Refactored eglbringuptest to separate EGL and VG code This allows for a more complex demo (e.g. one which includes animated rendering) to be implemented simply by writing a new class derived from CEglRendering, and modifying CWsApp::ConstructL to create an instance of this new class.
Fri, 22 Oct 2010 22:19:05 +0100 Cleaned up eglbringuptest code bug235_bringup_0
Gareth Stockwell <gareth.stockwell@accenture.com> [Fri, 22 Oct 2010 22:19:05 +0100] rev 210
Cleaned up eglbringuptest code - Refactored CEGLRendering construction to separate EGL and VG setup - Consistently check EGL and VG errors after each API call - Standardised RDebug::Printf statements to all start with [EBT] - Removed unused libraries from MMP file - Removed unused openvgengine.h - Removed various unused member variables - Removed unused CWsCanvas class
Wed, 13 Oct 2010 16:00:58 +0300 Revision: 201029 RCL_3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Wed, 13 Oct 2010 16:00:58 +0300] rev 209
Revision: 201029 Kit: 201041
Fri, 22 Oct 2010 11:59:21 +0100 Added a timer which kills eglbringuptest.exe after a short delay bug235_bringup_0
Gareth Stockwell <gareth.stockwell@accenture.com> [Fri, 22 Oct 2010 11:59:21 +0100] rev 208
Added a timer which kills eglbringuptest.exe after a short delay This is to allow the app to be used on a real device. Because it is a console app, there is no way to kill the application once it is running.
Fri, 22 Oct 2010 11:45:08 +0100 Removed unnecessary dependencies from eglbringuptest.pkg bug235_bringup_0
Gareth Stockwell <gareth.stockwell@accenture.com> [Fri, 22 Oct 2010 11:45:08 +0100] rev 207
Removed unnecessary dependencies from eglbringuptest.pkg
Fri, 22 Oct 2010 11:38:29 +0100 Modifed eglbringuptest to compile against S^3 SDK; added a pkg file bug235_bringup_0
Gareth Stockwell <gareth.stockwell@accenture.com> [Fri, 22 Oct 2010 11:38:29 +0100] rev 206
Modifed eglbringuptest to compile against S^3 SDK; added a pkg file The S^3 SDK lacks libopenvgu.lib. Since this test app does not require that library, it is simply removed from the .mmp file.
Fri, 22 Oct 2010 11:15:40 +0100 Set AttribsList back to RGBA8888 bug235_bringup_0
bdonegan [Fri, 22 Oct 2010 11:15:40 +0100] rev 205
Set AttribsList back to RGBA8888
Fri, 22 Oct 2010 11:11:46 +0100 Stop flickering and set painter bug235_bringup_0
bdonegan [Fri, 22 Oct 2010 11:11:46 +0100] rev 204
Stop flickering and set painter
Fri, 22 Oct 2010 10:41:04 +0100 Code to draw a line bug235_bringup_0
bdonegan [Fri, 22 Oct 2010 10:41:04 +0100] rev 203
Code to draw a line
Fri, 22 Oct 2010 10:13:49 +0100 Add vgClear code to get drawing on screen bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Fri, 22 Oct 2010 10:13:49 +0100] rev 202
Add vgClear code to get drawing on screen
Mon, 18 Oct 2010 18:36:55 +0100 Remove opcode implementation for EWsWinOpSetSurfaceTransparency (Bug 3343) as workaround for Bug 3802 default
Shabe Razvi <shaber@symbian.org> [Mon, 18 Oct 2010 18:36:55 +0100] rev 201
Remove opcode implementation for EWsWinOpSetSurfaceTransparency (Bug 3343) as workaround for Bug 3802
Mon, 18 Oct 2010 16:00:41 +0100 Added tag PDK_4.0.a for changeset 9f2f0d4d53f3 TAGS
Simon Howkins <simonh@symbian.org> [Mon, 18 Oct 2010 16:00:41 +0100] rev 200
Added tag PDK_4.0.a for changeset 9f2f0d4d53f3
Mon, 18 Oct 2010 10:32:35 +0100 Added tag PDK_3.0.3 for changeset f67ec42dc838 TAGS
Simon Howkins <simonh@symbian.org> [Mon, 18 Oct 2010 10:32:35 +0100] rev 199
Added tag PDK_3.0.3 for changeset f67ec42dc838
Fri, 08 Oct 2010 17:18:41 +0100 Bug 3802 : Remove reference to tfxrenderstage as we do not have the source PDK_4.0.a
andy simpson <andrews@symbian.org> [Fri, 08 Oct 2010 17:18:41 +0100] rev 198
Bug 3802 : Remove reference to tfxrenderstage as we do not have the source
Fri, 08 Oct 2010 15:48:50 +0100 Fix for Bug 3799 - Syborg UI Rom not building
Fionntina Carville <fionntinac@symbian.org> [Fri, 08 Oct 2010 15:48:50 +0100] rev 197
Fix for Bug 3799 - Syborg UI Rom not building
Fri, 08 Oct 2010 16:48:02 +0100 Bug 3800 : fix default rotation for QEMU (and other non wins targets)
andy simpson <andrews@symbian.org> [Fri, 08 Oct 2010 16:48:02 +0100] rev 196
Bug 3800 : fix default rotation for QEMU (and other non wins targets)
Fri, 08 Oct 2010 15:48:50 +0100 Fix for Bug 3799 - Syborg UI Rom not building NewGraphicsArchitecture PDK_3.0.3 PDK_3.0.4
Fionntina Carville <fionntinac@symbian.org> [Fri, 08 Oct 2010 15:48:50 +0100] rev 195
Fix for Bug 3799 - Syborg UI Rom not building
Mon, 04 Oct 2010 02:31:51 +0300 Revision: 201039
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Mon, 04 Oct 2010 02:31:51 +0300] rev 194
Revision: 201039 Kit: 201039
Thu, 30 Sep 2010 18:43:06 +0100 Add a bringup test program. Rom build is: buildrom syborg minigui_simulator eglbringuptest.iby The command to run is called ebt. See mmp file for documentation. bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Thu, 30 Sep 2010 18:43:06 +0100] rev 193
Add a bringup test program. Rom build is: buildrom syborg minigui_simulator eglbringuptest.iby The command to run is called ebt. See mmp file for documentation.
Thu, 30 Sep 2010 13:10:25 +0100 Update ROM build to work with PDK 3.0.2; feature manager needs including bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Thu, 30 Sep 2010 13:10:25 +0100] rev 192
Update ROM build to work with PDK 3.0.2; feature manager needs including
Fri, 24 Sep 2010 16:58:15 +0100 merged faisal's branch of EGL_MERGE on top of all of the dead heads of Jose. This makes Faisal's changes the 'tip' of EGL_MERGE again. No changes. EGL_MERGE
MattD <ext-matt.4.davies@nokia.com> [Fri, 24 Sep 2010 16:58:15 +0100] rev 191
merged faisal's branch of EGL_MERGE on top of all of the dead heads of Jose. This makes Faisal's changes the 'tip' of EGL_MERGE again. No changes.
Fri, 24 Sep 2010 16:48:05 +0100 merged back another dead head. No changes. EGL_MERGE
MattD <ext-matt.4.davies@nokia.com> [Fri, 24 Sep 2010 16:48:05 +0100] rev 190
merged back another dead head. No changes.
Fri, 24 Sep 2010 16:43:05 +0100 merged back dead head. No changes. EGL_MERGE
MattD <ext-matt.4.davies@nokia.com> [Fri, 24 Sep 2010 16:43:05 +0100] rev 189
merged back dead head. No changes.
Fri, 24 Sep 2010 16:44:34 +0300 201026_1
hgs [Fri, 24 Sep 2010 16:44:34 +0300] rev 188
201026_1
Fri, 24 Sep 2010 16:14:28 +0300 201026
hgs [Fri, 24 Sep 2010 16:14:28 +0300] rev 187
201026
Wed, 15 Sep 2010 13:39:03 +0300 Revision: 201029 RCL_3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Wed, 15 Sep 2010 13:39:03 +0300] rev 186
Revision: 201029 Kit: 201036
Thu, 23 Sep 2010 15:56:32 +0100 Refactoring of frame buffer references to surface buffer bug235_bringup_0
Matt Plumtree <matt.plumtree@nokia.com> [Thu, 23 Sep 2010 15:56:32 +0100] rev 185
Refactoring of frame buffer references to surface buffer
Tue, 21 Sep 2010 19:06:30 +0100 Add rom target minigui_simulator.oby. This depends on kernelhwserv at rev 657f875b013e for hal_data.h bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Tue, 21 Sep 2010 19:06:30 +0100] rev 184
Add rom target minigui_simulator.oby. This depends on kernelhwserv at rev 657f875b013e for hal_data.h
Fri, 17 Sep 2010 08:36:49 +0300 Revision: 201037
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Fri, 17 Sep 2010 08:36:49 +0300] rev 183
Revision: 201037 Kit: 201037
Mon, 20 Sep 2010 11:45:07 +0100 Added tag PDK_3.0.2 for changeset 3d4cd7236b5f TAGS
Johan Groth <johang@symbian.org> [Mon, 20 Sep 2010 11:45:07 +0100] rev 182
Added tag PDK_3.0.2 for changeset 3d4cd7236b5f
Fri, 17 Sep 2010 15:45:33 +0100 fix arm compile issues and unused constant warning EGL_MERGE
Faisal Memon <faisal.memon@nokia.com> [Fri, 17 Sep 2010 15:45:33 +0100] rev 181
fix arm compile issues and unused constant warning
Fri, 17 Sep 2010 09:40:01 +0100 take jose's latest changes plus minor typo corrections EGL_MERGE
Faisal Memon <faisal.memon@nokia.com> [Fri, 17 Sep 2010 09:40:01 +0100] rev 180
take jose's latest changes plus minor typo corrections
Fri, 17 Sep 2010 17:25:01 +0300 201037_1
hgs [Fri, 17 Sep 2010 17:25:01 +0300] rev 179
201037_1
Fri, 17 Sep 2010 17:00:49 +0300 201037
hgs [Fri, 17 Sep 2010 17:00:49 +0300] rev 178
201037
Tue, 14 Sep 2010 23:50:05 +0300 Revision: 201029 RCL_3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Tue, 14 Sep 2010 23:50:05 +0300] rev 177
Revision: 201029 Kit: 201035
Wed, 15 Sep 2010 14:44:10 +0100 Fix for RomBuild failure for miniGUIstripped due to missing dependencies NewGraphicsArchitecture PDK_3.0.2
Pierre Cochart <PierreCochart@cell-telecom.com> [Wed, 15 Sep 2010 14:44:10 +0100] rev 176
Fix for RomBuild failure for miniGUIstripped due to missing dependencies
Thu, 09 Sep 2010 18:17:30 +0100 Export new s4 egl extensions bitmap for the SF wiki NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Thu, 09 Sep 2010 18:17:30 +0100] rev 175
Export new s4 egl extensions bitmap for the SF wiki
Thu, 09 Sep 2010 18:14:46 +0100 Change file name because we are now presenting the shai for s4 and considering s3 defacto legacy NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Thu, 09 Sep 2010 18:14:46 +0100] rev 174
Change file name because we are now presenting the shai for s4 and considering s3 defacto legacy
Thu, 09 Sep 2010 18:12:07 +0100 s4 should be locksurface2 according to JM's spreadsheet, and the spec indicates 2 is a clarification of 1, so we can't offer both NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Thu, 09 Sep 2010 18:12:07 +0100] rev 173
s4 should be locksurface2 according to JM's spreadsheet, and the spec indicates 2 is a clarification of 1, so we can't offer both
Thu, 09 Sep 2010 17:59:52 +0100 Minor diagram edit (metadata only) NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Thu, 09 Sep 2010 17:59:52 +0100] rev 172
Minor diagram edit (metadata only)
Thu, 09 Sep 2010 10:13:45 +0300 201034
hgs [Thu, 09 Sep 2010 10:13:45 +0300] rev 171
201034
Tue, 07 Sep 2010 14:11:58 +0300 Bug 3394 - SVG file - Panics once the svg file is closed NewGraphicsArchitecture
fimarlaht2 <> [Tue, 07 Sep 2010 14:11:58 +0300] rev 170
Bug 3394 - SVG file - Panics once the svg file is closed
Fri, 03 Sep 2010 14:44:32 +0100 Remerge sfopenvg, minigui-stripped.oby fixes and bug 3283, bug 3343 & bug 3344
William Roberts <williamr@symbian.org> [Fri, 03 Sep 2010 14:44:32 +0100] rev 169
Remerge sfopenvg, minigui-stripped.oby fixes and bug 3283, bug 3343 & bug 3344
Thu, 02 Sep 2010 21:50:40 +0300 Revision: 201035
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Thu, 02 Sep 2010 21:50:40 +0300] rev 168
Revision: 201035 Kit: 201035
Fri, 03 Sep 2010 12:59:30 +0300 bug235_bringup_0 - Additions and improvements. Support for static videomemory (platsim) added. bug235_bringup_0
Jani Hyvonen<jani.hyvonen@nokia.com> [Fri, 03 Sep 2010 12:59:30 +0300] rev 167
bug235_bringup_0 - Additions and improvements. Support for static videomemory (platsim) added.
Thu, 02 Sep 2010 16:04:46 +0100 Update for Dynamic Frame Buffer Base Address bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Thu, 02 Sep 2010 16:04:46 +0100] rev 166
Update for Dynamic Frame Buffer Base Address
Thu, 26 Aug 2010 19:05:31 +0100 Add dynamic framebuffer support. Will probably need further commits to cover changes in the DEF files. bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Thu, 26 Aug 2010 19:05:31 +0100] rev 165
Add dynamic framebuffer support. Will probably need further commits to cover changes in the DEF files.
Wed, 01 Sep 2010 12:39:21 +0100 Revert incorrect RCL_3 drop: RCL_3
Pat Downey <patd@symbian.org> [Wed, 01 Sep 2010 12:39:21 +0100] rev 164
Revert incorrect RCL_3 drop: Revision: 201029 Kit: 201035
Tue, 31 Aug 2010 16:31:06 +0300 Revision: 201029 RCL_3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Tue, 31 Aug 2010 16:31:06 +0300] rev 163
Revision: 201029 Kit: 201035
Tue, 31 Aug 2010 17:36:36 +0100 Add sgresource.iby to minigui-stripped.oby
William Roberts <williamr@symbian.org> [Tue, 31 Aug 2010 17:36:36 +0100] rev 162
Add sgresource.iby to minigui-stripped.oby
Tue, 31 Aug 2010 17:01:03 +0100 Update sfopenvg\group\vgi.mmp to match wk32 changes in vgcontext.h
William Roberts <williamr@symbian.org> [Tue, 31 Aug 2010 17:01:03 +0100] rev 161
Update sfopenvg\group\vgi.mmp to match wk32 changes in vgcontext.h
Wed, 25 Aug 2010 08:17:25 +0300 201032
hgs [Wed, 25 Aug 2010 08:17:25 +0300] rev 160
201032
Wed, 25 Aug 2010 19:15:42 +0100 Fixes needed for actual guest video driver guestvideogw.ldd bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Wed, 25 Aug 2010 19:15:42 +0100] rev 159
Fixes needed for actual guest video driver guestvideogw.ldd
Wed, 25 Aug 2010 17:53:16 +0100 Pull out dependencies on SGIMAGE using #ifdef FAISALMEMON_S4_SGIMAGE This is a temporary measure until we see the big picture and work out the best way to model it. bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Wed, 25 Aug 2010 17:53:16 +0100] rev 158
Pull out dependencies on SGIMAGE using #ifdef FAISALMEMON_S4_SGIMAGE This is a temporary measure until we see the big picture and work out the best way to model it.
Tue, 24 Aug 2010 16:17:55 +0100 Merge RCL_3 fixes with latest delivery. NewGraphicsArchitecture
srilekhas <srilekhas@symbian.org> [Tue, 24 Aug 2010 16:17:55 +0100] rev 157
Merge RCL_3 fixes with latest delivery.
Mon, 23 Aug 2010 17:14:27 +0100 Remerge fixes for bug 3283, bug 3343 and bug 3344, plus Khronos OpenVG
William Roberts <williamr@symbian.org> [Mon, 23 Aug 2010 17:14:27 +0100] rev 156
Remerge fixes for bug 3283, bug 3343 and bug 3344, plus Khronos OpenVG
Fri, 20 Aug 2010 18:00:12 +0100 Add proper def file for guest video driver now that it compiles. Put ifdef hack FAISALMEMON_S4_SGIMAGE around the reqhandlerextensionlib.mmp because this appears to be consuming a platform available sgresource header only available in s4. We want a minimal port for s3 here. bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Fri, 20 Aug 2010 18:00:12 +0100] rev 155
Add proper def file for guest video driver now that it compiles. Put ifdef hack FAISALMEMON_S4_SGIMAGE around the reqhandlerextensionlib.mmp because this appears to be consuming a platform available sgresource header only available in s4. We want a minimal port for s3 here.
Fri, 20 Aug 2010 16:47:49 +0100 Add Guest Video HW API bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Fri, 20 Aug 2010 16:47:49 +0100] rev 154
Add Guest Video HW API
Fri, 20 Aug 2010 16:18:46 +0100 Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Fri, 20 Aug 2010 16:18:46 +0100] rev 153
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Wed, 18 Aug 2010 11:05:09 +0300 Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Wed, 18 Aug 2010 11:05:09 +0300] rev 152
Revision: 201033 Kit: 201033
Thu, 19 Aug 2010 17:37:00 +0100 apply work-a-round for syborg graphics to symbian^4 branch, part of fixes described in Bug 2339
andy simpson <andrews@symbian.org> [Thu, 19 Aug 2010 17:37:00 +0100] rev 151
apply work-a-round for syborg graphics to symbian^4 branch, part of fixes described in Bug 2339
Thu, 19 Aug 2010 11:11:18 +0300 Revision: 201029 RCL_3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Thu, 19 Aug 2010 11:11:18 +0300] rev 150
Revision: 201029 Kit: 201033
Thu, 15 Jul 2010 20:08:02 +0300 Revision: 201023 RCL_3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Thu, 15 Jul 2010 20:08:02 +0300] rev 149
Revision: 201023 Kit: 2010127
Mon, 16 Aug 2010 10:01:57 +0100 Internal trace utils don't seem to be available in the PDK so chop them out. bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Mon, 16 Aug 2010 10:01:57 +0100] rev 148
Internal trace utils don't seem to be available in the PDK so chop them out.
Fri, 13 Aug 2010 15:24:50 +0100 Prune down surface manager. Interface bit moved to surfacemanager_api. Implementation bit moved to graphics.nokia bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Fri, 13 Aug 2010 15:24:50 +0100] rev 147
Prune down surface manager. Interface bit moved to surfacemanager_api. Implementation bit moved to graphics.nokia
Fri, 13 Aug 2010 15:11:40 +0100 Support bug 235 by providing interface layers in graphics. First is the surface manager API, to be implemented in graphics.nokia, second is the adptation-to-adaption interface for the guestvideodriver and virtual video hardware. This allows graphics.nokia to provide a syborg version of surface manager driver based upon the guestvideodriver, implemented in the graphics.simulator package. This submission includes a version 2 syntax package definition file purely for those components of interest to bug 235. This makes selective compilation of the graphics package easier. A further submission will prune down the surface manager component in the graphics package. bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Fri, 13 Aug 2010 15:11:40 +0100] rev 146
Support bug 235 by providing interface layers in graphics. First is the surface manager API, to be implemented in graphics.nokia, second is the adptation-to-adaption interface for the guestvideodriver and virtual video hardware. This allows graphics.nokia to provide a syborg version of surface manager driver based upon the guestvideodriver, implemented in the graphics.simulator package. This submission includes a version 2 syntax package definition file purely for those components of interest to bug 235. This makes selective compilation of the graphics package easier. A further submission will prune down the surface manager component in the graphics package.
Fri, 13 Aug 2010 10:56:35 +0100 Setup the Bug 235 bring-up branch, as bug235_bringup_0. bug235_bringup_0
Faisal Memon <faisal.memon@nokia.com> [Fri, 13 Aug 2010 10:56:35 +0100] rev 145
Setup the Bug 235 bring-up branch, as bug235_bringup_0.
Fri, 06 Aug 2010 17:05:55 +0100 Bug 2318 "LibWFC.dll fail to load : UIDFAIL" NewGraphicsArchitecture
Matt Plumtree <matt.plumtree@nokia.com> [Fri, 06 Aug 2010 17:05:55 +0100] rev 144
Bug 2318 "LibWFC.dll fail to load : UIDFAIL"
Fri, 06 Aug 2010 17:05:20 +0100 Fix TRANSPARENCY_NONE composition for surfaces narrower than the context. NewGraphicsArchitecture
Matt Plumtree <matt.plumtree@nokia.com> [Fri, 06 Aug 2010 17:05:20 +0100] rev 143
Fix TRANSPARENCY_NONE composition for surfaces narrower than the context. Improve performance of point sample scaling with 8-bit samples, by using fixed point code Allow any non-zero value for the boolean attribute WFC_ELEMENT_SOURCE_FLIP Simplify RemoveElement code
Fri, 06 Aug 2010 14:08:37 +0100 Added tag PDK_3.0.1 for changeset 1c608d9c6c51 TAGS
srilekhas@symbian.org [Fri, 06 Aug 2010 14:08:37 +0100] rev 142
Added tag PDK_3.0.1 for changeset 1c608d9c6c51
Thu, 05 Aug 2010 12:20:08 +0100 Bug 1885 "libWFCu.def exports" NewGraphicsArchitecture
Matt Plumtree <matt.plumtree@nokia.com> [Thu, 05 Aug 2010 12:20:08 +0100] rev 141
Bug 1885 "libWFCu.def exports"
Thu, 05 Aug 2010 12:17:46 +0100 Bug 3505 "Background Surface does not get destroyed when app closes" NewGraphicsArchitecture
Matt Plumtree <matt.plumtree@nokia.com> [Thu, 05 Aug 2010 12:17:46 +0100] rev 140
Bug 3505 "Background Surface does not get destroyed when app closes" No-bug "Background surface appears in front of UI content"
Wed, 04 Aug 2010 14:31:48 +0100 Bug 2116 "OpenWFCompositionEngine fails to compile enabling logs" NewGraphicsArchitecture
Matt Plumtree <matt.plumtree@nokia.com> [Wed, 04 Aug 2010 14:31:48 +0100] rev 139
Bug 2116 "OpenWFCompositionEngine fails to compile enabling logs"
Fri, 30 Jul 2010 13:21:01 +0300 201030_3
hgs [Fri, 30 Jul 2010 13:21:01 +0300] rev 138
201030_3
Fri, 30 Jul 2010 12:11:01 +0300 201027_3
hgs [Fri, 30 Jul 2010 12:11:01 +0300] rev 137
201027_3
Fri, 30 Jul 2010 11:41:40 +0300 201030_2
hgs [Fri, 30 Jul 2010 11:41:40 +0300] rev 136
201030_2
Thu, 29 Jul 2010 19:13:12 +0100 Minor change in diagram NewGraphicsArchitecture PDK_3.0.1
Faisal Memon <faisal.memon@nokia.com> [Thu, 29 Jul 2010 19:13:12 +0100] rev 135
Minor change in diagram
Thu, 29 Jul 2010 16:54:36 +0100 Add diagramming for s^4 direct ui shai. NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Thu, 29 Jul 2010 16:54:36 +0100] rev 134
Add diagramming for s^4 direct ui shai.
Thu, 29 Jul 2010 16:05:57 +0100 Add S^3 surface shai. NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Thu, 29 Jul 2010 16:05:57 +0100] rev 133
Add S^3 surface shai.
Thu, 29 Jul 2010 14:16:50 +0100 Add further S^3 SHAI diagrams. NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Thu, 29 Jul 2010 14:16:50 +0100] rev 132
Add further S^3 SHAI diagrams.
Tue, 27 Jul 2010 18:15:05 +0100 Move the Alf Renderstage lower in diagram NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Tue, 27 Jul 2010 18:15:05 +0100] rev 131
Move the Alf Renderstage lower in diagram
Tue, 27 Jul 2010 18:11:46 +0100 Describe the some consumers of the core EGL 1.4 API NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Tue, 27 Jul 2010 18:11:46 +0100] rev 130
Describe the some consumers of the core EGL 1.4 API
Fri, 23 Jul 2010 14:07:53 +0100 More minigui catchup GCC_SURGE
William Roberts <williamr@symbian.org> [Fri, 23 Jul 2010 14:07:53 +0100] rev 129
More minigui catchup
Fri, 23 Jul 2010 14:07:19 +0100 Symbian^4 minigui-stripped needs to include featmgr.h
William Roberts <williamr@symbian.org> [Fri, 23 Jul 2010 14:07:19 +0100] rev 128
Symbian^4 minigui-stripped needs to include featmgr.h
Fri, 23 Jul 2010 11:47:27 +0100 Catchup the minigui-stripped.oby changes GCC_SURGE
William Roberts <williamr@symbian.org> [Fri, 23 Jul 2010 11:47:27 +0100] rev 127
Catchup the minigui-stripped.oby changes
Fri, 23 Jul 2010 11:46:39 +0100 Use buildrom ABI_DIR\BUILD_DIR conventions in the minigui .oby files
William Roberts <williamr@symbian.org> [Fri, 23 Jul 2010 11:46:39 +0100] rev 126
Use buildrom ABI_DIR\BUILD_DIR conventions in the minigui .oby files
Thu, 22 Jul 2010 16:46:06 +0100 Catchup to latest Symbian^4 GCC_SURGE
William Roberts <williamr@symbian.org> [Thu, 22 Jul 2010 16:46:06 +0100] rev 125
Catchup to latest Symbian^4
Thu, 22 Jul 2010 17:00:40 +0100 Added workaround in mingui-stripped.oby to avoid hci_implementation.iby.
srilekhas <srilekhas@symbian.org> [Thu, 22 Jul 2010 17:00:40 +0100] rev 124
Added workaround in mingui-stripped.oby to avoid hci_implementation.iby.
Thu, 22 Jul 2010 16:35:02 +0100 Add workaround for Bug 2339, and add minigui-stripped.oby and minigui_syborg.oby
Shabe Razvi <shaber@symbian.org> [Thu, 22 Jul 2010 16:35:02 +0100] rev 123
Add workaround for Bug 2339, and add minigui-stripped.oby and minigui_syborg.oby
Tue, 20 Jul 2010 17:58:01 +0100 Add workarounds for Bug 3343 and Bug 3344 - missing opcodes for EWsClOpUnregisterAllTFXEffect and EWsWinOpSetSurfaceTransparency
Shabe Razvi <shaber@symbian.org> [Tue, 20 Jul 2010 17:58:01 +0100] rev 122
Add workarounds for Bug 3343 and Bug 3344 - missing opcodes for EWsClOpUnregisterAllTFXEffect and EWsWinOpSetSurfaceTransparency
Tue, 20 Jul 2010 13:27:44 +0300 201027_1
hgs [Tue, 20 Jul 2010 13:27:44 +0300] rev 121
201027_1
Mon, 19 Jul 2010 13:28:19 +0100 Update deployment diagram to show guest instead of platsim NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Mon, 19 Jul 2010 13:28:19 +0100] rev 120
Update deployment diagram to show guest instead of platsim
Fri, 16 Jul 2010 18:54:03 +0100 Chop out the code that handles "additional _E32Dll entry point after last ordinal position". I can't agree with that as how the DLL is supposed to work, and gives errors for me. Maybe the scripts to re-generate the jump tables have not been tried recently so its not a problem that's been hit by others. EGL_MERGE
Faisal Memon <faisal.memon@nokia.com> [Fri, 16 Jul 2010 18:54:03 +0100] rev 119
Chop out the code that handles "additional _E32Dll entry point after last ordinal position". I can't agree with that as how the DLL is supposed to work, and gives errors for me. Maybe the scripts to re-generate the jump tables have not been tried recently so its not a problem that's been hit by others.
Fri, 02 Jul 2010 18:48:10 +0100 Incorporated most of Emilo's changes. His VG changes lead to a panic from window server. It may be a circular deadlockproblem where Wserv is a client of EGL which is a client of Wserv, thus circular. Need to look at it further. I also fixed the arrangement of def files, and didn't take the VG mmp file changes, as I don't think they are appropriate to a stand alone real EGL implmentation. Still need to pull in Emilo's graphicscomposition changes. EGL_MERGE
Faisal Memon <faisal.memon@nokia.com> [Fri, 02 Jul 2010 18:48:10 +0100] rev 118
Incorporated most of Emilo's changes. His VG changes lead to a panic from window server. It may be a circular deadlockproblem where Wserv is a client of EGL which is a client of Wserv, thus circular. Need to look at it further. I also fixed the arrangement of def files, and didn't take the VG mmp file changes, as I don't think they are appropriate to a stand alone real EGL implmentation. Still need to pull in Emilo's graphicscomposition changes.
Fri, 16 Jul 2010 18:15:12 +0100 Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org> [Fri, 16 Jul 2010 18:15:12 +0100] rev 117
Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
Fri, 16 Jul 2010 11:45:55 +0300 201026_3
hgs [Fri, 16 Jul 2010 11:45:55 +0300] rev 116
201026_3
Thu, 15 Jul 2010 14:08:46 +0100 Add deployment detail diagram for hybrid platsim/qemu solution. NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Thu, 15 Jul 2010 14:08:46 +0100] rev 115
Add deployment detail diagram for hybrid platsim/qemu solution.
Thu, 15 Jul 2010 12:20:19 +0100 Add wiki artwork for the graphics wiki NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Thu, 15 Jul 2010 12:20:19 +0100] rev 114
Add wiki artwork for the graphics wiki
Tue, 13 Jul 2010 17:02:10 +0100 Re-merge fixes for bug 1362, bug 1666, bug 1863, KhronosRI and bld.inf.
William Roberts <williamr@symbian.org> [Tue, 13 Jul 2010 17:02:10 +0100] rev 113
Re-merge fixes for bug 1362, bug 1666, bug 1863, KhronosRI and bld.inf.
Tue, 13 Jul 2010 16:54:51 +0100 Catchup NewGraphicsArchitecture branch with latest Nokia drop. NewGraphicsArchitecture
Pat Downey <patd@symbian.org> [Tue, 13 Jul 2010 16:54:51 +0100] rev 112
Catchup NewGraphicsArchitecture branch with latest Nokia drop.
Tue, 06 Jul 2010 15:45:57 +0300 Revision: 201027
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Tue, 06 Jul 2010 15:45:57 +0300] rev 111
Revision: 201027 Kit: 2010127
Wed, 23 Jun 2010 19:41:15 +0300 Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Wed, 23 Jun 2010 19:41:15 +0300] rev 110
Revision: 201025 Kit: 2010125
Mon, 21 Jun 2010 17:08:43 +0300 Revision: 201023 RCL_3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Mon, 21 Jun 2010 17:08:43 +0300] rev 109
Revision: 201023 Kit: 2010125
Mon, 05 Jul 2010 17:28:22 +0100 Added tag PDK_3.0.0 for changeset 97c593d3e0a5 TAGS
Simon Howkins <simonh@symbian.org> [Mon, 05 Jul 2010 17:28:22 +0100] rev 108
Added tag PDK_3.0.0 for changeset 97c593d3e0a5
Fri, 02 Jul 2010 18:24:10 +0100 Enforce larger display size for hardware only NewGraphicsArchitecture PDK_3.0.0
Shabe Razvi <shaber@symbian.org> [Fri, 02 Jul 2010 18:24:10 +0100] rev 107
Enforce larger display size for hardware only
Fri, 02 Jul 2010 12:05:03 +0100 Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space. EGL_MERGE
Faisal Memon <faisal.memon@nokia.com> [Fri, 02 Jul 2010 12:05:03 +0100] rev 106
Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
Fri, 25 Jun 2010 17:49:58 +0100 Fix def files so that the implementation agnostic interface definition has no non-standards defined entry points, and change the eglrefimpl specific implementation to place its private entry points high up in the ordinal order space in the implementation region, not the standards based entrypoints region. EGL_MERGE
Faisal Memon <faisal.memon@nokia.com> [Fri, 25 Jun 2010 17:49:58 +0100] rev 105
Fix def files so that the implementation agnostic interface definition has no non-standards defined entry points, and change the eglrefimpl specific implementation to place its private entry points high up in the ordinal order space in the implementation region, not the standards based entrypoints region.
Thu, 01 Jul 2010 13:26:34 +0100 Target graphics memory allocation fix for egl, target EPOCHEAP fix for wserv_nga and Zoom2 rotate fix. NewGraphicsArchitecture
Gareth Long <garethl@symbian.org> [Thu, 01 Jul 2010 13:26:34 +0100] rev 104
Target graphics memory allocation fix for egl, target EPOCHEAP fix for wserv_nga and Zoom2 rotate fix.
Tue, 22 Jun 2010 15:21:29 +0300 201024
hgs [Tue, 22 Jun 2010 15:21:29 +0300] rev 103
201024
Thu, 24 Jun 2010 11:26:02 +0100 Re-merge fixes for bug 1362, bug 1666, bug 1863, KhronosRI and bld.inf.
Pat Downey <patd@symbian.org> [Thu, 24 Jun 2010 11:26:02 +0100] rev 102
Re-merge fixes for bug 1362, bug 1666, bug 1863, KhronosRI and bld.inf.
Wed, 16 Jun 2010 12:37:57 +0100 Ensure matching EXPORT_C/IMPORT_C for GCCE builds - Bug 2966 GCC_SURGE
William Roberts <williamr@symbian.org> [Wed, 16 Jun 2010 12:37:57 +0100] rev 101
Ensure matching EXPORT_C/IMPORT_C for GCCE builds - Bug 2966
Tue, 15 Jun 2010 18:03:59 +0100 Bug 2966 - Fixed template qualifications for GCC GCC_SURGE
Lars Kurth <larsk@symbian.org> [Tue, 15 Jun 2010 18:03:59 +0100] rev 100
Bug 2966 - Fixed template qualifications for GCC
Tue, 15 Jun 2010 15:39:06 +0100 Bug 2966 - Fixed GCC issues with redefinition of typedef's GCC_SURGE
Lars Kurth <larsk@symbian.org> [Tue, 15 Jun 2010 15:39:06 +0100] rev 99
Bug 2966 - Fixed GCC issues with redefinition of typedef's
Fri, 11 Jun 2010 14:58:47 +0300 Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Fri, 11 Jun 2010 14:58:47 +0300] rev 98
Revision: 201023 Kit: 2010123
Wed, 09 Jun 2010 11:06:44 +0300 Revision: 201021 RCL_3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Wed, 09 Jun 2010 11:06:44 +0300] rev 97
Revision: 201021 Kit: 2010123
Fri, 11 Jun 2010 16:28:08 +0100 Branch for GCC_SURGE fixes GCC_SURGE
William Roberts <williamr@symbian.org> [Fri, 11 Jun 2010 16:28:08 +0100] rev 96
Branch for GCC_SURGE fixes
Mon, 07 Jun 2010 09:25:55 +0100 Removed riMiniEGL.h included twice and reverted changes in directgdiadapter_vg.mmp EGL_MERGE
Jose Thachil<jose.thachil@cell-telecom.com> [Mon, 07 Jun 2010 09:25:55 +0100] rev 95
Removed riMiniEGL.h included twice and reverted changes in directgdiadapter_vg.mmp
Wed, 19 May 2010 10:19:21 +0100 Back out changes to sflibopenvgrefimplu.def EGL_MERGE
Jose Thachil<jose.thachil@cell-telecom.com> [Wed, 19 May 2010 10:19:21 +0100] rev 94
Back out changes to sflibopenvgrefimplu.def
Wed, 19 May 2010 10:25:34 +0100 Back out changes to sflibopenvgrefimplu.def EGL_MERGE
Jose Thachil<jose.thachil@cell-telecom.com> [Wed, 19 May 2010 10:25:34 +0100] rev 93
Back out changes to sflibopenvgrefimplu.def
Wed, 19 May 2010 10:19:21 +0100 Backed out changeset 2bf8a359aa2f EGL_MERGE
Jose Thachil<jose.thachil@cell-telecom.com> [Wed, 19 May 2010 10:19:21 +0100] rev 92
Backed out changeset 2bf8a359aa2f
Wed, 19 May 2010 10:25:34 +0100 Backed out changeset 360f71440b77 EGL_MERGE
Jose Thachil<jose.thachil@cell-telecom.com> [Wed, 19 May 2010 10:25:34 +0100] rev 91
Backed out changeset 360f71440b77
Wed, 19 May 2010 10:19:21 +0100 Backed out changeset 2bf8a359aa2f EGL_MERGE
Jose Thachil<jose.thachil@cell-telecom.com> [Wed, 19 May 2010 10:19:21 +0100] rev 90
Backed out changeset 2bf8a359aa2f
Wed, 02 Jun 2010 13:14:22 +0100 Merge fixes for bugs 1362, 1666, 1863, KhronosRI and bld.inf.
Pat Downey <patd@symbian.org> [Wed, 02 Jun 2010 13:14:22 +0100] rev 89
Merge fixes for bugs 1362, 1666, 1863, KhronosRI and bld.inf.
Thu, 03 Jun 2010 17:45:05 +0100 Merge the OpenVG RI optimisations into the extra copy of sfopenvg EGL_MERGE
William Roberts <williamr@symbian.org> [Thu, 03 Jun 2010 17:45:05 +0100] rev 88
Merge the OpenVG RI optimisations into the extra copy of sfopenvg
Thu, 03 Jun 2010 17:39:46 +0100 Add MMP files to build libOpenVG_sw.lib which uses LINKAS to redirect to libOpenVG.dll (and NewGraphicsArchitecture
William Roberts <williamr@symbian.org> [Thu, 03 Jun 2010 17:39:46 +0100] rev 87
Add MMP files to build libOpenVG_sw.lib which uses LINKAS to redirect to libOpenVG.dll (and the same for libEGL_sw.lib and libOpenVGU_sw.lib). Only the libEGL_sw.lib redirection isn't activated - this can't happen until there is a merged libEGL.dll which supports the OpenWF synchronisation and also implements the graphical support functions. The overall aim is to eliminate the *_sw.dll implementations, at least as a compile-time way of choosing a software-only implementation.The correct way to choose is to put the right set of libraries into a ROM with suitable renaming, and in the emulator to use the "switching DLL" technique to pick the right set. As the Symbian Foundation doesn't have any alternative implementations, we don't need the switching DLLs and we can build directly to the correct name.
Tue, 01 Jun 2010 15:04:40 +0100 Automatic catchup from NewGraphicsArchitecture at de3e07519bb7 EGL_MERGE
William Roberts <williamr@symbian.org> [Tue, 01 Jun 2010 15:04:40 +0100] rev 86
Automatic catchup from NewGraphicsArchitecture at de3e07519bb7
Thu, 27 May 2010 14:13:51 +0300 Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Thu, 27 May 2010 14:13:51 +0300] rev 85
Revision: 201021 Kit: 2010121
Fri, 28 May 2010 16:02:15 +0100 Revised patch for unsupported EWsWinOpSetShape - (Bug 1863) NewGraphicsArchitecture
William Roberts <williamr@symbian.org> [Fri, 28 May 2010 16:02:15 +0100] rev 84
Revised patch for unsupported EWsWinOpSetShape - (Bug 1863)
Fri, 28 May 2010 15:45:54 +0100 Catchup from RCL_3 "Revision: 201019" NewGraphicsArchitecture
William Roberts <williamr@symbian.org> [Fri, 28 May 2010 15:45:54 +0100] rev 83
Catchup from RCL_3 "Revision: 201019"
Tue, 25 May 2010 14:06:41 +0300 Revision: 201019 RCL_3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Tue, 25 May 2010 14:06:41 +0300] rev 82
Revision: 201019 Kit: 2010121
Thu, 27 May 2010 16:57:02 +0100 OpenVGRI VGI max values 640x640
emilioc [Thu, 27 May 2010 16:57:02 +0100] rev 81
OpenVGRI VGI max values 640x640
Mon, 24 May 2010 14:11:29 +0900 start branch sharp_contrib_0 sharp_contrib_0
Mitsuaki Nakamura <nakamura-mitsuaki@sharp.co.jp> [Mon, 24 May 2010 14:11:29 +0900] rev 80
start branch sharp_contrib_0
Fri, 21 May 2010 17:25:10 +0100 Workaround for Bug 1362 - libGLES_CM.dll isn't contributed
Shabe Razvi <shaber@symbian.org> [Fri, 21 May 2010 17:25:10 +0100] rev 79
Workaround for Bug 1362 - libGLES_CM.dll isn't contributed
Thu, 20 May 2010 17:22:40 +0100 Correct buffer size
Shabe Razvi <shaber@symbian.org> [Thu, 20 May 2010 17:22:40 +0100] rev 78
Correct buffer size
Mon, 08 Feb 2010 18:23:59 +0000 Fix for Bug 1666 - WServ NGA winscw max heap too small for running KhronosRI
MattD <mattd@symbian.org> [Mon, 08 Feb 2010 18:23:59 +0000] rev 77
Fix for Bug 1666 - WServ NGA winscw max heap too small for running KhronosRI
Wed, 10 Feb 2010 20:59:36 +0000 patch for Bug 1863 - CEikCba::SetBoundingRect() calls deprecated RWindowBase::SetShape()
MattD <mattd@symbian.org> [Wed, 10 Feb 2010 20:59:36 +0000] rev 76
patch for Bug 1863 - CEikCba::SetBoundingRect() calls deprecated RWindowBase::SetShape()
Wed, 19 May 2010 14:34:22 +0100 Better way to delete CEglThreadSession. EGL_MERGE
Jose Thachil<jose.thachil@cell-telecom.com> [Wed, 19 May 2010 14:34:22 +0100] rev 75
Better way to delete CEglThreadSession.
Wed, 19 May 2010 11:44:23 +0100 Delete EGL* from releaseEGL() in riMiEgl.cpp EGL_MERGE
Jose Thachil<jose.thachil@cell-telecom.com> [Wed, 19 May 2010 11:44:23 +0100] rev 74
Delete EGL* from releaseEGL() in riMiEgl.cpp
Wed, 19 May 2010 10:29:09 +0100 Back out changes to sflibopenvgrefimplu.def EGL_MERGE
Jose Thachil<jose.thachil@cell-telecom.com> [Wed, 19 May 2010 10:29:09 +0100] rev 73
Back out changes to sflibopenvgrefimplu.def
Wed, 19 May 2010 09:21:10 +0100 Changes after review EGL_MERGE
Jose Thachil<jose.thachil@cell-telecom.com> [Wed, 19 May 2010 09:21:10 +0100] rev 72
Changes after review
Tue, 18 May 2010 14:02:18 +0100 Re-merge KhronosRI and bld.inf fix.
Pat Downey <patd@symbian.org> [Tue, 18 May 2010 14:02:18 +0100] rev 71
Re-merge KhronosRI and bld.inf fix.
Tue, 11 May 2010 17:25:23 +0300 Revision: 201017 RCL_3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Tue, 11 May 2010 17:25:23 +0300] rev 70
Revision: 201017 Kit: 201019
Fri, 14 May 2010 17:10:13 +0300 Revision: 201019
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Fri, 14 May 2010 17:10:13 +0300] rev 69
Revision: 201019 Kit: 201019
Fri, 14 May 2010 17:58:51 +0100 Added tag PDK_3.0.i for changeset 2df4c99bf614 TAGS
Simon Howkins <simonh@symbian.org> [Fri, 14 May 2010 17:58:51 +0100] rev 68
Added tag PDK_3.0.i for changeset 2df4c99bf614
Fri, 14 May 2010 17:03:25 +0100 Merge 3. Improve performance by switching to less aggressive settings for RI_NUM_TESSELLATED_SEGMENTS and RI_MAX_SAMPLES. Ignored the WIN32 specific API decoration defines when doing the merge. Note the code is now optimised in riPath.cpp to change from RI_NUM_TESSELLATED_SEGMENTS to _QUAD, _CUBIC, _ARC settings which are each now set to 8. SVG Tiger now renders in 5 seconds (15 seconds quicker). The quality of the OVG icons is slightly reduced but still very useable. NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Fri, 14 May 2010 17:03:25 +0100] rev 67
Merge 3. Improve performance by switching to less aggressive settings for RI_NUM_TESSELLATED_SEGMENTS and RI_MAX_SAMPLES. Ignored the WIN32 specific API decoration defines when doing the merge. Note the code is now optimised in riPath.cpp to change from RI_NUM_TESSELLATED_SEGMENTS to _QUAD, _CUBIC, _ARC settings which are each now set to 8. SVG Tiger now renders in 5 seconds (15 seconds quicker). The quality of the OVG icons is slightly reduced but still very useable.
Fri, 14 May 2010 16:07:10 +0100 Merge 2. Update math support to make available integer comparing, clamping and shifting. NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Fri, 14 May 2010 16:07:10 +0100] rev 66
Merge 2. Update math support to make available integer comparing, clamping and shifting.
Fri, 14 May 2010 15:46:16 +0100 Catchup with the tip NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Fri, 14 May 2010 15:46:16 +0100] rev 65
Catchup with the tip
Fri, 14 May 2010 15:41:33 +0100 Merge 1. Pull in cpp files in the performance enhanced Khronos RI OVG files which are newly added. I've ignored platform-specific cpp files for linux, macosx, and null operating systems because this local solution has its own platform glue (i.e. facility to target Bitmaps but no full windowing support). I've ignored sfEGLInterface.cpp because this is used as a bridge to go from EGL to Nokia's Platsim which offers an EGL service. That's not relevant to this implementation because this is ARM side code, not Intel side. I just left a comment to sfEGLInterface.cpp in case we need to pick up this later on. The current code compiles on winscw. Prior to this fix, the code works on winscw, and can launch the SVG tiger (tiger.exe). That takes about 20 seconds to render. I hope to always be able to show this icon on each commit, and the plan is for the render time to reduce with this series of submissions. On this commit, the tiger renders ok in 20 seconds. NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Fri, 14 May 2010 15:41:33 +0100] rev 64
Merge 1. Pull in cpp files in the performance enhanced Khronos RI OVG files which are newly added. I've ignored platform-specific cpp files for linux, macosx, and null operating systems because this local solution has its own platform glue (i.e. facility to target Bitmaps but no full windowing support). I've ignored sfEGLInterface.cpp because this is used as a bridge to go from EGL to Nokia's Platsim which offers an EGL service. That's not relevant to this implementation because this is ARM side code, not Intel side. I just left a comment to sfEGLInterface.cpp in case we need to pick up this later on. The current code compiles on winscw. Prior to this fix, the code works on winscw, and can launch the SVG tiger (tiger.exe). That takes about 20 seconds to render. I hope to always be able to show this icon on each commit, and the plan is for the render time to reduce with this series of submissions. On this commit, the tiger renders ok in 20 seconds.
Thu, 13 May 2010 15:11:54 +0100 Changes to fix the TimeZone Server Crash NewGraphicsArchitecture PDK_3.0.i
emilio@symbian.org [Thu, 13 May 2010 15:11:54 +0100] rev 63
Changes to fix the TimeZone Server Crash
Thu, 13 May 2010 15:10:22 +0100 Changes to fix the TimeZone Server Crash NewGraphicsArchitecture
emilio@symbian.org [Thu, 13 May 2010 15:10:22 +0100] rev 62
Changes to fix the TimeZone Server Crash
Thu, 13 May 2010 14:19:38 +0100 Get rid of un-needed float-specific defines around yuv support. Remove unintended support for rgb to yuv conversion. We only support yuv to rgb conversion. NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Thu, 13 May 2010 14:19:38 +0100] rev 61
Get rid of un-needed float-specific defines around yuv support. Remove unintended support for rgb to yuv conversion. We only support yuv to rgb conversion.
Thu, 13 May 2010 09:27:58 +0100 Check if RIEGLDisplay is already created in CEglThreadSession::EglInitialize,then return EGL_TRUE EGL_MERGE
Jose Thachil<jose.thachil@cell-telecom.com> [Thu, 13 May 2010 09:27:58 +0100] rev 60
Check if RIEGLDisplay is already created in CEglThreadSession::EglInitialize,then return EGL_TRUE
Wed, 12 May 2010 13:05:33 +0100 Minor updates. EGL_MERGE
Jose Thachil<jose.thachil@cell-telecom.com> [Wed, 12 May 2010 13:05:33 +0100] rev 59
Minor updates.
Wed, 12 May 2010 12:14:19 +0100 Removed RDebug statements and added more error checkings. EGL_MERGE
Jose Thachil<jose.thachil@cell-telecom.com> [Wed, 12 May 2010 12:14:19 +0100] rev 58
Removed RDebug statements and added more error checkings.
Wed, 12 May 2010 11:20:41 +0100 Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg EGL_MERGE
Jose Thachil<jose.thachil@cell-telecom.com> [Wed, 12 May 2010 11:20:41 +0100] rev 57
Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg Subject to some fixes in uiresources and uiaccelerator, this version removes the EGL 1 panics. A quick attempt to use the compositor renderstage wasn't successful, but not apparently due to EGL issues. There are a lot of RDebug::Printf statements still in this code, which will be removed in the next commit.
Thu, 08 Apr 2010 19:09:03 +0100 Make sure the syborg version of the openwfc adaptation is used NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Thu, 08 Apr 2010 19:09:03 +0100] rev 56
Make sure the syborg version of the openwfc adaptation is used
Thu, 08 Apr 2010 19:08:08 +0100 Fix selection of openwf implementation NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Thu, 08 Apr 2010 19:08:08 +0100] rev 55
Fix selection of openwf implementation
Thu, 06 May 2010 19:35:50 +0100 Apply patch 8. Fix minigui_syborg.oby. This also includes the whole file as it was accidentally made new but empty in an earlier patch. This file might have stuff particular to a Nokia config. So this may need tuning to be platform specific and needs to be compared with the stripped down version integrated in a separate change. NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Thu, 06 May 2010 19:35:50 +0100] rev 54
Apply patch 8. Fix minigui_syborg.oby. This also includes the whole file as it was accidentally made new but empty in an earlier patch. This file might have stuff particular to a Nokia config. So this may need tuning to be platform specific and needs to be compared with the stripped down version integrated in a separate change.
Thu, 06 May 2010 19:17:55 +0100 Apply patch 7. Refactor code so that there is just the additional compilation target for syborg NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Thu, 06 May 2010 19:17:55 +0100] rev 53
Apply patch 7. Refactor code so that there is just the additional compilation target for syborg
Thu, 06 May 2010 18:24:48 +0100 Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues. NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Thu, 06 May 2010 18:24:48 +0100] rev 52
Apply patch 6. Cleanup syborg specific variation by allowing the project file to build one specially for it. Fix include macros for test apps. Further tuning how the variant is build appears in later patches. Explicitly including platform_paths seems to make debugging easier for carbide. This might be removed if its bad practice or causes issues.
Thu, 06 May 2010 15:52:48 +0100 Apply patch 5. This is mostly collapsed as a null change since the head has the fixes for techview (removing techview from the path name). NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Thu, 06 May 2010 15:52:48 +0100] rev 51
Apply patch 5. This is mostly collapsed as a null change since the head has the fixes for techview (removing techview from the path name).
Thu, 06 May 2010 15:42:13 +0100 Apply patch 4. Fix the stub generator to insert proper license text in autogenerated output. NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Thu, 06 May 2010 15:42:13 +0100] rev 50
Apply patch 4. Fix the stub generator to insert proper license text in autogenerated output. I left out the result of running this script due to a comment earlier to say there was a problem with the def files in my original patch.
Thu, 06 May 2010 15:31:43 +0100 Apply patch 3. Many of the fixes in patch 3 are obseleted by updates made to the FCL. So the FCL head is taken in preference. This leaves only the hack in the display channel implementation to do not do a screen rotation on syborg. That solution is a bit hacky, but actually revised in a later patch. NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Thu, 06 May 2010 15:31:43 +0100] rev 49
Apply patch 3. Many of the fixes in patch 3 are obseleted by updates made to the FCL. So the FCL head is taken in preference. This leaves only the hack in the display channel implementation to do not do a screen rotation on syborg. That solution is a bit hacky, but actually revised in a later patch.
Thu, 06 May 2010 14:32:51 +0100 Patch 2 to update adaptation hby file to pull in openwf_ref.iby and report the setting OPENWFCLIB_DRV. Fix window server iby file to not use gce.iby to avoid missing file problem. Fix typo in the export for minigui_syborg. NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Thu, 06 May 2010 14:32:51 +0100] rev 48
Patch 2 to update adaptation hby file to pull in openwf_ref.iby and report the setting OPENWFCLIB_DRV. Fix window server iby file to not use gce.iby to avoid missing file problem. Fix typo in the export for minigui_syborg.
Thu, 06 May 2010 11:31:11 +0100 Applied patch 1, to provide a syborg specific minigui oby file. NewGraphicsArchitecture
Faisal Memon <faisal.memon@nokia.com> [Thu, 06 May 2010 11:31:11 +0100] rev 47
Applied patch 1, to provide a syborg specific minigui oby file. Need to compare this with the "stripped" version currently in the tree. This supplied version applies for Nokia builds, but need to repeat the test for SF builds to see if pruning is needed, or if the file needs to be device-specific.
Tue, 04 May 2010 16:06:01 +0100 Merge KhronosRI and bld.inf fix.
Pat Downey <patd@symbian.org> [Tue, 04 May 2010 16:06:01 +0100] rev 46
Merge KhronosRI and bld.inf fix.
Mon, 03 May 2010 13:44:32 +0300 Revision: 201018
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Mon, 03 May 2010 13:44:32 +0300] rev 45
Revision: 201018 Kit: 201018
Tue, 04 May 2010 14:48:00 +0100 Export missing vgcontext*.h headers and remove libvgi.mmp due to collision with KhronosRI.
Shabe Razvi <shaber@symbian.org> [Tue, 04 May 2010 14:48:00 +0100] rev 44
Export missing vgcontext*.h headers and remove libvgi.mmp due to collision with KhronosRI.
Fri, 30 Apr 2010 17:15:32 +0100 Transplant KhronosRI changeset 22d01ad3515c -
Shabe Razvi <shaber@symbian.org> [Fri, 30 Apr 2010 17:15:32 +0100] rev 43
Transplant KhronosRI changeset 22d01ad3515c - Bug 1394 - KhronosRI - ARMv5 def files missing Bug 1395 - KhronosRI - RVCT doesn't like 'OpenVGRI' qualified helper function names Bug 31 - OpenVG implementation is a stub, so no icons or window decorations are displayed
Wed, 28 Apr 2010 22:32:36 +0100 Merged in another Nokia drop, also called "Revision 201013" NewGraphicsArchitecture
William Roberts <williamr@symbian.org> [Wed, 28 Apr 2010 22:32:36 +0100] rev 42
Merged in another Nokia drop, also called "Revision 201013"
Tue, 27 Apr 2010 17:59:32 +0300 Revision: 201013 RCL_3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Tue, 27 Apr 2010 17:59:32 +0300] rev 41
Revision: 201013 Kit: 201017
Tue, 27 Apr 2010 15:34:53 +0100 Partially revert Faisal's first patch (changeset 76efc8f9f7b4) NewGraphicsArchitecture
Dario Sestito <darios@symbian.org> [Tue, 27 Apr 2010 15:34:53 +0100] rev 40
Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Fri, 23 Apr 2010 17:57:02 +0100 Revise some of the compositor performance improvements to improve correctness. NewGraphicsArchitecture
Matt Plumtree <matt.plumtree@nokia.com> [Fri, 23 Apr 2010 17:57:02 +0100] rev 39
Revise some of the compositor performance improvements to improve correctness. Implement pixel blending using a variation of Jim Blinn's no-division blending algorithm. Move transparency type simplification further up the composition code. Remove some unnecessary fields. Output to YUV implementation needs revision as it is actually converting from YUV (copy of source conversion code).
Fri, 23 Apr 2010 15:29:19 +0100 Update minigui-stripped.oby for PDK 3.0.h and include wslog.iby by default. NewGraphicsArchitecture
William Roberts <williamr@symbian.org> [Fri, 23 Apr 2010 15:29:19 +0100] rev 38
Update minigui-stripped.oby for PDK 3.0.h and include wslog.iby by default.
Fri, 23 Apr 2010 14:57:14 +0100 Merged in "Revision 201013" NewGraphicsArchitecture
William Roberts <williamr@symbian.org> [Fri, 23 Apr 2010 14:57:14 +0100] rev 37
Merged in "Revision 201013"
Fri, 16 Apr 2010 16:21:04 +0300 Revision: 201009
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Fri, 16 Apr 2010 16:21:04 +0300] rev 36
Revision: 201009 Kit: 201015
Tue, 20 Apr 2010 16:38:10 +0100 Apply Faisal's second patch from Bug 2354, plus a missing "break" statement NewGraphicsArchitecture
William Roberts <williamr@symbian.org> [Tue, 20 Apr 2010 16:38:10 +0100] rev 35
Apply Faisal's second patch from Bug 2354, plus a missing "break" statement - Add YUV support
Tue, 20 Apr 2010 16:24:43 +0100 Apply Faisal's first patch from Bug 2354 NewGraphicsArchitecture
William Roberts <williamr@symbian.org> [Tue, 20 Apr 2010 16:24:43 +0100] rev 34
Apply Faisal's first patch from Bug 2354 - First resolve some the the bit rot in graphics MCL to get it to compile, then fix some performance issues in OpenWF
Wed, 14 Apr 2010 17:19:46 +0300 Revision: 201013 RCL_3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Wed, 14 Apr 2010 17:19:46 +0300] rev 33
Revision: 201013 Kit: 201015
Sat, 10 Apr 2010 13:42:25 +0100 Got rid of some trivial warnings (nested comments and tokens after #endif). CompilerCompatibility
Stefan Karlsson <stefan.karlsson@nokia.com> [Sat, 10 Apr 2010 13:42:25 +0100] rev 32
Got rid of some trivial warnings (nested comments and tokens after #endif).
Thu, 08 Apr 2010 12:06:20 +0100 Merge. CompilerCompatibility
Stefan Karlsson <stefan.karlsson@nokia.com> [Thu, 08 Apr 2010 12:06:20 +0100] rev 31
Merge.
Thu, 08 Apr 2010 12:02:10 +0100 Corrected typo. CompilerCompatibility
Stefan Karlsson <stefan.karlsson@nokia.com> [Thu, 08 Apr 2010 12:02:10 +0100] rev 30
Corrected typo.
Tue, 06 Apr 2010 16:47:49 +0100 Fixed Bug 1712 and Bug 1780 CompilerCompatibility
Stefan Karlsson <stefan.karlsson@nokia.com> [Tue, 06 Apr 2010 16:47:49 +0100] rev 29
Fixed Bug 1712 and Bug 1780
Fri, 02 Apr 2010 11:19:42 +0100 Merge in CompilerCompatibility fix NewGraphicsArchitecture
William Roberts <williamr@symbian.org> [Fri, 02 Apr 2010 11:19:42 +0100] rev 28
Merge in CompilerCompatibility fix
Fri, 02 Apr 2010 11:19:14 +0100 Merge in MCL drop "revision 201010" NewGraphicsArchitecture
William Roberts <williamr@symbian.org> [Fri, 02 Apr 2010 11:19:14 +0100] rev 27
Merge in MCL drop "revision 201010"
Wed, 31 Mar 2010 23:34:07 +0300 Revision: 201010 RCL_3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Wed, 31 Mar 2010 23:34:07 +0300] rev 26
Revision: 201010 Kit: 201013
Sun, 28 Mar 2010 16:39:00 +0100 Fixed "extra qualification" syntax errors. CompilerCompatibility
Stefan Karlsson <stefan.karlsson@nokia.com> [Sun, 28 Mar 2010 16:39:00 +0100] rev 25
Fixed "extra qualification" syntax errors.
Tue, 30 Mar 2010 20:28:08 +0100 minigui-stripped.oby - minor fix to stop usbcsc_bil.dll being in twice. Also consider moving this OBY to deviceplatformRelease with the others... NewGraphicsArchitecture
MattD <mattd@symbian.org> [Tue, 30 Mar 2010 20:28:08 +0100] rev 24
minigui-stripped.oby - minor fix to stop usbcsc_bil.dll being in twice. Also consider moving this OBY to deviceplatformRelease with the others...
Tue, 23 Mar 2010 18:45:37 +0000 Added 'minigui-stripped.oby' and 'wsini_minigui-stripped.ini'for building mini roms with graphics (based on minigui wiki page) NewGraphicsArchitecture
MattD <mattd@symbian.org> [Tue, 23 Mar 2010 18:45:37 +0000] rev 23
Added 'minigui-stripped.oby' and 'wsini_minigui-stripped.ini'for building mini roms with graphics (based on minigui wiki page)
Tue, 23 Mar 2010 13:35:02 +0000 Catch up merge. CompilerCompatibility
MattD <mattd@symbian.org> [Tue, 23 Mar 2010 13:35:02 +0000] rev 22
Catch up merge.
Tue, 23 Mar 2010 13:32:10 +0000 COWFScreenDisplayInfo::ConstructL() - setting iDefaultRotation to 'ERotationNormal' for arm targets the same as winscw targets. NewGraphicsArchitecture
MattD <mattd@symbian.org> [Tue, 23 Mar 2010 13:32:10 +0000] rev 21
COWFScreenDisplayInfo::ConstructL() - setting iDefaultRotation to 'ERotationNormal' for arm targets the same as winscw targets.
Tue, 23 Mar 2010 13:30:28 +0000 wserv.iby - sticking gce.iby #include into an #ifndef SYMBIAN_GRAPHICS_USE_OPENWF statement, as we don't have it and it kills rombuilding. NewGraphicsArchitecture
MattD <mattd@symbian.org> [Tue, 23 Mar 2010 13:30:28 +0000] rev 20
wserv.iby - sticking gce.iby #include into an #ifndef SYMBIAN_GRAPHICS_USE_OPENWF statement, as we don't have it and it kills rombuilding.
Mon, 15 Mar 2010 12:45:41 +0200 Revision: 201007 RCL_3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Mon, 15 Mar 2010 12:45:41 +0200] rev 19
Revision: 201007 Kit: 201010
Fri, 12 Mar 2010 15:50:05 +0200 Revision: 201007 RCL_3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Fri, 12 Mar 2010 15:50:05 +0200] rev 18
Revision: 201007 Kit: 201008
Sun, 14 Mar 2010 13:15:18 +0000 Automatic merge from PDK_3.0.h CompilerCompatibility
William Roberts <williamr@symbian.org> [Sun, 14 Mar 2010 13:15:18 +0000] rev 17
Automatic merge from PDK_3.0.h
Thu, 11 Mar 2010 15:39:12 +0000 Added tag PDK_3.0.h for changeset 0be82064630b TAGS
Simon Howkins <simonh@symbian.org> [Thu, 11 Mar 2010 15:39:12 +0000] rev 16
Added tag PDK_3.0.h for changeset 0be82064630b
Mon, 08 Mar 2010 21:44:42 +0000 Create CompilerCompatibility branch CompilerCompatibility
William Roberts <williamr@symbian.org> [Mon, 08 Mar 2010 21:44:42 +0000] rev 15
Create CompilerCompatibility branch
Tue, 02 Mar 2010 14:25:11 +0000 Fix Bug 2119 by adding additional stub for libGLESV1_CM.dll NewGraphicsArchitecture PDK_3.0.h
William Roberts <williamr@symbian.org> [Tue, 02 Mar 2010 14:25:11 +0000] rev 14
Fix Bug 2119 by adding additional stub for libGLESV1_CM.dll
Mon, 01 Mar 2010 15:08:53 +0000 Suggested fix for Bug 2106 NewGraphicsArchitecture
William Roberts <williamr@symbian.org> [Mon, 01 Mar 2010 15:08:53 +0000] rev 13
Suggested fix for Bug 2106
Sat, 27 Feb 2010 19:09:35 +0000 Merge latest MCL drop into NewGraphicsArchitecture branch NewGraphicsArchitecture
William Roberts <williamr@symbian.org> [Sat, 27 Feb 2010 19:09:35 +0000] rev 12
Merge latest MCL drop into NewGraphicsArchitecture branch
Sat, 20 Feb 2010 00:07:50 +0200 Revision: 201003 RCL_3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Sat, 20 Feb 2010 00:07:50 +0200] rev 11
Revision: 201003 Kit: 201007
Thu, 11 Feb 2010 18:39:18 +0000 Added tag PDK_3.0.g for changeset 6c0e9409e175 TAGS
Shabe Razvi <shaber@symbian.org> [Thu, 11 Feb 2010 18:39:18 +0000] rev 10
Added tag PDK_3.0.g for changeset 6c0e9409e175
Thu, 11 Feb 2010 15:06:14 +0000 Creation of TAGS branch. TAGS
Shabe Razvi <shaber@symbian.org> [Thu, 11 Feb 2010 15:06:14 +0000] rev 9
Creation of TAGS branch. The TAGS branch should be used for *all* tags, including PDK release tags and package release tags. Do not merge this branch with any "code" branches.
Wed, 10 Feb 2010 20:59:36 +0000 patch for Bug 1863 - CEikCba::SetBoundingRect() calls deprecated RWindowBase::SetShape() NewGraphicsArchitecture PDK_3.0.g
MattD <mattd@symbian.org> [Wed, 10 Feb 2010 20:59:36 +0000] rev 8
patch for Bug 1863 - CEikCba::SetBoundingRect() calls deprecated RWindowBase::SetShape()
Mon, 08 Feb 2010 19:35:05 +0000 Removing libvgi bridge as it collides with the KhronosRI and isn't usable. Exporting vgcontext.h and vgcontext_symbian.h again. NewGraphicsArchitecture
MattD <mattd@symbian.org> [Mon, 08 Feb 2010 19:35:05 +0000] rev 7
Removing libvgi bridge as it collides with the KhronosRI and isn't usable. Exporting vgcontext.h and vgcontext_symbian.h again.
Mon, 08 Feb 2010 19:15:06 +0000 transplant of the KhronosRI work done on the SFL repo until changeset 22d01ad3515c - Includes 'Bug 1394 - KhronosRI - armv5 def files missing', 'Bug 1395 - KhronosRI - RVCT doesn't like 'OpenVGRI' qualified helper function names', and the ongoing work on 'Bug 31 - OpenVG implementation is a stub, so no icons or window decorations are displayed.' NewGraphicsArchitecture
MattD <mattd@symbian.org> [Mon, 08 Feb 2010 19:15:06 +0000] rev 6
transplant of the KhronosRI work done on the SFL repo until changeset 22d01ad3515c - Includes 'Bug 1394 - KhronosRI - armv5 def files missing', 'Bug 1395 - KhronosRI - RVCT doesn't like 'OpenVGRI' qualified helper function names', and the ongoing work on 'Bug 31 - OpenVG implementation is a stub, so no icons or window decorations are displayed.'
Mon, 08 Feb 2010 18:45:44 +0000 Fix for Bug 1639 - Missing fbsmessage header file in Symbian^3 NewGraphicsArchitecture
MattD <mattd@symbian.org> [Mon, 08 Feb 2010 18:45:44 +0000] rev 5
Fix for Bug 1639 - Missing fbsmessage header file in Symbian^3
Mon, 08 Feb 2010 18:30:02 +0000 Proposed workaround for Bug 1362 - libgles_cm.dll isn't contributed NewGraphicsArchitecture
MattD <mattd@symbian.org> [Mon, 08 Feb 2010 18:30:02 +0000] rev 4
Proposed workaround for Bug 1362 - libgles_cm.dll isn't contributed
Mon, 08 Feb 2010 18:23:59 +0000 Fix for Bug 1666 - WServ NGA winscw max heap too small for running KhronosRI NewGraphicsArchitecture
MattD <mattd@symbian.org> [Mon, 08 Feb 2010 18:23:59 +0000] rev 3
Fix for Bug 1666 - WServ NGA winscw max heap too small for running KhronosRI
Mon, 08 Feb 2010 18:18:38 +0000 Improved debugging for Bug 1530 - Panic during startup: ALF EGL 1 NewGraphicsArchitecture
MattD <mattd@symbian.org> [Mon, 08 Feb 2010 18:18:38 +0000] rev 2
Improved debugging for Bug 1530 - Panic during startup: ALF EGL 1
Mon, 08 Feb 2010 15:55:52 +0000 Created NewGraphicsArchitecture branch for graphics work. NewGraphicsArchitecture
MattD <mattd@symbian.org> [Mon, 08 Feb 2010 15:55:52 +0000] rev 1
Created NewGraphicsArchitecture branch for graphics work.
Tue, 02 Feb 2010 01:47:50 +0200 Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Tue, 02 Feb 2010 01:47:50 +0200] rev 0
Revision: 201003 Kit: 201005
(0) tip