summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-24Move i965 render kernels to BOs.Eric Anholt
2009-02-24Move 965 render unit state to BOs.Eric Anholt
2009-02-24Remove 965 render wm scratch space, which was just unused.Eric Anholt
2009-02-24Fix build with server 1.4.Eric Anholt
2009-02-24Use drm_intel_bo_subdata to put render vb data in.Eric Anholt
2009-02-24Move i965 render vb setup to use time, and decouple state emit from it.Eric Anholt
2009-02-24Move i965 render transform setup from emit_composite_state to prepare_composite.Eric Anholt
2009-02-24i965: Pull check_aperture out to a separate function and make it dtrt.Eric Anholt
2009-02-24Move filter computation from emit_batch_header to prepare_composite.Eric Anholt
2009-02-24Use intel_emit_reloc from video to prettify 965 render bind_bo setup.Eric Anholt
2009-02-24Move i965 render state bo setup back to prepare_composite.Eric Anholt
2009-02-24Do check_aperture_space and batch_start_atomic for i965 video.Eric Anholt
2009-02-24Move 965 video setup to a separate function so we can move it around.Eric Anholt
2009-02-24Assign rotation memory dri_bo to rotation pixmap.Keith Packard
2009-02-24Resize framebuffer on screen size change (requires UXA and DRI2)Keith Packard
2009-02-24Make i830_allocate_memory take tiling parameters.Keith Packard
2009-02-24warning fix.Eric Anholt
2009-02-24Fix compile failure after 45f45c73469f1bd46a1b6fb206f2e9e5e4fd66b3Eric Anholt
2009-02-24Remove logical context setup.Eric Anholt
2009-01-21Bump version to 2.6.1.xf86-video-intel-2.6.1Eric Anholt
2009-01-21Don't run in KD_TEXT mode even with KMSJesse Barnes
2009-01-21Tear down batchbuffers unconditionally on LeaveVTJesse Barnes
2009-01-21Support sysfs backlight control for Sony laptops in xf86-video-intelKshitij Kulshreshtha
2009-01-21Fix invarient state emits for DRI2 (do it per batch, since there's no lock).Eric Anholt
2009-01-21Protect i915 textured video against batchbuffer wrapping.Eric Anholt
2009-01-21Re-emit i915 composite setup when the batchbuffer wraps.Eric Anholt
2009-01-15Bump version 2.6.0xf86-video-intel-2.6.0Zhenyu Wang
2009-01-15Fix ioctl type.Owain G. Ainsworth
2009-01-15use ifdef __linux__ where needed.Owain G. Ainsworth
2009-01-14Revert "Assign rotation memory dri_bo to rotation pixmap."Zhenyu Wang
2009-01-14Disable VGA plane reliablyMa Ling
2009-01-14Assign rotation memory dri_bo to rotation pixmap.Keith Packard
2009-01-14UXA: Declare glyph cache picture as component-alpha when necessary.Bernhard Rosenkraenzer
2009-01-14set continuous-frequency flag in get modes functionMa Ling
2009-01-14Fix LVDS EDID to match all possible default modesKeith Packard
2009-01-14Remove xorgconfig & xorgcfg from See Also list in man pageAlan Coopersmith
2009-01-13Prevent redefinitions of CARD8 and friends. Fixes build.Ian Romanick
2009-01-08Bump version 2.5.99.2xf86-video-intel-2.5.99.2Zhenyu Wang
2009-01-07Always enable KMS if server's new enough, and remove option.Eric Anholt
2009-01-07Fix pin leakage with EXA GTT-mapping shortcut, and crash with UXA on KMS.Eric Anholt
2009-01-07Disable DRI2 buffer tiling on non-965, as those need fence regs for 2D blits.Eric Anholt
2009-01-07FatalError on batchbuffer map failureKeith Packard
2009-01-07uxa: handle uxa_prepare_access failureKeith Packard
2009-01-07Handle drm_bo_map failure in 965 video and composite paths.Keith Packard
2009-01-07Add support for SDVO LVDS.Henry unbongo
2008-12-31UXA: Fallback to dri_bo_map() if pin failedZhenyu Wang
2008-12-31Don't touch the pipestat regs for detecting FIFO underrun. The kernel owns them.Eric Anholt
2008-12-31Quiet some KMS warnings.Kristian Høgsberg
2008-12-31uxa: Do a hack to use the aperture mapping instead of bo_map in sw fallbacks.Eric Anholt
2008-12-30Add PCI write posting to LeaveVT path when we're about to wait on write results.Eric Anholt