summaryrefslogtreecommitdiff
path: root/src/intel_driver.h
AgeCommit message (Collapse)Author
2011-09-04fix typo: IS_GEN6_m -> IS_GEN6_MsandybridgeOwain G. Ainsworth
2011-09-04jcs's wip sandybridge diff with the stolen memory calculation from me.Owain G. Ainsworth
This doesn't have the correct ifing to deal with ironlake yet, also vt switch does not work.
2011-05-30Add support for Ivybridge chipset.Eric Anholt
This gets display and 2D blit acceleration up and running. No Render acceleration is provided yet. (cherry picked from commit 79e59fb2a047b1e733a7b0dee608db3311391725) Conflicts: src/intel_module.c
2011-05-30Store the chipset info struct in the PCI match struct, instead of a switch().Eric Anholt
Acked-by: Kenneth Graunke <kenneth@whitecape.org> (cherry picked from commit adf7bbd3a8758de6cdecbace42e399dd27188497) Conflicts: src/intel_module.c (merges in an earlier s/igd/pineview s/igdng/ironlake commit)
2011-05-29Give each user of tiling separate xorg.conf optionsChris Wilson
So that you can indeed allocate a linear framebuffer if you so desire without breaking mesa. Adds: Section "Driver" Option "LinearFramebuffer" "False|True" # default false EndSection to xorg.conf Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> (cherry picked from commit 049ce4397ddf7fd088ce364cbb53cacf5133176f) Conflicts: man/intel.man src/intel_driver.c src/intel_driver.h
2011-03-16Include a chipset generation number to clarify device specific paths.Owain G. Ainsworth
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> (cherry picked from commit 4083197a44d1a1a05d33654b3c7d6e96d7472fe7) Conflicts: src/intel_driver.c src/intel_driver.h src/intel_module.c src/intel_video.c (oga notes: few other things had to be pulled in to get this to work)
2011-03-16Add alternate pci-id for B43Chris Wilson
Confirmed by http://en.wikipedia.org/wiki/Intel_GMA Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=30221 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> (cherry picked from commit 55b5fe888002258dd863d41977bfbfcf1a922179) Signed-off-by: Owain G. Ainsworth <oga@openbsd.org>
2010-09-11i810: Move into a legacy directory.Owain G. Ainsworth
The driver is still built but is no longer under active development so move it and supporting files to a new directory. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> (cherry picked from commit 797d173a9af12055ba2609293182b616dd673ef4) Conflicts: configure.ac src/Makefile.am src/common.h src/i830.h src/i830_accel.c src/i830_batchbuffer.c src/i830_driver.c src/legacy/i810/i810_driver.c OGA: had to make abunch of changes due to ums still existing, but this was more sensible that having to modify every single cherry-picked patch from now on.