platform/upstream/mesa.git
2021-05-03 Alyssa Rosenzweigpan/bi: Fix 16-bit fsat
2021-05-03 Alyssa Rosenzweigpan/bi: Implement vectorized f32_to_f16
2021-05-03 Alyssa Rosenzweigpan/bi: Emit int CSEL instead of float by default
2021-05-03 Alyssa Rosenzweigpan/bi: Support 16-bit load_interpolated_input
2021-05-03 Alyssa Rosenzweigpan/bi: Union modifiers from across variants
2021-05-03 Alyssa Rosenzweigpan/bi: Simplify Python expression
2021-05-03 Alyssa Rosenzweigpan/bi: Don't reference nir_lower_mediump_outputs
2021-05-03 Alyssa Rosenzweigpan/bi: Add simple constant folding pass
2021-05-03 Alyssa Rosenzweigpan/bi: Don't reference uninit source in ATOM_C1
2021-05-03 Alyssa Rosenzweigpan/bi: Add missing sr_count to pseudo-atomics
2021-05-03 Rhys Perryradv,ac/llvm: use a dword alignment for descriptor...
2021-05-03 Connor Abbotttu: Fix SP_GS_PRIM_SIZE for large sizes
2021-05-03 Connor Abbottfreedreno/a6xx: Fix SP_GS_PRIM_SIZE for large sizes
2021-05-03 Connor Abbottfreedreno/a6xx: Better document SP_GS_PRIM_SIZE
2021-05-03 Bas Nieuwenhuizenradv: Only require DRM 3.23.
2021-05-03 Michel Zouvulkan/wsi: avoid wsi_x11_check_for_dri3 for sw device
2021-05-03 Antonio Caggianopanfrost: Fix invalid conversions
2021-05-03 Alyssa Rosenzweignir/opcodes: Reword confusing comment
2021-05-03 Samuel Pitoisetradv/winsys: fix executing huge secondary command buffe...
2021-05-03 Samuel Pitoisetradv/winsys: add GFX6_MAX_CS_SIZE instead of using...
2021-05-03 Tony Wasserkaaco/spill: Fix improper handling of exec phis
2021-05-03 Karol Herbstnvc0: fix implicit-fallthrough gcc warning
2021-05-03 Karol Herbstnv50/query: fix stringop-overflow gcc warning
2021-05-03 Icecream95panfrost: Split panfrost_batch_submit to prevent stack...
2021-05-03 Samuel Pitoisetradv: only keep concurrent MSAA images compressed if...
2021-05-03 Samuel Pitoisetradv: check if DCC is enabled when resolving different...
2021-05-03 Timothy Arceriutil: disable glthread in CSGO
2021-05-02 Alyssa Rosenzweigasahi: Add Gallium driver
2021-05-02 Alyssa Rosenzweigasahi: Add vertex formats table
2021-05-02 Alyssa Rosenzweigasahi: Add some magic IOGPU routines
2021-05-02 Alyssa Rosenzweigasahi: Add uniform upload routines
2021-05-02 Alyssa Rosenzweigasahi: Add pool data structure
2021-05-02 Alyssa Rosenzweigasahi: Add device abstraction
2021-05-02 Alyssa Rosenzweigasahi: Add tiling routines
2021-05-02 Alyssa Rosenzweigasahi: Add command buffer decode helpers
2021-05-02 Alyssa Rosenzweigasahi: Add (clean room) IOKit uABI header
2021-05-02 Alyssa Rosenzweigasahi: Add a GenXML fork
2021-05-02 Alyssa Rosenzweigasahi: Add allocation data structure
2021-05-02 Alyssa Rosenzweigasahi: Add command buffer XML definitions
2021-05-02 Alyssa Rosenzweigasahi: Add hexdump utility
2021-05-02 Alyssa Rosenzweigagx: Support bcsel
2021-05-02 Alyssa Rosenzweigagx: Pack cmpsel
2021-05-02 Alyssa Rosenzweigagx: Add b2i implementation
2021-05-02 Alyssa Rosenzweigagx: Implement b2f
2021-05-02 Alyssa Rosenzweigagx: Support 1-bit booleans
2021-05-02 Alyssa Rosenzweigagx: Add min/max support
2021-05-02 Alyssa Rosenzweigagx: Pack texture ops
2021-05-02 Alyssa Rosenzweigagx: Emit texture ops
2021-05-02 Alyssa Rosenzweigagx: Add agx_tex_dim helper
2021-05-02 Alyssa Rosenzweigagx: Implement vertex_id
2021-05-02 Alyssa Rosenzweigagx: Lower load_attr to device memory accesses
2021-05-02 Alyssa Rosenzweigagx: Set flag on last st_vary instruction
2021-05-02 Alyssa Rosenzweigagx: Implement load_ubo/kernel_input
2021-05-02 Alyssa Rosenzweigagx: Add sysval management helper
2021-05-02 Alyssa Rosenzweigagx: Implement limited case of i2i16/i2i32 as iadd
2021-05-02 Alyssa Rosenzweigagx: Propagate immediates
2021-05-02 Alyssa Rosenzweigagx: Propagate fmov backwards as well
2021-05-02 Alyssa Rosenzweigagx: Add dead code eliminator
2021-05-02 Alyssa Rosenzweigagx: Add forward optimizing pass for fmov
2021-05-02 Alyssa Rosenzweigagx: Add 32-bit bitwise shifts
2021-05-02 Alyssa Rosenzweigagx: Add saturated integer add/subtract support
2021-05-02 Alyssa Rosenzweigagx: Add iadd/imad integer arithmetic
2021-05-02 Alyssa Rosenzweigagx: Add bitwise operations
2021-05-02 Alyssa Rosenzweigagx: Implement native int->float conversions
2021-05-02 Alyssa Rosenzweigagx: Implement native float->int conversions
2021-05-02 Alyssa Rosenzweigagx: Add minifloat tests
2021-05-02 Alyssa Rosenzweigagx: Add 8-bit AGX minifloat routines
2021-05-02 Alyssa Rosenzweigagx: Implement fsin/fcos
2021-05-02 Alyssa Rosenzweigagx: Implement simple floating point ops
2021-05-02 Alyssa Rosenzweigagx: Implement ld_vary
2021-05-02 Alyssa Rosenzweigagx: Terminate programs with stop and traps
2021-05-02 Alyssa Rosenzweigagx: Add st_vary(_final) instruction packing
2021-05-02 Alyssa Rosenzweigagx: Add packing for memory loads/stores
2021-05-02 Alyssa Rosenzweigagx: Add instruction packing
2021-05-02 Alyssa Rosenzweigagx: Add a trivial register allocator
2021-05-02 Alyssa Rosenzweigagx: Add instruction printing
2021-05-02 Alyssa Rosenzweigagx: Implement fragment_out
2021-05-02 Alyssa Rosenzweigagx: Implement vec2/vec3/vec4 ops
2021-05-02 Alyssa Rosenzweigagx: Add agx_alu_src_index helper for emit_alu
2021-05-02 Alyssa Rosenzweigagx: Implement direct st_vary
2021-05-02 Alyssa Rosenzweigagx: Implement load_const as mov
2021-05-02 Alyssa Rosenzweigagx: Stub emit_intrinsic
2021-05-02 Alyssa Rosenzweigagx: Stub NIR instruction iteration
2021-05-02 Alyssa Rosenzweigagx: Stub control flow walking
2021-05-02 Alyssa Rosenzweigagx: Remap varyings to match AGX ABI
2021-05-02 Alyssa Rosenzweigagx: Stub NIR backend compiler
2021-05-02 Alyssa Rosenzweigagx: Generate builder routines
2021-05-02 Alyssa Rosenzweigagx: Generate runtime-accessible opcode table
2021-05-02 Alyssa Rosenzweigagx: Generate opcode list
2021-05-02 Alyssa Rosenzweigagx: Add opcode descriptions as Python
2021-05-02 Alyssa Rosenzweigasahi: Stub command-line compiler for AGX G13B
2021-05-02 Alyssa Rosenzweignir: Add fsin_agx opcode
2021-05-02 Alyssa Rosenzweigutil/bitset: Add BITSET_COUNT helper
2021-05-02 Lionel Landwerlinanv: implement VK_KHR_fragment_shading_rate
2021-05-02 Jason Ekstrandintel/fs: Stop using brw_dp_read/write_desc in Gen7...
2021-05-02 Jason Ekstrandintel/eu: SVB writes only happen on Gen6
2021-05-02 Lionel Landwerlinintel/compiler: add restrictions related to coarse...
2021-05-02 Lionel Landwerlinintel/compiler: add coarse pixel offset on Gfx12.5+
2021-05-02 Lionel Landwerlinintel/compiler: add support for fragment coordinate...
2021-05-02 Lionel Landwerlinintel/compiler: add support for fragment shading rate...
next