summaryrefslogtreecommitdiff
path: root/src/intel_driver.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-13uxa: Cap the maximum number of VMA cachedChris Wilson1-0/+1
2011-12-13uxa: Wakeup 3s after the last rendering to reap the bo-cacheChris Wilson1-0/+3
2011-12-02uxa: Fix runtime linking of previous commitChris Wilson1-2/+0
2011-11-17glamor: Initial commit to introduce glamor acceleration.Zhigang Gong1-1/+16
2011-11-16Compile out UXA if so desiredChris Wilson1-0/+1
2011-11-16sna: Reduce and clarify dependenciesChris Wilson1-4/+1
2011-10-11snb: implement PIPE_CONTROL workaroundDaniel Vetter1-0/+7
2011-07-11dri: Enable triple-bufferred pageflipsChris Wilson1-0/+16
2011-06-22Don't include xf86Priv.hAdam Jackson1-1/+0
2011-05-11Remove the memory of Option "AccelMethod"Adam Jackson1-2/+0
2011-04-20Add basic 30 bit depth supportJesse Barnes1-2/+3
2011-04-20Use SwapbuffersWait config option to control waiting on fullscreen swapsChris Wilson1-2/+0
2011-04-12Turn relaxed-fencing off by default for older (pre-G33) chipsetsChris Wilson1-6/+30
2011-04-08intel: Restore manual flush for old kernelsChris Wilson1-0/+18
2011-04-04Take advantage of the kernel flush for dirty bo in the busy ioctlChris Wilson1-1/+1
2011-04-04Remove the unnecessary MI_FLUSH from the flush handlerChris Wilson1-11/+2
2011-03-09Give each user of tiling separate xorg.conf optionsChris Wilson1-8/+15
2011-01-20Create the UXA generational resources during screen createChris Wilson1-4/+2
2011-01-08Remove bitrotted, but fortunately unused, I830CrtcPrivateChris Wilson1-24/+0
2011-01-08Delete some dead codeChris Wilson1-121/+92
2011-01-08Remove unused GTT/Map sizes and addressesChris Wilson1-76/+0
2011-01-03If the crtc is not enabled, then it can't be onChris Wilson1-0/+3
2010-12-22Remove the deprecated function 'XNFprintf'Chris Wilson1-7/+3
2010-12-20Undo: Disable BLT for i830 and 845GChris Wilson1-1/+3
2010-12-05Don't use hardware acceleration on Sandybridge rev 07 hardware or earlier.Matthias Hopf1-0/+11
2010-11-23Disable BLT for i830 and 845GChris Wilson1-5/+17
2010-11-03Fallback to shadow for Sandybridge if we don't have access to the BLTChris Wilson1-0/+20
2010-11-02Remove the intermittent GEM_THROTTLE call.Eric Anholt1-3/+0
2010-11-01Support BLT acceleration on gen6Zou Nan hai1-2/+0
2010-10-22intel: Listen for hotplug uevents (V3)Adam Jackson1-0/+114
2010-10-07Include a chipset generation number to clarify device specific paths.Chris Wilson1-14/+9
2010-10-04shadow: Enable shadow by default on SandyBridgeChris Wilson1-3/+8
2010-10-04shadow+dri2: Allow dri2 to be independently enabled with shadowChris Wilson1-1/+1
2010-10-02Do not claim the PCI device if !KMSChris Wilson1-35/+0
2010-09-30Always use tiling on SandybridgeZhenyu Wang1-1/+1
2010-09-26Disable dri2 after forcing fallbacksChris Wilson1-53/+54
2010-09-17Disable swap buffer wait on SandybridgeZhenyu Wang1-0/+3
2010-09-10shadow: Simply modify the Screen pixmap headerChris Wilson1-14/+11
2010-09-08Enable a shadow buffer and disable GPU acceleration.Chris Wilson1-5/+47
2010-08-19Open-code DRICreatePCIBusID()Chris Wilson1-16/+9
2010-08-18Move registration of vsync fd from pre-init to screen-initChris Wilson1-0/+2
2010-08-01Rename drmmode_display to intel_displayChris Wilson1-12/+4