summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-08-26Sort quirk table, add Dell Latitude X1Keith Packard
2007-08-25Lenovo 201a is x60s, not x61sKeith Packard
2007-08-25Thinkpad X61s has no TV outKeith Packard
2007-08-17Make sure XV_PIPE is used whenever possible.Keith Packard
2007-08-17Tune acceleration architecture allocator sizes down.Eric Anholt
2007-08-17Replace AA allocator usage with i830_memory.c for RandR rotation.Eric Anholt
2007-08-17Use i830_memory.c instead of the AA's allocator for XV buffers.Eric Anholt
2007-08-16Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/driver/xf86-video...Jesse Barnes
2007-08-16Disambiguate plane and pipe mapping, use plane A on pipe B on pre-965 LVDSJesse Barnes
2007-08-16Add tiling information to BO layout description.Eric Anholt
2007-08-16Merge branch 'master' into buffer-objectsEric Anholt
2007-08-16i915: add support for render to a8Dave Airlie
2007-08-15intel: don't setup texOffsetStart unless using EXADave Airlie
2007-08-14Fix seg fault introduced in tiling patch when TV detectZhenyu Wang
2007-08-10Save/restore tile-mode offset registers DSPATILEOFF and DSPBTILEOFFKeith Packard
2007-08-10Set DSPATILEOFF/DSPBTILEOFF to handle 965 tiled frame buffers.Keith Packard
2007-08-10Add #if 0-ed fence debugging code. It's noisy, and of little use to most.Eric Anholt
2007-08-10Don't force tiling on if it is disabled in configuration but fbc is possible.Eric Anholt
2007-08-10Fix stack-smashing in the last commit.Eric Anholt
2007-08-10Attempt to fix several front buffer tiling failure cases.Eric Anholt
2007-08-10Clean up tv mode name allocation and copy.Keith Packard
2007-08-10Cleanup tiling and FBC driver output.Jesse Barnes
2007-08-10Enable tiling by default on 965.Jesse Barnes
2007-08-10Tiling fixes for 965Jesse Barnes
2007-08-09i965: increase composite vertex buffer size and alignment to be safeDave Airlie
2007-08-09i965: fix memcpy of the sf_kernel when a mask is neededDave Airlie
2007-08-08Allow 965 composite acceleration to A8 destinations.Carl Worth
2007-08-08Bug #11593: Remove dead struct vch_bdb_20 which was angering the sun compiler.Eric Anholt
2007-08-07Merge branch 'origin'Eric Anholt
2007-08-07Fix EXA rendering with tiled front buffer on pre-965.Eric Anholt
2007-08-07Fixup pitch in Prepare* functions, since actual hooks mayJesse Barnes
2007-08-07Define INTEL_VERSION_MAJOR/MINOR/PATCH using PACKAGE_VERSION_*Brice Goglin
2007-08-06Remove 4k offset checks from Copy & Solid hooks.Jesse Barnes
2007-08-06Fix accumulated whitespace nits in i830_exa.cEric Anholt
2007-08-06More tiled rendering fixes: - check for tiling, not just offset in PrepareSol...Jesse Barnes
2007-08-06Add the file mode for bios_dumper output so it doesn't have 000 permissions.Eric Anholt
2007-08-06Quirk away the nonexistent TV connector on the Panasonic CF-Y4.Eric Anholt
2007-08-03Limit Solid & Copy offsets to 4k when rendering to tiled targetsJesse Barnes
2007-08-03Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/driver/xf86-video...Jesse Barnes
2007-08-03Tiled rendering & fbc fixes:Jesse Barnes
2007-08-02Mark DRI buffers as shareable, and pass their buffer handles through the SAREA.Eric Anholt
2007-07-31Legacy backlight changes:Jesse Barnes
2007-07-28Update Lenovo TV quirk infoZhenyu Wang
2007-07-27Pin some buffer objects at creation time, which can't be moved yet.Eric Anholt
2007-07-27Delay the first screen pixmap update to CreateScreenResources.Eric Anholt
2007-07-27Use the dontMapFramebuffer option available with DRIINFO 5.4.Eric Anholt
2007-07-27Add another Lenovo TV output quirkWang Zhenyu
2007-07-27Add quirk supportWang Zhenyu
2007-07-26Use new drmBOSetPin interface instead of NO_EVICT/NO_MOVE buffers.Eric Anholt
2007-07-25When TTM is available, use it instead of manual AGP allocations when possible.Eric Anholt