platform/upstream/mesa.git
2021-01-01 Icecream95pan/mdg: Support nir_intrinsic_load_global_constant
2021-01-01 Icecream95pan/mdg: Use the pan_nir_lower_64bit_intrin NIR pass
2021-01-01 Icecream95panfrost: Add a NIR pass to lower 64-bit vec3 intrinsic...
2021-01-01 Icecream95panfrost: Stop lowering cs derived sysvals in glsl
2021-01-01 Icecream95pan/mdg: Set compute lowering options
2021-01-01 Icecream95pan/mdg: Implement load_global_invocation_id
2021-01-01 Icecream95pan/mdg: Add load_kernel_input support
2021-01-01 Icecream95pan/mdg: Fix promoted uniform moves with 64-bit types
2021-01-01 Icecream95nir: Handle load_kernel_input in nir_get_io_offset_src
2021-01-01 Vinson Leevirgl: Fix typos.
2020-12-31 Eric Anholtci/softpipe: Update the comment about the rasterpos...
2020-12-31 Eric Anholtci/softpipe: Ban glx-multithread-texture, too.
2020-12-31 Eric Anholtci/softpipe: Skip flaky triangle-rasterization-overdraw.
2020-12-31 Daniel Schürmannnir/opt_vectorize: hash whether a swizzle accesses...
2020-12-31 Daniel Schürmannnir/opt_vectorize: rehash users of vectorized instructions
2020-12-31 Daniel Schürmannnir/opt_vectorize: don't hash filtered instructions
2020-12-31 Daniel Schürmannnir/opt_vectorize: don't hash instructions which are...
2020-12-31 Daniel Schürmannnir/opt_vectorize: use a single instruction per hash...
2020-12-31 Samuel Pitoisetnir: fix determining if an addition might overflow...
2020-12-31 Alyssa Rosenzweigpan/mdg: Fix bound setting in RA for sources
2020-12-31 Boris Brezillonpan/bi: Fix ATEST emission
2020-12-31 Alyssa Rosenzweigpan/bi: Remove old IR
2020-12-31 Alyssa Rosenzweigpan/bi: Use new instruction types
2020-12-31 Alyssa Rosenzweigpan/bi: Remove old IR instruction emit
2020-12-31 Alyssa Rosenzweigpan/bi: Remove old IR opcode table
2020-12-31 Alyssa Rosenzweigpan/bi: Remove old IR helpers
2020-12-31 Alyssa Rosenzweigpan/bi: Remove NIR->old IR
2020-12-31 Alyssa Rosenzweigpan/bi: Remove old IR scheduling
2020-12-31 Alyssa Rosenzweigpan/bi: Remove old IR spill code
2020-12-31 Alyssa Rosenzweigpan/bi: Remove old IR prints
2020-12-31 Alyssa Rosenzweigpan/bi: Remove packing helpers
2020-12-31 Alyssa Rosenzweigpan/bi: Remove old IR packs
2020-12-31 Alyssa Rosenzweigpan/bi: Remove combine lowering
2020-12-31 Alyssa Rosenzweigpan/bi: Switch to new IR
2020-12-31 Alyssa Rosenzweigpan/bi: Stub FAU lowering pass
2020-12-31 Alyssa Rosenzweigpan/bi: Add bi_branch, bi_jump helpers
2020-12-31 Alyssa Rosenzweigpan/bi: Schedule new instructions singletons
2020-12-31 Alyssa Rosenzweigpan/bi: Add bi_message_type_for_instr helper
2020-12-31 Alyssa Rosenzweigpan/bi: Add instruction emit for builder
2020-12-31 Alyssa Rosenzweigpan/bi: Add emit tex for builder
2020-12-31 Alyssa Rosenzweigpan/bi: Fix TEXS/TEXC check prototype
2020-12-31 Alyssa Rosenzweigpan/bi: Emit TEXC with builder
2020-12-31 Alyssa Rosenzweigpan/bi: Add builder-using helpers for TEXC structs
2020-12-31 Alyssa Rosenzweigpan/bi: Add TEXS emit with builder
2020-12-31 Alyssa Rosenzweigpan/bi: Implement jumps with the builder
2020-12-31 Alyssa Rosenzweigpan/bi: Implement ALU with the builder
2020-12-31 Alyssa Rosenzweigpan/bi: Add bi_cmpf_nir helper
2020-12-31 Alyssa Rosenzweigpan/bi: Add bi_nir_round helper
2020-12-31 Alyssa Rosenzweigpan/bi: Add bi_alu_src_index helper
2020-12-31 Alyssa Rosenzweigpan/bi: Add intrinsic emits for builder
2020-12-31 Alyssa Rosenzweigpan/bi: Implement load attribute with the builder
2020-12-31 Alyssa Rosenzweigpan/bi: Implement frag coord with the builder
2020-12-31 Alyssa Rosenzweigpan/bi: Implement load_ubo with the builder
2020-12-31 Alyssa Rosenzweigpan/bi: Implement store_vary with the builder
2020-12-31 Alyssa Rosenzweigpan/bi: Implement fragment_out by builder
2020-12-31 Alyssa Rosenzweigpan/bi: Implement BLEND by builder
2020-12-31 Alyssa Rosenzweigpan/bi: Implement load_vary via the builder
2020-12-31 Alyssa Rosenzweigpan/bi: Implement bi_reg_fmt_for_nir helper
2020-12-31 Alyssa Rosenzweigpan/bi: Implement load_blend_input via the builder
2020-12-31 Alyssa Rosenzweigpan/bi: Implement bi_emit_load_const via the builder
2020-12-31 Alyssa Rosenzweigpan/bi: Implement bi_load_sysval via the builder
2020-12-31 Alyssa Rosenzweigpan/bi: Implement bi_emit_ld_tile via the builder
2020-12-31 Alyssa Rosenzweigpan/bi: Add bi_make_vec_to helper
2020-12-31 Alyssa Rosenzweigpan/bi: Add bi_is_intr_immediate helper
2020-12-31 Alyssa Rosenzweigpan/bi: Add builder initialization helper
2020-12-31 Alyssa Rosenzweigpan/bi: Add new style read/writemask helpers
2020-12-31 Alyssa Rosenzweigpan/bi: Add bi_count_staging_registers helper
2020-12-31 Alyssa Rosenzweigpan/bi: Generate instruction packer for new IR
2020-12-31 Alyssa Rosenzweigpan/bi: Generate builder routines
2020-12-31 Alyssa Rosenzweigpan/bi: Generate instruction printer
2020-12-31 Alyssa Rosenzweigpan/bi: Add bi_not alias of bi_neg
2020-12-31 Alyssa Rosenzweigpan/bi: Rename bi_load
2020-12-31 Alyssa Rosenzweigpan/bi: Rename bi_pack_{fma, add} to free up symbols
2020-12-31 Alyssa Rosenzweigpan/bi: Ensure fneg of a constant isn't reached
2020-12-31 Alyssa Rosenzweigci/panfrost: Skip test with 4096 byte shader
2020-12-31 Mike Blumenkrantzfeatures: mark off multidraw for zink
2020-12-31 Mike Blumenkrantzzink: enable PIPE_CAP_MULTI_DRAW_INDIRECT(_PARAMS)...
2020-12-31 Mike Blumenkrantzzink: hook up IndirectCount draw commands
2020-12-31 Mike Blumenkrantzzink: add KHR_draw_indirect_count detection
2020-12-31 Samuel Pitoisetradv: disable stippledBresenhamLines on GFX9
2020-12-31 Eric Anholtsoftpipe: Sanity check that the SSBO view offset is...
2020-12-31 Eric Anholtgallium/tgsi_exec: Replace the SSBO RESQ-specific inter...
2020-12-31 Eric Anholtgallium/tgsi_exec: Move the SSBO store path to tgsi_exe...
2020-12-31 Eric Anholtgallium/tgsi_exec: Use the new SSBO lookup interface...
2020-12-31 Eric Anholtgallium/tgsi_exec: Reuse the atomic helper for SSBO...
2020-12-31 Eric Anholtgallium/tgsi_exec: Fix shared memory atomic ops.
2020-12-31 Eric Anholtci/softpipe: Re-enable GS tests that had been banned...
2020-12-31 Eric Anholtgallium/draw: Fix intermittent failure to bind new...
2020-12-31 Dylan Bakerdocs: update calendar and link releases notes for 20.3.2
2020-12-31 Dylan Bakerdocs: Add sha256 sum for 20.3.2
2020-12-31 Dylan Bakerdocs: add release notes for 20.3.2
2020-12-31 Mike Blumenkrantzzink: fix tess shader i/o variables
2020-12-31 Mike Blumenkrantzzink: require KHR_maintenance2 for tessellation and...
2020-12-31 Adam Jacksonswrast: Remove the classic swrast DRI driver
2020-12-30 Nanley Cheryiris: Support clears in more GPU-based copies
2020-12-30 Nanley Cheryiris: Move STC case in get_copy_region_aux_settings
2020-12-30 Eric Anholtci/panfrost: Disable the flaky gimark trace.
2020-12-30 Vinson Leeswr: Fix typos.
2020-12-30 Tony Wasserkaaco/ra: Avoid redundant RegisterFile copies in get_reg_impl
2020-12-30 Mike Blumenkrantzzink: avoid replacing valid tcs with injected one
next