Age | Commit message (Collapse) | Author |
|
|
|
This doesn't have the correct ifing to deal with ironlake yet, also vt switch
does not work.
|
|
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
|
|
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)
|
|
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
|
|
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)
|
|
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>
|
|
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.
|