summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-07Properly align framebuffer height for tiling.2.10Eric Anholt1-1/+1
2010-02-24Extract pixel value for all formats to avoid hitting fallbacks.Chris Wilson1-25/+39
2010-01-04configure.ac: Bump version to 2.10.0.2.10.0Carl Worth1-1/+1
2010-01-04NEWS: Add final release notes for the 2.10.0 release.Carl Worth1-9/+6
2010-01-04Take note for Pineview support in README and manpageZhenyu Wang2-1/+4
2010-01-04man page: Remove section describing BACKLIGHT_CONTROL property.Carl Worth1-24/+0
2010-01-04man page: Rename PANEL_FITTING to "scaling mode".Carl Worth1-2/+2
2010-01-04man page: Add additional indentation for some output configuration options.Carl Worth1-0/+4
2009-12-28configure.ac: use backticks rather than $() for cmd subsGaetan Nadon1-1/+1
2009-12-10Update version to 2.9.99.902.2.9.99.902Carl Worth1-1/+1
2009-12-10NEWS: Add notes for 2.9.99.902 (and preliminary notes for 2.10)Carl Worth1-5/+59
2009-12-10Document the DebugFlushBatches, DebugFlushCaches, and DebugWait options.Carl Worth1-0/+18
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 Wilson3-14/+12
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-07uxa: Cache solid fills.Chris Wilson3-0/+120
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-03Require libdrm 2.4.16Kristian Høgsberg1-1/+1
2009-12-02Update man page to reflect currently available optionsJesse Barnes1-145/+23
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
2009-12-02batch: Avoid flushing a NULL batchChris Wilson1-1/+1
2009-12-02uxa_check_composite: Minor whitespace.Chris Wilson1-13/+9
2009-12-02uxa_prepare_access() don't force a flush.Chris Wilson1-1/+1
2009-12-02Review use of errno after libdrm callChris Wilson6-15/+14
2009-12-02uxa: Review uxa_prepare_access() to remove potential nestingChris Wilson1-10/+8
2009-12-02i830: Simplify prepare_access / finish_accessChris Wilson1-16/+14
2009-12-01uxa: Don't treat prepare_access as a flush synchronisation point.Chris Wilson1-12/+0
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