index
:
~jwrdegoede/xf86-video-ati
master
Hans' xf86-video-ati repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
radeon_dri2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-08
dri2: Make last_vblank_seq local unsigned to match dpms_last_seq
Michel Dänzer
1
-1
/
+1
2013-10-31
radeon/glamor: with new pixmap for dri2 drawable no need to create new texture
Jerome Glisse
1
-11
/
+6
2013-09-18
DRI2: Install client callback only once
Michel Dänzer
1
-6
/
+7
2013-05-29
DRI2: add interpolated blanks to frame number in event handlers
Ilija Hadzic
1
-0
/
+8
2013-05-29
DRI2: support scheduling emulated events with zero delay
Ilija Hadzic
1
-8
/
+17
2013-05-29
DRI2: make wait_msc and get_msc work on disabled CRTCs
Ilija Hadzic
1
-14
/
+54
2013-05-29
DRI2: move rename and rework radeon_dri2_deferred_swap
Ilija Hadzic
1
-12
/
+65
2013-05-29
DRI2: track CRTC in event record
Ilija Hadzic
1
-0
/
+4
2013-05-29
DRI2: hook up vblank extrapolation to schedule_swap
Ilija Hadzic
1
-6
/
+8
2013-05-29
DRI2: add vblank extrapolation function
Ilija Hadzic
1
-0
/
+76
2013-05-29
DRI2: adjust MSC by the number of interpolated vblanks
Ilija Hadzic
1
-3
/
+14
2013-05-29
DRI2: make populate_vbl_request_type external
Ilija Hadzic
1
-8
/
+8
2013-05-23
DRI2: change signature of populate_vbl_request_type
Ilija Hadzic
1
-9
/
+8
2013-01-11
DRI2/r[345]xx: 16 bit depth buffers use square micro tiling.
Michel Dänzer
1
-2
/
+8
2013-01-11
DRI2: Properly use buffer depth passed in by client.
Michel Dänzer
1
-3
/
+22
2013-01-10
Drop support for X servers older than 1.7.
Michel Dänzer
1
-203
/
+0
2013-01-03
DRI2: limit the swap rate when CRTC is in DPMS-off state
Ilija Hadzic
1
-5
/
+37
2013-01-03
DRI2: change signature of radeon_dri2_drawable_crtc
Ilija Hadzic
1
-20
/
+24
2013-01-03
video: add option to include disabled CRTCs in best CRTC search
Ilija Hadzic
1
-1
/
+1
2012-11-15
radeon: avoid segfault when pixmap exceed GPU capabilities
Jerome Glisse
1
-0
/
+4
2012-10-16
radeon/dri2: fix the window->pixmap math properly.
Dave Airlie
1
-3
/
+4
2012-10-11
radeon/dri2: fix damage reporting on pageflip
Dave Airlie
1
-9
/
+8
2012-09-13
glamor: Force acceleration for DRI2 copies.
Michel Dänzer
1
-0
/
+2
2012-09-12
glamor: Fix DRI2 crash introduced by PRIME changes.
Michel Dänzer
1
-1
/
+1
2012-09-04
radeon/dri2: fix build against older servers.
Dave Airlie
1
-0
/
+6
2012-09-03
radeon: add dri2 offload support.
Dave Airlie
1
-35
/
+101
2012-09-03
radeon: damage full screen after pageflip
Dave Airlie
1
-0
/
+10
2012-07-13
Deal more gracefully with DRI2 being unavailable at build or run time.
Michel Dänzer
1
-2
/
+10
2012-07-10
Initial SI support.
Michel Dänzer
1
-1
/
+3
2012-07-10
Initial glamor support.
Michel Dänzer
1
-80
/
+160
2012-06-15
radeon: drop all UMS/DRI1/XAA/overlay support.
Dave Airlie
1
-8
/
+1
2012-06-06
Don't page-flip or wait on a CRTC while we're VT-switched away.
Michel Dänzer
1
-0
/
+1
2012-05-23
ati: convert to new screen conversion APIs
Dave Airlie
1
-13
/
+13
2012-03-06
DRI2: Unreference buffers immediately when event wait info is invalidated.
Michel Dänzer
1
-19
/
+22
2012-02-13
Handle new xorg_list API.
Michel Dänzer
1
-8
/
+15
2012-02-06
r600-evergreen: use common surface allocator for tiling v11
Jerome Glisse
1
-46
/
+24
2011-12-28
DRI2: Can't use page flipping for pixmaps. (bug #42913)
Michel Dänzer
1
-8
/
+12
2011-12-06
radeon: add original radeon to always tiled.
Dave Airlie
1
-4
/
+4
2011-12-06
radeon: refine always tiled depth check
Dave Airlie
1
-2
/
+2
2011-12-05
radeon: r200 depth buffers are always tiled
Dave Airlie
1
-0
/
+8
2011-10-25
Make radeon_dri2_create_buffer(s) more robust. (Bug #30047)
Michel Dänzer
1
-18
/
+33
2011-10-19
dri2: Add vdpau driver name entry
Maarten Lankhorst
1
-3
/
+3
2011-08-01
dri2: Update front buffer pixmap and name before exchanging buffers
Ville Syrjala
1
-5
/
+40
2011-06-17
dri2: fix copy pasto in a6154c00c64932332e8f6e334661ffd579cfd894
Alex Deucher
1
-2
/
+2
2011-06-16
dri2: missing bit from a6154c00c64932332e8f6e334661ffd579cfd894
Alex Deucher
1
-2
/
+2
2011-06-16
dri2/eg+: fix size and alignment of depth/stencil buffers
Alex Deucher
1
-12
/
+48
2011-05-06
DRI2: fix high-crtc/vblank oversight/bug
Ilija Hadzic
1
-1
/
+1
2011-04-05
DRI2: Some cleanups for the scheduling mess.
Michel Dänzer
1
-39
/
+56
2011-04-02
xf86-video-ati: (revised #2) add support for vblank on crtc > 1
Ilija Hadzic
1
-14
/
+39
2011-02-24
dri2: disable pageflipping for transformed displays
Alex Deucher
1
-4
/
+13
[next]