summaryrefslogtreecommitdiff
path: root/src/intel_driver.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-28uxa: Clear up the common intel directoryChris Wilson1-1310/+0
2013-07-03intel: Retire Option "RelaxedFencing"Chris Wilson1-4/+1
2013-06-23sna: Only open the /dev/dri/cardX device onceChris Wilson1-0/+2
2013-03-12uxa: don't crash when freeing an uninitialized screenAaron Plattner1-1/+1
2013-02-22Refuse to load driver for depth-8 X server.Carl Worth1-2/+2
2013-01-18uxa: Clip dirty region to slave pixmap before appending damageChris Wilson1-5/+14
2013-01-07intel: fixup damage posting to be done correctly around slave pixmapDave Airlie1-3/+5
2013-01-07intel: drop pointless error printf in the slave pixmap sync code.Dave Airlie1-1/+0
2012-12-16intel: Support debugging through AccelMethodChris Wilson1-1/+2
2012-11-30Convert generation counter to octalChris Wilson1-7/+7
2012-11-08Remove reliance on hard-coded DRI nameChris Wilson1-1/+9
2012-10-25uxa: Drain the DRM event queue before server regenerationChris Wilson1-0/+2
2012-09-29uxa: Only destroy the bufmgr if it existsChris Wilson1-0/+3
2012-09-26Kill mibstore pretend backwards compatibilityChris Wilson1-1/+0
2012-09-25Add miInitializeBackingStore() to compat-api.hChris Wilson1-1/+0
2012-09-10uxa: Error out after failing to become DRM master during PreInitChris Wilson1-1/+3
2012-09-05uxa: fix leakage of FB when closing the screenImre Deak1-4/+4
2012-09-04intel: fix return value for no pEntDave Airlie1-1/+1
2012-09-03intel: query kernel for caps to setup scrn capabilities.Dave Airlie1-0/+20
2012-09-03intel: add pixmap tracking and scanout support. (v2)Dave Airlie1-0/+60
2012-09-03intel: add platform probing support.Dave Airlie1-1/+8
2012-08-20Only open the matching BusID and not the first namedChris Wilson1-1/+1
2012-08-03Pass the chipset info through driverPrivate rather than a global pointerChris Wilson1-4/+5
2012-07-29Don't disable acceleration on 830/845g by defaultChris Wilson1-12/+3
2012-07-25Assume all unknown chipsets are future genChris Wilson1-1/+1
2012-07-23uxa: Pass the correct parameters to intel_detect_chipset()Chris Wilson1-2/+1
2012-07-23intel: Refactor the common chipset detection/overrideChris Wilson1-31/+2
2012-07-16intel: Don't use stdbool without declaring itChris Wilson1-1/+1
2012-07-15uxa: Remove Shadow hackChris Wilson1-30/+4
2012-07-14Drop some unused includesChris Wilson1-1/+1
2012-07-06Allow matching against any device supported by drm/i915Chris Wilson1-0/+3
2012-07-06Make the detection of broken pre-production hardware verboseChris Wilson1-11/+15
2012-06-19sna: Check results from syscallsChris Wilson1-1/+4
2012-06-14uxa: Force the outputs to off for consistency with xf86DisableUnusedFunctions()Chris Wilson1-0/+1
2012-06-12uxa: do copy fb at startup.Dave Airlie1-1/+5
2012-06-05intel: port legacy and uxa to new API.Dave Airlie1-30/+31
2012-06-04uxa: Be paranoid and guard against xf86GetPciInfoForEntityChris Wilson1-3/+2
2012-05-25Only create a single instance of the intel_options arrayChris Wilson1-4/+2
2012-05-24Allow runtime switching of AccelMethod between uxa/sna and even glamorChris Wilson1-1/+2
2012-05-24Unify options handling between UXA and SNAEugeni Dodonov1-60/+3
2012-05-24uxa: Only consider an output valid if the kernel reports it attachedChris Wilson1-20/+0
2012-05-23intel: convert to new screen conversion APIsDave Airlie1-3/+3
2012-03-19uxa: Defer the call to EnterVT till after outputs are initialisedChris Wilson1-8/+5
2012-03-15uxa: Simplify flush trackingChris Wilson1-1/+0
2012-03-15uxa: Kill the complicated in-flight trackingChris Wilson1-1/+0
2012-02-24uxa: Add a option to disable the bo cacheChris Wilson1-1/+4
2012-02-21uxa: Remove DPRINTF stubsChris Wilson1-31/+0
2012-02-21uxa/glamor/dri: Enable the pageflip support on glamor.Zhigang Gong1-0/+5
2012-02-08uxa/glamor: Refine CloseScreen and InitScreen process.Zhigang Gong1-2/+1
2011-12-17uxa: Explicitly check for libdrm_intel in configureChris Wilson1-0/+1