haiku/src/servers
Stephan Aßmus 2de437fa29 The first stab at optimizing bitmap drawing,
with quite good results I might add. Drawing B_RGB32
bitmaps is more than 1.2 times faster than on R5, while
B_CMAP8 bitmaps are slightly slower. The optimization
is only for B_OP_COPY and unscaled bitmaps
(B_RGB32 and B_CMAP8). Drawing only parts of the bitmap
is supported. Adding optimization for scaled bitmaps
should be beneficial, since the generic version is 2 two
4 times slower. I think it gets even worse for partial
bitmaps.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15758 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-12-30 21:31:36 +00:00
..
app The first stab at optimizing bitmap drawing, 2005-12-30 21:31:36 +00:00
debug Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
input starting a running device or stopping a stopped device isn't allowed 2005-11-28 20:41:16 +00:00
mail mmadia provided an updated install.sh, all options should now work. I've 2005-12-25 03:40:34 +00:00
media Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
media_addon Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
midi Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
net Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
power Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
print Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
registrar The registrar marks itself now as a B_BACKGROUND_APP application, so that it 2005-12-12 00:27:51 +00:00
syslog_daemon Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
Jamfile Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00