index
:
~nh/xf86-video-amdgpu
freesync
master
Unnamed repository; edit this file 'description' to name the repository.
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-20
Always call drmModeFreeProperty after drmModeGetProperty
HEAD
master
Michel Dänzer
1
-2
/
+2
2017-10-20
Call TimerFree for timer created in LeaveVT
Michel Dänzer
1
-0
/
+1
2017-10-20
Free memory returned by xf86GetEntityInfo
Michel Dänzer
2
-8
/
+17
2017-10-20
Free pAMDGPUEnt memory in AMDGPUFreeRec
Michel Dänzer
2
-6
/
+4
2017-10-20
Bail if there's a problem with ShadowFB
Michel Dänzer
1
-4
/
+4
2017-10-19
Fix VT switching with ShadowFB
Michel Dänzer
1
-60
/
+94
2017-10-05
Clarify when TearFree is automatically enabled.
Darren Salt
1
-2
/
+2
2017-10-05
Post-release version bump
Michel Dänzer
1
-1
/
+1
2017-09-08
Bump version for 1.4.0 release
xf86-video-amdgpu-1.4.0
Michel Dänzer
1
-1
/
+1
2017-08-31
Require xserver >= 1.13
Michel Dänzer
14
-303
/
+58
2017-08-30
Use a timer for unreferencing the all-black FB
Michel Dänzer
1
-15
/
+27
2017-08-30
Remove drmmode_scanout_free
Michel Dänzer
2
-11
/
+0
2017-08-30
Make all active CRTCs scan out an all-black framebuffer in LeaveVT
Michel Dänzer
3
-10
/
+97
2017-08-30
Create amdgpu_master_screen helper
Michel Dänzer
1
-4
/
+10
2017-08-30
Create amdgpu_pixmap_get_fb_ptr helper
Michel Dänzer
1
-19
/
+27
2017-08-30
Create drmmode_set_mode helper
Michel Dänzer
2
-33
/
+52
2017-08-29
Create amdgpu_pixmap_clear helper
Michel Dänzer
3
-13
/
+23
2017-08-22
modesetting: re-set the crtc's mode when link-status goes BAD
Martin Peres
2
-1
/
+44
2017-08-22
Make amdgpu_scanout_do_update take a PixmapPtr instead of a DrawablePtr
Michel Dänzer
3
-11
/
+10
2017-08-22
Use xorg_list_append for the DRM event list
Michel Dänzer
2
-1
/
+8
2017-08-22
Consolidate amdgpu_scanout_flip_abort/handler helpers
Michel Dänzer
1
-49
/
+36
2017-08-22
Always allow DRI2 page flipping with TearFree
Michel Dänzer
2
-6
/
+2
2017-08-22
Always allow Present page flipping with TearFree
Michel Dänzer
4
-23
/
+152
2017-08-22
Pass extents to amdgpu_scanout_do_update
Michel Dänzer
3
-22
/
+24
2017-08-22
Add source drawable parameter to amdgpu_scanout_do_update
Michel Dänzer
3
-11
/
+13
2017-08-22
Handle multiple "pending" Present flips
Michel Dänzer
2
-12
/
+18
2017-08-22
Wait for pending flips synchronously before turning off a CRTC
Michel Dänzer
5
-60
/
+21
2017-08-22
Create drmmode_crtc_wait_pending_event helper macro
Michel Dänzer
1
-4
/
+10
2017-08-22
Create drmmode_wait_vblank helper
Michel Dänzer
6
-128
/
+85
2017-08-22
Pass reference CRTC to amdgpu_do_pageflip directly
Michel Dänzer
4
-16
/
+7
2017-08-18
Remove drmmode_crtc->scanout_destroy[] array
Michel Dänzer
2
-19
/
+4
2017-08-15
Adapt to PixmapDirtyUpdateRec::src being a DrawablePtr
Michel Dänzer
3
-13
/
+43
2017-08-03
Allow DRI page flipping when some CRTCs use separate scanout buffers
Michel Dänzer
5
-34
/
+16
2017-08-03
Add drmmode_crtc_can_flip helper
Michel Dänzer
3
-9
/
+15
2017-08-02
Use root window (pixmap) instead of screen pixmap for scanout updates
Michel Dänzer
2
-8
/
+15
2017-07-27
Only handle reflection in the driver with Xorg < 1.16
Michel Dänzer
1
-0
/
+6
2017-07-27
autogen.sh: Pass -f to autoreconf
Michel Dänzer
1
-1
/
+1
2017-07-27
Makefile.am: Set ACLOCAL_AMFLAGS = -I m4
Michel Dänzer
1
-0
/
+2
2017-07-27
Add AC_CONFIG_MACRO_DIRS([m4]) to configure.ac
Michel Dänzer
1
-0
/
+1
2017-07-26
If a TearFree flip fails, fall back to non-TearFree operation
Michel Dänzer
3
-13
/
+22
2017-07-13
Use drmmode_crtc->scanout_id instead of 0 to check for scanout buffer
Michel Dänzer
3
-5
/
+6
2017-06-27
Only call drmmode_scanout_free for non-GPU screens in LeaveVT
Michel Dänzer
1
-1
/
+2
2017-06-27
Improve drmmode_fb_reference debugging code
Michel Dänzer
1
-12
/
+16
2017-06-21
Increase reference count of FB assigned to drmmode_crtc->flip_pending
Michel Dänzer
2
-6
/
+10
2017-06-15
modesetting: Validate the atom for enum properties
Adam Jackson
1
-1
/
+2
2017-06-08
Improve AMDGPUPreInitAccel_KMS log messages
Michel Dänzer
2
-13
/
+13
2017-05-26
Use reference counting for tracking KMS framebuffer lifetimes
Michel Dänzer
5
-117
/
+219
2017-05-24
Update URLs
Michel Dänzer
3
-11
/
+11
2017-05-24
Simplify tracking of PRIME scanout pixmap
Michel Dänzer
3
-15
/
+16
2017-05-17
Use plain glamor_egl_create_textured_screen().
Eric Anholt
1
-4
/
+3
[next]