aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/multiple/Win32/gdisp_lld_config.h
Commit message (Collapse)AuthorAgeFilesLines
* First set of V3 macro changesinmarket2018-02-271-11/+11
|
* Fix some prototypes for win32.raw32 emulation environmentsinmarket2017-04-011-3/+3
|
* Fix a win32.raw32 platform compile bug caused by the windows headers not ↵inmarket2016-12-121-1/+1
| | | | being included
* Add support for reparenting, capture and control of Win32 Emulator windows.Andrew Hannam2016-07-191-15/+33
|
* Removed the doxygen inside of every driver as doxygen is only meant for ↵Joel Bodenmann2014-03-281-10/+0
| | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction.
* New GDISP now supports multiple controllers with different pixel formats.inmarket2013-11-051-2/+10
| | | | | You can now have a main color display and a secondary monochrome display. You can now optionally set GDISP_PIXELFORMAT to any color or grayscale format for your application and the driver will internally convert to the display hardware format.
* Auto-generate pixel formats using macro's.inmarket2013-11-051-3/+3
| | | | | Prepare for (but not yet complete) supporting a different high level GDISP pixel format to the low level driver format. This will be useful in multiple display scenario's where displays have different pixel formats.
* Add functions to the Win32 GDISP driver to enable full testing of the ↵inmarket2013-10-241-5/+17
| | | | streaming driver interface.
* Fix missing case in gdispStreamStop().inmarket2013-10-211-0/+4
| | | | | Add support for controllers that need flushing. Add both automatic and manual flushing (via the gdispFlush() method)
* Multiple displays across one or more controllers is now fully supported.inmarket2013-10-121-5/+2
| | | | | Only the Win32 driver supports this so far. Other drivers are currently broken due to API changes and will be fixed.
* GDISP streaming bug fixesinmarket2013-09-241-1/+1
| | | | | Win32 bitmap support Win32 Rotation is back to front. Need to check touch and other drivers.
* Scrolling emulation when not supported by hardwareinmarket2013-09-181-10/+5
| | | | | | | Start of new multiple display support GDISP performance optimisations Documentation updates Win32 driver updates
* GDISP revamp - stage 1inmarket2013-09-061-8/+14
| | | | | | | | | | New low level driver interface: Only Win32 ported currently Significant reduction in GDISP stack usage Improved performance particularly for native streaming drivers New circle, ellipse, arc routines (draw and fill) that are significantly more efficient and don't overdraw New arc draw algorithm that measures angles correctly. New arc fill algorithm for that actually works without overdrawing or gaps. Much more to come...
* fixed license headersJoel Bodenmann2013-07-211-1/+1
|
* License header updatesinmarket2013-06-151-1/+1
|
* updated license headersJoel Bodenmann2013-05-031-19/+6
|
* Revert "updated license headers"Joel Bodenmann2013-05-021-9/+0
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-021-0/+9
|
* updated copyright - 2013Joel Bodenmann2013-03-061-1/+1
|
* more GDISP_LLD() cleanupJoel Bodenmann2013-02-111-1/+0
|
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-111-0/+54
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-111-54/+0
|
* copyright header fixes...Joel Bodenmann2012-11-261-1/+1
|
* doxygenJoel Bodenmann2012-11-261-4/+4
|
* Ginput and structure changesAndrew Hannam2012-11-261-0/+54
GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system