haiku/headers/private/graphics
Ingo Weinhold 64d79eff72 * Changed physical_entry::{address,size} to phys_{addr,size}_t and changed
map_physical_memory()'s physicalAddress parameter type from void* to
  phys_addr_t. This breaks source compatibility, but -- as long as
  phys_{addr,size}_t remain 32 bit wide -- keeps binary compatibility with
  BeOS.
* Adjusted all code using the affected interfaces (Oh what fun!). Added a few
  TODOs in places where the wrong types (e.g. void* for physical addresses
  are used). Looks like quite a few drivers aren't 64 bit safe and others
  will break with PAE.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36960 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-05-27 22:07:27 +00:00
..
ati Added files missed in previous commit. Thanks Urias. 2009-06-05 03:50:21 +00:00
common * Cleanup. 2009-07-31 14:11:12 +00:00
et6x00
intel_extreme * Changed physical_entry::{address,size} to phys_{addr,size}_t and changed 2010-05-27 22:07:27 +00:00
matrox * Renamed nv.driver to "nvidia", nm.driver to "neomagic", and mga.driver to "matrox"; 2007-05-04 07:49:53 +00:00
neomagic * Renamed nv.driver to "nvidia", nm.driver to "neomagic", and mga.driver to "matrox"; 2007-05-04 07:49:53 +00:00
nvidia added dithering support for DAC1. Dithering is enabled for digitally connected panels on DAC1 on laptops. This should remove the 'colorbands' displayed previously on gradients. Bumped version to 1.06. 2009-10-19 10:33:01 +00:00
nvidia_gpgpu removed all pre-NV40refs, removed all overlay code (no info on the current engine known). Driver cleanup mostly done now I hope. 2008-06-17 19:16:40 +00:00
radeon Committed patch by Euan Kirkhope to improve routing problems with Radeon cards; 2007-08-13 17:22:32 +00:00
radeon_hd * Changed physical_entry::{address,size} to phys_{addr,size}_t and changed 2010-05-27 22:07:27 +00:00
s3 Update for the S3 driver by Gerald: 2008-10-04 08:09:40 +00:00
skeleton
tdfx
vesa * Fixed mixup of the VGA compatibility layer - if the bit is set, it means the 2009-08-14 14:30:01 +00:00
via fixed a faulty registerdefine (colorkey register). Modified some register's names to be more 'precise'. 2005-09-22 18:09:56 +00:00
vmware Checked in too soon. 2007-12-30 10:33:31 +00:00
AGP.h * Renamed GART's deallocate_memory() to free_memory(). 2008-01-31 17:54:23 +00:00
video_overlay.h