summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-29Increase version to 2.11.02.11.0Carl Worth1-1/+1
2010-03-29NEWS: Add release notes for the 2.11.0 release.Carl Worth1-0/+40
2010-03-26DRI2: release our private front buffer ref when buffer swappingJesse Barnes1-0/+5
2010-03-25uxa make: remove unused XORG_INCS and DIX_CFLAGS variablesGaetan Nadon1-4/+1
2010-03-25uxa: Perform the xrgb -> argb conversion not inplaceChris Wilson1-55/+60
2010-03-24i830: Clip solid fills to surface.Chris Wilson1-0/+9
2010-03-24uxa: After filling the alpha channel xrgb src is compatible with argb dst.Chris Wilson1-0/+4
2010-03-24uxa: Only reduce a composite to a BLT if it is wholly containedChris Wilson1-1/+17
2010-03-24uxa: Default to using TILING_X for pixmaps.Chris Wilson1-5/+20
2010-03-22Update version to 2.10.9032.10.903Carl Worth1-1/+1
2010-03-22NEWS: Add notes for 2.10.903Carl Worth1-0/+30
2010-03-22man: Update list of available 'sclaing mode' property values.Carl Worth1-10/+24
2010-03-22Clear drmmode_output->mode_output in drmmode_output_destroy().Matthias Hopf1-0/+1
2010-03-22Initialize flip_count before using itLi Peng1-0/+1
2010-03-18intel: free bus id in error path after printing it out.Dave Airlie1-1/+1
2010-03-17i915: Correct preamble for emit_compositeChris Wilson1-1/+1
2010-03-16Fill alpha on xrgb images.Chris Wilson4-117/+88
2010-03-16i830: Remove coord-adjust for nearest centre-sampling.Chris Wilson1-20/+9
2010-03-15Bump version to 2.10.9022.10.902Carl Worth1-1/+1
2010-03-15NEWS: Add notes for the 2.10.902 snapshot.Carl Worth1-0/+27
2010-03-08i915 XvMC: fixup colorsDaniel Vetter1-2/+2
2010-03-08DRI2: make WaitMSC error handling more consistent with ScheduleSwapJesse Barnes1-11/+11
2010-03-08DRI2: truncate OML values to 32 bitsJesse Barnes1-0/+12
2010-03-08DRI2: more WaitMSC fixesJesse Barnes1-1/+9
2010-03-08DRI2: fixup stray curly braceJesse Barnes1-1/+1
2010-03-08Put back the pitch alignment for new framebuffers.Eric Anholt1-0/+1
2010-03-08DRI2: fixup ScheduleWaitMSC similarly to ScheduleSwapJesse Barnes1-13/+10
2010-03-08Don't check for Xinerama.Matt Turner1-1/+0
2010-03-06Fix build against xserver 1.6 branch.Robert Hooker1-0/+4
2010-03-05DRI2: handle target_msc, divisor and remainder properly in DRI2ScheduleSwapMario Kleiner1-34/+53
2010-03-05DRI2: make MSC waits handle specific target_mscs and divisor/remaindersMario Kleiner1-8/+10
2010-03-05DRI2: handle offscreen drawables better at swap timeJesse Barnes1-21/+29
2010-03-05Rate limit batch buffer error.Chris Wilson1-5/+11
2010-03-04i915 XvMC: kill dead codeDaniel Vetter1-24/+0
2010-03-04Remove remaining fbOffset setting.Eric Anholt4-19/+1
2010-03-04Remove a piece of fbOffset cruft from non-DRM support.Eric Anholt1-6/+0
2010-03-04Remove i830_allocate_2d_memory() now that it only called one function.Eric Anholt3-23/+7
2010-03-04Init CRTC cursors with CRTC setup instead of i830_memory.Eric Anholt4-54/+21
2010-03-04Remove intel_sync() at teardown time.Eric Anholt1-2/+0
2010-03-04Remove 3D state clobber on EnterVT, and always clobber at batch start.Eric Anholt2-7/+3
2010-03-04Remove pre-2.6.29 error message handling since we require KMS.Eric Anholt1-9/+3
2010-03-04Move batch and 965 render state setup/teardown to screen init/close.Eric Anholt1-12/+12
2010-03-04i915_hwmc: Remove dead code.Carl Worth1-11/+0
2010-03-04uxa: Fix type mismatch to avoid compiler warning.Carl Worth1-1/+1
2010-03-04i830_video: Remove unused variable.Carl Worth1-1/+0
2010-03-04Xv: fixup relocation in i965_video.cDaniel Vetter1-1/+1
2010-03-04i830_memory: rip out the remainings of the old allocatorDaniel Vetter2-163/+0
2010-03-04XvMC: kill the pinned batchbuffer in the ddx codeDaniel Vetter4-53/+0
2010-03-04i915 XvMC: kill pinned surface buffer in the ddx codeDaniel Vetter3-254/+2
2010-03-04i915 XvMC: kill pinned per-context buffers in the ddx codeDaniel Vetter3-334/+1