summaryrefslogtreecommitdiff
path: root/src/i830.h
AgeCommit message (Expand)Author
2007-07-13Ensure pipe/output active before doing load detection.Keith Packard
2007-07-09Fix some physical address handling for >4GB addresses.Eric Anholt
2007-07-06Fix tiling and fb compression defaults for 965 (not yet fully supported).Jesse Barnes
2007-07-06FBC and tiling changesJesse Barnes
2007-07-02Framebuffer compression changes:Jesse Barnes
2007-07-02Enable framebuffer compression (use Option "FrameBufferCompression"Jesse Barnes
2007-06-22Move the ivch's fixed panel mode support to i830_dvo.c for other LVDS drivers.Eric Anholt
2007-06-12Fix context switching between DRI and X.Eric Anholt
2007-06-05Add support for the G33, Q33, and Q35 chipsets.Wang Zhenyu
2007-05-27On i830, Pipe B cannot be lit the first time unless Pipe A is running.Keith Packard
2007-05-22i830: Provide new DRI texOffsetStart hook when available with EXA.Michel Dänzer
2007-05-18EXA: add render enter helper functionWang Zhenyu
2007-05-17Make each output control clones/crtcs. Split DVO into LVDS, TMDS, TV.Keith Packard
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