FailedChanges

Summary

  1. Amiga: Improve image display on palette-mapped screens Tidy up guigfx (details)
  2. Amiga: Invert alpha channel on OS3 to work around a bug in guigfx/render (details)
  3. Amiga: Layer hooks should not write to the RastPort This writes direct (details)
Commit bea4ad87dd99d1c2d8adeb65351c2f517fa11b3d by chris
Amiga: Improve image display on palette-mapped screens Tidy up guigfx
code Use MakePicture() which allows us to scale "for free" Use guigfx
always on OS3 On OS4 use the alpha tint function to blend image to the
provided bg colour (this appears to use an inverted alpha on OS3)
The file was modifiedfrontends/amiga/plotters.c (diff)
The file was modifiedfrontends/amiga/theme.c (diff)
The file was modifiedfrontends/amiga/gui.c (diff)
The file was modifiedfrontends/amiga/bitmap.c (diff)
The file was modifiedfrontends/amiga/bitmap.h (diff)
The file was modifiedfrontends/amiga/icon.c (diff)
Commit 9e702b94a58d241ad9f65e8dfe56d6bb3c6231cb by chris
Amiga: Invert alpha channel on OS3 to work around a bug in guigfx/render
Add invert_alpha option as not sure if this bug is in all versions
The file was modifiedfrontends/amiga/plotters.c (diff)
The file was modifiedfrontends/amiga/bitmap.c (diff)
The file was modifiedfrontends/amiga/options.h (diff)
Commit 70c749f7a86c797c768b7c51c40401b0ca05a530 by chris
Amiga: Layer hooks should not write to the RastPort This writes direct
to the underlying BitMap
The file was modifiedfrontends/amiga/plotters.c (diff)