haiku/headers/build
Stephan Aßmus dcd70f0e39 * Introduced new BBitmap flag B_BITMAP_SCALE_BILINEAR.
* When drawing BBitmaps with scaling in the app_server, use a bilinear
  filter when a bitmap has this flag set. (Hope nobody objects, otherwise
  I can revert or improve this. Performance can certainly be improved, since
  the AGG implementation is too generic. But that goes for the nearest
  neighbor implementation as well.)
* Flags are uint32, fix app_server side code to declare them correctly. Use
  appropriate link methods in BBitmap and ServerApp.
* Enable the BeOS compatibility mode for B_RGB32 (works just like B_RGBA32
  in B_OP_ALPHA mode).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26649 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-07-26 23:40:13 +00:00
..
gcc-2.95.3 Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
host julun+mauricek: 2008-07-23 21:40:12 +00:00
os Revamp BList somewhat to further optimize the resizing behavior. 2008-06-12 21:30:28 +00:00
private Naive implementation of transfer_area(). It follows the suggested sematics 2008-03-09 12:56:59 +00:00
BeOSBuildCompatibility.h julun+mauricek: 2008-07-23 21:39:13 +00:00
HaikuBuildCompatibility.h * Introduced new BBitmap flag B_BITMAP_SCALE_BILINEAR. 2008-07-26 23:40:13 +00:00