summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-03-04i830_memory: rip out the old video memory allocatorDaniel Vetter
2010-03-04i830_memory: kill i830_desribe_allocationsDaniel Vetter
2010-03-04i830_memory: rip out field "offset"Daniel Vetter
2010-03-04i830_memory: rip out field "end"Daniel Vetter
2010-03-04libIntelXvMC: kill ums leftoversDaniel Vetter
2010-03-04Xv: fixup XvMC on i915Daniel Vetter
2010-03-04Xv: fixup YUV plane offset for xvmc caseDaniel Vetter
2010-02-26Update version number to 2.10.9012.10.901Carl Worth
2010-02-26NEWS: Add notes for the 2.10.901 snapshot.Carl Worth
2010-02-26Remove dead code: fill_detailed_lvds_blockCarl Worth
2010-02-26kms: Fix LVDS mode list construction.Adam Jackson
2010-02-25NEWS: Fix typo (we just released 2.10 *not* 1.10)Carl Worth
2010-02-24In frame event handling, track drawable id instead of drawable pointer.Eric Anholt
2010-02-24Fix up a bunch of inconsistent 4-space indentation in i830_dri.cEric Anholt
2010-02-23Add new mobile Sandybridge PCI IDs.Eric Anholt
2010-02-23Add initial defines and probing for SandybridgeEric Anholt
2010-02-20Remove more DRI1 dead code.Eric Anholt
2010-02-20Remove dead i830_ring.h.Eric Anholt
2010-02-20Remove dead i830_display.h.Eric Anholt
2010-02-20Remove dead i830_bios.h.Eric Anholt
2010-02-20Remove the last tool now that it's been moved to gpu_tools.Eric Anholt
2010-02-20Remove swf_dumper. We have intel_mmio_read in gpu_tools to do this.Eric Anholt
2010-02-20Remove bios_reader now that it's moved to gpu_tools.Eric Anholt
2010-02-20Remove intel_hotplug tool now that it won't work with KMS.Eric Anholt
2010-02-20Remove dead i830_bios.c.Eric Anholt
2010-02-20Remove intel_gtt and intel_lid now that they're in gpu_tools.Eric Anholt
2010-02-20Remove xprintf.c from the old "I can't believe it's not an X Server" tools.Eric Anholt
2010-02-20Remove intel_statuspage, now that we have /debug/dri/0/i915_gem_hwsEric Anholt
2010-02-20Remove dead main.c from reg_dumper/Eric Anholt
2010-02-20Delete the audio dumping tool now that it lives in gpu_tools.Eric Anholt
2010-02-20uxa: Skip adjusting mask coordinates when no mask is present.Eric Anholt
2010-02-20Fix an unused variable warning for !INTEL_XVMC.Eric Anholt
2010-02-20Remove dead assignments noticed by clang.Eric Anholt
2010-02-20Remove stale junk in VideoRam setup, noticed by clang.Eric Anholt
2010-02-20Remove dead UMS CRTC resize code.Eric Anholt
2010-02-17dri2: Silence the compiler for an unused function with proto < 4Chris Wilson
2010-02-11DRI2: handle full height blits without tearing in CopyRegionJesse Barnes