summaryrefslogtreecommitdiff
path: root/src/intel_driver.c
AgeCommit message (Expand)Author
2012-06-05intel: port legacy and uxa to new API.Dave Airlie
2012-06-04uxa: Be paranoid and guard against xf86GetPciInfoForEntityChris Wilson
2012-05-25Only create a single instance of the intel_options arrayChris Wilson
2012-05-24Allow runtime switching of AccelMethod between uxa/sna and even glamorChris Wilson
2012-05-24Unify options handling between UXA and SNAEugeni Dodonov
2012-05-24uxa: Only consider an output valid if the kernel reports it attachedChris Wilson
2012-05-23intel: convert to new screen conversion APIsDave Airlie
2012-03-19uxa: Defer the call to EnterVT till after outputs are initialisedChris Wilson
2012-03-15uxa: Simplify flush trackingChris Wilson
2012-03-15uxa: Kill the complicated in-flight trackingChris Wilson
2012-02-24uxa: Add a option to disable the bo cacheChris Wilson
2012-02-21uxa: Remove DPRINTF stubsChris Wilson
2012-02-21uxa/glamor/dri: Enable the pageflip support on glamor.Zhigang Gong
2012-02-08uxa/glamor: Refine CloseScreen and InitScreen process.Zhigang Gong
2011-12-17uxa: Explicitly check for libdrm_intel in configureChris Wilson
2011-12-13uxa: Cap the maximum number of VMA cachedChris Wilson
2011-12-13uxa: Wakeup 3s after the last rendering to reap the bo-cacheChris Wilson
2011-12-02uxa: Fix runtime linking of previous commitChris Wilson
2011-11-17glamor: Initial commit to introduce glamor acceleration.Zhigang Gong
2011-11-16Compile out UXA if so desiredChris Wilson
2011-11-16sna: Reduce and clarify dependenciesChris Wilson
2011-10-11snb: implement PIPE_CONTROL workaroundDaniel Vetter
2011-07-11dri: Enable triple-bufferred pageflipsChris Wilson
2011-06-22Don't include xf86Priv.hAdam Jackson
2011-05-11Remove the memory of Option "AccelMethod"Adam Jackson
2011-04-20Add basic 30 bit depth supportJesse Barnes
2011-04-20Use SwapbuffersWait config option to control waiting on fullscreen swapsChris Wilson
2011-04-12Turn relaxed-fencing off by default for older (pre-G33) chipsetsChris Wilson
2011-04-08intel: Restore manual flush for old kernelsChris Wilson
2011-04-04Take advantage of the kernel flush for dirty bo in the busy ioctlChris Wilson
2011-04-04Remove the unnecessary MI_FLUSH from the flush handlerChris Wilson
2011-03-09Give each user of tiling separate xorg.conf optionsChris Wilson
2011-01-20Create the UXA generational resources during screen createChris Wilson
2011-01-08Remove bitrotted, but fortunately unused, I830CrtcPrivateChris Wilson
2011-01-08Delete some dead codeChris Wilson
2011-01-08Remove unused GTT/Map sizes and addressesChris Wilson
2011-01-03If the crtc is not enabled, then it can't be onChris Wilson
2010-12-22Remove the deprecated function 'XNFprintf'Chris Wilson
2010-12-20Undo: Disable BLT for i830 and 845GChris Wilson
2010-12-05Don't use hardware acceleration on Sandybridge rev 07 hardware or earlier.Matthias Hopf
2010-11-23Disable BLT for i830 and 845GChris Wilson
2010-11-03Fallback to shadow for Sandybridge if we don't have access to the BLTChris Wilson
2010-11-02Remove the intermittent GEM_THROTTLE call.Eric Anholt
2010-11-01Support BLT acceleration on gen6Zou Nan hai
2010-10-22intel: Listen for hotplug uevents (V3)Adam Jackson
2010-10-07Include a chipset generation number to clarify device specific paths.Chris Wilson
2010-10-04shadow: Enable shadow by default on SandyBridgeChris Wilson
2010-10-04shadow+dri2: Allow dri2 to be independently enabled with shadowChris Wilson
2010-10-02Do not claim the PCI device if !KMSChris Wilson
2010-09-30Always use tiling on SandybridgeZhenyu Wang