netsurf/atari/plot
Ole Loots 4204599fb9 Optimized bitmap blitting: cache native (converted) bitmaps.
This required an change to the convert and blit routines - for opaque images, they convert the whole image. Transparent images are still converted on demand and still only the clipped area is converted. This is incomplete - native buffers should be stored in the well known bitmap buffer, but currently the bitmap struct holds a second buffer which contains converted data.

svn path=/trunk/netsurf/; revision=13886
2012-04-19 22:44:49 +00:00
..
eddi.h Implemented Search Dialog 2011-01-30 19:24:03 +00:00
eddi.s Implemented Search Dialog 2011-01-30 19:24:03 +00:00
font_freetype.c Optimized bitmap blitting: cache native (converted) bitmaps. 2012-04-19 22:44:49 +00:00
font_freetype.h Implemented Search Dialog 2011-01-30 19:24:03 +00:00
font_internal.c Introduced BITMAPF_BUFFER_NATIVE, for fast redraw of bitmaps. 2012-04-10 23:06:21 +00:00
font_internal.h Fixed header, made different font plotters optional. 2011-12-04 12:53:03 +00:00
font_vdi.c Fixed header, made different font plotters optional. 2011-12-04 12:53:03 +00:00
font_vdi.h Fixed header, made different font plotters optional. 2011-12-04 12:53:03 +00:00
plotter_gd.c Restructured the plotter driver struct and declared misc functions static within the vdi driver. 2012-03-14 22:06:07 +00:00
plotter_gd.h Restructured the plotter driver struct and declared misc functions static within the vdi driver. 2012-03-14 22:06:07 +00:00
plotter_vdi.c Optimized bitmap blitting: cache native (converted) bitmaps. 2012-04-19 22:44:49 +00:00
plotter_vdi.h Restructured the plotter driver struct and declared misc functions static within the vdi driver. 2012-03-14 22:06:07 +00:00
plotter.c Restructured the plotter driver struct and declared misc functions static within the vdi driver. 2012-03-14 22:06:07 +00:00
plotter.h Introduced BITMAPF_BUFFER_NATIVE, for fast redraw of bitmaps. 2012-04-10 23:06:21 +00:00