summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-02Merge remote-tracking branch 'origin/master' into obsdobsdMatthieu Herrb
2024-06-02Avoid namespace collision: rename bswap_XX to radeon_bswap_XXHEADmasternia
2024-05-05Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2024-05-04radeon_accel: Avoid unaligned access in RADEONCopySwapnia
2024-03-08radeon_dri2_create_buffer2: remove unused variable tilingAlan Coopersmith
2024-03-08RADEONInit3DEngineInternal: remove unused variable gb_tile_configAlan Coopersmith
2024-03-08Add xserver-21.1 branch to CI build matrixAlan Coopersmith
2024-02-24README.md: updates to match the style of the xf86-video-amdgpu READMEAlan Coopersmith
2024-02-24Update README.md to use proper bug URLDouglas R. Reno
2023-06-17Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2023-04-25Bump version for 22.0.0 releasexf86-video-ati-22.0.0Matt Turner
2022-12-04Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2022-07-30Don't set SourceValidate pointer to NULLMatthieu Herrb
2022-07-23radeon_glamor_wrappers.c: Convert from ISO-8859-1 to UTF-8Alan Coopersmith
2022-07-23gitlab CI: enable gitlab's builtin static analysisAlan Coopersmith
2022-07-23gitlab CI: enable commit & merge request checksAlan Coopersmith
2022-05-01Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2022-04-06Fix spelling/wording issuesAlan Coopersmith
2022-01-22Build xz tarballs instead of bzip2Alan Coopersmith
2021-05-22Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2021-05-10Only include dri.h with older versions of xserverMichel Dänzer
2021-03-26Add GitLab CI pipelineMichel Dänzer
2021-03-26Guard local variable info only used with glamorMichel Dänzer
2021-03-26Guard local variable priv only used with glamorMichel Dänzer
2020-07-13ati: cleanup terminology to use primary/secondaryDave Airlie
2020-04-14Fix return value check of drmIoctl()Niclas Zeising
2020-02-10Don't crash X server if GPU acceleration is not availableAlexey Sheplyakov
2020-02-10Handle NULL fb_ptr in pixmap_get_fbMichel Dänzer
2020-02-05Fix link failure with gcc 10Adam Jackson
2019-10-15Bump version for 19.1.0 releasexf86-video-ati-19.1.0Michel Dänzer
2019-09-25Don't unreference FBs of pixmaps from different screens in LeaveVTMichel Dänzer
2019-09-20Don't set up black scanout buffer if LeaveVT is called from CloseScreenMichel Dänzer
2019-07-18Don't disable page flipping completely with SW cursorMichel Dänzer
2019-06-25present: Check that we can get a KMS FB for flippingMichel Dänzer
2019-06-14Remove dri2_drawable_crtc parameter consider_disabledMichel Dänzer
2019-06-14dri2: Re-use previous CRTC when possible if pick_best_crtc returns NULLMichel Dänzer
2019-06-14dri2: reply to client for WaitMSC request in any caseFlora Cui
2019-05-09dri3: Always flush glamor before sharing pixmap storage with clientsMichel Dänzer
2019-04-24Retry get_fb_ptr in get_fbMichel Dänzer
2019-03-19Bump version for 19.0.1 releasexf86-video-ati-19.0.1Michel Dänzer
2019-03-15modesetting: add tile property supportDave Airlie
2019-03-14Use radeon_finish in drmmode_crtc_scanout_updateMichel Dänzer
2019-03-08Revert "glamor: Avoid glamor_create_pixmap for pixmaps backing windows"Michel Dänzer
2019-03-06Bump version for 19.0.0 releasexf86-video-ati-19.0.0Michel Dänzer
2019-03-04dri2: Call drm_queue_handle_deferred in dri2_deferred_eventMichel Dänzer
2019-03-01present: Check that flip and screen pixmap pitches matchMichel Dänzer
2019-02-11Keep waiting for a pending flip if drm_handle_event returns 0Michel Dänzer
2019-01-28Call drmHandleEvent again if it was interrupted by a signalMichel Dänzer
2019-01-28Only update drmmode_crtc->flip_pending after actually submitting a flipMichel Dänzer
2019-01-28Don't allow TearFree scanout flips to complete in the same vblank periodMichel Dänzer