summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "remove sync in i965_composite"exaZhenyu Wang2007-09-281-0/+5
* don't bother to memcpy for some small updatesZhenyu Wang2007-09-281-3/+2
* move i965 static state setupZhenyu Wang2007-09-283-10/+10
* remove sync in i965_compositeZhenyu Wang2007-09-281-5/+0
* more cleanupsroot2007-09-271-139/+83
* clean up state buffer setuproot2007-09-271-46/+9
* fix sf kernel offset for transform programroot2007-09-271-1/+1
* commit current i965 exa state buffer workroot2007-09-271-288/+336
* Pin cursor, overlay(no physical) and exa state buffersZhenyu Wang2007-09-271-7/+7
* Remove logic for supporting i915tex_dri.so vs. i915_dri.so.Eric Anholt2007-09-241-21/+13
* Merge branch 'buffer-objects'Eric Anholt2007-09-219-335/+636
|\
| * Merge remote branch 'origin/master' into buffer-objectsEric Anholt2007-09-2025-429/+845
| |\
| * | Add tiling information to BO layout description.Eric Anholt2007-08-161-4/+11
| * | Merge branch 'master' into buffer-objectsEric Anholt2007-08-1623-411/+650
| |\ \
| * | | Mark DRI buffers as shareable, and pass their buffer handles through the SAREA.Eric Anholt2007-08-025-8/+43
| * | | Pin some buffer objects at creation time, which can't be moved yet.Eric Anholt2007-07-273-60/+161
| * | | Delay the first screen pixmap update to CreateScreenResources.Eric Anholt2007-07-271-10/+47
| * | | Use the dontMapFramebuffer option available with DRIINFO 5.4.Eric Anholt2007-07-271-56/+50
| * | | Use new drmBOSetPin interface instead of NO_EVICT/NO_MOVE buffers.Eric Anholt2007-07-264-24/+122
| * | | When TTM is available, use it instead of manual AGP allocations when possible.Eric Anholt2007-07-256-257/+283
* | | | Fix pixmap offsetHong Liu2007-09-204-11/+9
| |_|/ |/| |
* | | Bug #12457: Let the ch7xxx driver probe the 7301Dmitry Babrovich2007-09-181-0/+1
* | | Remove unused plane->pipe mappings from SAREA privateJesse Barnes2007-09-122-14/+3
* | | Fix plane/pipe mapping compat codeJesse Barnes2007-09-111-32/+37
* | | Fix crash in ScreenInitJesse Barnes2007-09-101-1/+1
* | | Only swap planes and pipes if DRM supports itJesse Barnes2007-09-104-31/+61
* | | Switch to pci_device_map_range/pci_device_unmap_range APIs.Keith Packard2007-09-065-121/+91
* | | Fix G33 GTT stolen mem rangeZhenyu Wang2007-09-051-0/+3
* | | Don't set supported TV formats until after RandR initialized.Keith Packard2007-08-281-0/+3
* | | Limit TV formats to those supported by current connectionKeith Packard2007-08-283-10/+48
* | | Add register defines for hw binningKeith Packard2007-08-281-0/+14
* | | Fix build against pre-pci-rework xserver.Michel Dänzer2007-08-281-0/+2
* | | Fix i915 a8 color buffer blendingZhenyu Wang2007-08-281-0/+11
* | | i830_driver.c changes for libpciaccess.Keith Packard2007-08-261-8/+129
* | | i810_driver.c changes for libpciaccess.Keith Packard2007-08-261-5/+239
* | | Mechanical API conversions for libpciaccess.Keith Packard2007-08-265-6/+25
* | | Change DRI interface to fill in PCI data from new libpciaccess structure.Keith Packard2007-08-262-9/+45
* | | Add libpciaccess declarations to I810Rec and I830Rec.Keith Packard2007-08-262-0/+23
* | | Change IS_Ixxx tests to work with or without libpciaccess.Keith Packard2007-08-261-20/+39
* | | Intel driver configuration (only) changes for X server libpciaccess usage.Keith Packard2007-08-263-5/+10
* | | Sort quirk table, add Dell Latitude X1Keith Packard2007-08-261-8/+16
* | | Lenovo 201a is x60s, not x61sKeith Packard2007-08-251-2/+2
* | | Thinkpad X61s has no TV outKeith Packard2007-08-251-0/+2
* | | Make sure XV_PIPE is used whenever possible.Keith Packard2007-08-171-2/+5
* | | Tune acceleration architecture allocator sizes down.Eric Anholt2007-08-171-3/+1
* | | Replace AA allocator usage with i830_memory.c for RandR rotation.Eric Anholt2007-08-175-111/+48
* | | Use i830_memory.c instead of the AA's allocator for XV buffers.Eric Anholt2007-08-174-141/+57
* | | Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/driver/xf86-video...Jesse Barnes2007-08-162-11/+12
|\ \ \ | | |/ | |/|
| * | i915: add support for render to a8Dave Airlie2007-08-161-11/+11
| * | intel: don't setup texOffsetStart unless using EXADave Airlie2007-08-151-0/+1