platform/upstream/mesa.git
2020-11-26 Rhys Perrynir: use intrinsic builders
2020-11-26 Rhys Perryglsl_to_nir: use intrinsic builders
2020-11-26 Rhys Perryspirv: use intrinsic builders
2020-11-26 Rhys Perrynir: add generated intrinsic builders
2020-11-26 Rhys Perrynir: move nir_load_system_value() to nir_builder.h
2020-11-26 Rhys Perrynir: remove useless nir_builder_opcodes.h include
2020-11-26 Rhys Perrynir: add destination bit-size information to more intri...
2020-11-26 Rhys Perrynir: add bit_size_src for when the destination bit...
2020-11-26 Rhys Perrynir: use a single canonical list of intrinsic indices
2020-11-26 Rhys Perrynir: fix sampler_lod_parameters_pan indices
2020-11-26 Danylo Piliaievfreedreno/a6xx: Fix typo in height alignment calculatio...
2020-11-26 Danylo Piliaievfreedreno/a6xx: add support for dual-source blending
2020-11-26 Rhys Perrynir/lower_non_uniform: improve code with the same textu...
2020-11-26 Lionel Landwerlinanv: fix descriptor pool leak in VMA object
2020-11-26 Timur Kristófaco/optimizer: Propagate scc_needed label through p_wqm.
2020-11-26 Timur Kristófaco/optimizer: Only set scc_needed when it is actually...
2020-11-26 Andrii Simiklitglsl: avoid an out-of-bound access while setting up...
2020-11-26 Michel Zouglsl: Drop mingw -O1 workaround for GCC>=7.3
2020-11-26 Vinson Leescons: Fix build with llvm-12.
2020-11-26 Samuel Pitoisetradv/winsys: fix the sysmem submission path for GFX6
2020-11-26 James Parkradv: Const aco_compiler_statistic_info usage
2020-11-26 Samuel Pitoisetradv: fix missing initialization of the predication...
2020-11-26 Alejandro Piñeirov3dv: remove non-conformant warning
2020-11-26 Alejandro Piñeirodocs/features: update list of v3dv supported features
2020-11-26 Pierre-Eric... ac: use bigger storage for ac_arg::arg_index / ac_shade...
2020-11-26 Pierre-Eric... radeonsi/gfx10: flush gfx cs on ngg -> legacy transition
2020-11-26 James Parkutil,radv: Cross-platform monotonic condition variable
2020-11-26 James Parkutil/os_time: Safe os_time_get_nano for Windows
2020-11-26 James Parkc11/threads: Remove Windows XP support
2020-11-26 James Parkc11/threads: Remove Win32 null checks
2020-11-26 James Parkc11/threads: Fix Win32 timed functions
2020-11-25 Thong Thaifrontends/va/postproc: Convert destination when deinter...
2020-11-25 Thong Thaifrontends/va/postproc: Use the actual image height...
2020-11-25 Caio Marcelo... intel/disasm: Don't rely on FALLTHROUGHTs to print...
2020-11-25 Boris Brezillonpanfrost: Fix stride calculation for Z32_S8X24/X32_S8X2...
2020-11-25 Boris Brezillonpanfrost: Calculate the row stride at resource creation...
2020-11-25 Boris Brezillonpanfrost: Fix panfrost_needs_explicit_stride() for...
2020-11-25 Boris Brezillonpanfrost: Expose panfrost_block_dim()
2020-11-25 Boris Brezillonpanfrost: Enable MSAA on bifrost when deqp debug option...
2020-11-25 Boris Brezillonpanfrost: Unconditionally align strides on 64 bytes...
2020-11-25 Boris Brezillonpanfrost: Set the layer stride
2020-11-25 Boris Brezillonpanfrost: Add two helpers to calculate the surface...
2020-11-25 Boris Brezillonpanfrost: Clarify bit 2:28 meaning in the Midgard textu...
2020-11-25 Boris Brezillonpanfrost: Add a minus(1) modifier to the Levels field
2020-11-25 Boris Brezillonpanfrost: Increase blit shader BO size on Bifrost
2020-11-25 Boris Brezillonpan/bi: LOD is a 8.8 fixed point
2020-11-25 Boris Brezillonpan/bi: Always emit a LOD/CUBE word for FETCH instructions
2020-11-25 Boris Brezillonpan/bi: Only update LOD mode on TEX operations
2020-11-25 Boris Brezillonpanfrost: Set sample_count when packing bifrost texture...
2020-11-25 Boris Brezillonpanfrost: Set depth for 3D textures on Bifrost
2020-11-25 Boris Brezillonpanfrost: Fix decoding of texture payloads
2020-11-25 Boris Brezillonpanfrost: Get rid of the Sample Count enum
2020-11-25 Boris Brezillonpanfrost: Stop forcing depth to nr_samples
2020-11-25 Alyssa Rosenzweigpanfrost: Fix RAW8/16/32 component replication
2020-11-25 Alyssa Rosenzweigpanfrost: Account for sample count in tib offsets
2020-11-25 Boris Brezillonnir: Fix LOD source type for txf_ms instructions
2020-11-25 Rhys Perryaco/ngg: fix division-by-zero in assertion
2020-11-25 Rhys Perryaco: fix GS with no outputs
2020-11-25 Rhys Perryradv/llvm,aco/ngg: fix large shift exponent in ngg_gs_v...
2020-11-25 Alyssa Rosenzweigpan/bi: Implement shader-db stats
2020-11-25 Alyssa Rosenzweigpan/bi: Ensure TEXC src0 is not marked SSA
2020-11-25 Boris Brezillonpan/bi: Emit a combine even if we only pass one staging...
2020-11-25 Alyssa Rosenzweigpan/bi: Fix off-by-one in RA
2020-11-25 Alyssa Rosenzweigpan/bi: Fix varying writemask handling
2020-11-25 Alyssa Rosenzweigpan/bi: Implement sampler1D
2020-11-25 Alyssa Rosenzweigpan/mdg: Fix shader-db counter
2020-11-25 Alyssa Rosenzweigpanfrost: Enable indirect uniform indexing
2020-11-25 Alyssa Rosenzweigpanfrost: Add PAN_GPU_ID debug option
2020-11-25 Rhys Perrynir/unsigned_upper_bound: decrement num_sources_left...
2020-11-25 Rhys Perrynir/unsigned_upper_bound: fix buffer overflow in search...
2020-11-25 Rhys Perryaco: fix v_mul_hi_u32_u24 format
2020-11-25 Erik Faye-LundRevert "util: Add helpers for various one-time-init...
2020-11-25 Erik Faye-LundRevert "nir: Use get_once() helper for one-time init's"
2020-11-25 Erik Faye-LundRevert "freedreno/ir3: Use get_once() for one-time...
2020-11-25 Erik Faye-LundRevert "gallium/hud: Use do_once for one-time init"
2020-11-25 Erik Faye-LundRevert "mesa/st: Use do_once for one-time init"
2020-11-25 Erik Faye-LundRevert "util: Fix helgrind complaint about one-time...
2020-11-25 Erik Faye-LundRevert "mesa: Fix helgrind complaint about one-time...
2020-11-25 Erik Faye-LundRevert "gallium/trace: Fix helgrind complaint about...
2020-11-25 Erik Faye-LundRevert "tgsi: Fix helgrind complaint about one-time...
2020-11-25 Samuel Pitoisetradv: always use 32-bit predication on compute queues
2020-11-25 Samuel Pitoisetradv: use 32-bit predication for conditional rendering...
2020-11-25 Samuel Pitoisetac: add gpu_info::has_32bit_predication
2020-11-25 Ella-0v3dv: Wayland WSI support
2020-11-25 Jason Ekstrandintel/rt: Implement push constants as global memory...
2020-11-25 Jason Ekstrandintel/rt: Add support for hit attributes
2020-11-25 Jason Ekstrandintel/rt: Add a helper to create the raygen trampoline...
2020-11-25 Jason Ekstrandintel/rt: Add lowering for combined intersection/any...
2020-11-25 Jason Ekstrandintel/rt: Add lowering for ray-walk intrinsics in any...
2020-11-25 Jason Ekstrandintel/rt: Add support for shader buffer record memory
2020-11-25 Jason Ekstrandintel/rt: Implement the new ray-tracing system values
2020-11-25 Jason Ekstrandintel/rt: Implement traceRay()
2020-11-25 Jason Ekstrandintel/fs: Add and implement intel-specific ray-tracing...
2020-11-25 Jason Ekstrandintel/rt: Implement support for shader call payloads
2020-11-25 Jason Ekstrandintel/rt: Add a helper to create a trivial return shader
2020-11-25 Jason Ekstrandintel/rt: Add a pass to lower shader call instructions
2020-11-25 Jason Ekstrandintel/rt: Add return instructions at the end of ray...
2020-11-25 Jason Ekstrandintel/rt: Add support for scratch in ray-tracing shaders
2020-11-25 Jason Ekstrandintel/rt: Add lowering functions for each ray-tracing...
2020-11-25 Jason Ekstrandintel/rt: Add a pass to lower the new ray-tracing intri...
next