summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-30Remove UMS support.woooooooEric Anholt58-20607/+186
2009-09-28Increment version to 2.9.02.9.0Carl Worth2-2/+3
2009-09-28NEWS: Add notes for the 2.9.0 release.Carl Worth1-10/+10
2009-09-22Increment version to 2.8.99.902Carl Worth1-1/+1
2009-09-22NEWS: Add notes for 2.8.99.9022.8.99.902Carl Worth1-0/+41
2009-09-22Add new backlight driver "samsung".Matthias Hopf2-0/+2
2009-09-22Skip setting tv format property if output crtc is NULLZhao Yakui1-1/+1
2009-09-22Check whether the DVI-I/D is connected or disconnected based on EDIDZhao Yakui1-0/+3
2009-09-22Revert "8xx: Fallback for any non-affine transformation."Chris Wilson1-11/+0
2009-09-22i8xx: Format projective texture coordinates correctly.Keith Packard2-14/+26
2009-09-22Check the correct Picture for error during creation.Chris Wilson1-1/+1
2009-09-21Split i915/i830 composite_emit_primitive into two functions.Keith Packard3-6/+179
2009-09-21Remove DGA support from the driver.Keith Packard1-5/+0
2009-09-21Remove vestigial internal rotation which broke KMS DGA/VidMode modesetting.Keith Packard3-44/+2
2009-09-218xx: Fallback for any non-affine transformation.Carl Worth1-0/+11
2009-09-21More dumps for Arrandale LVDSZhenyu Wang2-5/+23
2009-09-20Avoid fallbacks for a1 src/maskChris Wilson1-0/+68
2009-09-17Don't destroy bufmgr at CloseScreen timeKeith Packard1-3/+0
2009-09-17Make sure DRM output properties are freed after we're done with them.Keith Packard1-1/+5
2009-09-15Eliminate cursor flickerJesse Barnes1-0/+1
2009-09-14Avoid fallbacks for compositing gradient patternsChris Wilson4-132/+278
2009-09-09Update version to 2.8.99.901 for snapshot.2.8.99.901Carl Worth1-1/+1
2009-09-09NEWS: Add notes for the 2.8.99.901 snapshotCarl Worth1-0/+14
2009-09-09i915: Restore nearest samplingChris Wilson3-10/+13
2009-09-08Add B43 chipset supportZhenyu Wang3-1/+14
2009-09-05i830/i915: Set the sample position to the pixel center.Chris Wilson3-78/+105
2009-09-05i830: Update commentsChris Wilson1-2/+4
2009-09-05i830: Trim composite setupChris Wilson1-9/+9
2009-09-05i830: remove padding NOOPs from compositeChris Wilson1-7/+1
2009-09-05i830: do not use stale mask transformChris Wilson1-11/+4
2009-09-03Don't set backlight level if going on->on.Matthias Hopf1-1/+2
2009-09-03Use "Backlight" as backlight brightness property.Matthias Hopf1-7/+22
2009-09-03Add get_property support.Matthias Hopf1-4/+32
2009-09-03Don't ignore backlight level change to the same level.Matthias Hopf1-3/+2
2009-09-02Make DGA optionalZhenyu Wang2-1/+6
2009-08-31debug: i830_valid_command: Return invalid for subopcodes with no nameCarl Worth1-2/+0
2009-08-27 set correct value for indirect access check boundZou Nan hai1-1/+1
2009-08-25Fix SHM functions to work with server after 1.6.0Keith Packard2-27/+15
2009-08-25KMS: allocate one bo per crtc for cursorKeith Packard3-27/+42
2009-08-25Add cursor registers to debug dump output.Keith Packard1-1/+7
2009-08-25Reload cursors as needed when setting new modes.Keith Packard1-0/+2
2009-08-25Add KMS only build flagJesse Barnes2-2/+32
2009-08-21Add HDMI audio registersWu Fengguang2-0/+46
2009-08-21Add intel_audio reg dumping programWu Fengguang2-1/+462
2009-08-20kms: Don't use fb offset when using shadow bufferKristian Høgsberg1-1/+4
2009-08-18Align the height of untiled pixmaps to 2 lines as well.Eric Anholt1-2/+5
2009-08-18Print block length of backlight tableJesse Barnes1-1/+1
2009-08-18Dump LVDS backlight info from bios_readerJesse Barnes2-0/+72
2009-08-18Add BACKLIGHT property support in KMS case.Matthias Hopf1-0/+228
2009-08-18Fix VGA plane disablingZhenyu Wang1-18/+20