summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
AgeCommit message (Expand)Author
2009-04-20fix overflow warning on videoRamZhenyu Wang
2009-04-15Fix typo in commentRobert Lowery
2009-04-15Clarify that the default acceleration is UXA if KMS is available.Carl Worth
2009-04-03Fix offset in begin_gtt_access caseJesse Barnes
2009-03-30Tiling fixes, third setJesse Barnes
2009-03-18Create known output configuration at EnterVT timeJesse Barnes
2009-03-16Revert EXA_DRIVER_KNOWN_MAJOR bumpKeith Packard
2009-03-13Use CopyArea to load glyphs from per-glyph pixmap to cache pixmapKeith Packard
2009-03-13Use UXA when KMS is activeJesse Barnes
2009-03-11Drop Legacy3D option, only use fixed texture space with non-gem.Kristian Høgsberg
2009-03-06clean up arguments to i830_allocate_framebuffer since zaphod removal.Eric Anholt
2009-03-06Remove configurable support for disabling XV.Eric Anholt
2009-03-06Remove configured SW cursor support.Eric Anholt
2009-03-06Remove StolenOnly support.Eric Anholt
2009-03-06intel: Nuke shared-entity support (zaphod mode).Eric Anholt
2009-03-06remove more page flipping leftovers.Eric Anholt
2009-03-04Use drmSetMaster() and drmDropMaster() in enter/leave VTKristian Høgsberg
2009-02-26Intel video driver patchShaohua Li
2009-02-26Fix UXA for server 1.4.Eric Anholt
2009-02-26Disable fb resizing for DRI1-only server so that DRI1 can initialize.Eric Anholt
2009-02-24Don't do AdjustFrame in KMS mode.Eric Anholt
2009-02-21Move disable_render_standby to EnterVT instead of startup.Helge Bahmann
2009-02-20Dont allocate overlay registers in KMS mode.Kristian Høgsberg
2009-02-18Make Xv used a buffer object instead of i830_memory.Kristian Høgsberg
2009-02-16Safely init SDVO found variableZhenyu Wang
2009-02-13Fix SDVO/HDMI detectZhenyu Wang
2009-02-13SDVO: remove ForceSDVODetect optionZhenyu Wang
2009-02-02Un-revert the I915_SETPARAM_NUM_USED_FENCES commit reverted by accident.Kristian Høgsberg
2009-02-02Fix last-minute "cleanup" that broke the patch.Kristian Høgsberg
2009-02-01Implement front buffer resize for KMS.Kristian Høgsberg
2009-01-27Support tiled back/depth on 915-class hardware with DRI2.Jesse Barnes
2009-01-21Don't run in KD_TEXT mode even with KMSJesse Barnes
2009-01-21Tear down batchbuffers unconditionally on LeaveVTJesse Barnes
2009-01-20Remove the pageflipping infrastructure.Owain G. Ainsworth
2009-01-20Remove triple-buffering supportOwain G. Ainsworth
2009-01-16Re-emit i915 composite setup when the batchbuffer wraps.Eric Anholt
2009-01-14use ifdef __linux__ where needed.Owain G. Ainsworth
2009-01-06Resize framebuffer on screen size change (requires UXA and DRI2)Keith Packard
2008-12-30Don't touch the pipestat regs for detecting FIFO underrun. The kernel owns them.Eric Anholt
2008-12-29warning fix.Eric Anholt
2008-12-29Remove logical context setup.Eric Anholt
2008-12-29Add PCI write posting to LeaveVT path when we're about to wait on write results.Eric Anholt
2008-12-29intel: don't call enter/leave VT for KMS enabled systemsDave Airlie
2008-12-12Fix directRenderingType checkZhenyu Wang
2008-12-11Try to always probe SDVOC on 965G/965GMZhenyu Wang
2008-12-08i965: Add batch_flush_notify hook to create new vertex-buffer boCarl Worth
2008-12-06Make sure DRI/DRI2 can initialize properly with KMS.Kristian Høgsberg
2008-12-06Simplify crtc preinit a bit.Kristian Høgsberg
2008-12-04Move i965 video cc state to BOs.Eric Anholt
2008-11-17Merge commit 'origin/master' into dri2Kristian Høgsberg