Re: [PATCH] hw/display/sm501: Implement more 2D raster operations

2023-02-26 Thread BALATON Zoltan
On Sun, 26 Feb 2023, Philippe Mathieu-Daudé wrote: On 16/2/23 15:40, BALATON Zoltan wrote: Add simple implementation for two raster operations that are used by AmigaOS which fixes graphics problems in some progtams using these. Typo "programs". Fixed in v3 (was just in time for that :-) ).

Re: [PATCH] hw/display/sm501: Implement more 2D raster operations

2023-02-26 Thread Philippe Mathieu-Daudé
On 16/2/23 15:40, BALATON Zoltan wrote: Add simple implementation for two raster operations that are used by AmigaOS which fixes graphics problems in some progtams using these. Typo "programs". Signed-off-by: BALATON Zoltan --- For definitions of these see: https://learn.microsoft.com/en-us/

Re: [PATCH] hw/display/sm501: Implement more 2D raster operations

2023-02-24 Thread Daniel Henrique Barboza
On 2/16/23 11:40, BALATON Zoltan wrote: Add simple implementation for two raster operations that are used by AmigaOS which fixes graphics problems in some progtams using these. Signed-off-by: BALATON Zoltan --- Reviewed-by: Daniel Henrique Barboza And queued in ppc-next. Thanks, Danie

[PATCH] hw/display/sm501: Implement more 2D raster operations

2023-02-16 Thread BALATON Zoltan
Add simple implementation for two raster operations that are used by AmigaOS which fixes graphics problems in some progtams using these. Signed-off-by: BALATON Zoltan --- For definitions of these see: https://learn.microsoft.com/en-us/windows/win32/gdi/ternary-raster-operations hw/display/sm501