summaryrefslogtreecommitdiff
path: root/src/i830_cursor.c
AgeCommit message (Expand)Author
2010-09-12Rename common infrastructure to the intel namespace.Owain G. Ainsworth
2010-09-11i810: Move into a legacy directory.Owain G. Ainsworth
2010-03-01Rename the xf86 screen private from pScrn to scrn.Owain G. Ainsworth
2010-03-01Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Owain G. Ainsworth
2009-09-15Eliminate cursor flickerJesse Barnes
2009-04-30Allow cursors to roam past 2048x2048 limit.Keith Packard
2009-04-28Remove a handful of pointless commentsKristian Høgsberg
2009-04-21Remove dead mono cursor load code.Eric Anholt
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt
2007-10-05Replace setting of LIFETIME_FIXED on cursors with just updating the offsets.Eric Anholt
2007-03-19Set the CURSOR_SIZE register when present.Eric Anholt
2007-03-17Cast ARGB cursor address to CARD32 * to eliminate warning.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-02Fix a crash when an ARGB cursor allocation had failed.Eric Anholt
2007-02-23Rework the video memory allocation.Eric Anholt
2007-02-02Fix bad offsets in "right" rotation of the CRTC in cursor and update handling.Eric Anholt
2007-01-27Paint ARGB cursor data to ARGB cursor memory space in frame buffer.Keith Packard
2007-01-24Warning fix.Eric Anholt
2007-01-18Allocate separate cursor memory per CRTC and rotate cursors appropriately.Eric Anholt
2007-01-18Partially deal with cursor rotation.Eric Anholt
2007-01-16Interim work on rotation support with new xf86 code.Keith Packard
2007-01-03Add per-CRTC gamma control support for RandR.Eric Anholt
2006-12-13Move xf86CrtcConfig to ScrnInfo private.Keith Packard
2006-11-27Move crtc/output config to sub-structure.Keith Packard
2006-11-26Start output/crtc restructuring work. It compiles.Keith Packard
2006-11-08Merge branch 'modesetting-keithp' into modesettingKeith Packard
2006-11-08Change the output and pipe "is it on/off" field name to "enabled".Eric Anholt
2006-11-07Use pI830->availablePipes instead of MAX_DISPLAY_PIPES everywhereKeith Packard
2006-11-04Rename availablePipes to num_pipesKeith Packard
2006-11-03Use pI830->availablePipes instead of MAX_DISPLAY_PIPES everywhereKeith Packard
2006-11-03Create I830PipeRec to hold pipe-specific data. Remove unused I830 members.Keith Packard
2006-10-02Move cursor base address register setting to a separate function.Eric Anholt
2006-09-27Merge branch 'master' into modesettingEric Anholt
2006-09-21Consistently use Cursor A on Pipe 0 and Cursor B on Pipe 1.Keith Packard
2006-09-20Update driver for RandR 1.2 X server API.Keith Packard
2006-08-09Clean up warnings.Eric Anholt
2006-08-08Merge branch 'i965', adding i965G support.Eric Anholt
2006-08-08Ensure palette is updated in mergedfb & clone modesAlan Hourihane
2006-08-03Merge branch 'broadwater-video-rehash' into broadwaterEric Anholt
2006-08-03Add current Tungsten Graphics code drop for i965 support.Alan Hourihane
2006-07-27Calculate allowable refresh rates on the privateAlan Hourihane
2006-07-25Add mergedfb support to the intel driver withAlan Hourihane
2006-07-11Avoid NULL dereference if cursor position changes during a mode change.Eric Anholt
2006-07-11Make gamma settings apply to the cursor as well, and fix clone-mode gamma.Luká\u0161 Hejtmánek
2006-05-12First pass of integrating the Tungsten Graphics driver for Broadwater. ThisEric Anholt
2006-04-10Merge in master to modesettingKeith Packard
2006-04-10x86_64 warning fixesAlan Hourihane
2006-04-06Enable -Wall on GCC, and do a cleanup of existing warnings.Eric Anholt
2006-03-22Drop libc wrapper; don't include xf86_ansic.h and add includes now missing.Kristian Høgsberg