nir: Move compute system value lowering to a separate pass
[mesa.git] / src / freedreno / drm /
2020-08-18 Hyunjun Kofreedreno: support GL_EXT_semaphore
2020-08-18 Eduardo Lima Mitevfreedreno: Enable GL_EXT_memory_object and GL_EXT_memor...
2020-06-18 Eric Engestromfreedreno: replace all dup() with os_dupfd_cloexec()
2020-06-01 Dylan Bakermeson: use gnu_symbol_visibility argument
2020-05-25 Rob Clarkfreedreno/drm: disallow exported buffers in bo cache
2020-05-18 Rob Clarkfreedreno/drm: handle ancient kernels
2020-05-18 Rob Clarkfreedreno/drm: don't pass thru 'DUMP' flag on older...
2020-05-14 Eric Anholtfreedreno: Avoid duplicate BO relocs in FD_RINGBUFFER_O...
2020-05-12 Eric Anholtfreedreno: Replace OUT_RELOCW with OUT_RELOC.
2020-05-12 Eric Anholtfreedreno: Tell the kernel that all BOs are for writing.
2020-05-12 Eric Anholtfreedreno: Mark all ringbuffer BOs as to be dumped...
2020-05-12 Eric Anholtfreedreno: Replace OUT_RELOCD with permanently flagging...
2020-05-12 Eric Anholtfreedreno: Start moving relocs flags into the BOs.
2020-05-08 Eric Anholtfreedreno: Initialize the bo's iova at creation time.
2020-05-08 Eric Anholtfreedreno: Rename append_bo() in case it doesn't get...
2020-05-08 Eric Anholtfreedreno: Clean up tests around ORing in the reloc...
2020-05-08 Eric Anholtfreedreno: Deduplicate ringbuffer macros with computera...
2020-04-30 Rob Clarkfreedreno/drm: inline the things
2020-04-30 Rob Clarkfreedreno/drm: drop atomic refcnts
2020-03-28 Eric Engestrommeson: inline `inc_common`
2020-03-27 Marek Olšákutil: don't include p_defines.h and u_pointer.h from...
2020-02-18 Rob Clarkfreedreno: quiet INFO_MSG
2020-01-31 Rob Clarkfreedreno/drm: readonly cmdstream
2020-01-28 Rob Clarkfreedreno/drm: fix invalid-cmdstream-size with older...
2020-01-23 Guido Güntherfreedreno/drm: Don't miscalculate timeout
2020-01-23 Anthony Peschutil/hash_table: update users to use new optimal intege...
2020-01-10 Lasse Lopperifreedreno/drm: Fix memory leak in softpin implementation
2019-10-28 Timothy Arceriutil: remove LIST_IS_EMPTY macro
2019-09-03 Rob Clarkfreedreno/drm: fix 64b iova shifts
2019-08-02 Rob Clarkfreedreno/drm: convert ring_pool to child_pool
2019-08-02 Rob Clarkfreedreno/drm: remove idx_lock
2019-05-14 Eric Anholtfreedreno: Move msm_drm.h to the same spot as other...
2019-05-13 Eric Anholtfreedreno: Quiet compiler warnings on 64-bit.
2019-05-02 Rob Clarkfreedreno/drm: expose GMEM_BASE address
2019-04-26 Kristian H. Kristensenfreedreno/drm: Quiet pointer to u64 conversion warning
2019-04-25 Rob Clarkfreedreno/drm: update for robustness
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2019-01-10 Rob Clarkfreedreno: make cmdstream bo's read-only to GPU
2019-01-08 Chia-I Wufreedreno/drm: sync uapi again
2018-12-13 Rob Clarkfreedreno: debug GEM obj names
2018-12-13 Rob Clarkfreedreno/drm: sync uapi and enable softpin
2018-12-07 Rob Clarkfreedreno/drm: fix memory leak
2018-12-07 Rob Clarkfreedreno/drm: fix relocs in nested stateobjs
2018-11-27 Jonathan Marekfreedreno: use MSM_BO_SCANOUT with scanout buffers
2018-11-27 Rob Clarkfreedreno: move drm to common location