summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-18Add hosted supporthosted-2Kristian Høgsberg5-6/+82
2010-10-13Fix driverName regression for i830 from 4083197aChris Wilson1-1/+1
2010-10-13Move EDID_COMPLETE_RAWDATA define to intel.h to avoid redifinition warningChris Wilson2-5/+5
2010-10-12Make driver compile for 1.6 Xserver series again. Part deux.Stefan Dirsch1-0/+5
2010-10-08dri: Check for pixmap privates before dereferencing themChris Wilson1-6/+12
2010-10-07Include a chipset generation number to clarify device specific paths.Chris Wilson13-162/+185
2010-10-06dri+shadow: Only tweak the acceleration of CopyRegion if using shadow.Chris Wilson1-17/+25
2010-10-06dri: Reattach the fake pixmap for the shadow scanout to the drawable.Chris Wilson1-14/+14
2010-10-06uxa: Skip a pixmap lookup if there is no driver finish access functionChris Wilson1-1/+2
2010-10-06uxa: Re-enable acceleration.Chris Wilson3-55/+48
2010-10-06Revert "Clear pixmap->devPrivate.ptr [regression in 7c7294e]"Chris Wilson2-5/+0
2010-10-06Clear pixmap->devPrivate.ptr [regression from 7c7294e]Chris Wilson2-0/+5
2010-10-05shadow: Use a cacheable shadow for all generationsChris Wilson1-19/+41
2010-10-04shadow: Enable shadow by default on SandyBridgeChris Wilson1-3/+8
2010-10-04shadow: Disable BLT for SandyBridgeChris Wilson1-1/+1
2010-10-04shadow+dri2: Allow dri2 to be independently enabled with shadowChris Wilson5-63/+198
2010-10-04shadow: Map the scanout directly on i8xxChris Wilson1-62/+33
2010-10-04Split shadow handling routines to their own file.Chris Wilson4-176/+216
2010-10-02Do not claim the PCI device if !KMSChris Wilson2-39/+42
2010-10-02legacy/i810: Remove pVisualConfigsChris Wilson2-7/+0
2010-10-01video: Disable TextureAdaptor for SandybridgeChris Wilson1-1/+1
2010-09-30Always use tiling on SandybridgeZhenyu Wang2-1/+3
2010-09-28Increment version to 2.12.902Carl Worth1-1/+1
2010-09-28Add release notes for the 2.12.902 snapshot.Carl Worth1-0/+14
2010-09-28Fix to depend on the (just-released) libdrm >= 2.4.22Carl Worth1-1/+1
2010-09-26Retry framebuffer allocation if first attempt fails.Chris Wilson1-0/+4
2010-09-26Disable dri2 after forcing fallbacksChris Wilson2-53/+60
2010-09-22Make driver compile for 1.6 Xserver series again.Matthias Hopf4-0/+18
2010-09-22display: Refactor is_panel()Chris Wilson1-4/+9
2010-09-21Bump version to 2.12.901Carl Worth1-1/+1
2010-09-21NEWS: Add notes for the 2.12.901 snapshotCarl Worth1-2/+45
2010-09-21Allow interlaced modes.Krzysztof Halasa3-2/+15
2010-09-17Disable swap buffer wait on SandybridgeZhenyu Wang1-0/+3
2010-09-16Add alternate pci-id for B43Chris Wilson2-0/+6
2010-09-13uxa: Apply source clipping to blitsChris Wilson1-1/+28
2010-09-10shadow: Simply modify the Screen pixmap headerChris Wilson3-49/+46
2010-09-10display: Free the EDID blob after we copy it to the output, not before.Chris Wilson1-2/+3
2010-09-08Enable a shadow buffer and disable GPU acceleration.Chris Wilson11-62/+342
2010-09-07KMS: initialize backlight support for eDP panels tooJesse Barnes1-1/+2
2010-09-07KMS: rename LVDS fields to reflect actual usageJesse Barnes1-18/+18
2010-09-07KMS: add fake EDID on eDP tooJesse Barnes1-1/+2
2010-09-07display: Query current level after finding max value.Chris Wilson1-1/+1
2010-09-07Add more sandybridge graphics device idsZhenyu Wang2-12/+48
2010-09-04display: Set MONITOR_EDID_COMPLETE_RAWDATA for large EDIDsChris Wilson1-7/+9
2010-09-04Force use of GTT and fence registers for mapping tiled objectsChris Wilson1-21/+14
2010-08-26Revert "Leave adjustment of backlight to the driver."Chris Wilson1-10/+45
2010-08-25uxa: Fallback if faced with large A1 glyphs.Chris Wilson1-6/+4
2010-08-25Leave adjustment of backlight to the driver.Chris Wilson1-45/+10
2010-08-23Add sandybridge D0 supportZhenyu Wang2-1/+4
2010-08-22display: Use the native intel backlight controllerChris Wilson1-2/+3