summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Anholt4-122/+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 Anholt5-317/+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-20Fix an unused variable warning for !INTEL_XVMC.Eric Anholt1-0/+2
2010-02-20Remove dead assignments noticed by clang.Eric Anholt7-48/+6
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-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-17intel: Use the compositing-aware colorkey filler instead of homebrew fail.Eric Anholt2-37/+4
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 Wilson2-11/+11
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
2010-01-07Xv: hide ugly semantics in i830_clip_video_helperDaniel Vetter1-51/+41
2010-01-07Xv: move users of x1, x2, y1, y2 to PutImageDaniel Vetter1-14/+24
2010-01-07Xv: kill unnecessary parameters for hw PutImage functionsDaniel Vetter4-11/+8
2010-01-07Xv: kill an unnecessary ifDaniel Vetter1-14/+13
2010-01-07Xv: split up I830PutImage into textured and !textured caseDaniel Vetter2-51/+99
2009-12-10Fix compiler warning in i830_copy_video_data() if XvMC is disabledTobias Doerffel1-0/+2
2009-12-10Xv: enable drmmode overlayDaniel Vetter1-12/+0
2009-12-10Revert "uxa-glyphs: Enable TILING_X on glyph caches."Chris Wilson2-11/+11
2009-12-08i965: Only use the affine kernels if both src and mask are affineChris Wilson1-1/+1
2009-12-08i965: Set src_filter before testing.Chris Wilson1-2/+2
2009-12-08Assert that we only call OUT_BATCH() inside a BATCHChris Wilson1-1/+1
2009-12-08i965: Maximum number of vertices per composite is 24, not 18Chris Wilson1-2/+1
2009-12-07batch: Ensure we send a MI_FLUSH in the block handler for TFPChris Wilson10-48/+35
2009-12-04intel: And remember to flush the batch...Chris Wilson1-0/+1
2009-12-02batch: Downgrade batch submission from a FatalError.Chris Wilson1-1/+3
2009-12-02Remove flush parameter from intel_batch_flush()Chris Wilson8-37/+36
2009-12-02Rename I830Sync() to intel_sync()Chris Wilson5-7/+8