platform/upstream/mesa.git
2021-08-27 Erik Faye-Lundzink: avoid generating nonsensical code
2021-08-27 Erik Faye-Lundzink: reduce scope of version-struct hack
2021-08-27 Erik Faye-Lundzink: clean up const-value handling for get_ssbo_size
2021-08-27 Erik Faye-Lundzink: remove incorrect ASSERTED macro
2021-08-27 Erik Faye-Lundzink: remove needless scope
2021-08-27 Erik Faye-Lundzink: give each major intrinsic it's own emit function
2021-08-27 Erik Faye-Lundzink: avoid checking if src is const twice
2021-08-27 Erik Faye-Lundzink: avoid memcmping null pointers
2021-08-27 Erik Faye-Lundzink: remove needless NULL-check
2021-08-27 Erik Faye-Lundzink: return false on failure
2021-08-27 Erik Faye-Lundzink: pctx can't be null here
2021-08-27 Erik Faye-Lundzink: do not dereference null-pointer
2021-08-27 Erik Faye-Lundzink: do not try to dereference null-key
2021-08-27 Erik Faye-Lundzink: avoid overflow when calculating size
2021-08-27 Erik Faye-Lundzink: initialize pQueueFamilyIndices
2021-08-27 Erik Faye-Lundzink: do not warn about rare features until used
2021-08-27 Erik Faye-LundRevert "zink: always init bordercolor value for sampler"
2021-08-27 Lepton Wui965: Enable RGBX8888_SRGB format.
2021-08-27 Timur Kristófaco: Consider maximum number of workgroups per CU/WGP...
2021-08-27 Timur Kristófaco: Consider LDS usage by PS inputs in MaxWaves calcul...
2021-08-27 Mike Blumenkrantzzink: remove extra program ref from cached descriptor...
2021-08-27 Mike Blumenkrantzzink: avoid pulling in unused push descriptors for...
2021-08-27 Tomeu Vizosoiris/ci: Correctly set freq governors to max
2021-08-27 Tomeu Vizosofreedreno/ci: Correctly set freq governors to max
2021-08-27 Boris Brezillonpanvk: Fix panvk_copy_fb_desc()
2021-08-27 Boris Brezillonpanvk: Make the per-arch static lib depend on panvk_ent...
2021-08-27 Mike Blumenkrantzzink: more effectively utilize batch_usage for query...
2021-08-27 Mike Blumenkrantzzink: don't try to sync previous timestamp query qbo...
2021-08-27 Mike Blumenkrantzzink: move time query ending out to zink_end_query
2021-08-27 Mike Blumenkrantzzink: improve threadsafe qbo access
2021-08-27 Mike Blumenkrantzzink: make zink_gfx_pipeline_state::vertices_per_patch...
2021-08-27 Mike Blumenkrantzzink: repack zink_gfx_pipeline_state
2021-08-27 Mike Blumenkrantzzink: convert rasterizer pipeline components to bitfield
2021-08-27 Mike Blumenkrantzzink: steal a bit from rast_samples in pipeline state
2021-08-27 Mike Blumenkrantzzink: add clip_halfz to rasterizer hw state
2021-08-27 Mike Blumenkrantzzink: repack zink_rasterizer_hw_state
2021-08-27 Mike Blumenkrantzzink: zero viewport and scissor count in pipeline with...
2021-08-27 Mike Blumenkrantzzink: move viewport count into dynamic state1 part...
2021-08-27 Mike Blumenkrantzzink: move dynamic state1 pipeline members into substruct
2021-08-27 Boris Brezillonpanfrost: v7 does not support RGB32_UNORM textures
2021-08-27 Yevhenii Kharchenkoiris: fix layer calculation for TEXTURE_3D ReadPixels...
2021-08-27 Samuel Pitoisetradv: remove unecessary radv_finishme() for invalid...
2021-08-27 Samuel Pitoisetradv: remove useless check about number of samples...
2021-08-27 Samuel Pitoisetradv: remove outdated radv_finishme() in the HW resolve...
2021-08-27 Mike Blumenkrantzzink: set primitive restart with extended dynamic state2
2021-08-27 Mike Blumenkrantzzink: bump dynamic pipeline state count
2021-08-27 Mike Blumenkrantzzink: template for VK_EXT_extended_dynamic_state2
2021-08-27 Mike Blumenkrantzzink: hook up VK_EXT_extended_dynamic_state2
2021-08-27 Mike Blumenkrantzzink: no-op prim changes for pipeline recalc
2021-08-27 Mike Blumenkrantzzink: consolidate pipeline hash tables
2021-08-27 Mike Blumenkrantzzink: use dynamic prim type
2021-08-27 Mike Blumenkrantzzink: batch mem barrier hooks
2021-08-27 Mike Blumenkrantzzink: slim down streamout component of mem barrier...
2021-08-27 Mike Blumenkrantzzink: remove query flush from memory barrier hook
2021-08-27 Mike Blumenkrantzzink: use ctx gfx prim mode for draw comparisons
2021-08-27 Mike Blumenkrantzzink: init ctx->gfx_prim_mode to nonzero value to trigg...
2021-08-27 Mike Blumenkrantzzink: reorder gfx program/pipeline/descriptor binds...
2021-08-27 Mike Blumenkrantzzink: remove extra unsetting of ctx->vertex_state_changed
2021-08-27 Mike Blumenkrantzzink: pass current program's shader array, not ctx...
2021-08-27 Mike Blumenkrantzzink: remove attachment count from pipeline hash
2021-08-27 Mike Blumenkrantzzink: declare ctx var during blend state bind
2021-08-27 Mike Blumenkrantzzink: assert precise queries are occlusion queries
2021-08-27 Mike Blumenkrantzzink: require occlusionQueryPrecise for occlusion queries
2021-08-27 Mike Blumenkrantzzink: always init bordercolor value for sampler
2021-08-27 Mike Blumenkrantzzink: implement PIPE_QUERY_GPU_FINISHED
2021-08-26 Ella-0v3dv: Implement VK_EXT_pipeline_creation_feedback
2021-08-26 Erik Faye-Lundmicrosoft/compiler: trivial fixes to error-handling
2021-08-26 Erik Faye-Lundmicrosoft/compiler: return errors from get_n_src
2021-08-26 Erik Faye-Lundmicrosoft/compiler: remove needless error-returns
2021-08-26 Filip Gawinnir: fix ifind_msb_rev by using appropriate type
2021-08-26 Filip Gawinnir: fix shadowed variable in nir_lower_bit_size.c
2021-08-26 Yiwei Zhangvenus: conditionally enable async descriptor set allocation
2021-08-26 Yiwei Zhangvenus: check descriptor allocations against pool resource
2021-08-26 Yiwei Zhangvenus: descriptor set to track descriptor count of...
2021-08-26 Yiwei Zhangvenus: descriptor pool to track pool state
2021-08-26 Yiwei Zhangvenus: layout to track variable descriptor count bindin...
2021-08-26 Yiwei Zhangvenus: descriptor layout to track more binding infos
2021-08-26 Yiwei Zhangvenus: add vn_descriptor_set_layout_init
2021-08-26 Yiwei Zhangvenus: refactor failure path for sets allocation
2021-08-26 Sergii Melikhovdri2: Fix Null pointer dereferences
2021-08-26 Christian Gmeineretnaviv: remove primconvert
2021-08-26 Christian Gmeineretnaviv: export supported prim types
2021-08-26 Juan A. Suarez... broadcom/qpu: remove duplicated opcode variable
2021-08-26 Timur Kristófaco: Use workgroup size from input shader info.
2021-08-26 Timur Kristófradv: Remove superfluous workgroup size calculations.
2021-08-26 Timur Kristófradv: Calculate workgroup sizes in radv_pipeline.
2021-08-26 Timur Kristófac: Calculate workgroup sizes of HW stages that operate...
2021-08-26 Samuel Pitoisetci: update the list of skipped tests for Fiji/RADV
2021-08-26 Tomeu Vizosopanvk: Initialize timestamp for disk cache
2021-08-26 Boris Brezillonpanfrost: Make pan_blit() return the tiler job pointer
2021-08-26 Boris Brezillonpanfrost: Fix pan_blit_ctx_init() when start > end
2021-08-26 Boris Brezillonpanfrost: Prepare indirect draw helpers to per-gen XML
2021-08-26 Boris Brezillonpanfrost: Prepare indirect dispatch helpers to per...
2021-08-26 Boris Brezillonpanvk: Prepare per-gen split
2021-08-26 Boris Brezillonpanfrost: Only emit special attribute buffer entries...
2021-08-26 Boris Brezillonpanfrost: Move panfrost_modifier_to_layout() to pan_tex...
2021-08-26 Boris Brezillonpanfrost: Get rid of all _packed structs in pan_context.h
2021-08-26 Boris Brezillonpan/gen_pack: Add parens around packed1/2 vars in pan_m...
2021-08-26 Boris Brezillonpanfrost: Add generic mappings for the gen-specific...
2021-08-26 Boris Brezillonpanfrost: Get rid of the mali_xxx enum redefinitions
next