platform/upstream/mesa.git
2023-08-01 Alyssa Rosenzweigpanfrost: Add missing static inline annotation
2023-08-01 Alyssa Rosenzweignir/passthrough_gs: Drop unused array_size_for_prim
2023-08-01 Alyssa Rosenzweignir/loop_analyze: Drop unused inverse_comparison
2023-08-01 Alyssa Rosenzweiggallium/u_transfer_helper: Remove dead forward decl
2023-08-01 Nanley Cheryiris: Sample more texture view fast-clears on gfx11+
2023-08-01 José Roberto... anv: Return earlier in anv_reloc_list functions
2023-08-01 José Roberto... anv: Remove VkAllocationCallbacks parameter from reloc...
2023-08-01 José Roberto... anv: Nuke unused READ_ONCE() from anv_batch_chain.c
2023-08-01 David Roscaci/amd: Skip VAAPI CreateSurfacesWithConfigAttribs...
2023-08-01 David Roscaradeonsi: Don't prefer interlaced for video decode
2023-08-01 David Roscafrontends/vdpau: Alloc interlaced surface for interlace...
2023-08-01 David Roscafrontends/va: Alloc interlaced surface for interlaced...
2023-08-01 Italo Nicolamesa/main: allow readpix/teximage to read from implicit...
2023-08-01 Italo Nicolamesa/main: account for RTT samples when updating frameb...
2023-08-01 Mike Blumenkrantzgallium: bump PIPE_MAX_SO_OUTPUTS to 128
2023-08-01 Mike Blumenkrantzir3: bump max xfb output to 128
2023-08-01 Mike Blumenkrantzradv: bump max xfb output to 128
2023-08-01 jazzfoolzink: Hash only first 32 bits of zink_gfx_pipeline_stat...
2023-08-01 José Roberto... intel/genxml/gen125: Set MI_MATH MOCS field as non...
2023-08-01 José Roberto... intel/tests/mi_builder: Set MI_MATH MOCS field
2023-08-01 José Roberto... anv: Set MI_MATH MOCS field
2023-08-01 José Roberto... iris: Set MI_MATH MOCS field
2023-08-01 José Roberto... intel/genxml/gen125: Add missing fields in MI_MATH
2023-08-01 Faith Ekstrandanv: Use the common versions of vkBegin/EndQuery()
2023-08-01 Faith Ekstrandanv: Use vk_query_pool
2023-08-01 Faith Ekstrandvulkan: Add init/finish helpers for vk_query_pool
2023-08-01 Faith Ekstrandanv: Use vk_buffer_view
2023-08-01 Faith Ekstrandanv: Use vk_sampler
2023-08-01 M Henningnv/codegen: Implement nir_op_fquantize2f16
2023-08-01 Faith Ekstrandnv50/ir: Run nir_divergence_analysis before out-of-SSA
2023-08-01 George Ouzounoudisnouveau/codegen: Add capability to pre-specify tessella...
2023-08-01 George Ouzounoudisnouveau/codegen: Fix compact patch varyings in case...
2023-08-01 Faith Ekstrandnouveau/codegen: Don't convertSurfaceFormat for unknown...
2023-08-01 Faith Ekstrandnouveau/codegen: Use a NULL format for PIPE_FORMAT_NONE...
2023-08-01 George Ouzounoudisnouveau/codegen: Handle nir op amul
2023-08-01 George Ouzounoudisnouveau/codegen: Support compact clip distances with...
2023-08-01 Rebecca Mckeevernouveau/codegen: Set lower_device_index_to_zero
2023-08-01 Rebecca Mckeevernouveau/codegen: Support nir_intrinsic_load_workgroup_i...
2023-08-01 Faith Ekstrandnouveau/codegen: Handle/indirect goes before sample...
2023-08-01 Faith Ekstrandnouveau/nir: Implement support for compact arrays
2023-08-01 M Henningnv/codegen: Call nir_shader_gather_info
2023-08-01 Faith Ekstrandnouveau: Allow GLSL_SAMPLER_DIM_SUBPASS*
2023-08-01 Faith Ekstrandnv50/nir: Lower to scratch AFTER optimization
2023-08-01 Erico Nuneslima/gpir: switch to register intrinsics
2023-08-01 Erico Nuneslima/ppir: convert to nir_legacy
2023-08-01 Erico Nuneslima/ppir: don't optimize loads with different block...
2023-08-01 Emma AnholtRevert "ci: Disable nouveau CI"
2023-08-01 Georg Lehmannaco: fix non constant 16bit bitnz/bitz
2023-08-01 David Roscafrontends/va: Also map VAImageBufferType for reading
2023-08-01 Adam Jacksonmesa: Implement and advertise GL_MESA_sampler_objects
2023-08-01 Alyssa Rosenzweiggallium/u_simple_shaders: Optimize out ffloors
2023-08-01 Alyssa Rosenzweignir/schedule: Assume no old-style registers
2023-08-01 Karol Herbstrusticl/nir: use the new nir_pass macro
2023-08-01 Karol Herbstrusticl/nir: add a nir_pass macro
2023-08-01 Karol Herbstrusticl/nir: add helper functions we need for a NIR_PAS...
2023-08-01 Karol Herbstmeson,ci: bump meson req for rusticl to 1.2
2023-08-01 Igor Torrentezink: Removes `disable_xcb_surface`
2023-08-01 Igor Torrentezink: Fix enumerate devices when running compositor
2023-08-01 Robert Fossegl: Always set _EGLDisplay->Device during eglGetPlatfo...
2023-08-01 Robert Fossegl: Fix attrib_list[0] == EGL_NONE check
2023-08-01 Daniel Stoneci: Disable nouveau CI
2023-08-01 Karol Herbstrusticl/kernel: only handle function_temp memory before...
2023-08-01 Danylo Piliaievturnip: Use common nir_vk_is_not_xfb_output
2023-08-01 Danylo Piliaievradv: Use common nir_vk_is_not_xfb_output
2023-08-01 Danylo Piliaievvulkan/nir: Add common helper to check if output is XFB
2023-08-01 Danylo Piliaievradv: fix unused non-xfb shader outputs not being removed
2023-08-01 Georg Lehmannaco/gfx11: use v_cmp_class_f16 with opsel for bitnz...
2023-08-01 Georg Lehmannaco: combine a & ~b to bfi(b, 0, a)
2023-07-31 Alyssa Rosenzweigclang-format: Ignore original panfrost commit
2023-07-31 Rhys Perryradv: correctly skip MRT output NaN fixup for meta...
2023-07-31 Faith Ekstrandvulkan: Add a core vk_sampler struct
2023-07-31 Faith Ekstrandvulkan/format: Add the remaining 1-plane YCbCr formats
2023-07-31 Faith Ekstrandvulkan: Add common vkCmdBegin/EndQuery wrappers
2023-07-31 Faith Ekstrandvulkan: Add a vk_query_pool base object
2023-07-31 Faith Ekstrandvulkan: Add a more direct way to use a NIR shader
2023-07-31 Faith Ekstrandvulkan: Add a core vk_buffer_view struct
2023-07-31 José Roberto... iris: Add support for userptr in Xe KMD
2023-07-31 José Roberto... iris: Add gem_create_userptr() to KMD backend
2023-07-31 José Roberto... iris: Move iris_bufmgr_bo_close() to kmd backend
2023-07-31 José Roberto... iris: Move i915_gem_set_domain() call to i915 backend
2023-07-31 Rohan Garganv: partially revert 2e8b1f6d
2023-07-31 Lionel Landwerlinanv: enable EDS3 ConservativeRasterizationMode
2023-07-31 Lionel Landwerlinanv: fix 3DSTATE_RASTER::APIMode field setting
2023-07-31 Rhys Perryradv: workaround WWZ exporting index=1 through location=1
2023-07-31 Gert Wollnyr600/sfn: Don't try to propagate to vec4 with more...
2023-07-30 Yiwei Zhangvenus: suppress a false logging
2023-07-30 Gert Wollnyr600: Force CF when emitting a NOP on R600 in gs copy...
2023-07-29 Karol Herbstnv50/ir/nir: Fix zero source handling of tex instructions.
2023-07-28 Jordan Justenintel/compiler: Use nir SUBGROUP_INVOCATION for RT...
2023-07-28 Jordan Justenintel/isl: Use intel_needs_workaround() for MTL CCS WA
2023-07-28 Eric Engestromlavapipe/ci: use tighter changes: rules
2023-07-28 Faith Ekstrandnir/builder: Add a nir_txs_deref() helper
2023-07-28 Faith Ekstrandnir/builder: Allow tex helpers on image types
2023-07-28 Connor Abbottfreedreno/afuc: Initial a7xx support
2023-07-28 Connor Abbottafuc: Fix writing $00
2023-07-28 Connor Abbottafuc: Add setbit/clrbit
2023-07-28 Connor Abbottafuc: Convert to isaspec
2023-07-28 Connor Abbottafuc: Fix xmov lexer typo
2023-07-28 Connor Abbottisaspec: Add initial decoding support
2023-07-28 Connor Abbottisaspec: Rename isa_decode() to isa_disasm()
next