- Added optimised PutAlphaImage method to chunky bitmap class.
commitbae08f79855834c07a36ca6ddc05f08801e8e832
authorneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 28 May 2011 23:04:41 +0000 (28 23:04 +0000)
committerneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 28 May 2011 23:04:41 +0000 (28 23:04 +0000)
treec1948964876cdaf09e50368bf5a80a063b4ec2e3
parentc3016b13911c5f323db2330c0aa3ee8d08cf77c4
 - Added optimised PutAlphaImage method to chunky bitmap class.
 - Added optimised RGB pixel format conversion functions for some format
   combinations.
 - Optimisation: call ConvertPixels directly from chunky bitmap's PutImage
   and GetImage methods instead of relying on superclass to do it
   line-by-line.
 - Optimised generic PutAlphaImage method for pixels that are fully opaque
   or transparent.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@38903 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
rom/hidds/graphics/BM_Class.c
rom/hidds/graphics/CM_Class.c
rom/hidds/graphics/chunkybm.c
rom/hidds/graphics/graphics.conf
rom/hidds/graphics/graphics_init.c
rom/hidds/graphics/graphics_intern.h
rom/hidds/graphics/include/graphics.h
rom/hidds/graphics/mmakefile.src
rom/hidds/graphics/rgbconv.c [new file with mode: 0644]
rom/hidds/graphics/rgbconv.h [new file with mode: 0644]