summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-09-28Revert "remove sync in i965_composite"exaZhenyu Wang1-0/+5
2007-09-28don't bother to memcpy for some small updatesZhenyu Wang1-3/+2
2007-09-28move i965 static state setupZhenyu Wang3-10/+10
2007-09-28remove sync in i965_compositeZhenyu Wang1-5/+0
2007-09-27more cleanupsroot1-139/+83
2007-09-27clean up state buffer setuproot1-46/+9
2007-09-27fix sf kernel offset for transform programroot1-1/+1
2007-09-27commit current i965 exa state buffer workroot1-288/+336
2007-09-27Pin cursor, overlay(no physical) and exa state buffersZhenyu Wang1-7/+7
2007-09-24Remove logic for supporting i915tex_dri.so vs. i915_dri.so.Eric Anholt1-21/+13
2007-09-21Merge branch 'buffer-objects'Eric Anholt9-335/+636
2007-09-20Merge remote branch 'origin/master' into buffer-objectsEric Anholt25-429/+845
2007-09-20Fix pixmap offsetHong Liu4-11/+9
2007-09-18Bug #12457: Let the ch7xxx driver probe the 7301Dmitry Babrovich1-0/+1
2007-09-12Remove unused plane->pipe mappings from SAREA privateJesse Barnes2-14/+3
2007-09-11Fix plane/pipe mapping compat codeJesse Barnes1-32/+37
2007-09-10Fix crash in ScreenInitJesse Barnes1-1/+1
2007-09-10Only swap planes and pipes if DRM supports itJesse Barnes4-31/+61
2007-09-06Switch to pci_device_map_range/pci_device_unmap_range APIs.Keith Packard5-121/+91
2007-09-05Fix G33 GTT stolen mem rangeZhenyu Wang1-0/+3
2007-08-28Don't set supported TV formats until after RandR initialized.Keith Packard1-0/+3
2007-08-28Limit TV formats to those supported by current connectionKeith Packard3-10/+48
2007-08-28Add register defines for hw binningKeith Packard1-0/+14
2007-08-28Fix build against pre-pci-rework xserver.Michel Dänzer1-0/+2
2007-08-28Fix i915 a8 color buffer blendingZhenyu Wang1-0/+11
2007-08-26i830_driver.c changes for libpciaccess.Keith Packard1-8/+129
2007-08-26i810_driver.c changes for libpciaccess.Keith Packard1-5/+239
2007-08-26Mechanical API conversions for libpciaccess.Keith Packard5-6/+25
2007-08-26Change DRI interface to fill in PCI data from new libpciaccess structure.Keith Packard2-9/+45
2007-08-26Add libpciaccess declarations to I810Rec and I830Rec.Keith Packard2-0/+23
2007-08-26Change IS_Ixxx tests to work with or without libpciaccess.Keith Packard1-20/+39
2007-08-26Intel driver configuration (only) changes for X server libpciaccess usage.Keith Packard3-5/+10
2007-08-26Sort quirk table, add Dell Latitude X1Keith Packard1-8/+16
2007-08-25Lenovo 201a is x60s, not x61sKeith Packard1-2/+2
2007-08-25Thinkpad X61s has no TV outKeith Packard1-0/+2
2007-08-17Make sure XV_PIPE is used whenever possible.Keith Packard1-2/+5
2007-08-17Tune acceleration architecture allocator sizes down.Eric Anholt1-3/+1
2007-08-17Replace AA allocator usage with i830_memory.c for RandR rotation.Eric Anholt5-111/+48
2007-08-17Use i830_memory.c instead of the AA's allocator for XV buffers.Eric Anholt4-141/+57
2007-08-16Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/driver/xf86-video...Jesse Barnes2-11/+12
2007-08-16Disambiguate plane and pipe mapping, use plane A on pipe B on pre-965 LVDSJesse Barnes4-33/+59
2007-08-16Add tiling information to BO layout description.Eric Anholt1-4/+11
2007-08-16Merge branch 'master' into buffer-objectsEric Anholt23-411/+650
2007-08-16i915: add support for render to a8Dave Airlie1-11/+11
2007-08-15intel: don't setup texOffsetStart unless using EXADave Airlie1-0/+1
2007-08-14Fix seg fault introduced in tiling patch when TV detectZhenyu Wang1-1/+1
2007-08-10Save/restore tile-mode offset registers DSPATILEOFF and DSPBTILEOFFKeith Packard2-0/+10
2007-08-10Set DSPATILEOFF/DSPBTILEOFF to handle 965 tiled frame buffers.Keith Packard1-0/+2
2007-08-10Add #if 0-ed fence debugging code. It's noisy, and of little use to most.Eric Anholt1-0/+32
2007-08-10Don't force tiling on if it is disabled in configuration but fbc is possible.Eric Anholt1-6/+0