summaryrefslogtreecommitdiff
path: root/src/g80_driver.c
AgeCommit message (Expand)AuthorFilesLines
12 daysg80: dont set accelmethod to xaa when xaa is disabledHEADmasterYusuf Khan1-1/+4
2024-03-17treewide: #if -> #ifdefYusuf Khan1-7/+7
2024-01-08Fix -Wdiscarded-qualifiers warning in G80PreInitAlan Coopersmith1-1/+1
2012-09-25Remove mibstore.hAdam Jackson1-2/+0
2012-07-16nv: make XAA optional.Dave Airlie1-2/+13
2012-06-07nv: port to new compat API.Dave Airlie1-18/+19
2011-12-19Make failure to XAA non-fatalAdam Jackson1-2/+2
2010-05-25Don't use libcwrappers for calloc and freeTiago Vignatti1-3/+3
2010-03-05G80: Cast register reads before shifting them to avoid truncation to 32 bits.Aaron Plattner1-2/+2
2010-03-05Bug #19545: Add support for MCP7x-based integrated GPUs.Aaron Plattner1-3/+14
2010-03-02Bug #26612: Separate LUTs per output.Aaron Plattner1-49/+7
2009-07-28abi: fixup so the define is picked upDave Airlie1-0/+1
2009-07-28nv: change to using ABI version checkDave Airlie1-1/+1
2009-07-28nv: update for resources/RAC API removalDave Airlie1-1/+7
2009-07-16Update to xextproto 7.1 support.Peter Hutterer1-0/+5
2009-05-28Remove useless loader symbol lists.Adam Jackson1-58/+1
2008-10-17Only match PCI display devices in our display driver.Aaron Plattner1-5/+2
2008-07-24Move hardware cursor initialization to after AcquireDisplay.Aaron Plattner1-7/+7
2008-05-09Add an option to allow validation of dual-link DVI modes.Aaron Plattner1-5/+8
2008-04-28Fix a few startup bugs.Aaron Plattner1-1/+2
2008-04-28I win at C.Aaron Plattner1-2/+1
2007-09-17libpciaccess support.Aaron Plattner1-6/+52
2007-07-10G80: Add a dithering property and corresponding config file option.Aaron Plattner1-0/+4
2007-07-08Work around more MacBook wackiness.Aaron Plattner1-0/+1
2007-07-03Put the GPU into don't corrupt the framebuffer mode to work around MacBook wa...Aaron Plattner1-1/+4
2007-06-30Support configs with BAR1 < total RAM < 256 MB.Aaron Plattner1-6/+24
2007-04-24Get EXA resizing working and document it.Aaron Plattner1-4/+27
2007-04-24G80: EXA infrastructure.Aaron Plattner1-6/+48
2007-04-24Merge branch 'randr-1.2'Aaron Plattner1-94/+70
2007-04-20G80: Remove AdjustFrame printout.Aaron Plattner1-1/+0
2007-04-20Remove unused g80_ddc.h.Aaron Plattner1-1/+0
2007-04-13G80: Get rid of debug printouts.Aaron Plattner1-7/+0
2007-04-02G80: Get HW cursor working with RandR 1.2.Aaron Plattner1-15/+4
2007-03-28G80: Use xf86CrtcScreenInit and xf86SetDesiredModes.Aaron Plattner1-25/+3
2007-03-27G80: Improve output detection.Aaron Plattner1-0/+2
2007-03-27Fix warnings.Aaron Plattner1-2/+4
2007-03-11Initial RandR 1.2 support for G80.root1-52/+88
2007-03-10Get rid of BackendMode and disable hw cursor for now.root1-27/+8
2007-03-08Initial G80 support. Bump to 1.99.1.Aaron Plattner1-0/+916