summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-30Add i830_bios.h and i830_display.h to EXTRA_DIST.2.9.99.901Carl Worth1-2/+3
2009-11-30NEWS: Note that the driver now has a hard dependency on KMS.Carl Worth1-3/+8
2009-11-30configure.ac: Bump version to 2.9.99.901.Carl Worth1-1/+1
2009-11-30NEWS: Add generic notes for the 2.9.99.901 snapshot.Carl Worth1-0/+10
2009-11-30uxa: Limit maximum size of tiled objectsChris Wilson4-0/+32
2009-11-30video-intel: remove i2c_vid.h from src/Makefile.amGaetan Nadon1-1/+0
2009-11-30uxa: Initialise lists for private pixmap structure.Chris Wilson1-0/+3
2009-11-30uxa: Remove cache flush for copyChris Wilson1-3/+0
2009-11-30Use new drmGetDeviceNameFromFd() for mapping to drm device nameKristian Høgsberg2-27/+4
2009-11-30i915: Disable centre-point sampling.Chris Wilson1-3/+17
2009-11-30i915: WhitespaceChris Wilson1-6/+8
2009-11-30debug: Enable dumping of batchbuffer [compile-time only]Chris Wilson1-0/+10
2009-11-30i915: Remove routing of alpha channel to green.Chris Wilson1-12/+0
2009-11-30i915: Fix missing texture offset for mask.Chris Wilson1-3/+3
2009-11-30debug: Don't always flush the batch when emitting a debugging flushChris Wilson2-2/+5
2009-11-30overlay: Fix build after 646b4a9483Chris Wilson1-0/+1
2009-11-30uxa-glyphs: Enable TILING_X on glyph caches.Chris Wilson3-12/+14
2009-11-30uxa: PutImage accelerationChris Wilson1-0/+161
2009-11-29Only flush batch during prepare access if it may modify the pixmap.Chris Wilson1-8/+18
2009-11-29batch: Emit a 'pipelined' flush when using a dirty source.Chris Wilson4-3/+22
2009-11-29batch: Track pixmap domains.Chris Wilson8-135/+340
2009-11-29uxa-glyphs: Stream uploads via temporary boChris Wilson1-1/+25
2009-11-29Cleanup a few compiler warnings.Chris Wilson3-5/+4
2009-11-23Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+1
2009-11-20Makefile.am: Add missing .g4i to be included in the tar file.Daniel Kahn Gillmor2-0/+7
2009-11-14INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon1-1/+0
2009-11-14INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2-3/+6
2009-11-14Several driver modules do not have a ChangeLog target in Makefile.am #23814Gaetan Nadon2-4/+12
2009-11-14.gitignore: use common defaults with custom section # 24239Gaetan Nadon2-12/+0
2009-11-14.gitignore: use common defaults with custom section # 24239Gaetan Nadon3-14/+67
2009-11-13i915: Derive the correct target color from the pixmap by checking its formatChris Wilson4-19/+58
2009-11-13uxa: Do not remove repeat from solids for 1x1 composites.Chris Wilson1-3/+6
2009-11-10i915: Fix texture sampling coordinates.Chris Wilson1-2/+6
2009-11-10i915: Use the color channels to pass along solid sources and masks.Chris Wilson2-165/+241
2009-11-10i915: Check for overflow before overflowing.Chris Wilson1-5/+6
2009-11-10Check that batch buffers are atomic.Chris Wilson11-32/+43
2009-11-10uxa: Force alpha bits to fill remaining bitsChris Wilson1-0/+2
2009-11-05Revert "configure: make --disable-dri work even if the server supports DRI"Eric Anholt6-31/+61
2009-11-05Fix "Remove flow-control macros for fallbacks in the 2D driver."Eric Anholt1-6/+9
2009-11-05Kill some more #defines only needed for User-ModesettingDaniel Vetter1-7/+0
2009-11-05Remove flow-control macros for fallbacks in the 2D driver.Eric Anholt5-133/+271
2009-11-05Increase stride limit for IGDNGJesse Barnes1-0/+3
2009-11-05configure: drop some more cruftRémi Cardona1-12/+1
2009-11-05configure: use CWARNFLAGS from xorg-macros.m4Rémi Cardona6-16/+5
2009-11-05configure: make --disable-dri work even if the server supports DRIRémi Cardona6-60/+31
2009-11-05configure: group system header checks at the topRémi Cardona1-5/+1
2009-11-05configure: check for libdrm and libpciaccess earlierRémi Cardona1-6/+4
2009-10-26Fix crash in uxa_acquire_pattern when pDst is NULLAlbert Damen1-0/+2
2009-10-19Fix 64-bit compiler warnings in intel_xvmc_dump_render().Thomas Arnhold1-5/+5
2009-10-19XVMC: Use XCB DRI2 instead of cargo-culting our own copy of Xlib stuff. (v2)Eric Anholt5-414/+82