summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
AgeCommit message (Expand)Author
2007-07-02Enable framebuffer compression (use Option "FrameBufferCompression"Jesse Barnes
2007-06-12Fix context switching between DRI and X.Eric Anholt
2007-06-05Add support for the G33, Q33, and Q35 chipsets.Wang Zhenyu
2007-05-31Add pci ids for 945GMEWang Zhenyu
2007-05-31Add pci ids for 965GME/GLE chipWang Zhenyu
2007-05-25Xv does not require directRenderingKeith Packard
2007-05-17Make each output control clones/crtcs. Split DVO into LVDS, TMDS, TV.Keith Packard
2007-05-12Deal with i830 CRT load detection which cannot use FORCE_BORDER.Keith Packard
2007-05-02Fix typo s/i/index/ in LoadPalette for depth 16.Eric Anholt
2007-05-02Disable non-working GTT decoding on i830, and fix map/unmap of GTT.Eric Anholt
2007-05-02disable all outputs on EnterVTDave Airlie
2007-04-30Ignore VideoRam now that its original purpose is obsolete.Eric Anholt
2007-04-30Allow physical-memory allocations within stolen memory.Eric Anholt
2007-04-30Disable some clock gating functions documented to work incorrectly.Eric Anholt
2007-04-19Eliminate LinearAlloc option and code.Keith Packard
2007-04-19Fix mismatching braces when XF86DRI_MM is not defined.Keith Packard
2007-04-17Don't try to init the XAA linear region unless we allocated memory for it.Eric Anholt
2007-04-09Avoid a magic number and correct a (currently harmless) ifdef in ResetState().Eric Anholt
2007-04-03Move a bunch of debugging verbosity under Option "ModeDebug".Eric Anholt
2007-03-24Merge git://proxy01.pd.intel.com:9419/git/xorg/driver/xf86-video-intel into c...Nian Wu
2007-03-23Record 3D state loss at EnterVT in last_3d value.Keith Packard
2007-03-23Don't call AdjustFrame on EnterVT.Keith Packard
2007-03-20Merge branch 'master' into crestlineEric Anholt
2007-03-20Attempt to fix single/dual-channel issues on i9xx LVDS panels.Eric Anholt
2007-03-20Merge branch 'master' of git://proxy.ims.intel.com:9419/git/xorg/driver/xf86-...Wang Zhenyu
2007-03-17Build fix for pre-XF86DRI_MM environments.Keith Packard
2007-03-15Fix sparse warnings about using 0 for NULL.Eric Anholt
2007-03-15Use new driver-independent CRTC-based cursor layer.Keith Packard
2007-03-11fixup missing assert includesDave Airlie
2007-03-09Merge remote branch 'origin/master' into i830-pageflipMichel Dänzer
2007-03-09Merge remote branch 'origin/master' into i830-pageflipMichel Dänzer
2007-03-07Bug #10157: Fix cursor corruption on server regen.Eric Anholt
2007-03-06Remove usage of 'shadow' module. Use xf86CrtcScreenInit.Keith Packard
2007-03-06Bug #9898: Fix a crash with NoAccel set.Eric Anholt
2007-03-06Remove leftover code that was disabling tiling after we set it up.Eric Anholt
2007-03-06Continue to allocate the legacy texture pool by default.Eric Anholt
2007-03-06Fix reduced DRI memory manager size.Michel Dänzer
2007-03-06Merge remote branch 'origin/master' into i830-pageflipMichel Dänzer
2007-03-05Move EnterVT mode setting code to xf86SetDesiredModes.Keith Packard
2007-03-05Merge remote branch 'origin/master' into i830-pageflipMichel Dänzer
2007-03-05Fix DRM memory manager initialization.Michel Dänzer
2007-03-05Merge branch 'modesetting' into crestlineEric Anholt
2007-03-05Fix handling of new vs. old texture pools.Michel Dänzer
2007-03-05Be more verbose when page flipping can't be enabled for various reasons.Michel Dänzer
2007-03-04Merge branch 'modesetting'Eric Anholt
2007-03-03Merge branch 'modesetting-origin' into modesettingKeith Packard
2007-03-03Update for Aaron's xserver changes.Keith Packard
2007-03-03Merge branch 'modesetting' into crestlineKeith Packard
2007-02-28Update vblank pipe setup when setting a mode.Michel Dänzer
2007-02-26Consolidate shared structure allocation to the start of ScreenInit.Eric Anholt