index
:
~daenzer/xf86-video-ati
master
radeon_pixmap_get_fb-fb_ptr-NULL
Michel Daenzer's personal xf86-video-ati 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
-7
/
+69
2016-08-01
Use EventCallback to avoid flushing every time in the FlushCallback
Michel Dänzer
2
-15
/
+66
2016-07-22
Don't enable DRI3 by default with EXA
Michel Dänzer
2
-3
/
+4
2016-07-22
Don't enable micro-tiling for scanout buffers on pre-R600
Michel Dänzer
1
-5
/
+6
2016-07-22
Add explicit RADEON_DRM_QUEUE_ERROR define
Michel Dänzer
6
-9
/
+12
2016-07-20
Adapt to video API 22
Keith Packard
1
-1
/
+21
2016-07-19
Adapt Block/WakeupHandler signature for ABI 23
Adam Jackson
1
-0
/
+5
2016-06-24
Only use RandR APIs if RandR is enabled
Michel Dänzer
2
-10
/
+13
2016-06-21
Adapt to XF86_CRTC_VERSION 7
Michel Dänzer
1
-5
/
+13
2016-06-01
EXA/6xx/7xx: accelerate PictOpOver with component alpha
Tan Hu
3
-2
/
+36
2016-06-01
EXA/6xx/7xx: fast solid pixmap support
Tan Hu
2
-149
/
+526
2016-06-01
Add .editorconfig file
Michel Dänzer
1
-0
/
+10
2016-05-12
Explicitly set the fbcon pixmap pitch again
Michel Dänzer
2
-11
/
+15
2016-05-11
Enable DRI3 by default when building for Xorg >= 1.18.3
Michel Dänzer
2
-0
/
+6
2016-04-19
Handle Zaphod mode correctly in radeon_mode_hotplug
Michel Dänzer
1
-10
/
+35
2016-04-12
present: Support async flips
Michel Dänzer
1
-4
/
+1
2016-04-12
Add support for async flips to radeon_do_pageflip
Michel Dänzer
4
-6
/
+19
2016-04-11
Remove RR_Capability_SinkOutput for GPU without CRTC
Qiang Yu
1
-4
/
+7
2016-04-11
dri3: Return NULL from radeon_dri3_pixmap_from_fd if calloc fails.
Tom St Denis
1
-0
/
+1
2016-04-11
Post 7.7.0 release version bump
Michel Dänzer
1
-1
/
+1
2016-04-07
Bump version for 7.7.0 release
Michel Dänzer
1
-1
/
+1
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-31
Update pixmap pitch in radeon_set_pixmap_bo
Michel Dänzer
2
-11
/
+10
2016-03-28
DRI3: Refuse to open DRM file descriptor for ssh clients (v2)
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
Call RADEONBlockHandler_KMS before setting initial modes
Michel Dänzer
1
-2
/
+2
2016-03-24
Require xserver 1.9 or newer
Michel Dänzer
5
-33
/
+1
2016-03-24
Fix build against older versions of xserver
Michel Dänzer
3
-11
/
+33
2016-03-24
Use radeon_alloc_pixmap_bo for allocating scanout BOs
Michel Dänzer
1
-15
/
+9
2016-03-24
DRI3 only works with acceleration
Michel Dänzer
1
-6
/
+9
2016-03-23
TearFree can only work with acceleration
Michel Dänzer
1
-4
/
+6
2016-03-23
Check for xf86CursorResetCursor
Michel Dänzer
2
-0
/
+8
2016-03-23
Don't try DRI2/Present flipping while the HW cursor can't be used
Michel Dänzer
5
-3
/
+28
2016-03-23
Factor out HW cursor checking code into drmmode_can_use_hw_cursor
Michel Dänzer
1
-10
/
+29
2016-03-23
Use correct tiling in drmmode_create_bo_pixmap
Ryan Kennedy
1
-3
/
+6
2016-03-10
present: Return rotated CRTCs from radeon_present_get_crtc
Michel Dänzer
1
-2
/
+1
2016-03-09
present: Clear drmmode->fb_id before calling set_mode_major for unflip
Michel Dänzer
1
-0
/
+6
2016-03-09
Make Option "TearFree" effective for rotated/reflected outputs as well (v2)
Michel Dänzer
2
-41
/
+214
2016-03-09
Consolidate pScreen usage in drmmode_set_mode_major
Michel Dänzer
1
-7
/
+5
2016-03-08
Remove check for XF86_CRTC_VERSION 3
Michel Dänzer
1
-4
/
+2
2016-03-01
Deal with modesets and page flips crossing on a CRTC
Michel Dänzer
3
-1
/
+20
2016-02-27
Make DRM event queue xf86CrtcPtr based instead of ScrnInfoPtr based
Michel Dänzer
8
-110
/
+83
2016-02-27
DRI2: Also clear dri2_flipping when client disconnects before event
Michel Dänzer
1
-2
/
+3
2016-02-27
Remove radeon_scanout_flip_handler
Michel Dänzer
1
-8
/
+1
2016-02-25
drm_queue: Don't abort events immediately from radeon_drm_abort_client
Michel Dänzer
1
-5
/
+13
2016-02-17
glamor: Return NullPixmap on failure to create shareable pixmap
jimqu
1
-1
/
+3
2016-02-17
Move radeon_glamor_destroy_pixmap before radeon_glamor_create_pixmap
jimqu
1
-35
/
+35
2016-02-17
Remove pci_dev test from radeon_get_scrninfo
Michel Dänzer
1
-4
/
+1
2016-02-17
Initialize drmmode_crtc dpms_mode to DPMSModeOff
Mykola Lysenko
1
-0
/
+1
[next]