http://bugs.winehq.org/show_bug.cgi?id=421
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine.dev@web.de
--- Comment #52 from Detlef Riekenberg wine.dev@web.de 2008-05-25 14:07:51 --- (In reply to comment #47)
Can we get a group of coders together and get this going? I need to get familiar with X and DIB calls as well.
X is just the graphics Driver for Wine and using X for the DIB-Engine is the reason, why it's so slow (See the description of this bug).
Any online documentation I can read over?
The DIB-Engine is a large Part of the GDI Rendering Engine. Search on MSDN for Eng* and friends (EngCreateBitmap as Example)
Current Starting Page: http://msdn.microsoft.com/en-us/library/ms796087.aspx GDI Functions: http://msdn.microsoft.com/en-us/library/ms798339.aspx