summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-04-08Xv: fixup overlay stride confusionDaniel Vetter
2010-04-08i965 Xv: fix chroma pitchDaniel Vetter
2010-04-08libXvMC: rip out debug stuffDaniel Vetter
2010-04-08libXvMC: unify CreateSurfaceDaniel Vetter
2010-04-08libXvMC i915: kill unused context private fieldsDaniel Vetter
2010-04-08libXvMC: derive driver context from struct intel_xvmc_contextDaniel Vetter
2010-04-08libXvMC: unify DestroySurfaceDaniel Vetter
2010-04-08libXvMC: drop get_surface_status driver callbackDaniel Vetter
2010-04-08libXvMC i915: s/i915XvMCSurface/struct intel_xvmc_surface/Daniel Vetter
2010-04-08libXvMC i915: rip out unneeded surface fieldsDaniel Vetter
2010-04-08libXvMC: unify PutSurfaceDaniel Vetter
2010-04-08libXvMC: move drm_intel_bo to common intel_xvmc_surfaceDaniel Vetter
2010-04-08libXvMC: derive driver surfaces from struct intel_xvmc_surfaceDaniel Vetter
2010-04-08XvMC: kill intel_xvmc_commandDaniel Vetter
2010-04-08XvMC: dynamically allocate adaptorDaniel Vetter
2010-04-08XvMC: directly set driver type in context creationDaniel Vetter
2010-04-08XvMC: init driver in one function callDaniel Vetter
2010-04-08XvMC: move i965 specific stuff to common contextDaniel Vetter
2010-04-08XvMC: move i915 specific stuff to common contextDaniel Vetter
2010-04-08XvMC: unify destroy context functionDaniel Vetter
2010-04-08XvMC: clean up i830_hwmc.cDaniel Vetter
2010-04-08XvMC: unify surface functionsDaniel Vetter
2010-04-08i965 XvMC: don't create any surface state in the ddxDaniel Vetter
2010-04-08XvMC: unify subpicture functionsDaniel Vetter
2010-04-08XvMC: unify PutImage handlingDaniel Vetter
2010-04-08XvMC: merge *_hwmc.c into i830_hwmc.cDaniel Vetter
2010-04-08i915 XvMC: kill more subpict support remnantsDaniel Vetter
2010-04-08XvMC: everyone's using execbuffer!Daniel Vetter
2010-03-26DRI2: release our private front buffer ref when buffer swappingJesse Barnes
2010-03-25uxa: Perform the xrgb -> argb conversion not inplaceChris Wilson
2010-03-24i830: Clip solid fills to surface.Chris Wilson
2010-03-24uxa: Default to using TILING_X for pixmaps.Chris Wilson
2010-03-22Clear drmmode_output->mode_output in drmmode_output_destroy().Matthias Hopf
2010-03-22Initialize flip_count before using itLi Peng
2010-03-18intel: free bus id in error path after printing it out.Dave Airlie
2010-03-17i915: Correct preamble for emit_compositeChris Wilson
2010-03-16Fill alpha on xrgb images.Chris Wilson
2010-03-16i830: Remove coord-adjust for nearest centre-sampling.Chris Wilson
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