platform/upstream/mesa.git
2022-01-31 Jesse Natalied3d12: Move "fake" SO buffer handling to compute transf...
2022-01-31 Jesse Natalied3d12: Move compute transform state save/restore to...
2022-01-31 Jesse Natalied3d12: Add a compute transform for draw auto
2022-01-31 Jesse Natalied3d12: Add a couple compute transforms for "fake" SO...
2022-01-31 Jesse Natalied3d12: Add a comment for what the existing compute...
2022-01-31 Jesse Natalied3d12: SO buffer filled size is only 32-bit
2022-01-31 Jesse Natalied3d12: Move indirect compute to real indirect dispatches
2022-01-31 Jesse Natalied3d12: Support transform feedback pause/resume
2022-01-31 Jesse Natalied3d12: Include SO buffer count as a PSO dirty bit
2022-01-31 Jesse Natalied3d12: Add UAV barriers for UAVs that are being used...
2022-01-31 Jesse Natalied3d12: Fix compute transform for multi-draw indirect...
2022-01-31 Jesse Nataliemicrosoft/compiler: Fix UAV resource ID counting for...
2022-01-31 Mike Blumenkrantzzink: use SpvScopeDevice over SpvScopeWorkgroup for...
2022-01-31 Mike Blumenkrantzzink: cast image atomic op params/results based on...
2022-01-31 Mike Blumenkrantzzink: add warning printf for drivers missing VK_EXT_sha...
2022-01-31 Mike Blumenkrantzzink: enable VK_EXT_shader_atomic_float
2022-01-31 Mike Blumenkrantzzink: handle swizzled offset/count values for shader...
2022-01-31 Boris Brezillonmicrosoft/spirv_to_dxil: Define idep_libspirv_to_dxil
2022-01-31 Boris Brezillonmicrosoft/spirv_to_dxil: Make sure the SampleMask is...
2022-01-31 Boris Brezillonmicrosoft/spirv_to_dxil: Lower atomics to their dxil...
2022-01-31 Boris Brezillonmicrosoft/spirv_to_dxil: Discard PSIZ accesses
2022-01-31 Louis-Francis... microsoft/spirv_to_dxil: Allow passing a vulkan ->...
2022-01-31 Louis-Francis... microsoft/spirv_to_dxil: Lower push constant loads...
2022-01-31 Louis-Francis... microsoft/spirv_to_dxil: lower input attachments
2022-01-31 Louis-Francis... microsoft/spirv_to_dxil: check for variables r/w access
2022-01-31 Boris Brezillonmicrosoft/spirv_to_dxil: Support [un]conditional YZ...
2022-01-31 Boris Brezillonmicrosoft/spirv_to_dxil: Allow dumping NIR
2022-01-31 Boris Brezillonmicrosoft/spirv_to_dxil: Remove dead variables after...
2022-01-31 Jason Ekstrandanv/image: Call into WSI to create swapchain images
2022-01-31 Jason Ekstrandanv/image: Add some asserts when binding swapchain...
2022-01-31 Jason Ekstrandvulkan/wsi: Add image create and bind helpers
2022-01-31 Jason Ekstrandwsi/common: Set VK_IMAGE_CREATE_ALIAS_BIT
2022-01-31 Jason Ekstrandvulkan/wsi/drm: Drop wsi_create_native/prime_image
2022-01-31 Jason Ekstrandvulkan/wsi/win32: Break create_win32_image in pieces
2022-01-31 Jason Ekstrandvulkan/wsi/win32: Delete unnecessary copy+paste from DRM
2022-01-31 Jason Ekstrandvulkan/wsi/display: Split image creation
2022-01-31 Jason Ekstrandvulkan/wsi/wayland: Split image creation
2022-01-31 Jason Ekstrandvulkan/wsi/x11: Split image creation
2022-01-31 Jason Ekstrandvulkan/wsi/drm: Break create_prime_image in pieces
2022-01-31 Jason Ekstrandvulkan/wsi: Add a helper for the configure/create/bind...
2022-01-31 Jason Ekstrandvulkan/wsi/drm: Break create_native_image in pieces
2022-01-31 Jason Ekstrandvulkan/wsi: Set MUTABLE_FORMAT_BIT in the prime path
2022-01-31 Caleb Callawayvulkan/overlay: revise and reformat README
2022-01-31 Chia-I Wuturnip: respect buf->bo_offset in transform feedback
2022-01-31 Georg Lehmannvulkan/wsi/wayland: Fix add_drm_format_modifier aplha...
2022-01-31 Georg Lehmannvulkan/wsi/wayland: Add modifiers for RGB formats.
2022-01-31 Georg Lehmannvulkan/wsi/wayland: Convert missing vulkan formats...
2022-01-31 Georg Lehmannvulkan/wsi/wayland: Fix add_wl_shm_format alpha/opaqueness.
2022-01-31 Christian Gmeineretnaviv: add support for INTEL_blackhole_render
2022-01-31 Boris Brezillonmicrosoft/compiler: textureLoad() doesn't take a LOD...
2022-01-31 Boris Brezillonmicrosoft/compiler: Skip images in redirect_texture_der...
2022-01-31 Boris Brezillonmicrosoft/compiler: Fix sampler/texture array emission
2022-01-31 Louis-Francis... microsoft/compiler: Use SRVs for read-only images
2022-01-31 Louis-Francis... microsoft/compiler: Add subpass input types
2022-01-31 Louis-Francis... microsoft/compiler: add support for load_layer_id
2022-01-31 Thomas H.P... svga: silence -Wsometimes-uninitialized
2022-01-31 Thomas H.P... anv: drop a set but unused variable
2022-01-31 Thomas H.P... anv: drop a set but unused variable
2022-01-31 Thomas H.P... panfrost: mark two variables as unused
2022-01-31 Thomas H.P... broadcom: drop unused functions
2022-01-31 Thomas H.P... v3d: avoid warning about unused function
2022-01-31 Thomas H.P... v3d: avoid warning about unused function
2022-01-31 Thomas H.P... vc4: drop unused function
2022-01-31 Thomas H.P... anv: avoid warning about unused function
2022-01-31 Danylo Piliaievci/freedreno: properly test sysmem and gmem paths
2022-01-31 Danylo Piliaievtu: add debug option to force gmem
2022-01-31 Danylo Piliaievfreedreno: Update gmem/sysmem debug options to be in...
2022-01-31 Danylo Piliaievtu: implement sysmem vs gmem autotuner
2022-01-31 Lionel Landwerlinanv: tidy long lines in descriptor code
2022-01-31 Boris Brezillond3d12: Fix "use of designated initializers requires...
2022-01-31 Rhys Perryaco: preserve pass_flags during format conversions
2022-01-31 Rhys Perryaco: optimize abs(mul(a, b))
2022-01-31 Rhys Perryaco: fix neg(abs(mul(a, b))) if the mul is not VOP3
2022-01-31 Ella Stanforthvulkan: Allow RegisterDisplayEventEXT before first...
2022-01-31 Connor Abbotttu: Initial link-time optimizations
2022-01-31 Timothy Arceriglsl/st: move st_nir_opts() into gl compiler common...
2022-01-31 Christian Gmeineretnaviv: add two new HI related perfmon counter
2022-01-31 Christian Gmeineretnaviv: use bytes for read TX data
2022-01-31 Christian Gmeineretnaviv: add multiply_with_8 flag
2022-01-31 Lionel Landwerlindocs/anv: add descriptor memory layout
2022-01-31 Lionel Landwerlindocs/anv: list environment variables
2022-01-31 Lionel Landwerlindocs: start some documentation on Anv
2022-01-31 Mike Blumenkrantzzink: fix waiting on current batch id
2022-01-31 Mike Blumenkrantzzink: print an error when the device is lost
2022-01-31 Mike Blumenkrantzzink: add vertex shader pipeline bit for generated...
2022-01-31 Mike Blumenkrantzzink: clamp tbo creation to maxTexelBufferElements
2022-01-30 Mike Blumenkrantzzink: ci updates
2022-01-30 Mike Blumenkrantzzink: make pipe_buffer_write usage trigger compiler...
2022-01-30 Mike Blumenkrantzzink: replace other pipe_buffer_write usage with pipe_b...
2022-01-30 Mike Blumenkrantzzink: replace qbo pipe_buffer_write usage with tc_buffe...
2022-01-30 Lucas Stachetnaviv: draw: only mark resources as read/written...
2022-01-30 Thomas H.P... microsoft/compiler: fix -Wbitwise-instead-of-logical...
2022-01-29 Christian Gmeineretnaviv: fix FRONT_AND_BACK culling
2022-01-29 Marcin Ślusarzintel/compiler: Use Task/Mesh InlineData for the first...
2022-01-29 Marcin Ślusarzintel/compiler: handle gl_[Clip|Cull]Distance from...
2022-01-29 Marcin Ślusarzintel/compiler: handle gl_[Clip|Cull]Distance in mesh...
2022-01-29 Caio Oliveiraintel/compiler: Merge Per-Primitive attribute handling...
2022-01-29 Caio Oliveiraintel/compiler: Have specific mesh handling in calculat...
2022-01-29 Paulo Zanoniiris: sprinkle some assertions for bufmgr->lock
2022-01-29 Paulo Zanoniiris: improve error checking in functions that call...
next