summaryrefslogtreecommitdiff
path: root/amiga/plotters.c
Commit message (Expand)AuthorAgeFilesLines
* Fix MinTerm defines for SDK 53.29Chris Young2015-09-011-2/+2
* Force usage of friend BitMaps on OS3 when on high/truecolour screens.Chris Young2015-08-161-5/+7
* Put the memory areas, rather than the structures, into chip RAM as required.Chris Young2015-08-161-7/+8
* TmpRas should be in chip mem for OS3/AGAChris Young2015-08-161-0/+5
* Add an option to toggle usage of a friend BitMap for our off-screen rendering...Chris Young2015-08-151-3/+11
* Change LOG() macro to be varadicVincent Sanders2015-05-281-22/+22
* Revert "Attempt to avoid a crash in ami_plot()"Chris Young2015-04-271-2/+0
* Attempt to avoid a crash in ami_plot()Chris Young2015-04-251-0/+2
* As the content interface is now doing the scaling, we render to a native BitM...Chris Young2015-04-251-2/+4
* update amiga frontend to use bitmap operation tableVincent Sanders2015-04-161-1/+1
* Correct the screen depth check for setting friend bitmaps.Chris Young2015-03-291-1/+5
* Remove branches that can't be taken under OS3Chris Young2015-03-011-8/+6
* Split plotting and widthing functions upChris Young2015-02-281-1/+1
* Clear the window using the BackFill hookChris Young2015-02-131-3/+1
* Check for NULLChris Young2015-02-121-1/+2
* Avoid RectFilling a 0 size areaChris Young2015-02-111-0/+2
* Re-disable P96 on OS3 pending a fixChris Young2015-02-031-2/+4
* Reinstate the old (non-backfill) bitmap tiler for OS3Chris Young2015-02-031-5/+35
* Always use a friend bitmap on OS3Chris Young2015-02-021-2/+5
* Experimentally enable P96 on the OS3 buildChris Young2015-02-021-2/+1
* Ensure we are setting colours in the correct RastPortChris Young2015-02-021-18/+18
* Revert shared pens support to previously-working stateChris Young2015-02-021-36/+10
* We don't need to use P96 for RectFillChris Young2015-02-021-18/+28
* Friend the screen bitmap for <= 8-bit modes, but only on OS3 as this causes O...Chris Young2015-02-021-1/+6
* Fix another instance of BltMaskBitMapRastPort potentially being called with a...Chris Young2015-02-011-2/+5
* Don't allocate our off-screen render area as BMF_DISPLAYABLE, as it is never ...Chris Young2015-01-311-4/+3
* Set the obtained pen in our node so we can release it later.Chris Young2015-01-311-0/+1
* Ensure on OS3 we don't try to create a BitMap with a depth of more than 8Chris Young2015-01-311-1/+4
* Correct calling usage of BltMaskBitMapRastPortChris Young2015-01-311-1/+1
* Add missing headersChris Young2015-01-201-0/+1
* Abstract P96 functions away so we can decide what to use at run-time.Chris Young2015-01-201-12/+7
* Remove some p96 usageChris Young2015-01-201-0/+2
* Minor OS3 fixesChris Young2015-01-191-1/+3
* More OS3 fixesChris Young2015-01-181-4/+19
* Fix warningsChris Young2014-11-101-16/+13
* Update amiga frontend for split operation table header changesVincent Sanders2014-10-161-11/+13
* Remove Cairo from AmigaOS frontend.Chris Young2014-05-031-399/+126
* Change the scope of some variables picked up by cppcheck, minor reformattingChris Young2014-04-051-4/+2
* Fix some cppcheck variableHidingTypedef warningsChris Young2014-04-051-11/+11
* Fix a bunch of cppcheck unused/unreadVariable warningsChris Young2014-04-051-1/+0
* Get Composite() to befriend the screen's BitMap to ensure they are on the sam...Chris Young2014-01-061-0/+2
* Fix bitmap offsets in direct render mode by forcing use of BltBitMapChris Young2013-10-261-1/+2
* Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR where...Chris Young2013-10-121-8/+7
* tidy upChris Young2013-10-051-5/+2
* If bitmap is opaque, ensure we override the alpha channel as it may contain n...Chris Young2013-10-051-7/+13
* Set redraw tile size to default on screen changeChris Young2013-06-011-2/+0
* Use macro directlyChris Young2013-05-311-5/+2
* Tentatively replace colour conversion with core macroChris Young2013-05-301-9/+2
* move options includeVincent Sanders2013-05-281-1/+1
* Remove unused variableChris Young2013-05-181-1/+0