summaryrefslogtreecommitdiff
path: root/exynos
AgeCommit message (Expand)AuthorFilesLines
2024-03-29meson: Replace usages of deprecated ExternalProgram.path()Joaquim Monteiro1-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-2/+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-10-06exynos: use drmCloseBufferHandleSimon Ser1-5/+1
2021-03-09meson: use library() instead of shared_library().Fang Tan1-1/+1
2019-11-11exynos: convert to new symbols checkEric Engestrom3-46/+30
2019-10-18Revert "Revert "libdrm: remove autotools support""Eric Engestrom1-29/+0
2019-10-16Revert "libdrm: remove autotools support"Marek Olšák1-0/+29
2019-10-14libdrm: remove autotools supportEric Engestrom1-29/+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
2019-04-17fix various typosEric Engestrom3-3/+3
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-19autotools: make symbols hidden by defaultLucas De Marchi1-0/+1
2018-09-19meson: make symbols hidden by defaultLucas De Marchi1-1/+1
2018-09-19exynos: annotate public functionsLucas De Marchi2-25/+25
2018-03-20meson,configure: include config.h automaticallyEric Engestrom2-8/+0
2018-02-23*-symbol-check: Don't hard-code nm executableHeiko Becker2-1/+2
2018-01-12Add meson build systemDylan Baker1-0/+53
2017-11-07exynos: change the license to X11/MITInki Dae3-12/+51
2017-04-08exynos: add C++ support to exynos_drmif headerTobias Jakobi1-0/+8
2017-04-03exynos/fimg2d: remove unused-function build warningSeung-Woo Kim1-14/+0
2017-04-03exynos: fix type-punned pointer build warningSeung-Woo Kim1-1/+1
2016-04-07exynos: Fix spelling mistakeEric Engestrom1-1/+1
2015-12-18exynos: bump version numberTobias Jakobi1-1/+1
2015-12-18tests/exynos: add test for g2d_moveTobias Jakobi1-0/+1
2015-12-18exynos/fimg2d: add g2d_moveTobias Jakobi2-0/+98
2015-12-18exynos: fimg2d: add g2d_set_directionTobias Jakobi1-0/+51
2015-12-18exynos/fimg2d: add g2d_config_eventTobias Jakobi3-2/+28
2015-12-18exynos: Introduce exynos_handle_event()Tobias Jakobi4-0/+115
2015-09-21exynos/fimg2d: remove g2d_context from public headerTobias Jakobi2-13/+16
2015-09-21exynos/fimg2d: add message prefixTobias Jakobi1-14/+16
2015-09-21exynos/fimg2d: make g2d_add_cmd() less heavyTobias Jakobi1-11/+7
2015-09-21exynos/fimg2d: remove superfluous initialization of g2d_point_valTobias Jakobi1-19/+0
2015-09-21exynos/fimg2d: remove default case from g2d_get_blend_op()Tobias Jakobi1-5/+5
2015-09-21exynos/fimg2d: add g2d_validate_xyz() functionsTobias Jakobi1-55/+126
2015-09-21exynos/fimg2d: add g2d_check_space()Tobias Jakobi1-35/+64
2015-09-21exynos/fimg2d: simplify base address submission in g2d_scale_and_blend()Tobias Jakobi1-12/+2
2015-09-21exynos/fimg2d: fix empty buffer handling in g2d_flush()Tobias Jakobi1-1/+1
2015-06-29exynos/fimg2d: simplify g2d_fini()Tobias Jakobi1-2/+1
2015-06-29exynos: fimg2d: fix return codesTobias Jakobi1-15/+5
2015-04-28drm: remove drm_public macroEmil Velikov2-20/+20
2015-04-28drm: remove no longer needed VISIBILITY_CFLAGSEmil Velikov1-1/+0
2015-04-28drm: rename libdrm{,_macros}.hEmil Velikov2-2/+2
2015-04-28exynos: add symbols testEmil Velikov2-0/+40
2015-03-20autotools: remove ${srcdir} from the includesEmil Velikov1-1/+0
2015-03-16exynos: fimg2d: follow-up fix for G2D_COEFF_MODE_GB_COLORTobias Jakobi1-1/+7