amd/addrlib: fix the C++ one definition rule violation
[mesa.git] / src /
2020-06-11 Marek Olšákamd/addrlib: fix the C++ one definition rule violation
2020-06-11 Jason Ekstrandiris: Better handle metadata in NIR passes
2020-06-11 Jason Ekstrandintel/nir: Call nir_metadata_preserve on !progress
2020-06-11 Jason Ekstrandnir: Properly preserve metadata in more cases
2020-06-11 Jason Ekstrandnir: Call nir_metadata_preserve on !progress
2020-06-11 Jason Ekstrandnir: Add a nir_shader_preserve_all_metadata helper
2020-06-11 Jason Ekstrandnir: Add a nir_metadata_all enum value
2020-06-11 Dave Airliegallivm/sample: fix texel type for stencil 8-bit
2020-06-11 Dave Airliegallivm/conv: enable conversion min code. (v2)
2020-06-11 Dave Airliegallivm/format: convert unsigned values to float properly.
2020-06-11 Dave Airliellvmpipe: fix subpixel bits reporting.
2020-06-11 Dave Airliegallivm/nir: add group barrier support
2020-06-11 Dave Airliedraw/gs: add more info to debugging.
2020-06-11 Dave Airliedraw/gs: fix emitting inactive primitives crash
2020-06-10 Eric Anholtfreedreno/a6xx: Fix clip_halfz support.
2020-06-10 Ben Skeggsnvc0: initial support for tu1xx
2020-06-10 Ben Skeggsnvc0: initial support for gv100
2020-06-10 Ben Skeggsnvc0: remove hardcoded blitter vertprog
2020-06-10 Ben Skeggsnvc0: move setting of entrypoint for a shader stage...
2020-06-10 Ben Skeggsnvc0: use NVIDIA headers for GP100- compute QMD
2020-06-10 Ben Skeggsnvc0: use NVIDIA headers for GK104->GM2xx compute QMD
2020-06-10 Ben Skeggsnvir/gv100: enable support for tu1xx
2020-06-10 Ben Skeggsnvir/gv100: initial support
2020-06-10 Ben Skeggsnvir/nir/gm107: switch off lower_extract_word
2020-06-10 Ben Skeggsnvir/nir/gm107: switch off lower_extract_byte
2020-06-10 Ben Skeggsnvir/nir/gm107: turn on nir_lower_extract64
2020-06-10 Ben Skeggsnvir/nir/gm107: split nir shader compiler options from...
2020-06-10 Ben Skeggsnvir/gm107: separate out header for sched data calculator
2020-06-10 Ben Skeggsnvir/gm107: replace SHR+AND+AND with PRMT+PRMT in PFETC...
2020-06-10 Ben Skeggsnvir/gm107: implement OP_PERMT
2020-06-10 Ben Skeggsnvir/nir: use nir_lower_idiv
2020-06-10 Ben Skeggsnvir/nir: nir expects the shift amount to wrap, rather...
2020-06-10 Ben Skeggsnvir/nir: implement nir_op_uror
2020-06-10 Ben Skeggsnvir/nir: implement nir_op_urol
2020-06-10 Ben Skeggsnvir/nir: implement nir_op_extract_i16
2020-06-10 Ben Skeggsnvir/nir: implement nir_op_extract_u16
2020-06-10 Ben Skeggsnvir/nir: implement nir_op_extract_i8
2020-06-10 Ben Skeggsnvir/nir: implement nir_op_extract_u8
2020-06-10 Ben Skeggsnvir/nir: turn on lower_rotate
2020-06-10 Ben Skeggsnvir/nir: flesh out options
2020-06-10 Ben Skeggsnvir/nir: move nir options to codegen
2020-06-10 Ben Skeggsnvir/nir: fix fragment program output when using MRT
2020-06-10 Karol Herbstnvir/nir: use component helpers instead of insn->num_co...
2020-06-10 Ben Skeggsnvir: run replaceZero() before replaceCvt()
2020-06-10 Ben Skeggsnvir: add constant folding for OP_PERMT
2020-06-10 Ben Skeggsnvir: introduce OP_FINAL
2020-06-10 Ben Skeggsnvir: introduce OP_SGXT
2020-06-10 Ben Skeggsnvir: introduce OP_BMSK
2020-06-10 Ben Skeggsnvir: introduce OP_SHF
2020-06-10 Ben Skeggsnvir: introduce OP_BREV with lowering to EXTBF_REV...
2020-06-10 Ben Skeggsnvir: introduce OP_WARPSYNC
2020-06-10 Ben Skeggsnvir: introduce OP_LOP3_LUT
2020-06-10 Ben Skeggsnvir: bump max encoding size of instructions
2020-06-10 Erik Faye-Lundgallium/hud: do not specify potentially invalid depth...
2020-06-10 Dave Airliedraw: add disk caching for draw shaders
2020-06-10 Dave Airliellvmpipe: hook draw disk cache up
2020-06-10 Dave Airliedraw: add disk cache callbacks for draw shaders
2020-06-10 Dave Airliellvmpipe/cs: add shader caching
2020-06-10 Dave Airliellvmpipe/fs: add caching support
2020-06-10 Dave Airliegallivm: don't cache shaders that use fetch functions.
2020-06-10 Dave Airliellvmpipe: add infrastructure for disk cache support
2020-06-10 Dave Airliegallivm: add cache interface to mcjit
2020-06-10 Dave Airliegallivm: skip operations if we have a cached object.
2020-06-10 Dave Airliegallivm: add support for a cache object
2020-06-10 Dave Airliegallivm: rework debug printf hook to use global mapping.
2020-06-10 Dave Airliegallivm: rework coroutine malloc/free callouts.
2020-06-10 Dave Airliellvmpipe/draw: drop variant number from function names.
2020-06-10 Dave Airliellvmpipe/cs: overhaul cs variant key state.
2020-06-10 Dave Airlieutil/disk_cache: add fallback for disk_cache_get_functi...
2020-06-10 Marek Olšákac/surface: cache DCC retile maps (v2)
2020-06-10 Marek Olšákac/surface: add a wrapper structure to hold ADDR_HANDLE
2020-06-10 Marek Olšákamd/addrlib: remove unused members of ADDR2_COMPUTE_DCC...
2020-06-10 Marek Olšákamd/addrlib: don't recompute DCC info for every Compute...
2020-06-10 Marek Olšákac/surface: don't recompute the DCC retile map for...
2020-06-10 Rhys Perryaco: fix moving sub-dword values out of a register...
2020-06-10 Rhys Perryaco: use Info::definition_size instead of definition...
2020-06-10 Rhys Perryaco: add Info::{operand_size,definition_size}
2020-06-10 Rhys Perryaco: prefer 4-byte aligned definitions
2020-06-10 Rhys Perryaco: allow reading/writing upper halves/bytes when...
2020-06-10 Rhys Perryaco: p_extract_vector in 64-bit u2f16/i2f16
2020-06-10 Rhys Perryaco: validate instructions reading/writing upper halves...
2020-06-10 Icecream95panfrost: Add writes_stencil to the EARLY_Z disable...
2020-06-10 Icecream95pan/mdg: Print writeout sources in mir_print_instruction
2020-06-10 Icecream95pan/mdg: Add new depth store lowering
2020-06-10 Icecream95pan/mdg: Add depth/stencil support to emit_fragment_store
2020-06-10 Icecream95pan/mdg: Move search_var to earlier in midgard_compile.c
2020-06-10 Icecream95pan/mdg: Add new depth writeout code
2020-06-10 Icecream95pan/mdg: Replace writeout booleans with a single value
2020-06-10 Icecream95nir: Replace the zs_output_pan intrinsic with combined_...
2020-06-10 Icecream95pan/mdg: Remove writeout case from bytemask_of_read_com...
2020-06-10 Icecream95pan/mdg: Remove old depth writeout code
2020-06-10 Icecream95pan/mdg: Remove old zs store lowering
2020-06-10 Icecream95pan/mdg: Move r1.w writeout to branch->dest
2020-06-10 Icecream95pan/mdg: Add a macro for printing instruction source...
2020-06-10 Alyssa Rosenzweignir: Remove nir_intrinsic_output_u8_as_fp16_pan
2020-06-10 Pierre-Eric Pellou... ac/surface: fix epitch when modifying surf_pitch
2020-06-10 Pierre-Eric Pellou... ac/surface: set SCANOUT if surf->is_displayable
2020-06-10 Erik Faye-Lundzink: only report device-local memory as video-memory
2020-06-10 Samuel Pitoisetac/nir: fix integer comparisons with pointers
2020-06-10 Pierre-Eric Pellou... radeonsi/ngg: try GS multi-cycling mode if default...
next