summaryrefslogtreecommitdiff
path: root/src/intel_driver.c
AgeCommit message (Expand)Author
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
2010-09-26Disable dri2 after forcing fallbacksChris Wilson
2010-09-17Disable swap buffer wait on SandybridgeZhenyu Wang
2010-09-10shadow: Simply modify the Screen pixmap headerChris Wilson
2010-09-08Enable a shadow buffer and disable GPU acceleration.Chris Wilson
2010-08-19Open-code DRICreatePCIBusID()Chris Wilson
2010-08-18Move registration of vsync fd from pre-init to screen-initChris Wilson
2010-08-01Rename drmmode_display to intel_displayChris Wilson
2010-07-30Submit batch buffers from flush callback chainKristian Høgsberg
2010-07-13Teardown the bufmgr on shutdown as well.Chris Wilson
2010-07-13modes: There may be more than one crtc and output... DESTROY THEM ALL!Chris Wilson
2010-07-09drmmode: Destroy Crtc on screen shutdownChris Wilson
2010-06-25Remove unused inclusion of <sys/mman.h>Chris Wilson
2010-06-25Rename common infrastructure to the intel namespace.Chris Wilson