summaryrefslogtreecommitdiff
path: root/radeon
AgeCommit message (Expand)AuthorFilesLines
2024-01-01radeon: fix missing stencil_tile_mode initialisation in the linear/fallback caseEric Engestrom1-0/+1
2023-10-20meson: replace deprecated program.path -> program.full_pathDylan Baker1-1/+1
2023-02-10meson: drop pthread-stubs dependency on BSDsJan Beich1-1/+1
2022-01-20meson: use the modern interface for pkg.generateDylan Baker1-3/+1
2022-01-20meson: switch the meson builtin for symbol visiblityDylan Baker1-0/+1
2021-12-14meson: add override_dependency when possibleDylan Baker1-0/+4
2021-11-12radeon: remove duplicate declaration of struct radeon_bo_manager in radeon_bo.hsuijingfeng1-1/+0
2021-10-06radeon: use drmCloseBufferHandleSimon Ser1-6/+1
2021-03-09meson: use library() instead of shared_library().Fang Tan1-1/+1
2019-11-11radeon: convert to new symbols checkEric Engestrom2-23/+7
2019-10-18Revert "Revert "libdrm: remove autotools support""Eric Engestrom1-49/+0
2019-10-16Revert "libdrm: remove autotools support"Marek Olšák1-0/+49
2019-10-14libdrm: remove autotools supportEric Engestrom1-49/+0
2019-10-04*-symbols-check: let meson figure out how to execute the scriptsEric Engestrom1-2/+2
2019-10-04*-symbols-check: use normal shell over bashEmil Velikov1-1/+1
2018-10-04*-symbols-check: error out when using unset variablesEmil Velikov1-0/+2
2018-10-04automake: set NM before running the testsEmil Velikov1-0/+1
2018-09-20radeon: add missing drm_public exportsEric Engestrom2-3/+3
2018-09-19autotools: make symbols hidden by defaultLucas De Marchi1-0/+1
2018-09-19meson: make symbols hidden by defaultLucas De Marchi1-1/+1
2018-09-19radeon: annotate public functionsLucas De Marchi6-41/+41
2018-03-20meson,configure: include config.h automaticallyEric Engestrom6-18/+0
2018-03-09meson: use pkg-config to detect libatomic_opsEric Engestrom1-1/+1
2018-02-23*-symbol-check: Don't hard-code nm executableHeiko Becker2-1/+2
2018-01-12Add meson build systemDylan Baker1-0/+63
2017-08-01radeon: add fallthrough annotationEric Engestrom1-0/+1
2017-01-27android: introduce Android.common.mk to reduce boilerplateEmil Velikov1-5/+2
2017-01-27android: remove LOCAL_MODULE_TAGS := optional tagEmil Velikov1-1/+0
2016-11-22libdrm: random typo fixesGrazvydas Ignotas2-6/+6
2016-09-05radeon: sync radeon_drm.h with the kernelMarek Olšák1-0/+8
2016-07-23radeon: Fix typo in stderr messageAndreas Boll1-1/+1
2016-07-23automake: Don't include Android Makefiles in the release tarballAndreas Boll1-1/+1
2016-07-23radeon: Wire up radeon-symbol-check to make checkAndreas Boll1-0/+1
2016-07-06Android: strip out header files from sources listRob Herring1-1/+1
2016-06-14radeon: use SAMPLE_SPLIT=2 for better MSAA perf on EG/CMMarek Olšák1-2/+4
2016-02-04radeon: add libdrm to Requires.privateEmil Velikov1-0/+1
2016-01-21radeon: Pass radeon_bo_open flags to the DRM_RADEON_GEM_CREATE ioctlMichel Dänzer1-1/+1
2015-11-10radeon: Handle surface offsets exceeding 32 bits correctlyMichel Dänzer1-8/+9
2015-09-04radeon: cleanup bo/cs func tablesEmil Velikov4-23/+24
2015-08-10radeon: add new OLAND pci idAlex Deucher1-0/+1
2015-05-26radeon: add new bonaire pci idAlex Deucher1-0/+1
2015-04-28drm: remove drm_public macroEmil Velikov6-44/+44
2015-04-28drm: remove no longer needed VISIBILITY_CFLAGSEmil Velikov1-1/+0
2015-04-28drm: rename libdrm{,_macros}.hEmil Velikov6-8/+8
2015-04-28radeon: add symbols testEmil Velikov2-1/+62
2015-04-28radeon: move bof.[ch] out of libdrm_radeonEmil Velikov3-5/+10
2015-03-20autotools: remove ${srcdir} from the includesEmil Velikov1-1/+0
2015-03-20android: remove LOCAL_COPY_HEADERS* variablesEmil Velikov1-3/+0
2015-03-20android: remove ${srcdir} from the includesEmil Velikov1-3/+0
2015-03-20android: simplify LOCAL_C_INCLUDESEmil Velikov1-3/+1