summaryrefslogtreecommitdiff
path: root/src/intel_driver.c
AgeCommit message (Expand)Author
2012-09-29uxa: Only destroy the bufmgr if it existsChris Wilson
2012-09-26Kill mibstore pretend backwards compatibilityChris Wilson
2012-09-25Add miInitializeBackingStore() to compat-api.hChris Wilson
2012-09-10uxa: Error out after failing to become DRM master during PreInitChris Wilson
2012-09-05uxa: fix leakage of FB when closing the screenImre Deak
2012-09-04intel: fix return value for no pEntDave Airlie
2012-09-03intel: query kernel for caps to setup scrn capabilities.Dave Airlie
2012-09-03intel: add pixmap tracking and scanout support. (v2)Dave Airlie
2012-09-03intel: add platform probing support.Dave Airlie
2012-08-20Only open the matching BusID and not the first namedChris Wilson
2012-08-03Pass the chipset info through driverPrivate rather than a global pointerChris Wilson
2012-07-29Don't disable acceleration on 830/845g by defaultChris Wilson
2012-07-25Assume all unknown chipsets are future genChris Wilson
2012-07-23uxa: Pass the correct parameters to intel_detect_chipset()Chris Wilson
2012-07-23intel: Refactor the common chipset detection/overrideChris Wilson
2012-07-16intel: Don't use stdbool without declaring itChris Wilson
2012-07-15uxa: Remove Shadow hackChris Wilson
2012-07-14Drop some unused includesChris Wilson
2012-07-06Allow matching against any device supported by drm/i915Chris Wilson
2012-07-06Make the detection of broken pre-production hardware verboseChris Wilson
2012-06-19sna: Check results from syscallsChris Wilson
2012-06-14uxa: Force the outputs to off for consistency with xf86DisableUnusedFunctions()Chris Wilson
2012-06-12uxa: do copy fb at startup.Dave Airlie
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