summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
AgeCommit message (Expand)Author
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-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-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
2007-02-26Fix XV issues on 965 after the allocation reworkEric Anholt
2007-02-26Move the initial EnterVT to after we've set up acceleration.Eric Anholt
2007-02-26Fix some texture memory allocation issues.Eric Anholt
2007-02-23Improve logging of memory allocation passes, and clean the code up a bit.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-22Disable unused functions after configuring the remaining resources.Keith Packard
2007-02-20Add support for triple buffering using a third static buffer.Michel Dänzer
2007-02-16Change rotation pixmap creation API to permit start-time rotation.Keith Packard
2007-02-14Create driver-independent DGA hooks, remove i830 DGA code.Keith Packard
2007-02-14WIP DGA generic support.root
2007-02-14Revive i830 page flipping support.Michel Dänzer
2007-02-13Attempt to detect panel fixed mode from EDID or current programmed mode.Eric Anholt
2007-02-01Improve register debugging output.Eric Anholt
2007-02-01Remove some more dead options.Eric Anholt
2007-01-31Remove custom accelerated rotation code now that it's all done through Render.Eric Anholt
2007-01-29Merge branch 'modesetting-rotation' into modesettingKeith Packard
2007-01-29Remove dead code to undo the damage of xf86SetModeCrtc() blank limiting.Eric Anholt
2007-01-25Make rotated shadow buffer allocation dynamic.Eric Anholt
2007-01-22Replace the custom SaveScreen function with a generic function calling DPMS.Eric Anholt
2007-01-18Allocate separate cursor memory per CRTC and rotate cursors appropriately.Eric Anholt
2007-01-16Merge branch 'modesetting' into modesetting-rotationKeith Packard
2007-01-16Interim work on rotation support with new xf86 code.Keith Packard
2007-01-15patch to control mergedfb options, bug #9664Emilio Scalise
2007-01-15Convert I830PipeSetMode to xf86CrtcSetMode. Add rotation structures.Keith Packard
2007-01-11Correct x/y/pitch limitations in several cases, and detail them in i830_exa.c.Eric Anholt
2007-01-10Formalize sync interfaceWang Zhenyu
2007-01-09Fix bug #8536, i915 BIOS fails when restarting Xserver.Alan Hourihane
2007-01-06Numerous symbol scope issues.Keith Packard
2007-01-06[PATCH] Add rotation support for 965.Wang Zhenyu
2007-01-06[PATCH] Replace broken PCI resource size detection with pciGetBaseSize() call.Eric Anholt