platform/upstream/mesa.git
2021-01-01 Marek Olšákst/mesa: relax requirements for doing glCopyPixels...
2021-01-01 Marek Olšákst/mesa: don't do glCopyPixels via blit if depth bounds...
2021-01-01 Marek Olšákgallium/util: fix util_can_blit_via_copy_region for...
2021-01-01 Alyssa Rosenzweigdocs: Document extensions exposing GL3.0
2021-01-01 Icecream95panfrost: Set conditional render cap
2021-01-01 Alyssa Rosenzweigpanfrost: Respect the render condition
2021-01-01 Alyssa Rosenzweigpanfrost: Import render condition check from fd
2021-01-01 Icecream95panfrost: Stub out panfrost_render_condition
2021-01-01 Icecream95pan/mdg: Support loads and stores to scratch memory
2021-01-01 Icecream95pan/mdg: Invert the type conditional for load intrinsics
2021-01-01 Icecream95pan/mdg: Pass the memory type to mir_set_offset directly
2021-01-01 Icecream95pan/mdg: Add i2i64 to mir_match_offset
2021-01-01 Icecream95pan/mdg: Return false instead of asserting in mir_args_ssa
2021-01-01 Icecream95pan/mdg: Replace zext with a type enum
2021-01-01 Icecream95panfrost: Allow NULL for some binding functions
2021-01-01 Icecream95pan/mdg: Support nir_intrinsic_group_memory_barrier
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...
next