summaryrefslogtreecommitdiff
path: root/freedreno
AgeCommit message (Expand)AuthorFilesLines
2024-02-15meson: make build system happy by replacing deprecated featureAdrián Larumbe1-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
2021-12-14meson: add override_dependency when possibleDylan Baker1-0/+4
2021-10-06freedreno: use drmCloseBufferHandleSimon Ser1-8/+2
2021-03-09meson: use library() instead of shared_library().Fang Tan1-1/+1
2019-11-11freedreno: convert to new symbols checkEric Engestrom2-23/+7
2019-11-11freedreno: drop leftover symbol from the export listEric Engestrom1-1/+0
2019-10-18Revert "Revert "libdrm: remove autotools support""Eric Engestrom1-33/+0
2019-10-16Revert "libdrm: remove autotools support"Marek Olšák1-0/+33
2019-10-14libdrm: remove autotools supportEric Engestrom1-33/+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 Engestrom2-2/+2
2019-02-19freedreno: revert bad freedreno/atomic_ops commitsEric Engestrom1-1/+2
2019-01-03freedreno: remove always-defined #ifdefEric Engestrom1-2/+1
2018-10-14freedreno/msm: fix c90 warningRob Clark1-1/+2
2018-10-14freedreno/kgsl: fix buildRob Clark1-0/+1
2018-10-13freedreno/msm: handle ring-reloc to other stateobjsRob Clark1-4/+29
2018-10-13freedreno/msm: simplify msm_ringbuffer_flush()Rob Clark1-19/+2
2018-10-13freedreno/msm: use hashtable to track submit.cmds tableRob Clark1-14/+50
2018-10-13freedreno/msm: simplify emit_reloc_ring() vfuncRob Clark4-12/+9
2018-10-13freedreno/msm: remove reset of linked ringsRob Clark2-8/+1
2018-10-13freedreno: remove deprecated ringmarker APIRob Clark4-77/+0
2018-10-13freedreno/msm: support suballocation for stateobj rb'sRob Clark4-18/+101
2018-10-13freedreno: add flags param for rb creationRob Clark4-14/+25
2018-10-13freedreno: expose refcnt'ing on ringbuffersRob Clark5-21/+36
2018-10-13freedreno/msm: get rid of ring_bo unref hackRob Clark1-10/+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-20freedreno: add missing drm_publicEric Engestrom1-1/+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-19freedreno: annotate public functionsLucas De Marchi4-49/+49
2018-09-14freedreno: move ring_cache behind fd_bo_del()Rob Clark5-48/+45
2018-09-14freedreno: fix spelling typoRob Clark1-3/+3
2018-08-23libdrm: add msm drm uapi headerTanmay Shah2-308/+0
2018-08-08freedreno: fix use-after-free with stateobj rb'sRob Clark1-1/+15
2018-08-08freedreno: don't leak stateobj rb refsRob Clark1-4/+11
2018-07-30freedreno/msm: "stateobj" supportRob Clark2-8/+84
2018-07-30freedreno: slight reorderingRob Clark1-6/+6
2018-07-30freedreno: small cleanupRob Clark2-27/+31
2018-07-30freedreno: add fd_ringbuffer_new_object()Rob Clark8-10/+62
2018-06-18freedreno: add user ptr to fd_ringbufferRob Clark1-0/+5
2018-05-09freedreno: add fd_pipe refcountingRob Clark4-0/+12
2018-03-20meson,configure: include config.h automaticallyEric Engestrom14-56/+0
2018-03-09meson: use pkg-config to detect libatomic_opsEric Engestrom1-1/+1
2018-03-08freedreno: add missing symbols to symbol-checkEric Engestrom1-0/+2
2018-02-26freedreno: add interface to get buffer addressRob Clark4-0/+27
2018-02-23*-symbol-check: Don't hard-code nm executableHeiko Becker2-1/+2