aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/multiple/Win32/gdisp_lld_Win32.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-4/+4
* removing casts of gfxAlloc() return value as that is the whole idea behind ha...Joel Bodenmann2014-02-021-1/+1
* Create the window class in the message thread for the Win32 driver (and repla...inmarket2013-12-211-24/+29
* Always use native threads in the Win32 driver even if a different threading m...inmarket2013-12-211-8/+10
* New versions of mingw use Red, Green Blue so we need to undefine them in cert...inmarket2013-12-111-2/+7
* Replace color format conversion macros with proper routines to prevent side e...inmarket2013-11-171-8/+8
* Win32 GDISP driver - Get rid of compiler warnings created by the new orientat...inmarket2013-11-161-0/+8
* New GDISP now supports multiple controllers with different pixel formats.inmarket2013-11-051-15/+14
* Fix to streaming read pixel for Win32 driver in emulation mode.inmarket2013-11-051-5/+5
* Better debugging for Win32 driverinmarket2013-10-291-3/+1
* Rename GDISP driver files to prevent problems when compiling for multiple con...inmarket2013-10-281-0/+1163