haiku/headers/private/graphics
Michael Lotz f0468be384 * Rework how registers are accessed. Most registers are now grouped into
register blocks and we encode their block into the register definition. On
  register access these blocks are then translated into the final address.
* Set up the register blocks for (G)MCH and PCH variants.
* Remove most SandyBridge code that was actually PCH specific and is now taken
  care of automatically.
* This will temporarily break SandyBridge support again until the right
  transcoders are actually programmed.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42857 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-10-15 15:35:35 +00:00
..
3dfx ImÃport new 3dfx graphics driver from Gerald Zajac (see #6215. 2010-06-24 03:47:49 +00:00
ati Applied patch by Gerald Zajac: Adds hardware overlay support to the ATI 2011-06-28 19:13:49 +00:00
common * Added helper functions for the "propose mode" accelerant hook. 2011-09-11 18:29:50 +00:00
et6x00 Removed CRs. Sorry. 2004-08-30 21:57:06 +00:00
intel_extreme * Rework how registers are accessed. Most registers are now grouped into 2011-10-15 15:35:35 +00:00
matrox * applied patch by kaliber that fixes more than 100 warnings - thanks a lot! 2010-07-21 21:43:20 +00:00
neomagic * applied patch by kaliber that fixes more than 100 warnings - thanks a lot! 2010-07-21 21:43:20 +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
omap Patch by "notzed" (Ticket #5380): Add support for setting video mode for OMAP3. 2010-06-30 17:39:36 +00:00
radeon * added math.h missing prototypes like log2f. This fixes #6802. 2010-11-24 23:42:17 +00:00
radeon_hd * introduce mc control calls 2011-08-19 23:07:45 +00:00
s3 Update for the S3 driver by Gerald: 2008-10-04 08:09:40 +00:00
skeleton removed more nvidia refs 2004-11-04 16:15:08 +00:00
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 * Fixed the AGP interface to correctly use phys_addr_t where needed. 2010-05-28 09:19:11 +00:00
video_overlay.h