index
:
xorg/driver/xf86-video-ati
6.12-branch
7.7
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
XACE-SELINUX
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XPRINT
agd5f-superpatch
ati-1-0-branch
ati-6.6-branch
ati-6.7-branch
atombios-support
import-1.1.3
kms-support
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-2
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-master
mach64-pci
master
radeon-vbos
screen-conv-api
ums
ATI video driver (mirrored from https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati)
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-29
EXA: Handle NULL BO pointer in radeon_set_pixmap_bo
Michel Dänzer
1
-3
/
+7
2018-08-17
Remove drmmode_crtc_private_rec::present_vblank_* related code
Michel Dänzer
3
-48
/
+3
2018-08-17
Defer vblank event handling while waiting for a pending flip
Michel Dänzer
4
-8
/
+56
2018-08-17
Add radeon_drm_handle_event wrapper for drmHandleEvent
Michel Dänzer
4
-30
/
+96
2018-08-17
Add radeon_drm_wait_pending_flip function
Michel Dänzer
3
-17
/
+18
2018-08-17
Move DRM event queue related initialization to radeon_drm_queue_init
Michel Dänzer
5
-17
/
+19
2018-08-16
Use correct FB handle in radeon_do_pageflip
Michel Dänzer
1
-2
/
+2
2018-08-03
Store FB for each CRTC in drmmode_flipdata_rec
Michel Dänzer
2
-22
/
+27
2018-08-02
glamor: Set RADEON_CREATE_PIXMAP_DRI2 for DRI3 pixmaps
Michel Dänzer
1
-0
/
+1
2018-07-27
glamor: Use glamor_egl_create_textured_pixmap_from_gbm_bo when possible
Michel Dänzer
1
-19
/
+15
2018-07-24
Use strcpy for RandR output property names
Michel Dänzer
1
-4
/
+4
2018-07-23
Remove drmmode_terminate_leases
Michel Dänzer
3
-23
/
+0
2018-07-23
Hardcode "non-desktop" RandR property name
Michel Dänzer
1
-1
/
+1
2018-07-19
Don't allocate drmmode_output->props twice
Michel Dänzer
1
-5
/
+0
2018-07-17
glamor: Invalidate cached GEM handle in radeon_set_pixmap_bo
Michel Dänzer
1
-0
/
+1
2018-07-16
glamor: Fix glamor_block_handler argument in radeon_glamor_finish
Michel Dänzer
1
-1
/
+1
2018-07-12
Add RandR leases support
Keith Packard
3
-1
/
+165
2018-07-12
modesetting: Create CONNECTOR_ID properties for outputs [v2]
Keith Packard
1
-0
/
+27
2018-07-12
modesetting: Record non-desktop kernel property at PreInit time
Keith Packard
1
-0
/
+16
2018-07-12
Call drmmode_crtc_gamma_do_set from drmmode_setup_colormap
Michel Dänzer
1
-9
/
+17
2018-07-12
Remove #if 0'd code
Michel Dänzer
1
-12
/
+0
2018-07-12
Check dimensions passed to drmmode_xf86crtc_resize
Michel Dänzer
1
-0
/
+8
2018-07-12
Use drmmode_crtc_dpms in drmmode_set_desired_modes
Michel Dänzer
1
-8
/
+1
2018-07-12
Call drmmode_do_crtc_dpms from drmmode_crtc_dpms as well
Michel Dänzer
1
-2
/
+1
2018-07-12
Replace 'foo == NULL' with '!foo'
Michel Dänzer
14
-55
/
+54
2018-07-12
Wait for pending flips in drmmode_output_set_tear_free
Michel Dänzer
1
-0
/
+8
2018-07-12
Refactor drmmode_output_set_tear_free helper
Michel Dänzer
1
-10
/
+18
2018-07-12
Set drmmode_crtc->scanout_id = 0 when TearFree is disabled
Michel Dänzer
1
-0
/
+2
2018-07-12
Simplify drmmode_handle_transform
Michel Dänzer
1
-5
/
+1
2018-07-12
Don't call scanout_flip/update with a legacy RandR scanout buffer
Michel Dänzer
1
-0
/
+3
2018-07-12
Simplify drmmode_crtc_scanout_update
Michel Dänzer
1
-12
/
+4
2018-07-12
Update RandR CRTC state if set_mode_major fails in set_desired_modes
Michel Dänzer
1
-0
/
+2
2018-07-12
Abort scanout_update_pending event when possible
Michel Dänzer
1
-4
/
+8
2018-07-12
Track DRM event queue sequence number in scanout_update_pending
Michel Dänzer
2
-9
/
+9
2018-07-12
Ignore RADEON_DRM_QUEUE_ERROR (0) in radeon_drm_abort_entry
Michel Dänzer
1
-0
/
+3
2018-07-12
Do not export the DriverRec RADEON
Emil Velikov
1
-1
/
+1
2018-07-11
Wait for pending scanout update before calling drmmode_crtc_scanout_free
Jim Qu
1
-2
/
+4
2018-07-10
Swap pixmap privates in radeon_dri2_exchange_buffers
Michel Dänzer
1
-19
/
+23
2018-07-09
glamor: Use GBM for BO allocation when possible
Michel Dänzer
10
-67
/
+256
2018-07-09
Add struct radeon_buffer
Michel Dänzer
22
-284
/
+267
2018-07-09
Refactor radeon_finish helper
Michel Dänzer
7
-31
/
+30
2018-07-09
Remove throttling from radeon_dri2_copy_region2
Jammy Zhou
1
-22
/
+0
2018-07-09
Move flush from radeon_scanout_do_update to its callers
Michel Dänzer
2
-3
/
+7
2018-07-09
Factor out radeon_surface_initialize helper
Michel Dänzer
4
-206
/
+131
2018-07-09
glamor: Don't store radeon_surfaces in pixmaps
Michel Dänzer
5
-82
/
+55
2018-07-09
Only initialize libdrm_radeon surface manager for >= R600
Michel Dänzer
3
-12
/
+18
2018-07-09
EXA: Remove old RADEONEXACreatePixmap hook
Michel Dänzer
6
-34
/
+0
2018-05-23
Drop unused drmmode_create_bo_pixmap surface parameter
Michel Dänzer
1
-6
/
+4
2018-05-22
glamor: Bail CreatePixmap on unsupported pixmap depth
Michel Dänzer
1
-0
/
+3
2018-05-17
Bail from dri2_create_buffer2 if we can't get a pixmap
Michel Dänzer
1
-21
/
+19
[next]