summaryrefslogtreecommitdiff
path: root/src/i830_dri.c
AgeCommit message (Expand)Author
2007-10-11Delay SAREA and mapping setup until EnterVT when using the memory manager.Eric Anholt
2007-10-11Rework DRI buffer mappings and sarea setup to allow for moving buffers.Eric Anholt
2007-09-28Go back to using old drm_i915_flip_t field nameJesse Barnes
2007-09-24Remove logic for supporting i915tex_dri.so vs. i915_dri.so.Eric Anholt
2007-09-20Merge remote branch 'origin/master' into buffer-objectsEric Anholt
2007-09-10Only swap planes and pipes if DRM supports itJesse Barnes
2007-08-26Change DRI interface to fill in PCI data from new libpciaccess structure.Keith Packard
2007-08-16Merge branch 'master' into buffer-objectsEric Anholt
2007-08-15intel: don't setup texOffsetStart unless using EXADave Airlie
2007-08-10Attempt to fix several front buffer tiling failure cases.Eric Anholt
2007-08-02Mark DRI buffers as shareable, and pass their buffer handles through the SAREA.Eric Anholt
2007-07-27Use the dontMapFramebuffer option available with DRIINFO 5.4.Eric Anholt
2007-07-25When TTM is available, use it instead of manual AGP allocations when possible.Eric Anholt
2007-06-13Revert "Replace failure-prone configure test for fresh libdrm with a simple i...Eric Anholt
2007-06-12Fix context switching between DRI and X.Eric Anholt
2007-06-12Replace failure-prone configure test for fresh libdrm with a simple ifndef.Eric Anholt
2007-06-05Add support for the G33, Q33, and Q35 chipsets.Wang Zhenyu
2007-05-22i830: Provide new DRI texOffsetStart hook when available with EXA.Michel Dänzer
2007-05-03Disable vblank interrupts when no DRI clients are running.Eric Anholt
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