summaryrefslogtreecommitdiff
path: root/src/i830_cursor.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-30Allow cursors to roam past 2048x2048 limit.Keith Packard1-4/+4
2009-04-28Remove a handful of pointless commentsKristian Høgsberg1-14/+0
2009-04-21Remove dead mono cursor load code.Eric Anholt1-13/+0
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt1-7/+7
2007-10-05Replace setting of LIFETIME_FIXED on cursors with just updating the offsets.Eric Anholt1-1/+57
2007-03-19Set the CURSOR_SIZE register when present.Eric Anholt1-0/+3
2007-03-17Cast ARGB cursor address to CARD32 * to eliminate warning.Keith Packard1-1/+1
2007-03-15Fix crashes and other failures when a cursor allocation fails.Eric Anholt1-20/+13
2007-03-15Use new driver-independent CRTC-based cursor layer.Keith Packard1-485/+148
2007-03-02Fix a crash when an ARGB cursor allocation had failed.Eric Anholt1-1/+1
2007-02-23Rework the video memory allocation.Eric Anholt1-8/+9
2007-02-02Fix bad offsets in "right" rotation of the CRTC in cursor and update handling.Eric Anholt1-1/+1
2007-01-27Paint ARGB cursor data to ARGB cursor memory space in frame buffer.Keith Packard1-1/+1
2007-01-24Warning fix.Eric Anholt1-2/+2
2007-01-18Allocate separate cursor memory per CRTC and rotate cursors appropriately.Eric Anholt1-45/+56
2007-01-18Partially deal with cursor rotation.Eric Anholt1-33/+34
2007-01-16Interim work on rotation support with new xf86 code.Keith Packard1-1/+1
2007-01-03Add per-CRTC gamma control support for RandR.Eric Anholt1-6/+2
2006-12-13Move xf86CrtcConfig to ScrnInfo private.Keith Packard1-14/+20
2006-11-27Move crtc/output config to sub-structure.Keith Packard1-16/+16
2006-11-26Start output/crtc restructuring work. It compiles.Keith Packard1-42/+48
2006-11-08Merge branch 'modesetting-keithp' into modesettingKeith Packard1-6/+6
2006-11-08Change the output and pipe "is it on/off" field name to "enabled".Eric Anholt1-4/+4
2006-11-07Use pI830->availablePipes instead of MAX_DISPLAY_PIPES everywhereKeith Packard1-5/+5
2006-11-04Rename availablePipes to num_pipesKeith Packard1-6/+6
2006-11-03Use pI830->availablePipes instead of MAX_DISPLAY_PIPES everywhereKeith Packard1-5/+5
2006-11-03Create I830PipeRec to hold pipe-specific data. Remove unused I830 members.Keith Packard1-16/+19
2006-10-02Move cursor base address register setting to a separate function.Eric Anholt1-73/+29
2006-09-27Merge branch 'master' into modesettingEric Anholt1-18/+52
2006-09-21Consistently use Cursor A on Pipe 0 and Cursor B on Pipe 1.Keith Packard1-40/+36
2006-09-20Update driver for RandR 1.2 X server API.Keith Packard1-174/+197
2006-08-09Clean up warnings.Eric Anholt1-1/+0
2006-08-08Merge branch 'i965', adding i965G support.Eric Anholt1-26/+69
2006-08-08Ensure palette is updated in mergedfb & clone modesAlan Hourihane1-3/+4
2006-08-03Merge branch 'broadwater-video-rehash' into broadwaterEric Anholt1-4/+2
2006-08-03Add current Tungsten Graphics code drop for i965 support.Alan Hourihane1-31/+73
2006-07-27Calculate allowable refresh rates on the privateAlan Hourihane1-2/+2
2006-07-25Add mergedfb support to the intel driver withAlan Hourihane1-9/+112
2006-07-11Avoid NULL dereference if cursor position changes during a mode change.Eric Anholt1-4/+10
2006-07-11Make gamma settings apply to the cursor as well, and fix clone-mode gamma.Luká\u0161 Hejtmánek1-10/+10
2006-05-12First pass of integrating the Tungsten Graphics driver for Broadwater. ThisEric Anholt1-34/+72
2006-04-10Merge in master to modesettingKeith Packard1-10/+13
2006-04-10x86_64 warning fixesAlan Hourihane1-1/+3
2006-04-06Enable -Wall on GCC, and do a cleanup of existing warnings.Eric Anholt1-0/+2
2006-03-22Drop libc wrapper; don't include xf86_ansic.h and add includes now missing.Kristian Høgsberg1-1/+2
2006-03-10Enable gamma for hw cursor when ARGB cursor in use (Lukas Hejtmanek)Alan Hourihane1-4/+6
2006-01-24Bump version to 1.5.0.0Alan Hourihane1-8/+145
2005-07-11Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15Adam Jackson1-0/+4
2005-05-31Add Intel(R) 945G supportAlan Hourihane1-4/+4
2005-01-06Add:Alan Hourihane1-1/+1