index
:
~daenzer/xf86-video-amdgpu
master
Michel Daenzer's personal xf86-video-amdgpu repository.
daenzer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-03
Use DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags when available
HEAD
master
Michel Dänzer
6
-5
/
+62
2016-07-22
DRI2: Add interpolated_vblanks in amdgpu_dri2_get_crtc_msc
Michel Dänzer
1
-2
/
+6
2016-07-20
Fix amdgpu_mode_hotplug crash on multi GPU platform.
Qiang Yu
1
-1
/
+2
2016-07-19
Use NotifyFd for drm fd
Keith Packard
2
-0
/
+20
2016-07-19
Adapt Block/WakeupHandler signature for ABI 23
Adam Jackson
1
-0
/
+5
2016-07-12
Only use RandR APIs if RandR is enabled
Michel Dänzer
2
-10
/
+13
2016-07-12
Add .editorconfig file
Michel Dänzer
1
-0
/
+7
2016-06-28
Clear damage in amdgpu_scanout_update if it doesn't intersect the CRTC
Michel Dänzer
1
-1
/
+3
2016-06-28
Remove w/h parameters from amdgpu_scanout_extents_intersect
Michel Dänzer
1
-10
/
+5
2016-06-24
Make the dedicated scanout mechanism work with arbitrary transforms v2
Michel Dänzer
2
-35
/
+17
2016-06-24
Destroy all dedicated scanout buffers during CloseScreen
Michel Dänzer
1
-0
/
+10
2016-06-23
Remove drmmode_load_palette
Michel Dänzer
1
-70
/
+1
2016-06-23
present: Separate checks for flips vs unflips v2
Michel Dänzer
1
-16
/
+28
2016-06-23
dri2: Don't allow flipping when using a dedicated scanout buffer
Michel Dänzer
1
-1
/
+4
2016-06-23
present: Don't allow flipping when using a dedicated scanout buffer
Michel Dänzer
1
-1
/
+2
2016-06-23
Make sure drmmode_crtc->scanout[] are destroyed when not needed
Michel Dänzer
1
-7
/
+7
2016-06-23
Simplify drmmode_set_mode_major error handling
Michel Dänzer
1
-7
/
+2
2016-06-23
Only add main fb if necessary
Hans de Goede
1
-18
/
+21
2016-06-23
Remove unnecessary fb addition from drmmode_xf86crtc_resize
Hans de Goede
1
-15
/
+1
2016-06-23
Call amdgpu_glamor_create_screen_resources after ModifyPixmapHeader
Michel Dänzer
1
-6
/
+9
2016-06-21
Adapt to XF86_CRTC_VERSION 7
Michel Dänzer
1
-5
/
+13
2016-06-16
Free priv in amdgpu_set_pixmap_bo also if priv->bo == NULL
Michel Dänzer
1
-3
/
+3
2016-06-16
glamor: Fix leak of pixmap private when replacing BO
Michel Dänzer
1
-2
/
+1
2016-06-16
Use amdgpu_set_pixmap_bo in amdgpu_set_shared_pixmap_backing
Michel Dänzer
1
-21
/
+15
2016-06-16
Propagate failure from amdgpu_set_pixmap_bo
Michel Dänzer
4
-22
/
+30
2016-06-15
glamor: Make amdgpu_glamor_create_textured_pixmap take amdgpu_buffer*
Michel Dänzer
4
-8
/
+7
2016-06-14
glamor: Reallocate linear pixmap BO if necessary for DRI2 PRIME
Michel Dänzer
1
-0
/
+21
2016-06-14
Move DRI2's local fixup_glamor helper to amdgpu_glamor_set_pixmap_bo v2
Michel Dänzer
3
-50
/
+53
2016-06-14
Consolidate get_drawable_pixmap helper
Michel Dänzer
3
-27
/
+16
2016-06-14
Add amdgpu_pixmap_get_tiling_info
Michel Dänzer
3
-1
/
+36
2016-06-14
Remove amdgpu_share_pixmap_backing
Michel Dänzer
2
-17
/
+0
2016-06-08
glamor: Fix amdgpu_glamor_share_pixmap_backing for priv->bo == NULL
Michel Dänzer
1
-3
/
+8
2016-05-17
add missing bonaire pci id
Alex Deucher
6
-0
/
+6
2016-05-17
Add more Polaris 11 PCI IDs
Flora Cui
6
-12
/
+30
2016-05-17
Add more Polaris 10 PCI IDs
Flora Cui
6
-0
/
+54
2016-05-13
Handle Zaphod mode correctly in amdgpu_mode_hotplug
Michel Dänzer
1
-10
/
+34
2016-05-12
Enable DRI3 by default when building for Xorg >= 1.18.3
Michel Dänzer
2
-0
/
+6
2016-05-12
present: Support async flips
Michel Dänzer
1
-4
/
+1
2016-05-12
Add support for async flips to radeon_do_pageflip
Michel Dänzer
4
-6
/
+20
2016-05-10
add strato pci id
Flora Cui
6
-0
/
+6
2016-04-13
dri3: Return NULL from amdgpu_dri3_pixmap_from_fd if calloc fails.
Tom St Denis
1
-2
/
+7
2016-04-11
Remove RR_Capability_SinkOutput for GPU without CRTC.
Qiang Yu
1
-4
/
+7
2016-04-11
Post 1.1.0 release version bump
Michel Dänzer
1
-1
/
+1
2016-04-07
Bump version for 1.1.0 release
Michel Dänzer
1
-1
/
+1
2016-04-04
glamor: Force GPU rendering to/from pixmaps created via DRI3
Michel Dänzer
2
-6
/
+11
2016-04-04
Update manpage entry for Option "TearFree"
Michel Dänzer
1
-3
/
+4
2016-04-01
Identify DRM event queue entries by sequence number instead of by pointer
Michel Dänzer
6
-72
/
+84
2016-03-30
DRI3: Refuse to open DRM file descriptor for ssh clients
Michel Dänzer
1
-1
/
+38
2016-03-25
Revert "Use render node for DRI3 if available"
Michel Dänzer
3
-36
/
+4
2016-03-24
add polaris10 pci id
Flora Cui
6
-0
/
+12
[next]