summaryrefslogtreecommitdiff
path: root/src/intel_driver.c
AgeCommit message (Expand)Author
2011-05-29If the crtc is not enabled, then it can't be onChris Wilson
2011-05-29Remove the deprecated function 'XNFprintf'Chris Wilson
2011-05-29Undo: Disable BLT for i830 and 845GChris Wilson
2011-05-29Don't use hardware acceleration on Sandybridge rev 07 hardware or earlier.Matthias Hopf
2011-04-04Move batch and render state initialisation to init/close screen instead ofOwain G. Ainsworth
2011-03-16Disable BLT for i830 and 845GOwain G. Ainsworth
2011-03-16Fallback to shadow for Sandybridge if we don't have access to the BLTOwain G. Ainsworth
2011-03-16Fix build. oops.Owain G. Ainsworth
2011-03-16Always use tiling on SandybridgeOwain G. Ainsworth
2011-03-16Create the UXA generational resources during screen createOwain G. Ainsworth
2011-03-16Remove the intermittent GEM_THROTTLE call.Eric Anholt
2011-03-16Include a chipset generation number to clarify device specific paths.Owain G. Ainsworth
2011-03-16shadow+dri2: Allow dri2 to be independently enabled with shadowOwain G. Ainsworth
2010-09-12Enable a shadow buffer and disable GPU acceleration.Chris Wilson
2010-09-12Open-code DRICreatePCIBusID()Chris Wilson
2010-09-12ums equivalent of the following commit:Owain G. Ainsworth
2010-09-12Remove the preinit, starting and leaving flags for the softc.Owain G. Ainsworth
2010-09-12Submit batch buffers from flush callback chainKristian Høgsberg
2010-09-12Rename common infrastructure to the intel namespace.Owain G. Ainsworth