platform/upstream/mesa.git
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...
2022-07-06 Jesse Nataliedzn: Use a custom adapter desc instead of DXGI adapter...
2022-07-06 Jesse Nataliedzn: Don't hash adapter LUID as part of device UUID
2022-07-06 Jesse Nataliedzn: Use IUnknown instead of IDXGIAdapter1 as the store...
2022-07-06 Jesse Nataliedzn: Skip dxil validator and some Windows-only debug...
2022-07-06 Jesse Nataliedzn: Fix maybe-uninitialized warning
2022-07-06 Jesse Nataliedzn: Add an eventfd sync implementation
2022-07-06 Jesse Nataliedzn: Use u_dl to load D3D12
2022-07-06 Jesse Nataliedzn: Use os_time_sleep instead of Win32 Sleep
2022-07-06 Jesse Nataliedzn: Define COBJMACROS before any includes
2022-07-06 Jesse Nataliedzn: Annotate sometimes-unused variables.
2022-07-06 Jason Ekstrandnir: Use util_mask_sign_extend when serializing constants
2022-07-06 Jason Ekstrandpanfrost,asahi: Use util_sign_extend for unpacking
2022-07-06 Jason Ekstrandintel/decoder: Use util_mask_sign_extend()
2022-07-06 Jason Ekstrandisl: Use util_sign_extend
2022-07-06 Jason Ekstrandutil,nir: Move mask_sign_extend from opt_load_store_vec...
2022-07-06 Jason Ekstrandmesa/bptc: Use util_sign_extend
2022-07-06 Jason Ekstrandutil: Use util_sign_extend in fast_idiv_by_const
2022-07-06 Jason Ekstrandutil: Use shifts in util_sign_extend
2022-07-06 Jason Ekstrandutil: Re-indent util_sign_extend, comment, and add...
2022-07-06 Jason Ekstrandanv: Replace an assert() with unreachable()
2022-07-06 Georg Lehmannaco/optimizer: Optimize SOPC with literal to SOPK.
2022-07-06 Georg Lehmannaco/optimizer: Convert s_add_u32 with literals to s_add...
2022-07-06 Georg Lehmannaco/ra: Optimize some SOP2 instructions with literal...
2022-07-06 Georg Lehmannaco/ir: Pad SOP2 and SOPC to the same size as SOPK.
2022-07-06 Georg Lehmannaco/ra: Move mac encoding optimization to its own function.
2022-07-06 Georg Lehmannaco/ra: Static assert that changing instruction type...
2022-07-06 Samuel Pitoisetradv/ci: update list of failures against CTS 1.3.3.0
2022-07-06 Samuel Pitoisetzink/ci: update list of failures
2022-07-06 Lucas Stachetnaviv: drop scanout assumption for resources allocate...
2022-07-06 Boris Brezillondzn: Take VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT into account
2022-07-06 Boris Brezillondzn: Support native image copies when formats are compa...
2022-07-06 Boris Brezillondzn: Provide a helper to check if 2 formats are compatible
2022-07-06 Boris Brezillondzn: Query D3D12_FEATURE_D3D12_OPTIONS3 features
2022-07-06 Iago Toral... v3dv: fix merge jobs
2022-07-05 Lionel Landwerlinanv: use the right helper to invalidate memory
2022-07-05 Mike Blumenkrantzzink: use a std430 interface for bo types
2022-07-05 Mike Blumenkrantzzink: use std430 packing by default
2022-07-05 Mike Blumenkrantzzink: add an optimizer pass to enforce bo bounds
2022-07-05 Mike Blumenkrantzzink: pass zink_shader to optimize_nir during final...
2022-07-05 Mike Blumenkrantzzink: don't run nir_lower_uniforms_to_ubo repeatedly
2022-07-05 Mike Blumenkrantzzink: handle bitsizes in get_bo_vars() analysis
next