summaryrefslogtreecommitdiff
path: root/src/i830_dri.c
AgeCommit message (Expand)Author
2007-04-02make warning info only so ppl don't go reporting stupid bugsDave Airlie
2007-03-19Fix build when DAMAGE is not defined.Michel Dänzer
2007-03-17Elide I830DRIClipNotify for older DRI versions.Keith Packard
2007-03-14Make sure the legacy texture area is there when needed.Michel Dänzer
2007-03-12Fix build against released libdrm.Michel Dänzer
2007-03-12Defer flipping pages back to normal until the end of the DRI block handler.Michel Dänzer
2007-03-12Disable page flipping if the DRM is older than 1.9.Michel Dänzer
2007-03-12Fix attempt to flip pages back to normal when the last 3D window disappears.Michel Dänzer
2007-03-12Remove unused have3DWindows from pI830.Michel Dänzer
2007-03-11fixup brace alignment for older X.orgDave Airlie
2007-03-09Merge remote branch 'origin/master' into i830-pageflipMichel Dänzer
2007-03-06Remove usage of 'shadow' module. Use xf86CrtcScreenInit.Keith Packard
2007-03-06Fix build failure.Michel Dänzer
2007-03-06Fix some conditionals related to triple buffering.Michel Dänzer
2007-03-05Merge remote branch 'origin/master' into i830-pageflipMichel Dänzer
2007-03-05Be more verbose when page flipping can't be enabled for various reasons.Michel Dänzer
2007-02-28I830DRIClipNotify: Fix initialization of crtcBox[1].[xy]2.Michel Dänzer
2007-02-26Bug #9604: Align the sizes of allocations to page increments as well.Eric Anholt
2007-02-26Fix some texture memory allocation issues.Eric Anholt
2007-02-23Move memory allocation to ScreenInit rather than PreInit.Eric Anholt
2007-02-23Rework the video memory allocation.Eric Anholt
2007-02-22I830DRISwapContext: Some cleanups.Michel Dänzer
2007-02-22Do not sync DRI windows between pages when possible.Michel Dänzer
2007-02-20Add support for triple buffering using a third static buffer.Michel Dänzer
2007-02-20Don't mark page flipping as active when it really isn't.Michel Dänzer
2007-02-14Use new DRI ClipNotify hook to track page flipping per CRTC when available.Michel Dänzer
2007-02-14Revive i830 page flipping support.Michel Dänzer
2007-02-14If the DRM can handle it, enable vertical blank interrupts for both pipes.Michel Dänzer
2007-01-31Remove custom accelerated rotation code now that it's all done through Render.Eric Anholt
2007-01-02 Various sparse cleanups:Jesse Barnes
2007-01-02Make driver build and run on Xorg 7.1. Delay DSP*BASE setting until last.Keith Packard
2006-12-13Move xf86CrtcConfig to ScrnInfo private.Keith Packard
2006-12-11Add error messages for previous silent DRI initialization failures.Eric Anholt
2006-11-30Merge branch 'restructure-outputs' into modesetting.Keith Packard
2006-11-30Merge branch 'exa' of ../xf86-video-intel into modesettingEric Anholt
2006-11-27Move crtc/output config to sub-structure.Keith Packard
2006-11-26Start output/crtc restructuring work. It compiles.Keith Packard
2006-11-22Note which pipe has failed to be configured for VBlank interruptKeith Packard
2006-11-16Merge branch 'master' into modesettingEric Anholt
2006-11-08Change the output and pipe "is it on/off" field name to "enabled".Eric Anholt
2006-11-03Create I830PipeRec to hold pipe-specific data. Remove unused I830 members.Keith Packard
2006-10-27Add support for the new DRM memory manager.Thomas Hellstrom
2006-10-26Major cleanup of 3D invariant state, fixing hangs with rotation and render.exaEric Anholt
2006-09-27If the DRM can handle it, enable vertical blank interrupts for both pipes.Michel Dänzer
2006-09-27Only enable the IRQ after DRIFinishScreenInit.Michel Dänzer
2006-08-24Merge branch 'master' into exaWang Zhenyu
2006-08-09Clean up warnings.Eric Anholt
2006-08-08Disable error register dumping in dri TransitionTo2d. This's forWang Zhenyu
2006-08-04Disable dynamic front buffer mapping on i965.Eric Anholt
2006-08-03Merge branch 'broadwater-video-rehash' into broadwaterEric Anholt