mesa.git
2020-09-02 Eric Engestromdocs: shift 20.2 rc dates by two weeks to match reality
2020-09-02 Eric Engestromdocs: update calendar and link releases notes for 20.1.7
2020-09-02 Eric Engestromdocs: add release notes for 20.1.7
2020-09-02 Jason Ekstrandiris: Re-emit push constants if we have a varying workg...
2020-09-02 Jason Ekstrandintel/nir: Lower load_num_work_groups to 32-bit if...
2020-09-02 Jason Ekstrandintel/fs: Use a single untyped surface read for load_nu...
2020-09-02 Jason Ekstrandintel/fs: Don't copy-propagate stride=0 sources into...
2020-09-02 Marek Olšákst/mesa: fix lowered IO - don't call st_nir_assign_vs_i...
2020-09-02 Marek Olšáknir: fix a bug in is_dual_slot in nir_io_add_const_offs...
2020-09-02 Jason Ekstrandiris: Patch constant data pointers into shaders
2020-09-02 Jason Ekstrandanv: Patch constant data pointers into shaders with...
2020-09-02 Jason Ekstrandnir/builder: Add load/store_global helpers
2020-09-02 Jason Ekstrandanv: Properly cache brw_stage_prog_data::relocs
2020-09-02 Jason Ekstrandintel/fs: Add support for a new load_reloc_const intrinsic
2020-09-02 Jason Ekstrandintel/eu: Add a mechanism for emitting relocatable...
2020-09-02 Jason Ekstrandintel/eu: Include brw_compiler.h in brw_eu.h
2020-09-02 Jason Ekstrandanv: Stop storing the shader constant data side-band
2020-09-02 Jason Ekstrandintel/fs,vec4: Stuff the constant data from NIR in...
2020-09-02 Jason Ekstrandintel/eu: Add some new helpers
2020-09-02 Jason Ekstrandiris: Use gen_disassemble
2020-09-02 Jason Ekstrandintel/compiler: Get rid of struct gen_disasm
2020-09-02 Jason Ekstrandintel/compiler: Get rid of the global compaction table...
2020-09-02 Bas Nieuwenhuizenspirv: Deal with glslang not setting NonUniform on...
2020-09-02 Bas Nieuwenhuizenspirv: Deal with glslang bug not setting the decoration...
2020-09-02 Bas Nieuwenhuizenradv: Avoid deadlock on bo_list.
2020-09-02 Bas Nieuwenhuizenradv: Fix threading issue with submission refcounts.
2020-09-02 Matt Turnerintel/tools: Disassemble WAIT's argument as a destination
2020-09-02 Eric Anholtgallium/tgsi_exec: Fix up NumOutputs counting
2020-09-02 Eric Anholtgallium/tgsi_exec: Add missing DFLR opcode support.
2020-09-02 Jason Ekstrandnir/clone: Add a helper for cloning most instruction...
2020-09-02 Eric Anholtnir/opt_vectorize: Add a callback for filtering of...
2020-09-02 Eric Anholtnir: Add simplistic lowering for bany_equal/ball_inequal.
2020-09-02 Eric Anholtgallium/ureg: Set the next shader stage from the shader...
2020-09-02 Eric Anholtgallium/tgsi: Add a helper for initializing ureg from...
2020-09-02 Eric Anholtgallium/tgsi: Add some missing opcodes to tgsi_ureg.
2020-09-02 Eric Anholtgallium/tgsi: Add support for PRIMITIVEID as a system...
2020-09-02 Eric Anholtgallivm: Report the unsupported intrinsic instead of...
2020-09-02 Michel Dänzerci: Do not create manual test-docs job in post-merge...
2020-09-02 Marcin Ślusarzintel/fs,vec4: remove unused assignments
2020-09-02 Marcin Ślusarzintel/compiler: mark debug constant as const
2020-09-02 Marcin Ślusarzintel/compiler/test: use TEST_DEBUG env var consistently
2020-09-02 Marcin Ślusarzintel/perf: don't generate logically dead code
2020-09-02 Marcin Ślusarzi965: verify format width in blorp_get_client_bo
2020-09-02 Marcin Ślusarziris: verify color component width in convert_fast_clea...
2020-09-02 Marcin Ślusarziris: handle os_dupfd_cloexec failure
2020-09-02 Connor Abbottfreedreno/computerator: Use a render node
2020-09-02 Danylo Piliaievintel/compiler: Fix pointer arithmetic when reading...
2020-09-02 Alyssa Rosenzweigmesa/st: Don't set alpha if ALPHA_TEST is lowered
2020-09-02 Hyunjun Koturnip: Implement VK_EXT_host_query_reset
2020-09-02 Hyunjun Koturnip: Support pipeline statistics query
2020-09-02 Hyunjun Koturnip: Refactor structs of tu_query
2020-09-02 Danylo Piliaievintel/assembler: Add labels support
2020-09-02 Danylo Piliaievintel/disasm: Label support in shader disassembly for...
2020-09-02 Danylo Piliaievintel/disasm: brw_label and support functions
2020-09-02 Danylo Piliaievintel/disasm: Change visibility of has_uip and has_jip
2020-09-02 Marcin Ślusarzanv: refresh cached current batch bo after emitting...
2020-09-02 Pierre-Eric... radeonsi: use radeonsi_clamp_div_by_zero for SPECviewpe...
2020-09-02 Pierre-Eric... radeonsi,driconf: add clamp_div_by_zero option
2020-09-02 Pierre-Eric... ac/llvm: add option to clamp division by zero
2020-09-02 Pierre-Eric... radeonsi: enable PIPE_CAP_NO_CLIP_ON_COPY_TEX
2020-09-02 Pierre-Eric... mesa/st: introduce PIPE_CAP_NO_CLIP_ON_COPY_TEX
2020-09-02 jzielinsgallium/swr: Fix compilation TCS/TES compilation issues
2020-09-02 jzielinsgallium/swr: Fix compilation with LLVM 12
2020-09-02 Samuel Pitoisetspirv: fix retrieving dest type for OpFragmentMaskFetchAMD
2020-09-02 Jonathan Grayvulkan: make VK_TIME_DOMAIN_CLOCK_MONOTONIC_RAW_EXT...
2020-09-02 Jonathan Grayradv: remove seccomp includes
2020-09-02 Jonathan Grayutil/os_misc: os_get_available_system_memory() for...
2020-09-02 Jonathan Grayanv: use os_get_available_system_memory()
2020-09-02 Jonathan Grayutil/os_misc: add os_get_available_system_memory()
2020-09-02 Jonathan Grayanv: use os_get_total_physical_memory()
2020-09-01 Eric Anholtfreedreno/a6xx: Add ARB_depth_clamp and separate clamp...
2020-09-01 Eric Anholtci: Enable KHR-GL30 CTS testing on freedreno a630.
2020-09-01 Eric Anholtci: Use the same VK-GL-CTS tree for GL/GLES as VK.
2020-09-01 Eric Anholtci: Bump vulkan CTS version to 1.2.3.2, and keep the...
2020-09-01 Alyssa Rosenzweigpanfrost: Drop PIPE_CAP_MAX_COMBINED_HW_ATOMIC_COUNTER...
2020-09-01 Italo Nicolapanfrost: add support for atomics
2020-09-01 Italo Nicolapanfrost: add atomic ops infrastructure
2020-09-01 Italo Nicolapanfrost: add support for src[3] in LOAD_STORE ops
2020-09-01 Italo Nicolapanfrost: introduce LDST_ATOMIC property
2020-09-01 Italo Nicolapanfrost: add LDST_ADDRESS property to atomic ops
2020-09-01 Italo Nicolapanfrost: add atomic_cmpxchg opcode
2020-09-01 Italo Nicolapanfrost: fix undefined value access on mir_set_intr_mask()
2020-09-01 Jason Ekstrandclover: Use 64-bit offsets for shader_in on 64-bit...
2020-09-01 Jason Ekstrandnir/lower_explicit_io: Assert that compute address...
2020-09-01 Jason Ekstrandspirv: Drop the constant_as_global as option
2020-09-01 Jason Ekstrandclover/nir: Use nir_var_mem_constant for __constant...
2020-09-01 Jason Ekstrandllvmpipe: Add support for load_global_constant
2020-09-01 Jason Ekstrandnouveau/nir: Implement load_global_constant
2020-09-01 Jason Ekstrandintel/fs: Implement nir_intrinsic_load_global_constant
2020-09-01 Jason Ekstrandspirv: Use nir_var_mem_constant for UniformConstant...
2020-09-01 Jason Ekstrandnir: Allow opt_large_constants to be run with constant_...
2020-09-01 Jason Ekstrandnir/lower_io: Add support for nir_var_mem_constant
2020-09-01 Jason Ekstrandnir/lower_io: Add a build_addr_for_var helper
2020-09-01 Jason Ekstrandnir/lower_io: Use the variable mode for load_scratch_ba...
2020-09-01 Jason Ekstrandnir: Add a load_global_constant intrinsic
2020-09-01 Jason Ekstrandnir: Add a new nir_var_mem_constant variable mode
2020-09-01 Karol Herbstnir/serialize: fix serialization of system values
2020-09-01 Karol Herbstclover/spirv: fix vec3 alignment
2020-09-01 Karol Herbstnvc0/cl: hande 64 bit pointers in nvc0_set_global_handle
2020-09-01 Karol Herbstspirv: fix 64 bit atomic inc and dec
next