platform/upstream/mesa.git
2022-07-08 Igor Torrentevenus: Add support to VK_KHR_maintenance4 extension
2022-07-08 Jesse Nataliedzn: Only support high/normal queue priorities
2022-07-08 Alyssa Rosenzweigpanfrost: Clear with a quad to avoid flushing
2022-07-08 Alyssa Rosenzweigpanfrost/ci: Disable 0ad trace on T860
2022-07-08 Icecream95pan/decode: Change indent when decoding resources
2022-07-08 Icecream95pan/decode: Use tag bits for resource entry count
2022-07-08 Icecream95pan/decode: fflush buffers after dumping and before...
2022-07-08 Icecream95pan/va: Use the _safe iterator when adding blend shader...
2022-07-08 Icecream95panfrost: Enable QUAD_STRIP and POLYGON on v6
2022-07-08 Alyssa Rosenzweigpanfrost: Fix PIPE_COMPUTE_CAP_SUBGROUP_SIZE
2022-07-08 Alyssa Rosenzweigpanfrost: Fix PIPE_COMPUTE_CAP_MAX_COMPUTE_UNITS
2022-07-08 Alyssa Rosenzweigpanfrost: Move bifrost_lanes_per_warp to common
2022-07-08 Alyssa Rosenzweigpanfrost: Separate core ID range from core count
2022-07-08 Alyssa Rosenzweigpan/bi: Implement f2f16{_rtz, _rtne}
2022-07-08 Alyssa Rosenzweigpan/va: Add missing <roundmode/> to V2F32_TO_V2F16
2022-07-08 Lionel Landwerlinintel/fs: ray query fix for global address
2022-07-07 Alyssa Rosenzweigpan/bi: Fix unpack_32_2x16 definition
2022-07-07 Jesse Nataliedzn: Fix winsys reporting
2022-07-07 Rhys Perryradv,aco,ac/llvm: use nir_op_f{sin,cos}_amd
2022-07-07 Rhys Perrynir: allow 16-bit fsin_amd/fcos_amd
2022-07-07 Rhys Perrynir/algebraic: optimize bcsel(c, fsin/cos_amd(a), fsin...
2022-07-07 Rhys Perrynir: rename fsin_r600/fcos_r600 to fsin_amd/fcos_amd
2022-07-07 Pierre-Eric... vulkan/wsi: define pWaitDstStageMask in the blit submission
2022-07-07 Mike Blumenkrantzzink: support PIPE_QUIRK_TEXTURE_BORDER_COLOR_SWIZZLE_F...
2022-07-07 Mike Blumenkrantzzink: don't warn for missing customBorderColorWithoutFo...
2022-07-07 Mike Blumenkrantzzink: disable customBorderColorWithoutFormat on turnip
2022-07-07 Mike Blumenkrantzzink: init driver workarounds earlier in screen creation
2022-07-07 Mike Blumenkrantzmesa/st: add PIPE_QUIRK_TEXTURE_BORDER_COLOR_SWIZZLE_FR...
2022-07-07 Mike Blumenkrantzmesa/st: make get_sampler_view_format() public
2022-07-07 Kenneth Graunkeintel/compiler: Avoid copy propagating large registers...
2022-07-07 Gert Wollnyr600/sfn: support nir_op_mulz and legazy math rules
2022-07-07 Gert Wollnyr600: Cleanup nir options
2022-07-07 Gert Wollnyr600: enable sb by default also for NIR
2022-07-07 Gert Wollnyr600/sfn: rewrite NIR backend
2022-07-07 Gert Wollnyr600: Update nir options
2022-07-07 Gert Wollnyr600: Make sure that LDS instructions only use bank...
2022-07-07 Gert Wollnyr600: Add number of ALU groups to statistics
2022-07-07 Lionel Landwerlinanv/utrace: use a bo pool for utrace buffers
2022-07-07 Jason Ekstranddozen: Stop asking for semaphore/fence signaling
2022-07-07 Jason Ekstranddozen: Increase optimalBufferCopy*Alignment
2022-07-07 Jesse Natalievulkan/wsi/win32: Use the new helpers and persistent map
2022-07-07 Jason Ekstrandvulkan/wsi/wayland: Use host pointer import when available
2022-07-07 Jason Ekstrandvulkan/wsi/x11: Only use MIT_SHM if the device supports...
2022-07-07 Jason Ekstrandvulkan/wsi/x11: Don't leak shm_reply if we don't have...
2022-07-07 Jason Ekstrandvulkan/wsi: Support tiled CPU images
2022-07-07 Jason Ekstrandvulkan/wsi: Align buffer image strides to optimalBuffer...
2022-07-07 Jason Ekstrandvulkan/wsi: Compute stride and size in configure_buffer...
2022-07-07 Jason Ekstrandvulkan/wsi: Persistently map CPU images
2022-07-07 Jason Ekstrandvulkan/wsi: Delete SW support from configure_native_image
2022-07-07 Jason Ekstrandvulkan/wsi/wayland: Use wsi_configure_cpu_image
2022-07-07 Jason Ekstrandvulkan/wsi/x11: Use wsi_configure_cpu_image
2022-07-07 Jason Ekstrandvulkan/wsi: Add a helper for creating CPU images
2022-07-07 Jason Ekstrandvulkan/wsi: Move select_memory_type to common and rewor...
2022-07-07 Jason Ekstrandvulkan/wsi/wayland: Use a single memcpy in the SW path
2022-07-07 Jason Ekstrandvulkan/wsi: Pass the size to MapMemory in the SW path
2022-07-07 Tatsuyuki Ishiradv/ci: Move sample_texture.*_compressed_format_*...
2022-07-07 Pierre-Eric... mesa: skip draws with invalid indices offset
2022-07-07 Pierre-Eric... util/blob: use memcpy in read functions
2022-07-07 Pierre-Eric... mesa/st: don't guess the internal format if it's known
2022-07-07 Pierre-Eric... dri: store internal_format when known
2022-07-07 Lionel Landwerlinintel/nir: temporarly disable opt_uniform_atomics for...
2022-07-07 Gert Wollnyvirgl: Submit the TGSI_PROPERTY_SEPARABLE_PROGRAM when...
2022-07-07 Gert Wollnytgsi: Don't bother setting the TGSI_PROPERTY_SEPARABLE_...
2022-07-07 Iago Toral... v3dv: remove obsolete comment
2022-07-07 Iago Toral... v3dv: don't lower uadd_carry and usub_borrow
2022-07-07 Iago Toral... nir: fix documentation for uadd_carry and usub_borry...
2022-07-07 Lionel Landwerlinintel/fs: make sure memory writes have landed for threa...
2022-07-07 Clément Guérinvenus: implement VK_EXT_physical_device_drm
2022-07-07 Dawn Hanvenus: enabled iub in physical device
2022-07-07 Dawn HanRefactor and add template support for iub
2022-07-07 Dawn HanAdd the iub binding count tracking
2022-07-07 Dawn HanAdd iub type to vn_descriptor_type
2022-07-07 Dawn HanRefactor the descriptor enums to be extensible
2022-07-07 Dawn HanAdd iub features and properties passthrough
2022-07-07 Guilherme Galloci/lava: Update license header
2022-07-07 Guilherme Galloci/lava: Rename console color names
2022-07-07 Guilherme Galloci/lava: Flexibilize section marker regexes
2022-07-07 Guilherme Galloci/lava: Stop printing after the result line
2022-07-07 Guilherme Galloci/lava: Highlight job retrying message
2022-07-07 Guilherme Galloci/lava: Highlight kernel messages in bold
2022-07-07 Guilherme Galloci/lava: Don't print LAVA debug messages
2022-07-07 Guilherme Galloci/lava: Add an integration test for LAVA jobs
2022-07-07 Guilherme Galloci/lava: Wrap job definition dump into a collapsed...
2022-07-07 Guilherme Galloci/lava: Wrap job info into a collapsed section
2022-07-07 Guilherme Galloci/lava: heartbeat: don't consider kernel message logs
2022-07-07 Guilherme Galloci/lava: Follow job execution via LogFollower
2022-07-07 Guilherme Galloci/lava: Create LogFollower and move logging methods
2022-07-07 Guilherme Galloci/lava: Create Gitlab log sections handler
2022-07-06 Chia-I Wuvulkan/device_select: remove get_pdevice_proc_addr
2022-07-06 Dylan Bakerdocs: Bump 22.2 branchpoint by two weeks
2022-07-06 Hans-Kristian... radv: Implement VK_EXT_shader_module_identifier.
2022-07-06 Hans-Kristian... vulkan: Add common code for VK_EXT_shader_module_identi...
2022-07-06 Hans-Kristian... vulkan: Update Vulkan XML and headers to 1.3.219.
2022-07-06 Mike Blumenkrantzmesa: remove incomplete texture warning
2022-07-06 Corentin Noëlvirgl: Add support for passing the supported number...
2022-07-06 Corentin Noëlvirgl/ci: Update virglrenderer
2022-07-06 Lucas Stachkmsro: add 'imx-lcdif' driver support
2022-07-06 Jesse Nataliedzn: Add ABI helpers for D3D12 functions returning...
2022-07-06 Jesse Nataliedzn: Add a DXCore enumeration path
2022-07-06 Jesse Nataliedzn: Move DXGI code to a separate file and only build...
next