platform/upstream/mesa.git
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
2020-12-30 Danylo Piliaievfreedreno/a6xx: support layered framebuffers in blitter...
2020-12-30 Danylo Piliaievfreedreno/a6xx: add support for gl_Layer in vertex...
2020-12-30 Danylo Piliaievfreedreno/a6xx: fix array pitch for layer-first layouts
2020-12-30 Gert Wollnydoc: virgl supports ARB_texture_filter_anisotropic...
2020-12-30 Samuel Pitoisetradv: add a Python script to check if a VA was ever...
2020-12-30 Samuel Pitoisetradv: dump VA ranges history when a GPU hang is detected
2020-12-30 Vinson Leed3d12: Initialize local_resource member mapped in const...
2020-12-30 Timothy Arceriglsl: default to compat shaders in compat profile
2020-12-29 Dave Airlieintel/isl: move get_tile dims/masks to common isl header
2020-12-29 Eric Anholtfreedreno: Enable GLSL 1.50, updating us to GL 3.2...
2020-12-29 Danylo Piliaievnir/lower_fragcolor: handle dual source blending
2020-12-29 Tony Wasserkaaco/ra: Fix register allocation for subdword operands
2020-12-29 Tony Wasserkaaco/ra: Add some documentation
2020-12-29 Tony Wasserkaaco: Add tests for subdword register allocation
2020-12-29 Tony Wasserkaaco/tests: Fix deadlock for too large test lists
2020-12-29 Tony Wasserkaaco/tests: Allow specifiying the test subvariant in...
2020-12-29 Tony Wasserkaaco/tests: Fix GFX10_3 being printed as gfx11
next