platform/upstream/mesa.git
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
2020-12-29 Tony Wasserkaaco/ra: Add policy parameter to select implementation...
2020-12-29 Mike Blumenkrantzst/pbo: fix pbo uploads without PIPE_CAP_TGSI_VS_LAYER_...
2020-12-29 Ryan Nephvirgl: fix BGRA emulation artifacts during window resize
2020-12-29 Vinson Leesvga: Fix typos in comments.
2020-12-28 Jesse Nataliemicrosoft/clc: Hook up printf
2020-12-28 Dave Airlieclover/nir: hookup printf (v3)
2020-12-28 Jesse Natalienir: Add an algebraic optimization for float->double...
2020-12-28 Jesse Natalienir: Add a printf lowering pass (v5)
2020-12-28 Jesse Natalienir/vtn: Implement printf opcode in terms of intrinsic...
2020-12-28 Jesse Natalienir: Add intrinsic and string ptrs
2020-12-28 Serge Martinclover: add core clover printf support (v12)
2020-12-28 Dave Airlieclover/module: add a printf support to module (v5)
2020-12-28 Dave Airlieutil: add printf specifier shared helper code.
2020-12-28 Icecream95panfrost: Fix discard behaviour on Bifrost
2020-12-28 Hoe Hao Chengzink: add support for VK_EXT_4444_formats
2020-12-28 Mike Blumenkrantzzink: fix more instance detection stuff
2020-12-28 Danylo Piliaievfreedreno/ir3: remap FRAG_RESULT_COLOR to _DATA* for...
2020-12-28 Eric Anholtci/deqp: Fix inverted meaning of DEQP_NO_SAVE_RESULTS.
2020-12-28 Mauro Rossiandroid: pan/bi: Generate bi_opcodes.{c,h}
2020-12-28 Mauro Rossiandroid: pan/bi: Add explicit dependency on the ISA...
2020-12-28 Gert Wollnyr600/sfn: merge SpecialValue and InlineConstValue
2020-12-28 cheyangmesa: glProgramBinary add resource_hash
2020-12-28 cheyangvirgl: next_handle variable modify to atomic inc in...
2020-12-27 Eric Anholtgallium/ntt: Fix check for "is there anything in the...
2020-12-27 Eric Anholtci/softpipe: Include a piglit run.
2020-12-27 Eric Anholtci/piglit: Include the updated piglit results list...
2020-12-27 Eric Anholtsoftpipe: Enable GLSL 400 for compat contexts too.
2020-12-24 Vinson Leeturnip: Remove unsigned nonnegative check.
2020-12-24 Vinson Leed3d12: Initialize TransitionableResourceState m_Support...
2020-12-24 Vinson Leed3d12: Fix memory leak if state is NULL.
2020-12-24 Vinson Leenir/tests: Initialize nir_serialize_test member dup.
2020-12-24 Mike Blumenkrantzzink: handle 0 as valid pipeline hash value
2020-12-24 Mike Blumenkrantzzink: handle null ubos
2020-12-24 Samuel PitoisetRevert "radv: use 32-bit predication for skipping FCE...
2020-12-24 Vinson Leev3d: Fix typos.
2020-12-24 Mike Blumenkrantzzink: fix debug utils init
2020-12-24 Eric Anholtgallivm: Use the proper enum for the texture target...
2020-12-24 Eric Anholtst/mesa: Generate NIR for ATI_fragment_shader instead...
2020-12-24 Eric Anholtmesa/ati_fs: Clean up writemask handling.
2020-12-24 Eric Anholtmesa/prog_to_nir: Factor out the texture-target-to...
2020-12-24 Eric Anholtmesa/st: Update FP state when textures change with...
2020-12-23 Ruijing Dongradeon/vcn: fix hevc 10bit profile error
2020-12-23 Dave Airlielavapipe: add basic vulkan device group support.
2020-12-23 Dave Airliellvmpipe: enable lower device id to zero
2020-12-23 Dave Airliellvmpipe: add support for grid base
2020-12-23 Dave Airliegallium: add grid base to dispatch info
2020-12-23 Mike Blumenkrantzzink: zero VkMemoryRequirements on init
2020-12-23 Eric Anholtci/deqp: Move the load reporting to a quiet block.
2020-12-23 Eric Anholtci/deqp: Upgrade the runner, enable junit output.
2020-12-23 Eric Anholtci/deqp: Move .shader_cache artifacts exclusion to...
2020-12-23 Eric Anholtci: Disable the now flaky Portals.trace on a630.
2020-12-23 Eric Anholtmesa/st: Fix use-after-free of the draw VS.
2020-12-23 Eric Anholtsoftpipe: count CS invocations for pipeline stats queries.
2020-12-23 Alyssa Rosenzweigpan/bi: Add builder data structure
2020-12-23 Alyssa Rosenzweigpan/bi: Add cursor data structures
2020-12-23 Alyssa Rosenzweigpan/bi: Add new bi_instr data structure
2020-12-23 Alyssa Rosenzweigpan/bi: Add bi_{abs, neg} helpers
2020-12-23 Alyssa Rosenzweigpan/bi: Add bi_imm_u{8, 16} helpers
2020-12-23 Alyssa Rosenzweigpan/bi: Add imm_f32 helper
2020-12-23 Alyssa Rosenzweigpan/bi: Add bi_half and bi_byte selectors
2020-12-23 Alyssa Rosenzweigpan/bi: Add node_to_index helper
2020-12-23 Alyssa Rosenzweigpan/bi: Add a helper to convert to old-style nodes
2020-12-23 Alyssa Rosenzweigpan/bi: Add helpers to generate bi_index from NIR
2020-12-23 Alyssa Rosenzweigpan/bi: Add bi_temp{_reg} for new-style bi_index
2020-12-23 Alyssa Rosenzweigpan/bi: Add helper to extract a word from an index
2020-12-23 Alyssa Rosenzweigpan/bi: Add nullity/equality helpers for bi_index
2020-12-23 Alyssa Rosenzweigpan/bi: Add bi_index constructors
2020-12-23 Alyssa Rosenzweigpan/bi: Add bi_index data structure
2020-12-23 Alyssa Rosenzweigpan/bi: Add bi_swizzle enum
2020-12-23 Alyssa Rosenzweigpan/bi: Make BIR_INDEX_ZERO less special
2020-12-23 Alyssa Rosenzweigpan/bi: Remove BIR_INDEX_UNIFORM
2020-12-23 Alyssa Rosenzweigpan/bi: Merge BIR_INDEX_FAU and BIR_INDEX_BLEND
2020-12-23 Alyssa Rosenzweigpan/bi: Generate bi_opcodes.c
2020-12-23 Alyssa Rosenzweigpan/bi: Use autogenerated modifiers
2020-12-23 Alyssa Rosenzweigpan/bi: Generate bi_opcodes.h
2020-12-23 Alyssa Rosenzweigpan/bi: Move modifier prints out of common code
2020-12-23 Alyssa Rosenzweigpan/bi: Remove reference to 64-bit RA
2020-12-23 Erik Faye-Lundzink: document some more features for higher GL versions
2020-12-23 Alyssa Rosenzweigpan/bi: Add helpers for manipulating the ISA
2020-12-23 Alyssa Rosenzweigpan/bi: Move copyright notice to common code
2020-12-23 Alyssa Rosenzweigpan/bi: Add explicit meson dependency on the ISA helpers
2020-12-23 Alyssa Rosenzweigpan/bi: Rename isa_parse to bifrost_isa
2020-12-23 Alyssa Rosenzweigpan/bi: Add pseudo register formats to XML
2020-12-23 Alyssa Rosenzweigpan/bi: Add staging register counts to ISA.xml
2020-12-23 Alyssa Rosenzweigpan/bi: Fix rounding name for HADD in XML
2020-12-23 Alyssa Rosenzweigpan/bi: Mark message types in ISA.xml
2020-12-23 Alyssa Rosenzweigpan/bi: Use consistent neg naming
2020-12-23 Alyssa Rosenzweigpan/bi: Use canonical inactive result
2020-12-23 Alyssa Rosenzweigpan/bi: Use canonical subgroup size
2020-12-23 Alyssa Rosenzweigpan/bi: Use canonical lane ops
2020-12-23 Alyssa Rosenzweigpan/bi: Use canonical name for segments
2020-12-23 Alyssa Rosenzweigpan/bi: Use canonical min/max semantics
2020-12-23 Alyssa Rosenzweigpan/bi: Use canonical update modes
next