platform/upstream/mesa.git
2022-08-29 Adam Jacksonegl: Remove some can't-happen supported API checks
2022-08-29 Sil Vilerinod3d12: Implement cap PIPE_VIDEO_SUPPORTS_CONTIGUOUS_PLA...
2022-08-29 Sil Vilerinogallium/va: vaDeriveImage to check PIPE_VIDEO_SUPPORTS_...
2022-08-29 Samuel Pitoisetradv: emit the guardband state separately from the...
2022-08-29 Samuel Pitoisetradv: rework dirtying scissors when the line width...
2022-08-29 Samuel Pitoisetradv: split emitting guardband into a separate helper
2022-08-29 Samuel Pitoisetradv: remove useless parameter in si_write_scissors()
2022-08-29 Samuel Pitoisetradv: make sure to emit BREAK_BATCH when color write...
2022-08-29 Samuel Pitoisetradv: store binning settings into the physical device
2022-08-29 Emma Anholtturnip: Fix enabling of IB2 skipping.
2022-08-29 Emma Anholtfreedreno/regs: Add a bit of documentation of what...
2022-08-29 Yonggang Luoutil: Move detect_done out of struct util_cpu_caps_t
2022-08-29 Yonggang Luoutil: Use environment variable GALLIUM_OVERRIDE_CPU_CAP...
2022-08-29 Yonggang Luogallium: Fixes memory leak of translate_test.c
2022-08-29 Yonggang Luollvmpipe: Remove the hack for LLVM4 in lp_bld_init.c
2022-08-29 Yonggang Luoutil: Handling LP_FORCE_SSE2 in u_cpu_detect.c
2022-08-29 Yonggang Luoutil: Handling GALLIUM_NOSSE in u_cpu_detect.c
2022-08-29 Yonggang Luoutil: Improve has_sse has_sse2 has_sse3 has_sse4_1...
2022-08-29 Yonggang Luoutil: Rename util_cpu_detect to _util_cpu_detect_local
2022-08-29 Yonggang Luoutil: Remove unused rtasm_cpu_has_sse2
2022-08-29 Marcin Ślusarzanv: disable task redistribution
2022-08-29 David Heidelbergci: bump cross compilation to LLVM 13 where possible
2022-08-29 Christian Gmeinerlima/ci: There is no need to redefine HWCI_TEST_SCRIPT
2022-08-29 Marcin ŚlusarzRevert "nir/lower_task_shader: don't use base index...
2022-08-29 Marcin Ślusarzintel/compiler: add support for non-zero base in [load...
2022-08-29 Marcin Ślusarznir/lower_task_shader: print shader after each step
2022-08-29 Kostiantyn... vulkan/cmd_queue: Do not generate unreachable vk_free_...
2022-08-29 Kenneth Graunkeintel/compiler: Change dg2_plus check to devinfo->verx1...
2022-08-29 Erik Faye-Lundzink: fixup indent in caps-check
2022-08-29 Erik Faye-Lundzink: fix conditions for draw-parameters
2022-08-29 Iago Toral... v3dv: implement VK_EXT_texel_buffer_alignment
2022-08-29 Iago Toral... v3d,v3dv: lower texel buffer aligment requirements
2022-08-29 Gert Wollnyvirgl: Fix ubsan warnings:
2022-08-29 Gert Wollnyvirgl: Fix buffer overflow warning:
2022-08-27 David Heidelbergci: drop last bits of wine32
2022-08-27 Ming Lidocs: Add d3d10umd and lavapipe to the doc for the...
2022-08-26 Juston Livenus: add support for VK_EXT_primitive_topology_list_r...
2022-08-26 Juston Livenus: sync venus protocol headers for VK_EXT_primitive...
2022-08-26 Chia-I Wudocs: update perfetto with the latest status
2022-08-26 Chia-I Wupps: enable track_event in system.cfg
2022-08-26 Chia-I Wuvenus: use MESA_TRACE_*
2022-08-26 Chia-I Wuutil/perf: support and prefer perfetto for cpu trace
2022-08-26 Chia-I Wuutil/perfetto: add a simple C wrapper for track events
2022-08-26 Chia-I Wuutil/perf: fix multiple tracepoints in a scope
2022-08-26 Chia-I Wuutil/perf: add cpu_trace.h
2022-08-26 Chia-I Wuutil/perf: move u_perfetto to here
2022-08-26 David Heidelbergci: use shellcheck for .gitlab-ci/container/ directory
2022-08-26 David Heidelbergci: make shellcheck happy about .gitlab-ci/container...
2022-08-26 David Heidelbergci: move lava-test into debian-build-testing
2022-08-26 David Heidelbergci: rename debian-gallium to debian-build-testing
2022-08-26 Rob Clarkfreedreno: Add support for upload transfers
2022-08-26 Rob Clarkfreedreno/drm: Add offset param for fd_bo_upload()
2022-08-26 Rob Clarkfreedreno/drm: Let backend hint about upload vs map
2022-08-26 Rob Clarkfreedreno/a6xx: Random indent fixes
2022-08-26 Karol Herbstnv50: fix code heap after pipe_shader_enum change
2022-08-26 Chia-I Wuir3: fix predicate splitting in scheduler
2022-08-26 Mike Blumenkrantzlavapipe: delete some code
2022-08-26 Mike Blumenkrantzlavapipe: create gallium descriptor image/sampler view...
2022-08-26 Mike Blumenkrantzlavapipe: apply VK_WHOLE_SIZE to bufferviews at creation
2022-08-26 Mike Blumenkrantzlavapipe: use gallium buffer descriptor types directly
2022-08-26 Mike Blumenkrantzlavapipe: delete lvp_buffer::offset
2022-08-26 Mike Blumenkrantzlavapipe: use pipe_sampler_state directly in descriptor...
2022-08-26 Mike Blumenkrantzlavapipe: replace lvp_sampler internals with pipe_sampl...
2022-08-26 Mike Blumenkrantzlavapipe: remove lvp_sampler::state
2022-08-26 Mike Blumenkrantzlavapipe: use cso for compute samplers too
2022-08-26 Mike Blumenkrantzlavapipe: stop tracking descriptor image layout
2022-08-26 Rhys Perryaco: allow direct_fetch=true for vec4 VS input loads
2022-08-26 Rhys Perryaco: don't expand vec3 VS input load to vec4 on GFX6
2022-08-26 Rhys Perryradv/llvm: fix packed VS inputs on GFX6/GFX10+
2022-08-26 Rhys Perryaco: fix 16-bit VS inputs
2022-08-26 Rhys Perryradv: fix 16-bit support in radv_lower_vs_input
2022-08-26 Rhys Perryradv: remove claimed support for sRGB vertex buffer...
2022-08-26 Rob ClarkRevert "ci: disable the freedreno farm."
2022-08-26 Brian Paulst_pbo/compute: fix memset() warning
2022-08-26 Samuel Pitoisetradv: move determining NGG shader info to radv_fill_sha...
2022-08-26 Samuel Pitoisetradv: move more MS info to gather_shader_info_ms()
2022-08-26 Samuel Pitoisetradv: move more CS info to gather_shader_info_cs()
2022-08-26 Samuel Pitoisetradv: add gather_shader_info_task() helper
2022-08-26 Samuel Pitoisetradv: add gather_shader_info_cs() helper
2022-08-26 Samuel Pitoisetradv: add gather_shader_info_vs() helper
2022-08-26 Samuel Pitoisetradv: add gather_shader_info_tcs() helper
2022-08-26 Samuel Pitoisetradv: add gather_shader_info_tes() helper
2022-08-26 Samuel Pitoisetradv: add gather_shader_info_gs() helper
2022-08-26 Samuel Pitoisetradv: add gather_shader_info_mesh() helper
2022-08-26 Samuel Pitoisetradv: add gather_shader_info_fs() helper
2022-08-26 Samuel Pitoisetradv: move filling cs.block_size
2022-08-26 Samuel Pitoisetradv: stop gathering info for FS before other stages
2022-08-26 Samuel Pitoisetradv: link primitive ID/clip distance shader info from...
2022-08-26 Samuel Pitoisetradv: add a helper that links shader info between stages
2022-08-26 Samuel Pitoisetradv: remove redundant VS output parameter assignments
2022-08-26 Samuel Pitoisetradv: fill radv_vs_output_info unconditionally for...
2022-08-26 Samuel Pitoisetradv: stop duplicating radv_vs_output_info
2022-08-26 Samuel Pitoisetradv/llvm: remove unused parameter in handle_vs_outputs...
2022-08-26 Samuel Pitoisetradv: replace cs.uses_task_rings by ms.has_task
2022-08-26 Samuel Pitoisetradv: remove dead code about task ring when binding...
2022-08-26 Samuel Pitoisetradv: compute the ESGS itemsize outside of radv_nir_sha...
2022-08-26 Samuel Pitoisetradv: use esgs_itemsize when calling ac_nir_lower_es_ou...
2022-08-26 Samuel Pitoisetradv: stop duplicating radv_es_output_info
2022-08-26 Samuel Pitoisetac: constify ac_compute_cs_workgroup_size()
2022-08-26 Samuel Pitoisetaco: fix wrong size for 1D images and A16 on GFX9
next