platform/upstream/mesa.git
2022-09-13 Alyssa Rosenzweigagx: Don't use nir_find_variable_with_driver_location
2022-09-13 Alyssa Rosenzweigagx: Lower txs to a descriptor crawl
2022-09-13 Alyssa Rosenzweigagx: Implement load_global(_constant)
2022-09-13 Alyssa Rosenzweigagx: Implement txd
2022-09-13 Alyssa Rosenzweigagx: Implement texture offsets and comparators
2022-09-13 Alyssa Rosenzweigagx: Make p_combine take a dynamic src count
2022-09-13 Alyssa Rosenzweigagx,asahi: Implement nir_intrinsic_load_texture_base_agx
2022-09-13 Alyssa Rosenzweignir: Add nir_intrinsic_texture_base_agx sysval
2022-09-13 Alyssa Rosenzweigpanfrost: Honour cso->req_local_mem
2022-09-13 Alyssa Rosenzweigpanfrost: Respect buffer offset for OpenCL
2022-09-13 Sarah Walkerpvr: Update FWIF 3d and compute register structures
2022-09-13 Karmjit Mahilpvr: Emit cs words for load op on vkCmdBeginRenderPass().
2022-09-13 Sarah Walkerpvr: Remove STRIP_RENDERING members from FWIF
2022-09-13 Rajnesh Kanwalpvr: Implement vkCmdDrawIndexedIndirect API.
2022-09-13 Rajnesh Kanwalpvr: Implement vkCmdDrawIndirect API.
2022-09-13 Eric Engestromdocs: move rusticl readme into docs/
2022-09-13 Rajnesh Kanwalpvr: Implement vkGetPhysicalDeviceImageFormatProperties...
2022-09-13 Georg Lehmannradv: Enable VK_EXT_load_store_op_none.
2022-09-13 David Heidelbergci: uprev piglit 2022-09-08
2022-09-13 David Heidelbergci: introduce update_traces_checksum.py
2022-09-13 David Heidelbergci: split ci_run_n_monitor into script and shared parts
2022-09-13 David Heidelbergci: export whole results/ directory for all traces...
2022-09-13 David Heidelbergci: performance traces: make use of no-perf label
2022-09-13 David Heidelbergci: check traces.yml files with yamllint
2022-09-13 David Heidelbergci/crocus: convert traces to new YAML format
2022-09-13 David Heidelbergci/i915: convert traces to new YAML format
2022-09-13 David Heidelbergci/intel: convert traces to new YAML format
2022-09-13 David Heidelbergci/radeonsi: convert traces to new YAML format
2022-09-13 David Heidelbergci/panfrost: convert traces to new YAML format
2022-09-13 David Heidelbergci/broadcom: convert traces to new YAML format
2022-09-13 David Heidelbergci/lavapipe: convert traces to new YAML format
2022-09-13 David Heidelbergci/llvmpipe: convert traces to new YAML format
2022-09-13 David Heidelbergci/virgl: convert traces to new YAML format
2022-09-13 David Heidelbergci/freedreno: convert traces to new YAML format
2022-09-13 Karmjit Mahilpvr: Handle VK_CULL_MODE_FRONT_AND_BACK.
2022-09-13 Samuel Pitoisetradv: advertise extendedDynamicState2PatchControlPoints
2022-09-13 Samuel Pitoisetradv: implement dynamic patch control points
2022-09-13 Samuel Pitoisetradv: move emitting GE_CNTL for non-NGG pipelines from...
2022-09-13 Samuel Pitoisetradv: move emitting PRIMGROUP_SIZE for <= GFX9 from...
2022-09-13 Samuel Pitoisetradv: pass the number of patch control points to si_get...
2022-09-13 Samuel Pitoisetradv: add ABI lowering support for dynamic patch contro...
2022-09-13 Samuel Pitoisetradv: add shader arguments for dynamic patch control...
2022-09-13 Samuel Pitoisetaco: prevent a division by zero when patch control...
2022-09-13 Samuel Pitoisetradv: set workgroup_size to 256 when patch control...
2022-09-13 Samuel Pitoisetradv: skip computing some tess info when patch control...
2022-09-13 Samuel Pitoisetradv: add radv_pipeline_key::dynamic_patch_control_points
2022-09-13 Samuel Pitoisetradv: emit the LDS size for TCS directly from the pipel...
2022-09-13 Samuel Pitoisetradv: reword a comment about dynamic states when raster...
2022-09-13 Erik Faye-Lunddocs/zink: document rgtc requirement
2022-09-13 Samuel Pitoisetradv: upload the PS epilog in the existing pipeline BO
2022-09-13 Samuel Pitoisetradv: store the binary to radv_shader_part
2022-09-13 Samuel Pitoisetradv: split upload_shader_part() in two parts
2022-09-13 Samuel Pitoisetradv: store the VS prologs/PS epilogs VA at upload...
2022-09-13 Samuel Pitoisetradv/ci: re-enable dEQP-VK.renderpass2.depth_stencil_re...
2022-09-13 Samuel Pitoisetradv: add a pointer to radv_shader_binary in radv_shader
2022-09-13 Caio Oliveiraintel/compiler: Use brw_ud* helpers in thread payload...
2022-09-13 Caio Oliveiraintel/compiler: Add a few more brw_ud* helpers
2022-09-13 Caio Oliveiraintel/compiler: Make thread_payload struct abstract
2022-09-13 Caio Oliveiraintel/compiler: Create and use struct for CS thread...
2022-09-13 Caio Oliveiraintel/compiler: Export brw_get_subgroup_id_param_index()
2022-09-13 Caio Oliveiraintel/compiler: Create and use struct for Bindless...
2022-09-13 Caio Oliveiraintel/compiler: Store start of ICP handles in GS thread...
2022-09-13 Caio Oliveiraintel/compiler: Create and use struct for GS thread...
2022-09-13 Caio Oliveiraintel/compiler: Create and use struct for TASK and...
2022-09-13 Caio Oliveiraintel/compiler: Create and use struct for VS thread...
2022-09-13 Caio Oliveiraintel/compiler: Create and use struct for TES thread...
2022-09-13 Caio Oliveiraintel/compiler: Store start of ICP handles in TCS threa...
2022-09-13 Caio Oliveiraintel/compiler: Store Primitive ID in TCS thread payloa...
2022-09-13 Caio Oliveiraintel/compiler: Store Patch URB output in TCS thread...
2022-09-13 Caio Oliveiraintel/compiler: Create struct for TCS thread payload
2022-09-13 Caio Oliveiraintel/compiler: Use FS thread payload only for FS
2022-09-13 Caio Oliveiraintel/compiler: Make a type for Thread Payload and...
2022-09-13 Jordan Justenintel/devinfo: Add MTL platforms enums and intel_device...
2022-09-12 Alyssa Rosenzweignir/lower_blend: Avoid emitting unnecessary fsats
2022-09-12 Timur Kristófradv: Enable subgroup feature bits for mesh and task...
2022-09-12 Timur Kristófradv: Replace NV_mesh_shader macros with EXT.
2022-09-12 Yiwei Zhangvenus: avoid fixing pipeline if not derivative
2022-09-12 Yiwei Zhangvenus: zero out the pipeline handles
2022-09-12 Yiwei Zhangvenus: vn_ResetDescriptorPool to reset mutable type...
2022-09-12 Yiwei Zhangvenus: fix an oob in descriptor pool state restoration
2022-09-12 Adam JacksonRevert "glx: Use XSaveContext, delete glxhash.c"
2022-09-12 Pavel Ondračkar300: add special path for merging movs with the same...
2022-09-12 Pavel Ondračkar300: merge together MOV and MAD instructions
2022-09-12 Pavel Ondračkar300: run copy propagate once more after merging channels
2022-09-12 Tapani Pälliintel/compiler: fix assert from ver to verx10
2022-09-12 Jordan Justenintel/compiler: Use builder to allocate fs regs for...
2022-09-12 Caio Oliveiraintel/compiler: Use builder to allocate fs regs for...
2022-09-12 James Zhuamd/common: some ASICs with gfx9 use compute rings...
2022-09-12 Illia Polishchukmesa: skip extra state updates for clear calls
2022-09-12 Alyssa Rosenzweigpan/decode: Fix job cycle detection
2022-09-12 Iago Toral... v3dv: expose VK_EXT_primitive_topology_list_restart
2022-09-12 Oleksii Bozhenkoanv: Allow aliasing with modifiers for WSI images
2022-09-12 Oleksii Bozhenkovulkan/wsi: Pass wsi_image_create_info into anv_GetPhys...
2022-09-12 Karmjit Mahilpvr: Add mid fragment pipeline barrier if needed.
2022-09-12 Karmjit Mahilpvr: Implement clear ppp state emission from template.
2022-09-12 Karmjit MahilRevert "pvr: Make pvr_cmd_pack() macro clearly internal"
2022-09-12 Karmjit Mahilpvr: Add graphics pipeline barrier handling.
2022-09-12 Karmjit Mahilpvr: Add static clear VDM state in pvr_device.
2022-09-12 Karmjit Mahilpvr: Add static clear control stream templates in pvr_d...
2022-09-12 Karmjit Mahilpvr: Add clear program in pvr_device.
next