Mercurial
Mercurial
>
oss
>
FCL
>
sf
>
os
>
graphics
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-100
-60
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
201032
2010-08-25, by hgs
Fixes needed for actual guest video driver guestvideogw.ldd
bug235_bringup_0
2010-08-25, by Faisal Memon
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
2010-08-25, by Faisal Memon
Merge RCL_3 fixes with latest delivery.
NewGraphicsArchitecture
2010-08-24, by srilekhas
Remerge fixes for bug 3283, bug 3343 and bug 3344, plus Khronos OpenVG
2010-08-23, by William Roberts
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
2010-08-20, by Faisal Memon
Add Guest Video HW API
bug235_bringup_0
2010-08-20, by Faisal Memon
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
bug235_bringup_0
2010-08-20, by Faisal Memon
Revision: 201033
2010-08-18, by Dremov Kirill (Nokia-D-MSW/Tampere)
apply work-a-round for syborg graphics to symbian^4 branch, part of fixes described in Bug 2339
2010-08-19, by andy simpson
Revision: 201029
RCL_3
2010-08-19, by Dremov Kirill (Nokia-D-MSW/Tampere)
Revision: 201023
RCL_3
2010-07-15, by Dremov Kirill (Nokia-D-MSW/Tampere)
Internal trace utils don't seem to be available in the PDK so chop them out.
bug235_bringup_0
2010-08-16, by Faisal Memon
Prune down surface manager. Interface bit moved to surfacemanager_api. Implementation bit moved to graphics.nokia
bug235_bringup_0
2010-08-13, by Faisal Memon
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
2010-08-13, by Faisal Memon
Setup the Bug 235 bring-up branch, as bug235_bringup_0.
bug235_bringup_0
2010-08-13, by Faisal Memon
Bug 2318 "LibWFC.dll fail to load : UIDFAIL"
NewGraphicsArchitecture
2010-08-06, by Matt Plumtree
Fix TRANSPARENCY_NONE composition for surfaces narrower than the context.
NewGraphicsArchitecture
2010-08-06, by Matt Plumtree
Added tag PDK_3.0.1 for changeset 1c608d9c6c51
TAGS
2010-08-06, by srilekhas
Bug 1885 "libWFCu.def exports"
NewGraphicsArchitecture
2010-08-05, by Matt Plumtree
Bug 3505 "Background Surface does not get destroyed when app closes"
NewGraphicsArchitecture
2010-08-05, by Matt Plumtree
Bug 2116 "OpenWFCompositionEngine fails to compile enabling logs"
NewGraphicsArchitecture
2010-08-04, by Matt Plumtree
201030_3
2010-07-30, by hgs
201027_3
2010-07-30, by hgs
201030_2
2010-07-30, by hgs
Minor change in diagram
NewGraphicsArchitecture
PDK_3.0.1
2010-07-29, by Faisal Memon
Add diagramming for s^4 direct ui shai.
NewGraphicsArchitecture
2010-07-29, by Faisal Memon
Add S^3 surface shai.
NewGraphicsArchitecture
2010-07-29, by Faisal Memon
Add further S^3 SHAI diagrams.
NewGraphicsArchitecture
2010-07-29, by Faisal Memon
Move the Alf Renderstage lower in diagram
NewGraphicsArchitecture
2010-07-27, by Faisal Memon
Describe the some consumers of the core EGL 1.4 API
NewGraphicsArchitecture
2010-07-27, by Faisal Memon
More minigui catchup
GCC_SURGE
2010-07-23, by William Roberts
Symbian^4 minigui-stripped needs to include featmgr.h
2010-07-23, by William Roberts
Catchup the minigui-stripped.oby changes
GCC_SURGE
2010-07-23, by William Roberts
Use buildrom ABI_DIR\BUILD_DIR conventions in the minigui .oby files
2010-07-23, by William Roberts
Catchup to latest Symbian^4
GCC_SURGE
2010-07-22, by William Roberts
Added workaround in mingui-stripped.oby to avoid hci_implementation.iby.
2010-07-22, by srilekhas
Add workaround for Bug 2339, and add minigui-stripped.oby and minigui_syborg.oby
2010-07-22, by Shabe Razvi
Add workarounds for Bug 3343 and Bug 3344 - missing opcodes for EWsClOpUnregisterAllTFXEffect and EWsWinOpSetSurfaceTransparency
2010-07-20, by Shabe Razvi
201027_1
2010-07-20, by hgs
Update deployment diagram to show guest instead of platsim
NewGraphicsArchitecture
2010-07-19, by Faisal Memon
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
2010-07-16, by Faisal Memon
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
2010-07-02, by Faisal Memon
Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
2010-07-16, by William Roberts
201026_3
2010-07-16, by hgs
Add deployment detail diagram for hybrid platsim/qemu solution.
NewGraphicsArchitecture
2010-07-15, by Faisal Memon
Add wiki artwork for the graphics wiki
NewGraphicsArchitecture
2010-07-15, by Faisal Memon
Re-merge fixes for bug 1362, bug 1666, bug 1863, KhronosRI and bld.inf.
2010-07-13, by William Roberts
Catchup NewGraphicsArchitecture branch with latest Nokia drop.
NewGraphicsArchitecture
2010-07-13, by Pat Downey
Revision: 201027
2010-07-06, by Dremov Kirill (Nokia-D-MSW/Tampere)
Revision: 201025
2010-06-23, by Dremov Kirill (Nokia-D-MSW/Tampere)
Revision: 201023
RCL_3
2010-06-21, by Dremov Kirill (Nokia-D-MSW/Tampere)
Added tag PDK_3.0.0 for changeset 97c593d3e0a5
TAGS
2010-07-05, by Simon Howkins
Enforce larger display size for hardware only
NewGraphicsArchitecture
PDK_3.0.0
2010-07-02, by Shabe Razvi
Fix def files so that the implementation functions of eglrefimpl occur only in its implementation space.
EGL_MERGE
2010-07-02, by Faisal Memon
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
2010-06-25, by Faisal Memon
Target graphics memory allocation fix for egl, target EPOCHEAP fix for wserv_nga and Zoom2 rotate fix.
NewGraphicsArchitecture
2010-07-01, by Gareth Long
201024
2010-06-22, by hgs
Re-merge fixes for bug 1362, bug 1666, bug 1863, KhronosRI and bld.inf.
2010-06-24, by Pat Downey
Ensure matching EXPORT_C/IMPORT_C for GCCE builds - Bug 2966
GCC_SURGE
2010-06-16, by William Roberts
less
more
|
(0)
-100
-60
tip