Hi,
I'm currently working on the coordinate transformation code in win32k.
While Windows does this in win32k, I wonder why its not done in user
mode and if we could depart from windows design here.
The advantages would be decreased complexity in the kernel and no use of
floating point emulation on x86 (better performance).
Are there any things that would make it unreasonable?
I don't plan to go and change this now, I just like to discuss whether
we might or might not do that at some point.
Timo
I didn't know about this feature.
Will this help the effort towards a minwin effort in fixing the
dependency hierarchy (mess)?
Ged.
On 31 December 2010 16:49, <tkreuzer(a)svn.reactos.org> wrote:
> Author: tkreuzer
> Date: Fri Dec 31 16:49:49 2010
> New Revision: 50243
>
> URL: http://svn.reactos.org/svn/reactos?rev=50243&view=rev
> Log:
> [CMAKE]
> Add generation of a depencency graph for shared libraries.
> The output is a graphml file. Can be enabled with GENERATE_DEPENDENCY_GRAPH
> switch.
>
>