summaryrefslogtreecommitdiff
path: root/src/i830_dri.c
AgeCommit message (Expand)Author
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
2006-08-03Add current Tungsten Graphics code drop for i965 support.Alan Hourihane
2006-06-26Merge branch 'master' into exaEric Anholt
2006-06-26Merge branch 'origin'Eric Anholt
2006-06-26Turn on extra warning flags for GCC, and clean up the resulting fallout.Eric Anholt
2006-06-21Fix build without DRIAlan Hourihane
2006-06-19Set vblank interrupt configuration to match pipe configurationKeith Packard
2006-06-20Merge branch 'master' into exaWang Zhenyu
2006-06-19additions for rotation fixesAlan Hourihane
2006-06-18Fix DRI in EXA mode: Don't attempt to use XAA symbols (use the driver's internalEric Anholt
2006-05-12Do a couple of reverts to get the DRI code building. At this point, the wholeEric Anholt
2006-05-12Revert internal shadow module changes back like master, along with RandREric Anholt
2006-05-12First pass of integrating the Tungsten Graphics driver for Broadwater. ThisEric Anholt
2006-04-28Commit what applied from Jesse Barnes's i830-exa-latest.patch.Eric Anholt
2006-04-20fix bug 6365Alan Hourihane
2006-04-10x86_64 warning fixesAlan Hourihane
2006-04-04Add more missing #include's, in particular assert.h.Kristian Høgsberg
2006-03-22Drop libc wrapper; don't include xf86_ansic.h and add includes now missing.Kristian Høgsberg
2006-02-19fix another build problemAlan Hourihane
2006-02-17fix build failureAlan Hourihane
2006-02-15a little more of a workaround until we unplug the frontbuffer from libdriAlan Hourihane
2006-02-10temporary workaround until DRI frontbuffer mapping code is removed fromAlan Hourihane