iris: Enable the dual_color_blend_by_location driconf option.
[mesa.git] / src / freedreno /
2019-03-11 Chia-I Wuturnip: add cmdbuf->bo_list to bo_list in queue submit
2019-03-11 Chia-I Wuturnip: add tu_bo_list_merge
2019-03-11 Chia-I Wuturnip: build drm_msm_gem_submit_bo array directly
2019-03-11 Chia-I Wuturnip: add more tu_cs helpers
2019-03-11 Chia-I Wuturnip: inline tu_cs_check_space
2019-03-11 Chia-I Wuturnip: update cs->start in tu_cs_end
2019-03-11 Chia-I Wuturnip: minor cleanup to tu_cs_end
2019-03-11 Chia-I Wuturnip: add tu_cs_add_bo
2019-03-11 Chia-I Wuturnip: document tu_cs
2019-03-11 Chia-I Wuturnip: run sed and clang-format on tu_cs
2019-03-11 Kristian H. Kristensenturnip: Only get bo offset when we need to mmap
2019-03-11 Bas Nieuwenhuizenturnip: Move stream functions to tu_cs.c
2019-03-11 Bas Nieuwenhuizenturnip: Add emit functions in a header.
2019-03-11 Chia-I Wuturnip: preliminary support for tu_QueueWaitIdle
2019-03-11 Chia-I Wuturnip: constify tu_device in tu_gem_*
2019-03-11 Chia-I Wuturnip: add wrappers around DRM_MSM_SUBMITQUEUE_*
2019-03-11 Chia-I Wuturnip: add wrappers around DRM_MSM_GET_PARAM
2019-03-11 Chia-I Wuturnip: remove unnecessary libfreedreno_drm dep
2019-03-11 Chia-I Wuturnip: use msm_drm.h from inc_freedreno
2019-03-11 Bas Nieuwenhuizenturnip: Shorten primary_cmd_stream name.
2019-03-11 Bas Nieuwenhuizenturnip: Fill command buffer
2019-03-11 Bas Nieuwenhuizenturnip: Implement submission.
2019-03-11 Bas Nieuwenhuizenturnip: Make bo_list functions not static
2019-03-11 Bas Nieuwenhuizenturnip: Add msm queue support.
2019-03-11 Bas Nieuwenhuizenturnip: Add a command stream.
2019-03-11 Bas Nieuwenhuizenturnip: Implement a slow bo list
2019-03-11 Bas Nieuwenhuizenturnip: Implement some UUIDs.
2019-03-11 Bas Nieuwenhuizenturnip: clean up TODO.
2019-03-11 Bas Nieuwenhuizenturnip: Remove some radv leftovers.
2019-03-11 Bas Nieuwenhuizenturnip: Implement some format properties for RGBA8.
2019-03-11 Chia-I Wuturnip: add .clang-format
2019-03-11 Bas Nieuwenhuizenturnip: Implement pipe-less param query.
2019-03-11 Bas Nieuwenhuizenturnip: move tu_gem.c to tu_drm.c
2019-03-11 Bas Nieuwenhuizenturnip: Stop hardcoding the msm version check.
2019-03-11 Bas Nieuwenhuizenturnip: Add image layout calculations.
2019-03-11 Bas Nieuwenhuizenturnip: Fix memory mapping.
2019-03-11 Bas Nieuwenhuizenturnip: Fix bo allocation after we stopped using libdrm...
2019-03-11 Bas Nieuwenhuizenturnip: Add 630 to the list.
2019-03-11 Chad Versaceturnip: Don't return from tu_stub funcs
2019-03-11 Chad Versaceturnip: Fix 'unused' warnings
2019-03-11 Chad Versaceturnip: Add TODO file
2019-03-11 Chad Versaceturnip: Replace fd_bo with tu_bo
2019-03-11 Chad Versaceturnip: Use vk_errorf() for initialization error messages
2019-03-11 Chad Versaceturnip: Add TODO for Android logging
2019-03-11 Chad Versaceturnip: Require DRM device version >= 1.3
2019-03-11 Chad Versaceturnip: Fix indentation
2019-03-11 Chad Versaceturnip: Fix a real -Wmaybe-uninitialized
2019-03-11 Chad Versaceturnip: Use vk_outarray in all relevant public functions
2019-03-11 Chad Versaceturnip: Fix result of vkEnumerate*ExtensionProperties
2019-03-11 Chad Versaceturnip: Fix result of vkEnumerate*LayerProperties
2019-03-11 Chad Versaceturnip: Fix indentation in function signatures
2019-03-11 Bas Nieuwenhuizenturnip: Disable more features.
2019-03-11 Bas Nieuwenhuizenturnip: Initialize memory type in requirements.
2019-03-11 Bas Nieuwenhuizenturnip: Cargo cult the Intel heap size functionality.
2019-03-11 Bas Nieuwenhuizenturnip: Report a memory type and heap.
2019-03-11 Bas Nieuwenhuizenturnip: Add buffer allocation & mapping support.
2019-03-11 Bas Nieuwenhuizenturnip: Fix newly introduced warning.
2019-03-11 Bas Nieuwenhuizenturnip: Remove abort.
2019-03-11 Bas Nieuwenhuizenturnip: Gather some device info.
2019-03-11 Bas Nieuwenhuizenturnip: Fix up detection of device.
2019-03-11 Chad Versaceturnip: Drop Makefile.am and Android.mk
2019-03-11 Bas Nieuwenhuizenturnip: Add driver skeleton (v2)
2019-03-08 Rob Clarkfreedreno/ir3: turn on [iu]mul_high
2019-03-03 Rob Clarkfreedreno/ir3: track register pressure in sched
2019-03-03 Rob Clarkfreedreno/ir3: add Sethi–Ullman numbering pass
2019-03-03 Rob Clarkfreedreno/ir3: include nopN in expanded instruction...
2019-02-28 Kristian H. Kristensenfreedreno: Fix a couple of warnings
2019-02-26 Rob Clarkfreedreno/ir3: gsampler2DMSArray fixes
2019-02-26 Rob Clarkfreedreno/ir3/a6xx: fix atomic shader outputs
2019-02-26 Rob Clarkfreedreno/a6xx: vertex_id is not _zero_based
2019-02-26 Rob Clarkfreedreno/ir3/a6xx: fix non-ssa atomic dst
2019-02-26 Rob Clarkfreedreno/ir3: use nopN encoding when possible
2019-02-22 Rob Clarkfreedreno/a6xx: fix border-color offset
2019-02-22 Rob Clarkfreedreno/ir3: don't hardcode wrmask
2019-02-21 Rob Clarkfreedreno/a6xx: enable tiled images
2019-02-20 Rob Clarkfreedreno/a6xx: samplerBuffer fixes
2019-02-20 Rob Clarkfreedreno/ir3/a6xx: use ldib for ssbo reads
2019-02-20 Rob Clarkfreedreno/ir3: sync instr/disasm and add ldib encoding
2019-02-20 Rob Clarkfreedreno/ir3/a6xx: fix load_ssbo barrier type.
2019-02-20 Rob Clarkfreedreno/ir3: rename put_dst()
2019-02-20 Rob Clarkfreedreno: fix crash w/ masked non-SSA dst
2019-02-20 Rob Clarkfreedreno/ir3: fix crash in compile fail case
2019-02-20 Rob Clarkfreedreno/ir3: fix legalize for vecN inputs
2019-02-20 Kristian H. Kristensenfreedreno: Update headers
2019-02-18 Rob Clarkfreedreno/ir3: handle quirky atomic dst for a6xx
2019-02-16 Rob Clarkfreedreno/ir3: HIGH reg w/a for a6xx
2019-02-16 Rob Clarkfreedreno/ir3: add a6xx+ SSBO/image support
2019-02-16 Rob Clarkfreedreno/ir3: add a6xx instruction encoding
2019-02-16 Rob Clarkfreedreno/ir3: add image/ssbo <-> ibo/tex mapping
2019-02-16 Rob Clarkfreedreno/ir3: fix ncomp for _store_image() src
2019-02-16 Rob Clarkfreedreno/ir3: split out a4xx+ instructions
2019-02-16 Rob Clarkfreedreno/ir3: split out image helpers
2019-02-16 Rob Clarkfreedreno/ir3: fix varying packing vs. tex sharp edge
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2019-02-14 Eric Anholtfreedreno: Use the NIR lowering for isign.
2019-02-13 Kristian H. Kristensenfreedreno/a6xx: Update headers
2019-02-11 Kristian H. Kristensenfreedreno/a6xx: regen headers
2019-01-31 Rob Clarkfreedreno: fix release tarball
2019-01-28 Jonathan Marekfreedreno: update a2xx registers
2019-01-24 Emil Velikovfreedreno: automake: ship ir3_nir_trig.py in the tarball
next