index
:
~anholt/xf86-video-intel
2.1
2.2
2.3
2.4
2.5
2.6
2.7
2.8
XORG-6_8-branch
compositing-fix
display-port
dri2-swapbuffers
dri3
exa
exa-i965
glamor-dri3
glucose
i810_texman_0_1_branch
i945-zone-rendering
intel-batchbuffer
intel-kernelmode
jbarnes-cleanup
keithp-glamor-rewrite
master
modesetting-airlied
modesetting-multihead
modesetting-sdvo-stuffing
randr-1.2-rotation
renames
wooooooo
xf86-video-i810-1_5-branch
xorg-7.0-branch
xvmc-i915
xvmc-vld
Unnamed repository; edit this file to name it for gitweb.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
i830_cursor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-11
Remove i830+ driver's use of CARD*/INT* types for great justice.
Eric Anholt
1
-7
/
+7
2007-10-05
Replace setting of LIFETIME_FIXED on cursors with just updating the offsets.
Eric Anholt
1
-1
/
+57
2007-03-19
Set the CURSOR_SIZE register when present.
Eric Anholt
1
-0
/
+3
2007-03-17
Cast ARGB cursor address to CARD32 * to eliminate warning.
Keith Packard
1
-1
/
+1
2007-03-15
Fix crashes and other failures when a cursor allocation fails.
Eric Anholt
1
-20
/
+13
2007-03-15
Use new driver-independent CRTC-based cursor layer.
Keith Packard
1
-485
/
+148
2007-03-02
Fix a crash when an ARGB cursor allocation had failed.
Eric Anholt
1
-1
/
+1
2007-02-23
Rework the video memory allocation.
Eric Anholt
1
-8
/
+9
2007-02-02
Fix bad offsets in "right" rotation of the CRTC in cursor and update handling.
Eric Anholt
1
-1
/
+1
2007-01-27
Paint ARGB cursor data to ARGB cursor memory space in frame buffer.
Keith Packard
1
-1
/
+1
2007-01-24
Warning fix.
Eric Anholt
1
-2
/
+2
2007-01-18
Allocate separate cursor memory per CRTC and rotate cursors appropriately.
Eric Anholt
1
-45
/
+56
2007-01-18
Partially deal with cursor rotation.
Eric Anholt
1
-33
/
+34
2007-01-16
Interim work on rotation support with new xf86 code.
Keith Packard
1
-1
/
+1
2007-01-03
Add per-CRTC gamma control support for RandR.
Eric Anholt
1
-6
/
+2
2006-12-13
Move xf86CrtcConfig to ScrnInfo private.
Keith Packard
1
-14
/
+20
2006-11-27
Move crtc/output config to sub-structure.
Keith Packard
1
-16
/
+16
2006-11-26
Start output/crtc restructuring work. It compiles.
Keith Packard
1
-42
/
+48
2006-11-08
Merge branch 'modesetting-keithp' into modesetting
Keith Packard
1
-6
/
+6
2006-11-08
Change the output and pipe "is it on/off" field name to "enabled".
Eric Anholt
1
-4
/
+4
2006-11-07
Use pI830->availablePipes instead of MAX_DISPLAY_PIPES everywhere
Keith Packard
1
-5
/
+5
2006-11-04
Rename availablePipes to num_pipes
Keith Packard
1
-6
/
+6
2006-11-03
Use pI830->availablePipes instead of MAX_DISPLAY_PIPES everywhere
Keith Packard
1
-5
/
+5
2006-11-03
Create I830PipeRec to hold pipe-specific data. Remove unused I830 members.
Keith Packard
1
-16
/
+19
2006-10-02
Move cursor base address register setting to a separate function.
Eric Anholt
1
-73
/
+29
2006-09-27
Merge branch 'master' into modesetting
Eric Anholt
1
-18
/
+52
2006-09-21
Consistently use Cursor A on Pipe 0 and Cursor B on Pipe 1.
Keith Packard
1
-40
/
+36
2006-09-20
Update driver for RandR 1.2 X server API.
Keith Packard
1
-174
/
+197
2006-08-09
Clean up warnings.
Eric Anholt
1
-1
/
+0
2006-08-08
Merge branch 'i965', adding i965G support.
Eric Anholt
1
-26
/
+69
2006-08-08
Ensure palette is updated in mergedfb & clone modes
Alan Hourihane
1
-3
/
+4
2006-08-03
Merge branch 'broadwater-video-rehash' into broadwater
Eric Anholt
1
-4
/
+2
2006-08-03
Add current Tungsten Graphics code drop for i965 support.
Alan Hourihane
1
-31
/
+73
2006-07-27
Calculate allowable refresh rates on the private
Alan Hourihane
1
-2
/
+2
2006-07-25
Add mergedfb support to the intel driver with
Alan Hourihane
1
-9
/
+112
2006-07-11
Avoid NULL dereference if cursor position changes during a mode change.
Eric Anholt
1
-4
/
+10
2006-07-11
Make gamma settings apply to the cursor as well, and fix clone-mode gamma.
Luká\u0161 Hejtmánek
1
-10
/
+10
2006-05-12
First pass of integrating the Tungsten Graphics driver for Broadwater. This
Eric Anholt
1
-34
/
+72
2006-04-10
Merge in master to modesetting
Keith Packard
1
-10
/
+13
2006-04-10
x86_64 warning fixes
Alan Hourihane
1
-1
/
+3
2006-04-06
Enable -Wall on GCC, and do a cleanup of existing warnings.
Eric Anholt
1
-0
/
+2
2006-03-22
Drop libc wrapper; don't include xf86_ansic.h and add includes now missing.
Kristian Høgsberg
1
-1
/
+2
2006-03-10
Enable gamma for hw cursor when ARGB cursor in use (Lukas Hejtmanek)
Alan Hourihane
1
-4
/
+6
2006-01-24
Bump version to 1.5.0.0
Alan Hourihane
1
-8
/
+145
2005-07-11
Prep for modular builds by adding guarded #include "config.h" everywhere.
XORG-6_8_99_16
XORG-6_8_99_15
Adam Jackson
1
-0
/
+4
2005-05-31
Add Intel(R) 945G support
Alan Hourihane
1
-4
/
+4
2005-01-06
Add:
Alan Hourihane
1
-1
/
+1
2004-12-04
Encoding of numerous files changed to UTF-8
Markus Kuhn
1
-1
/
+1
2004-06-22
i915 support
Alan Hourihane
1
-25
/
+177
2004-06-16
DRI XFree86-4_3_99_12-merge import
DRI-XFree86-4_3_99_12-merge
Eric Anholt
1
-1
/
+1
[next]