summaryrefslogtreecommitdiff
path: root/src/intel_driver.c
AgeCommit message (Expand)Author
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
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