summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-26Update version number to 2.10.9012.10.901Carl Worth1-1/+1
2010-02-26NEWS: Add notes for the 2.10.901 snapshot.Carl Worth1-0/+22
2010-02-26Remove dead code: fill_detailed_lvds_blockCarl Worth1-23/+0
2010-02-26kms: Fix LVDS mode list construction.Adam Jackson1-99/+41
2010-02-25NEWS: Fix typo (we just released 2.10 *not* 1.10)Carl Worth1-1/+1
2010-02-24In frame event handling, track drawable id instead of drawable pointer.Eric Anholt1-21/+44
2010-02-24Fix up a bunch of inconsistent 4-space indentation in i830_dri.cEric Anholt1-209/+213
2010-02-23Add new mobile Sandybridge PCI IDs.Eric Anholt2-1/+5
2010-02-23Add initial defines and probing for SandybridgeEric Anholt4-2/+43
2010-02-20Remove more DRI1 dead code.Eric Anholt9-346/+6
2010-02-20Remove dead i830_ring.h.Eric Anholt4-96/+0
2010-02-20Remove dead i830_display.h.Eric Anholt3-45/+1
2010-02-20Remove dead i830_bios.h.Eric Anholt3-633/+0
2010-02-20Remove the last tool now that it's been moved to gpu_tools.Eric Anholt5-123/+1
2010-02-20Remove swf_dumper. We have intel_mmio_read in gpu_tools to do this.Eric Anholt2-119/+1
2010-02-20Remove bios_reader now that it's moved to gpu_tools.Eric Anholt3-589/+2
2010-02-20Remove intel_hotplug tool now that it won't work with KMS.Eric Anholt6-318/+0
2010-02-20Remove dead i830_bios.c.Eric Anholt1-394/+0
2010-02-20Remove intel_gtt and intel_lid now that they're in gpu_tools.Eric Anholt3-278/+1
2010-02-20Remove xprintf.c from the old "I can't believe it's not an X Server" tools.Eric Anholt2-60/+1
2010-02-20Remove intel_statuspage, now that we have /debug/dri/0/i915_gem_hwsEric Anholt2-91/+0
2010-02-20Remove dead main.c from reg_dumper/Eric Anholt1-109/+0
2010-02-20Delete the audio dumping tool now that it lives in gpu_tools.Eric Anholt2-468/+1
2010-02-20uxa: Skip adjusting mask coordinates when no mask is present.Eric Anholt1-2/+4
2010-02-20Fix an unused variable warning for !INTEL_XVMC.Eric Anholt1-0/+2
2010-02-20Remove dead assignments noticed by clang.Eric Anholt9-51/+7
2010-02-20Remove stale junk in VideoRam setup, noticed by clang.Eric Anholt1-23/+6
2010-02-20Remove dead UMS CRTC resize code.Eric Anholt1-65/+0
2010-02-17dri2: Silence the compiler for an unused function with proto < 4Chris Wilson1-23/+23
2010-02-11DRI2: handle full height blits without tearing in CopyRegionJesse Barnes1-8/+32
2010-02-10Disable bo reuse on shadow framebufferJesse Barnes1-0/+2
2010-02-06config: remove dead LINUXDOC macro usageGaetan Nadon1-2/+0
2010-02-05DRI2: only use version 4 APIs if kernel support existsJesse Barnes1-7/+9
2010-01-31Initialize DRI2 info rec version 4 list of driver namesKeith Packard1-0/+7
2010-01-27uxa: Fix compatible_formats() for OVERChris Wilson1-2/+2
2010-01-25Extract pixel value for all formats to avoid hitting fallbacks.Chris Wilson1-25/+39
2010-01-25uxa: Adjust uxa_get_color_for_pixmap to match prototypeChris Wilson1-4/+4
2010-01-24uxa: Protect against a potential NULL src->Drawable referenceChris Wilson1-41/+78
2010-01-24uxa/uxa-render: Always remove useless repeats during composite.Chris Wilson1-8/+4
2010-01-24uxa: Increase amount of composite fallback verbageChris Wilson1-10/+21
2010-01-17intel: Use the compositing-aware colorkey filler instead of homebrew fail.Eric Anholt2-37/+4
2010-01-15Update Sun license notices to current X.Org standard formAlan Coopersmith1-22/+19
2010-01-13DRI2: if the swap condition is satisfied, complete it immediatelyJesse Barnes1-2/+18
2010-01-13DRI2: support new DRI2 APIsJesse Barnes4-6/+646
2010-01-08i965: Ensure that URB_FENCE is aligned to 64-bytesChris Wilson2-10/+36
2010-01-08uxa-glyphs: Enable TILING_X on glyph caches.Chris Wilson3-12/+14
2010-01-08i830: Do not use vtSema when chosing mapping type.Chris Wilson1-15/+11
2010-01-08Consolidate determining maximum sizes for use with GEMChris Wilson3-10/+12
2010-01-07Xv: don't enable XVMC port on unsupported configsDaniel Vetter1-2/+15
2010-01-07Xv: consolidate xmvc passthrough handlingDaniel Vetter1-51/+37