summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-01-22Fix spelling/wording issuesHEADmasterAlan Coopersmith4-5/+5
2017-01-24Replace xf86GetOS call with #ifdefJulien Cristau1-7/+2
2016-07-19Adapt Block/WakeupHandler signature for ABI 23Adam Jackson1-0/+5
2016-03-14Fix I2C for DDC2.Michael Lorenz1-1/+2
2014-08-11Pass the pci device through to fbdevHWInitAdam Jackson1-2/+6
2012-09-25Remove mibstore.hAdam Jackson1-3/+0
2012-07-16glint: build against server with no XAA support.Dave Airlie9-8/+66
2012-06-06glint: port to new compat APIDave Airlie16-71/+163
2012-01-25Remove uses of xf86PciInfo.hMatt Turner21-153/+139
2011-12-19Fall back to shadowfb if XAA is unavailableAdam Jackson1-2/+3
2011-10-29Disable PC98 code on newer servers.Jeremy Huddleston1-1/+7
2011-08-13Fix uploading YV12 data to texture buffer on BE machinesMark Kettenis1-11/+41
2011-08-13Make pm2's xv driver collect options like all other drivers.Jesse Adkins1-75/+58
2010-12-04unifdef XFree86LOADERMatt Turner2-5/+1
2010-10-06Purge cvs tags.Jesse Adkins21-26/+0
2010-09-23Include xf86dgaproto.h, not xf86dgastr.hMatt Turner1-1/+1
2010-09-23Delete CFBMatt Turner1-34/+1
2010-09-23Delete DRI/DRMMatt Turner10-2561/+2
2010-09-15Fix timing errors, as per documentationMatt Turner2-6/+4
2010-06-09Remove another superfluous if(p) check around free(p)Matt Turner1-3/+1
2010-06-09Move mem_barrier() outside of loopMatt Turner1-1/+2
2010-06-09Remove superfluous if(p) checks around free(p)Matt Turner3-13/+7
2010-06-09Use libc instead of deprecated libc wrappers for malloc/calloc/free.Matt Turner9-55/+49
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-6/+0
2009-07-28glint: change to using ABI version checkDave Airlie1-1/+1
2009-07-28glint: update for resources/RAC API removalDave Airlie3-3/+7
2009-07-16Update to xextproto 7.1 support.Peter Hutterer1-0/+5
2009-06-05Don't set the default depth to 8bpp.Mark Kettenis1-2/+1
2009-06-05Disable int10 code if __sparc__.Mark Kettenis1-0/+2
2009-06-04Fix DDC probe.Mark Kettenis1-2/+5
2009-06-04Only map a 64k block of registers.Mark Kettenis1-4/+4
2009-06-04Fix for big-endian machines.Mark Kettenis1-1/+1
2009-05-28Remove useless loader symbol lists.Adam Jackson3-179/+0
2008-11-23Remove bizarre use of ISA setupAdam Jackson1-10/+1
2008-09-15glint: fix build on alpha for pciaccess.Dave Airlie2-6/+12
2008-08-15Move DDC before mode validation so the EDID modes actually take effect.Adam Jackson1-58/+58
2008-08-15Uninclude xf86Version.hAdam Jackson1-2/+0
2008-07-29Remove dependency on cfb8_32.Paulo Cesar Pereira de Andrade1-0/+11
2008-06-24Fix regression from pciaccess conversion (bug#16060)Julien Cristau1-1/+1
2008-03-19Fix distcheckAdam Jackson1-0/+1
2008-03-11fix regression in tinderboxDave Airlie1-1/+1
2008-03-11hey look a flying pig....Dave Airlie1-9/+17
2008-03-03fix typos in dac code from last commitDave Airlie2-2/+2
2008-02-27half attempt at pciaccess conversion for glint - doesn't build yetDave Airlie8-98/+277
2008-02-05Add missing #includes to fix compiler warnings.Julien Cristau2-0/+3
2007-08-23Rename .cvsignore to .gitignoreJames Cloos1-0/+0
2007-08-07Define GLINT_*_VERSION* using PACKAGE_VERSION_*Brice Goglin1-3/+3
2006-12-01Fix --disable-dri for glint driverAlan Hourihane6-12/+12
2006-04-08Bump to 1.1.1 for Xv changes.glint-1_1_1XORG-7_1Adam Jackson1-1/+1
2006-04-07Add a DrawablePtr argument to the XV functions to pave the way forAaron Plattner2-7/+10