summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Properly align framebuffer height for tiling.2.10Eric Anholt2010-06-071-1/+1
* Extract pixel value for all formats to avoid hitting fallbacks.Chris Wilson2010-02-241-25/+39
* configure.ac: Bump version to 2.10.0.2.10.0Carl Worth2010-01-041-1/+1
* NEWS: Add final release notes for the 2.10.0 release.Carl Worth2010-01-041-9/+6
* Take note for Pineview support in README and manpageZhenyu Wang2010-01-042-1/+4
* man page: Remove section describing BACKLIGHT_CONTROL property.Carl Worth2010-01-041-24/+0
* man page: Rename PANEL_FITTING to "scaling mode".Carl Worth2010-01-041-2/+2
* man page: Add additional indentation for some output configuration options.Carl Worth2010-01-041-0/+4
* configure.ac: use backticks rather than $() for cmd subsGaetan Nadon2009-12-281-1/+1
* Update version to 2.9.99.902.2.9.99.902Carl Worth2009-12-101-1/+1
* NEWS: Add notes for 2.9.99.902 (and preliminary notes for 2.10)Carl Worth2009-12-101-5/+59
* Document the DebugFlushBatches, DebugFlushCaches, and DebugWait options.Carl Worth2009-12-101-0/+18
* Fix compiler warning in i830_copy_video_data() if XvMC is disabledTobias Doerffel2009-12-101-0/+2
* Xv: enable drmmode overlayDaniel Vetter2009-12-101-12/+0
* Revert "uxa-glyphs: Enable TILING_X on glyph caches."Chris Wilson2009-12-103-14/+12
* i965: Only use the affine kernels if both src and mask are affineChris Wilson2009-12-081-1/+1
* i965: Set src_filter before testing.Chris Wilson2009-12-081-2/+2
* Assert that we only call OUT_BATCH() inside a BATCHChris Wilson2009-12-081-1/+1
* i965: Maximum number of vertices per composite is 24, not 18Chris Wilson2009-12-081-2/+1
* uxa: Cache solid fills.Chris Wilson2009-12-073-0/+120
* batch: Ensure we send a MI_FLUSH in the block handler for TFPChris Wilson2009-12-0710-48/+35
* intel: And remember to flush the batch...Chris Wilson2009-12-041-0/+1
* Require libdrm 2.4.16Kristian Høgsberg2009-12-031-1/+1
* Update man page to reflect currently available optionsJesse Barnes2009-12-021-145/+23
* batch: Downgrade batch submission from a FatalError.Chris Wilson2009-12-021-1/+3
* Remove flush parameter from intel_batch_flush()Chris Wilson2009-12-028-37/+36
* Rename I830Sync() to intel_sync()Chris Wilson2009-12-025-7/+8
* batch: Avoid flushing a NULL batchChris Wilson2009-12-021-1/+1
* uxa_check_composite: Minor whitespace.Chris Wilson2009-12-021-13/+9
* uxa_prepare_access() don't force a flush.Chris Wilson2009-12-021-1/+1
* Review use of errno after libdrm callChris Wilson2009-12-026-15/+14
* uxa: Review uxa_prepare_access() to remove potential nestingChris Wilson2009-12-021-10/+8
* i830: Simplify prepare_access / finish_accessChris Wilson2009-12-021-16/+14
* uxa: Don't treat prepare_access as a flush synchronisation point.Chris Wilson2009-12-011-12/+0
* Add i830_bios.h and i830_display.h to EXTRA_DIST.2.9.99.901Carl Worth2009-11-301-2/+3
* NEWS: Note that the driver now has a hard dependency on KMS.Carl Worth2009-11-301-3/+8
* configure.ac: Bump version to 2.9.99.901.Carl Worth2009-11-301-1/+1
* NEWS: Add generic notes for the 2.9.99.901 snapshot.Carl Worth2009-11-301-0/+10
* uxa: Limit maximum size of tiled objectsChris Wilson2009-11-304-0/+32
* video-intel: remove i2c_vid.h from src/Makefile.amGaetan Nadon2009-11-301-1/+0
* uxa: Initialise lists for private pixmap structure.Chris Wilson2009-11-301-0/+3
* uxa: Remove cache flush for copyChris Wilson2009-11-301-3/+0
* Use new drmGetDeviceNameFromFd() for mapping to drm device nameKristian Høgsberg2009-11-302-27/+4
* i915: Disable centre-point sampling.Chris Wilson2009-11-301-3/+17
* i915: WhitespaceChris Wilson2009-11-301-6/+8
* debug: Enable dumping of batchbuffer [compile-time only]Chris Wilson2009-11-301-0/+10
* i915: Remove routing of alpha channel to green.Chris Wilson2009-11-301-12/+0
* i915: Fix missing texture offset for mask.Chris Wilson2009-11-301-3/+3
* debug: Don't always flush the batch when emitting a debugging flushChris Wilson2009-11-302-2/+5
* overlay: Fix build after 646b4a9483Chris Wilson2009-11-301-0/+1