summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-10-03fix fb_id for dirty reportingHEADmasterDave Airlie2-2/+1
2011-10-03fix make distcheckDave Airlie1-1/+2
2011-09-29check drm support dumb buffer capabilityrestartDave Airlie1-0/+11
2011-09-29add initial man pageDave Airlie1-0/+54
2011-09-29add shadowfb support, default to on.Dave Airlie2-0/+64
we should probably expose a bit from kernel to say if shadow is preferred or wasteful.
2011-09-29remove unused debugDave Airlie1-1/+0
2011-09-29add -Wall, cleanup warningsDave Airlie3-32/+14
2011-09-29fix server recyclingDave Airlie2-25/+19
2011-09-29port damage tracking code from st/xorgDave Airlie2-2/+79
2011-09-29drop loading dri2Dave Airlie1-4/+0
2011-09-29update authors/copyrightDave Airlie1-1/+3
2011-09-29gut some more unneeded codeDave Airlie1-18/+0
2011-09-29modesetting: rewrite probing based on fbdev.Dave Airlie1-135/+92
This isn't perfect, it should really do more with bus id matching and finding the write drm device using sysfs if it can. but it removes lots of hardcoding of pci ids.
2011-09-29cleanup some the drmmode_display header fileDave Airlie1-39/+15
2011-09-29modesetting: restart driver effort from other codebasesDave Airlie11-1087/+1607
This starts a randr 1.2 compatible driver with cursors. TODO: libkms dirty handling server recycling.
2011-03-10drop exaDave Airlie4-880/+1
don't provide accel in this framework
2010-03-08Don't check for Xinerama.Matt Turner1-1/+0
It doesn't seem to be used anywhere, so don't require it. CC: Jerome Glisse <jglisse@redhat.com> CC: Alex Deucher <alexdeucher@gmail.com> CC: Dave Airlie <airlied@redhat.com> Signed-off-by: Matt Turner <mattst88@gmail.com>
2008-06-30Avoid an EXA init segfault.Thomas Hellstrom1-3/+3
Don't allocate each VRAM buffer with a 16MB alignment.
2008-06-27fixes for gallium stride changesAlan Hourihane1-4/+4
2008-06-27More error checkingAlan Hourihane1-10/+10
2008-06-26add --with-gallium-dir to specify location of gallium treeAlan Hourihane2-18/+8
2008-06-26NULL checksAlan Hourihane1-1/+4
2008-06-26Fix copy surfaceAlan Hourihane1-3/+4
2008-06-26Add EXA winsys for gallium pipe driver interface.Alan Hourihane3-341/+591
Plug in the EXA framework into the pipe driver for surface_copy & surface_fill. Back pixmaps with drmBO's including the front buffer.
2008-06-26yet moreAlan Hourihane1-6/+4
2008-06-26more formatting fixesAlan Hourihane1-4/+5
2008-06-26formatting fixesAlan Hourihane1-19/+24
2008-06-16Add DRI2 support.Alan Hourihane7-123/+521
Add EXA stubs. Currently tested with i915.
2008-06-16Adding some readme.Zack Rusin1-0/+3
2008-06-02Bring inline with current modesetting-101 branch for connector/encoder changesAlan Hourihane2-21/+36
2008-05-28Plug in hardware cursor supportAlan Hourihane2-12/+91
2008-05-28Run indentAlan Hourihane5-877/+890
2008-05-28Initial commit of new modesetting driverAlan Hourihane13-0/+2210