summaryrefslogtreecommitdiff
path: root/src/i830.h
AgeCommit message (Expand)Author
2007-05-16Change DVO module interface to pass more state across. Fix IVCH display.Keith Packard
2007-05-12Deal with i830 CRT load detection which cannot use FORCE_BORDER.Keith Packard
2007-05-03Disable vblank interrupts when no DRI clients are running.Eric Anholt
2007-05-01Bug #10714: Fix build without DRI.Samuel Thibault
2007-04-30Allow physical-memory allocations within stolen memory.Eric Anholt
2007-04-19Eliminate LinearAlloc option and code.Keith Packard
2007-04-03Move a bunch of debugging verbosity under Option "ModeDebug".Eric Anholt
2007-03-17Allocate 4 separate buffers for HW Cursors on Linux.Keith Packard
2007-03-15Fix crashes and other failures when a cursor allocation fails.Eric Anholt
2007-03-15Use new driver-independent CRTC-based cursor layer.Keith Packard
2007-03-14Make sure the legacy texture area is there when needed.Michel Dänzer
2007-03-12Remove unused have3DWindows from pI830.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-02-27Revert "EXA: enlarge 965 exa state buffer size"Wang Zhenyu
2007-02-27EXA: enlarge 965 exa state buffer sizeWang Zhenyu
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-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-16Change rotation pixmap creation API to permit start-time rotation.Keith Packard
2007-02-14Global namespace cleanups, filename fixes.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-13Remove dead #if 0-ed structure.Eric Anholt
2007-01-31Naming and formatting cleanup in Render acceleration code.Eric Anholt
2007-01-31Remove custom accelerated rotation code now that it's all done through Render.Eric Anholt
2007-01-31Add an accelerated path for rotation Render operations in XAA.Eric Anholt
2007-01-30Fix accelerated Render transformations.Eric Anholt
2007-01-30Simplify EXA acceleration transform handling.Eric Anholt
2007-01-25Make rotated shadow buffer allocation dynamic.Eric Anholt
2007-01-18Allocate separate cursor memory per CRTC and rotate cursors appropriately.Eric Anholt
2007-01-17Allocate per-crtc rotation buffers and hook up RandR 1.2 per-CRTC rotation.Eric Anholt
2007-01-16Interim work on rotation support with new xf86 code.Keith Packard
2007-01-08Move EXA function declarations from source to header.Keith Packard
2007-01-06Numerous symbol scope issues.Keith Packard
2007-01-06[PATCH] Add rotation support for 965.Wang Zhenyu
2007-01-06[PATCH] EXA state mem for G965Wang Zhenyu
2007-01-03Add per-CRTC gamma control support for RandR.Eric Anholt
2007-01-02Make driver build and run on Xorg 7.1. Delay DSP*BASE setting until last.Keith Packard
2006-12-28Remove 8MB/32MB default VideoRam limits.Eric Anholt
2006-12-19Reinitialize DGA mode list whenever we update the global list.Keith Packard
2006-12-13Move xf86CrtcConfig to ScrnInfo private.Keith Packard
2006-12-12Move PrintErrorState and CheckInheritedErrors code to i830_debug.c.Eric Anholt
2006-12-11Move the overlay mode switch status updates to when we enable/disable crtcs.Eric Anholt
2006-12-11Remove remnants of old savedCurrentMode hack. Man, that was gross.Eric Anholt
2006-12-11Remove dead remnants of old clone mode support.Eric Anholt