haiku/headers
Axel Dörfler 1c34b9b1f5 Work in progress (might not work for you yet):
* Now uses the AGP GART module for memory management. This greatly simplifies
  the memory handling, and memory is now actually allocated on demand,
  instead of a fixed size (stolen memory is not freed, though).
* The Intel GART module should now also work with older chipsets.
* No longer remove the GTT size from the stolen memory; this appears to have
  been a mistake in the X driver. Not sure about the BIOS popup yet.
* The AGP module (in combination with the Intel GART module) is now mandatory
  to use the Intel driver.
* Removed now superfluous settings (like memory size). Only enabling/disabling
  the hardware cursor is still supported.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23781 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-01-29 08:55:36 +00:00
..
build * Added B_NOT_SUPPORTED. 2008-01-28 17:38:28 +00:00
compatibility/bsd
cpp
glibc
gnu
legacy/network
libs updated libpng to 1.2.22 2007-10-26 18:09:44 +00:00
os Corrected GLRenderer's instantiation function name. 2008-01-26 22:51:51 +00:00
posix added pthread_once() implementation and tests 2007-12-07 21:02:59 +00:00
private Work in progress (might not work for you yet): 2008-01-29 08:55:36 +00:00
tools