summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-03-08i915 XvMC: fixup colorsDaniel Vetter
2010-03-08DRI2: make WaitMSC error handling more consistent with ScheduleSwapJesse Barnes
2010-03-08DRI2: truncate OML values to 32 bitsJesse Barnes
2010-03-08DRI2: more WaitMSC fixesJesse Barnes
2010-03-08DRI2: fixup stray curly braceJesse Barnes
2010-03-08Put back the pitch alignment for new framebuffers.Eric Anholt
2010-03-08DRI2: fixup ScheduleWaitMSC similarly to ScheduleSwapJesse Barnes
2010-03-06Fix build against xserver 1.6 branch.Robert Hooker
2010-03-05DRI2: handle target_msc, divisor and remainder properly in DRI2ScheduleSwapMario Kleiner
2010-03-05DRI2: make MSC waits handle specific target_mscs and divisor/remaindersMario Kleiner
2010-03-05DRI2: handle offscreen drawables better at swap timeJesse Barnes
2010-03-05Rate limit batch buffer error.Chris Wilson
2010-03-04i915 XvMC: kill dead codeDaniel Vetter
2010-03-04Remove remaining fbOffset setting.Eric Anholt
2010-03-04Remove a piece of fbOffset cruft from non-DRM support.Eric Anholt
2010-03-04Remove i830_allocate_2d_memory() now that it only called one function.Eric Anholt
2010-03-04Init CRTC cursors with CRTC setup instead of i830_memory.Eric Anholt
2010-03-04Remove intel_sync() at teardown time.Eric Anholt
2010-03-04Remove 3D state clobber on EnterVT, and always clobber at batch start.Eric Anholt
2010-03-04Remove pre-2.6.29 error message handling since we require KMS.Eric Anholt
2010-03-04Move batch and 965 render state setup/teardown to screen init/close.Eric Anholt
2010-03-04i915_hwmc: Remove dead code.Carl Worth
2010-03-04i830_video: Remove unused variable.Carl Worth
2010-03-04Xv: fixup relocation in i965_video.cDaniel Vetter
2010-03-04i830_memory: rip out the remainings of the old allocatorDaniel Vetter
2010-03-04XvMC: kill the pinned batchbuffer in the ddx codeDaniel Vetter
2010-03-04i915 XvMC: kill pinned surface buffer in the ddx codeDaniel Vetter
2010-03-04i915 XvMC: kill pinned per-context buffers in the ddx codeDaniel Vetter
2010-03-04i915 XvMC: don't stall the cpu anymoreDaniel Vetter
2010-03-04i915 XvMC: drop superflous MI_FLUSHDaniel Vetter
2010-03-04i915 XvMC: switch surfaces to drm_intel_boDaniel Vetter
2010-03-04i915 XvMC: switch corrdata buffer to drm_intel_boDaniel Vetter
2010-03-04i915 XvMC: switch msb to drm_intel_boDaniel Vetter
2010-03-04i915 XvMC: switch sis to drm_intel_boDaniel Vetter
2010-03-04i915 XvMC: switch load_indirect_render_emit to batchbuffer macrosDaniel Vetter
2010-03-04i915 XvMC: switch psc to drm_intel_boDaniel Vetter
2010-03-04i915 XvMC: switch psp to drm_intel_boDaniel Vetter
2010-03-04i915 XvMC: switch ssb to drm_intel_boDaniel Vetter
2010-03-04i915 XvMC: kill last_flip and last_renderDaniel Vetter
2010-03-04i915 XvMC: switch one_time_state_emit to batchbuffer macrosDaniel Vetter
2010-03-04XvMC: kill dead code in i915_xvmc.cDaniel Vetter
2010-03-04XvMC: kill i830_memory in 965 class xvmcDaniel Vetter
2010-03-04i830_memory: hide as much of the old memory allocator as possibleDaniel Vetter
2010-03-04i830_memory: switch frontbuffer to drm_intel_boDaniel Vetter
2010-03-04i830_memory: switch cursors to drm_intel_boDaniel Vetter
2010-03-04i830_memory: kill field "pitch"Daniel Vetter
2010-03-04i830_memory: rip out field "size"Daniel Vetter
2010-03-04i830_memory: kill field "tiling_mode"Daniel Vetter
2010-03-04i830_memory: no memory allocations without a bo!Daniel Vetter
2010-03-04i830_memory: rename i830_bind_all_memory to reflect code realityDaniel Vetter