summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-07Properly align framebuffer height for tiling.2.10Eric Anholt
2010-02-24Extract pixel value for all formats to avoid hitting fallbacks.Chris Wilson
2010-01-04configure.ac: Bump version to 2.10.0.2.10.0Carl Worth
2010-01-04NEWS: Add final release notes for the 2.10.0 release.Carl Worth
2010-01-04Take note for Pineview support in README and manpageZhenyu Wang
2010-01-04man page: Remove section describing BACKLIGHT_CONTROL property.Carl Worth
2010-01-04man page: Rename PANEL_FITTING to "scaling mode".Carl Worth
2010-01-04man page: Add additional indentation for some output configuration options.Carl Worth
2009-12-28configure.ac: use backticks rather than $() for cmd subsGaetan Nadon
2009-12-10Update version to 2.9.99.902.2.9.99.902Carl Worth
2009-12-10NEWS: Add notes for 2.9.99.902 (and preliminary notes for 2.10)Carl Worth
2009-12-10Document the DebugFlushBatches, DebugFlushCaches, and DebugWait options.Carl Worth
2009-12-10Fix compiler warning in i830_copy_video_data() if XvMC is disabledTobias Doerffel
2009-12-10Xv: enable drmmode overlayDaniel Vetter
2009-12-10Revert "uxa-glyphs: Enable TILING_X on glyph caches."Chris Wilson
2009-12-08i965: Only use the affine kernels if both src and mask are affineChris Wilson
2009-12-08i965: Set src_filter before testing.Chris Wilson
2009-12-08Assert that we only call OUT_BATCH() inside a BATCHChris Wilson
2009-12-08i965: Maximum number of vertices per composite is 24, not 18Chris Wilson
2009-12-07uxa: Cache solid fills.Chris Wilson
2009-12-07batch: Ensure we send a MI_FLUSH in the block handler for TFPChris Wilson
2009-12-04intel: And remember to flush the batch...Chris Wilson
2009-12-03Require libdrm 2.4.16Kristian Høgsberg
2009-12-02Update man page to reflect currently available optionsJesse Barnes
2009-12-02batch: Downgrade batch submission from a FatalError.Chris Wilson
2009-12-02Remove flush parameter from intel_batch_flush()Chris Wilson
2009-12-02Rename I830Sync() to intel_sync()Chris Wilson
2009-12-02batch: Avoid flushing a NULL batchChris Wilson
2009-12-02uxa_check_composite: Minor whitespace.Chris Wilson
2009-12-02uxa_prepare_access() don't force a flush.Chris Wilson
2009-12-02Review use of errno after libdrm callChris Wilson
2009-12-02uxa: Review uxa_prepare_access() to remove potential nestingChris Wilson
2009-12-02i830: Simplify prepare_access / finish_accessChris Wilson
2009-12-01uxa: Don't treat prepare_access as a flush synchronisation point.Chris Wilson
2009-11-30Add i830_bios.h and i830_display.h to EXTRA_DIST.2.9.99.901Carl Worth
2009-11-30NEWS: Note that the driver now has a hard dependency on KMS.Carl Worth
2009-11-30configure.ac: Bump version to 2.9.99.901.Carl Worth
2009-11-30NEWS: Add generic notes for the 2.9.99.901 snapshot.Carl Worth
2009-11-30uxa: Limit maximum size of tiled objectsChris Wilson
2009-11-30video-intel: remove i2c_vid.h from src/Makefile.amGaetan Nadon
2009-11-30uxa: Initialise lists for private pixmap structure.Chris Wilson
2009-11-30uxa: Remove cache flush for copyChris Wilson
2009-11-30Use new drmGetDeviceNameFromFd() for mapping to drm device nameKristian Høgsberg
2009-11-30i915: Disable centre-point sampling.Chris Wilson
2009-11-30i915: WhitespaceChris Wilson
2009-11-30debug: Enable dumping of batchbuffer [compile-time only]Chris Wilson
2009-11-30i915: Remove routing of alpha channel to green.Chris Wilson
2009-11-30i915: Fix missing texture offset for mask.Chris Wilson
2009-11-30debug: Don't always flush the batch when emitting a debugging flushChris Wilson
2009-11-30overlay: Fix build after 646b4a9483Chris Wilson