summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-03-14Bump to 1.9.92 for RC2.xf86-video-intel-1.9.92Eric Anholt1-1/+1
2007-03-14Make sure the legacy texture area is there when needed.Michel Dänzer3-1/+12
2007-03-13Refine the i855 LVDS clock code. In particular, p2 is always 14.Eric Anholt2-34/+34
2007-03-13Get SDVO DPMS working on the Mac Mini by writing SDVOB and SDVOC together.Eric Anholt2-11/+78
2007-03-13Use a POSTING_READ(reg) macro instead of using the (void)INREG(reg) pattern.Eric Anholt4-17/+18
2007-03-13Add PCI write posting protection to i2c putbits.Eric Anholt1-0/+1
2007-03-13Add write posting protection for the SDVO DPMS-on path.Eric Anholt1-0/+2
2007-03-13Replace #if 0ed LVDS register setting with updated comment.Eric Anholt1-6/+2
2007-03-13Add write posting protections to relevant register writes in the mode-set path.Eric Anholt1-14/+28
2007-03-13Fix uninitialized string use in SDVO non-TMDS case.Eric Anholt1-0/+1
2007-03-12Make the 965 use Y-major tiling for the depth buffer, as required by the spec.Eric Anholt1-1/+8
2007-03-12Fix build against released libdrm.Michel Dänzer1-17/+17
2007-03-12Defer flipping pages back to normal until the end of the DRI block handler.Michel Dänzer1-28/+32
2007-03-12Disable page flipping if the DRM is older than 1.9.Michel Dänzer1-0/+8
2007-03-12Fix attempt to flip pages back to normal when the last 3D window disappears.Michel Dänzer2-4/+48
2007-03-12Remove unused have3DWindows from pI830.Michel Dänzer2-4/+0
2007-03-11fixup missing assert includesDave Airlie4-0/+4
2007-03-11fixup brace alignment for older X.orgDave Airlie1-1/+1
2007-03-11add XMODES flags to the i2c driversDave Airlie4-4/+4
2007-03-09Don't crash when the SAREA pointer is NULL.Michel Dänzer1-0/+6
2007-03-09Revert change accidentally included in previous commit.Michel Dänzer1-1/+1
2007-03-09Update SAREA pipe sizes in i830_crtc_dpms instead of i830PipeSetBase.Michel Dänzer2-5/+23
2007-03-09Merge remote branch 'origin/master' into i830-pageflipMichel Dänzer3-3/+10
2007-03-09Merge remote branch 'origin/master' into i830-pageflipMichel Dänzer5-128/+18
2007-03-07Bug #10157: Fix cursor corruption on server regen.Eric Anholt1-0/+2
2007-03-07Add some additional checks when XAA is enabled.Alan Hourihane2-3/+8
2007-03-06Remove usage of 'shadow' module. Use xf86CrtcScreenInit.Keith Packard4-176/+8
2007-03-06Bug #9898: Fix a crash with NoAccel set.Eric Anholt1-2/+4
2007-03-06Remove leftover code that was disabling tiling after we set it up.Eric Anholt1-14/+0
2007-03-06Make the depth buffer X tiled instead of Y, and fix a Y tiling nit on 945.Eric Anholt1-3/+5
2007-03-06Continue to allocate the legacy texture pool by default.Eric Anholt1-2/+1
2007-03-06Fix build failure.Michel Dänzer1-2/+3
2007-03-06Fix reduced DRI memory manager size.Michel Dänzer1-1/+1
2007-03-06Fix some conditionals related to triple buffering.Michel Dänzer1-13/+19
2007-03-06Unify allocation of back buffers.Michel Dänzer1-59/+18
2007-03-06Remove warnings about potential artifacts with page flipping and mixed 2D/3D.Michel Dänzer1-3/+3
2007-03-06Merge remote branch 'origin/master' into i830-pageflipMichel Dänzer6-202/+67
2007-03-05Move EnterVT mode setting code to xf86SetDesiredModes.Keith Packard4-43/+9
2007-03-06Merge branch 'master' of git://proxy.ims.intel.com:9419/git/xorg/driver/xf86-...Wang Zhenyu2-142/+1
2007-03-06EXA: try to always alloc exa i965 state buffer in stolen memWang Zhenyu1-11/+14
2007-03-05Merge branch 'modesetting'Keith Packard2-142/+1
2007-03-05Move single mode setting code to X server.Keith Packard1-141/+0
2007-03-05Merge remote branch 'origin/master' into i830-pageflipMichel Dänzer59-8877/+3587
2007-03-05Fix DRM memory manager initialization.Michel Dänzer1-4/+8
2007-03-05Fix handling of new vs. old texture pools.Michel Dänzer1-5/+35
2007-03-05Be more verbose when page flipping can't be enabled for various reasons.Michel Dänzer3-11/+31
2007-03-04Merge branch 'modesetting'Eric Anholt98-14588/+20881
2007-03-04Set version number to 2.0 RC1 (1.9.91).xf86-video-intel-1.9.91Keith Packard1-1/+1
2007-03-04Support new CRTC/Output prepare/commit hooks.Keith Packard7-0/+40
2007-03-04Fix a crash with XAA and DRI disabled after the allocation rework.Eric Anholt1-2/+4