platform/upstream/mesa.git
2022-05-02 Jesse Natalied3d12: Fix leaks in map with do-not-wait
2022-05-02 Jesse Natalied3d12: Use a pipe_reference in d3d12_bo
2022-05-02 Jesse Natalieu_primconvert: Handle take_index_buffer_ownership
2022-05-02 Jesse Natalieu_primconvert: Refactor to remove recursion from util_p...
2022-05-02 Jesse Natalieu_debug_stack: Lock around stack dumps to prevent inter...
2022-05-02 Jesse Natalieu_debug_symbol: Allow re-init of DbgHelp to work around...
2022-05-02 Jesse Natalieu_debug_symbol: Use correct sizeof for DbgHelp
2022-05-02 Jesse Natalieu_debug_refcnt: Don't loop for initial refcounts if...
2022-05-02 Jesse Nataliebin: Add a script for filtering/sorting refcount logs
2022-05-02 Jesse Nataliemesa: Ensure ARB programs end in a newline
2022-05-02 Jesse Natalied3d12: Correctly key off of polygon stipple enable cap
2022-05-02 Alyssa Rosenzweigpan/va: Add non-IDVS VAR_TEX instructions
2022-05-02 Alyssa Rosenzweigpan/va: Add VAR_TEX_BUF_GRADIENT instruction
2022-05-02 Icecream95pan/va: Improve texture instructions
2022-05-02 Icecream95pan/va: Add absneg modifier to V2F32_TO_V2F16
2022-05-02 Icecream95pan/va: Add SEG_ADD/SEG_SUB operation
2022-05-02 Icecream95pan/va: Add more transcendental operations
2022-05-02 Icecream95pan/va: Improvements to LEA_TEX instructions
2022-05-02 Alyssa Rosenzweigpan/va: Mark NOT instructions as deprecated
2022-05-02 Alyssa Rosenzweigpan/va: Add missing TABLE (SFU) instructions
2022-05-02 Alyssa Rosenzweigpan/va: Generalize message? check for asm
2022-05-02 Alyssa Rosenzweigpanfrost: Flip point coords in hardware
2022-05-02 Alyssa Rosenzweigpanfrost: Lower user clip planes
2022-05-02 Alyssa Rosenzweigpanfrost: Lower point sprites on Bifrost
2022-05-02 Alyssa Rosenzweigpanfrost: Refactor variant rebind code
2022-05-02 Alyssa Rosenzweigpanfrost: Refactor variant selection code
2022-05-02 Alyssa Rosenzweigpanfrost: Simplify shader key architecture
2022-05-02 Alyssa Rosenzweigpanfrost: Use s->info.stage instead of tgsi stage
2022-05-02 Alyssa Rosenzweigpanfrost: Don't subclass pipe_compute_state
2022-05-02 Alyssa Rosenzweigpanfrost: Call tgsi_to_nir earlier
2022-05-02 Alyssa Rosenzweigpanfrost: Remove ancient unused code
2022-05-02 Alyssa Rosenzweigpanvk: Emit fragment RSDs even with no shader
2022-05-02 Alyssa Rosenzweigpanvk: Gate rasterization on !discard, not fs req
2022-05-02 Alyssa Rosenzweigpanvk: Streamline no shader RSD case
2022-05-02 Alyssa Rosenzweigpanfrost: Only flip point sprites for GL
2022-05-02 Alyssa Rosenzweigpanvk: Use correct point size limits
2022-05-02 Alyssa Rosenzweigpanvk: Ignore point size for !points
2022-05-02 Icecream95pan/bi: Use texture index instead of sampler for messag...
2022-05-02 Gert Wollnyr600: Allow eight bit, three channel formats for vertex...
2022-05-02 Lionel Landwerlinanv: limit clflush usage
2022-05-02 Lionel Landwerlinanv: fix clflush usage on utrace copy batch
2022-05-02 Pierre-Eric... radeonsi: fix VS kill_outputs handling
2022-05-02 Rhys Perryradv: consider radix sort shaders to be internal/meta
2022-05-02 Iago Toral... v3dv: ignore barriers for image layout transitions...
2022-05-02 Iago Toral... v3dv: document Vulkan requirements for signaling operations
2022-05-02 Iago Toral... v3dv: don't emit final noop job if we don't have anythi...
2022-05-02 Iago Toral... v3dv: drop obsolete comment
2022-05-02 Iago Toral... v3dv: ignore no-op barriers
2022-05-02 Alyssa Rosenzweigagx: Lower mediump flat shading
2022-05-02 Alyssa Rosenzweigagx: Remove nir_register support
2022-05-02 Alyssa Rosenzweigagx: Remove has_liveness
2022-05-02 Alyssa Rosenzweigagx: Update RA comment
2022-05-02 Alyssa Rosenzweigagx: Add validation pass
2022-05-02 Alyssa Rosenzweigagx: Remove identity moves
2022-05-02 Alyssa Rosenzweigagx: Unit test parallel copy lowering
2022-05-02 Alyssa Rosenzweigagx: Always use hash table for extracts
2022-05-02 Alyssa Rosenzweigagx: Split up RA from post-RA lowering
2022-05-02 Alyssa Rosenzweigagx: Lower phi nodes to parallel copies
2022-05-02 Alyssa Rosenzweigagx: Don't lower phis in NIR
2022-05-02 Alyssa Rosenzweigagx: Copy prop into phi nodes
2022-05-02 Alyssa Rosenzweigagx: Translate phi nodes
2022-05-02 Alyssa Rosenzweigagx: Make DCE dumber
2022-05-02 Alyssa Rosenzweigagx: Adapt liveness analysis for SSA
2022-05-02 Alyssa Rosenzweigagx: Introduce worklist infrastructure
2022-05-02 Alyssa Rosenzweigagx: Add agx_after_block_logical helper
2022-05-02 Alyssa Rosenzweigagx: Mark the logical ends of blocks
2022-05-02 Alyssa Rosenzweigagx: Add predecessor index helper
2022-05-02 Alyssa Rosenzweigagx: Use a dynarray for predecessors
2022-05-02 Alyssa Rosenzweigagx: Remove else optimization
2022-05-02 Alyssa Rosenzweigagx: Use extract helper for tex internally
2022-05-02 Alyssa Rosenzweigagx: Emit splits for intrinsics
2022-05-02 Alyssa Rosenzweigagx: Optimize p_split(kill) specially
2022-05-02 Alyssa Rosenzweigagx: Lower p_split after RA
2022-05-02 Alyssa Rosenzweigagx: Use a transfer graph for parallel copies
2022-05-02 Alyssa Rosenzweigagx: Add helper to emit splits
2022-05-02 Alyssa Rosenzweigagx: Add helper to emit combines
2022-05-02 Alyssa Rosenzweigagx: Add a hash table for vector extracts
2022-05-02 Alyssa Rosenzweigagx: Add phi pseudo instruction
2022-05-02 Alyssa Rosenzweigagx: Add p_split pseudoinstruction
2022-05-02 Alyssa Rosenzweigagx: Dynamically allocate agx_instr->src
2022-05-02 Alyssa Rosenzweigagx: Implement simple copyprop
2022-05-02 Alyssa Rosenzweigagx: Use pseudo ops for mov/not/and/xor/or
2022-05-02 Alyssa Rosenzweigagx: Add unit test infrastructure
2022-05-02 Alyssa Rosenzweigagx: Wrap compiler header in extern "C"
2022-05-02 Alyssa Rosenzweigagx: Use correct types for some IR enums
2022-05-02 Alyssa Rosenzweigagx: Match order for designated initializers
2022-05-02 Alyssa Rosenzweigagx: Track write registers more accurately
2022-05-02 Alyssa Rosenzweigagx: Note that RA proceeds in dominance-order
2022-05-02 Alyssa Rosenzweigagx: Implement some shader-db stats
2022-05-02 Alyssa Rosenzweigasahi: Workaround broken GLSL compiler
2022-05-01 Rob Clarkfreedreno/drm: Fix bos_on_stack calculation
2022-04-30 Konstantin... radv: Use the entire morton code as sort key
2022-04-30 Konstantin... radv/radix_sort: Make variable names consistent
2022-04-30 Konstantin... radv/radix_sort: Add missing entry points
2022-04-30 Yiwei Zhangvenus: enable ANB shared presentable image prop
2022-04-30 Yiwei Zhangvenus: update vn_GetSwapchainGrallocUsage2ANDROID for...
2022-04-30 Yiwei Zhangvenus: cache front_rendering_usage bit at gralloc init
2022-04-30 Yiwei Zhangvenus: refactor android gralloc pieces
2022-04-30 Francisco Jerezintel/dev: Compute pixel pipe information based on...
2022-04-29 Emma Anholtnouveau: Enable the NIR backend by default.
next